@font-face {
  font-family: "Cactus RDR";
  src: url("https://studio.cactus-code.fr/assets/fonts/RDRLino.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --cactus-ink: #080705;
  --cactus-coal: #0d0b09;
  --cactus-smoke: #17130f;
  --cactus-paper: #ece2ce;
  --cactus-sand: #c6b28b;
  --cactus-muted: #8b806e;
  --cactus-brass: #b99754;
  --cactus-red: #a9231e;
  --cactus-red-bright: #d12d25;
  --cactus-line: rgb(236 226 206 / 13%);
  --cactus-display: "Cactus RDR", "Barlow Condensed", sans-serif;
  --cactus-ui: "Barlow Condensed", sans-serif;
  --cactus-body: "Source Serif 4", Georgia, serif;
  --cactus-asset-western-hero: url("cactus-western-hero.webp");
  --cactus-asset-hotels-backdrop: url("cactus-hotels-backdrop.jpg");
  --cactus-asset-keychain: url("cactus-asset-keychain.png");
  --cactus-asset-journal: url("cactus-asset-journal.png");
  --cactus-asset-button-dark: url("cactus-button-dark.png");
  --cactus-asset-button-paper: url("cactus-button-paper.png");
  --cactus-asset-paper: url("cactus-paper-texture.jpg");
  --cactus-asset-label: url("cactus-label-paper.png");
  --cactus-asset-box-dark: url("cactus-box-dark.png");
  --cactus-asset-loading: url("cactus-loading.png");
  --cactus-asset-modal: url("cactus-modal-panel.png");
  --cactus-asset-selection-arrow: url("cactus-selection-arrow.png");
  --color-text: var(--cactus-paper);
  --color-text-darker: #d5c9b3;
  --color-text-secondary: var(--cactus-muted);
  --color-bg: var(--cactus-ink);
  --color-brighter-bg: var(--cactus-smoke);
  --color-primary: var(--cactus-red);
  --color-primary-hover: var(--cactus-red-bright);
  --color-primary-text: #fff8ed;
  --color-primary-text-hover: #fff8ed;
  --color-secondary: #28221c;
  --color-secondary-hover: #342b23;
  --color-secondary-text: var(--cactus-paper);
  --color-tertiary-hover: rgb(236 226 206 / 8%);
  --btn-size: 44px;
  --widget-padding: 24px;
  --content-inner-width: 1240px;
  --sidebar-width: 300px;
}

html {
  scroll-behavior: smooth;
  scrollbar-color: var(--cactus-red) var(--cactus-ink);
}

body {
  background:
    radial-gradient(circle at 75% 0%, rgb(132 65 22 / 8%), transparent 34rem),
    var(--cactus-ink);
  color: var(--cactus-paper);
  font-family: var(--cactus-body);
  font-size: 16px;
}

body::before {
  display: none !important;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 999999;
  opacity: 0.028;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.88' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.75'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}

::selection {
  background: var(--cactus-red);
  color: #fff;
}

::-webkit-scrollbar {
  width: 7px;
}

::-webkit-scrollbar-track {
  background: var(--cactus-ink);
}

::-webkit-scrollbar-thumb {
  background: var(--cactus-red);
}

a,
button,
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--cactus-brass);
  outline-offset: 3px;
}

.site {
  gap: 0 !important;
  font-size: 15px;
  overflow: clip;
}

/* Header */
.site-header {
  position: fixed !important;
  inset: 18px 0 auto;
  z-index: 1000;
  margin: 0 !important;
  padding: 0 clamp(16px, 3vw, 48px) !important;
  max-width: none !important;
  pointer-events: none;
}

.cactus-header-shell {
  display: grid !important;
  grid-template-columns: minmax(190px, 0.9fr) auto minmax(190px, 0.9fr);
  align-items: center;
  gap: 24px;
  position: relative !important;
  width: min(1280px, 100%);
  height: 76px !important;
  margin: 0 auto;
  padding: 0 14px 0 18px !important;
  border: 1px solid rgb(236 226 206 / 10%);
  background: rgb(8 7 5 / 78%);
  box-shadow: 0 16px 45px rgb(0 0 0 / 32%);
  backdrop-filter: blur(15px);
  pointer-events: auto;
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.site-header.is-scrolled .cactus-header-shell {
  background: rgb(8 7 5 / 94%);
  border-color: rgb(185 151 84 / 20%);
}

.cactus-brand {
  position: static !important;
  inset: auto !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  line-height: 1 !important;
  text-align: left !important;
}

.cactus-brand > a,
.cactus-footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
}

.cactus-brand > a {
  min-height: 48px;
  padding: 3px 12px 3px 5px;
}

.cactus-brand img:not(.cactus-brand-mark) {
  margin: 0 !important;
  max-width: 200px !important;
  max-height: 46px !important;
  object-fit: contain;
  object-position: left center;
}

.cactus-brand-mark {
  display: block;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.cactus-brand-copy,
.cactus-footer-brand span {
  display: grid;
  gap: 3px;
}

.cactus-brand-copy strong,
.cactus-footer-brand strong {
  font-family: var(--cactus-display);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.08em;
}

.cactus-brand-copy small,
.cactus-footer-brand small {
  color: var(--cactus-muted);
  font-family: var(--cactus-ui);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.cactus-header-shell .site-navigation {
  align-self: center;
  justify-self: center;
}

.navigation-horizontal > .navigation-list {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border: 0 !important;
  background: rgb(255 255 255 / 3%);
}

.navigation-horizontal .navigation-list > li > a {
  display: block;
  padding: 9px 14px;
  color: #8f897f;
  font-family: var(--cactus-ui);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.035em;
  transition: color 150ms ease, background-color 150ms ease;
}

.navigation-horizontal .navigation-list > li > a:hover,
.navigation-horizontal .navigation-list > li > a.link-active {
  color: var(--cactus-paper);
  background: rgb(236 226 206 / 7%);
}

.navigation-horizontal .has-children > ul {
  border: 1px solid var(--cactus-line);
  background: #0d0b09;
  box-shadow: 0 20px 40px rgb(0 0 0 / 45%);
}

.cactus-header-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.cactus-discord-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #a7a097;
  font-family: var(--cactus-ui);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.cactus-discord-link span {
  color: #6776e8;
  font-size: 10px;
  filter: drop-shadow(0 0 5px rgb(103 118 232 / 70%));
}

.cactus-user-actions,
.cactus-header-shell .user-actions {
  display: flex;
  gap: 8px;
  position: static !important;
}

.cactus-header-shell .btn-primary,
.cactus-header-shell .btn-secondary,
.cactus-header-shell .btn-tertiary {
  min-height: 40px;
  padding: 0 16px;
  font-family: var(--cactus-ui);
  font-weight: 700;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.cactus-header-shell .open-basket {
  color: #fff;
  background: var(--cactus-red);
}

.cactus-mobile-trigger {
  display: none;
}

.site-sale-banner {
  width: min(1280px, 100%);
  margin: 8px auto 0 !important;
  padding: 9px 18px !important;
  color: #fff7e8;
  background: var(--cactus-red);
  font-family: var(--cactus-ui);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  pointer-events: auto;
}

/* Shared typography and controls */
.cactus-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--cactus-sand);
  font-family: var(--cactus-ui);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.cactus-kicker > span {
  width: 30px;
  height: 1px;
  background: var(--cactus-red-bright);
}

.cactus-button,
.btn-primary,
.btn-secondary,
.btn-tertiary {
  border-radius: 0 !important;
}

.cactus-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  min-height: 52px;
  padding: 0 25px;
  font-family: var(--cactus-ui);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.cactus-button:hover {
  transform: translateY(-2px);
}

.cactus-button-primary {
  color: #fff8ed;
  background: var(--cactus-red);
  box-shadow: 0 14px 36px rgb(169 35 30 / 24%);
}

.cactus-button-primary:hover {
  color: #fff;
  background: var(--cactus-red-bright);
}

.cactus-button-ghost {
  border: 1px solid rgb(236 226 206 / 24%);
  color: var(--cactus-paper);
  background: rgb(8 7 5 / 42%);
}

.cactus-button-ghost:hover {
  border-color: var(--cactus-sand);
  background: rgb(236 226 206 / 7%);
}

/* Landing page */
.cactus-home {
  width: 100%;
}

.cactus-hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: min(900px, 100svh);
  padding: 180px max(7vw, 32px) clamp(110px, 14vh, 150px);
  isolation: isolate;
  overflow: hidden;
  background-image: var(--cactus-hero-image);
  background-position: center;
  background-size: cover;
}

.cactus-hero::before,
.cactus-hero-shade {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
}

.cactus-hero::before {
  background:
    linear-gradient(90deg, rgb(6 5 4 / 95%) 0%, rgb(6 5 4 / 68%) 38%, rgb(6 5 4 / 17%) 68%, rgb(6 5 4 / 34%) 100%),
    linear-gradient(0deg, var(--cactus-ink) 0%, transparent 35%, rgb(4 3 3 / 30%) 100%);
}

.cactus-hero-shade {
  background: radial-gradient(circle at 70% 42%, transparent 0 13%, rgb(8 7 5 / 20%) 48%, rgb(8 7 5 / 65%) 100%);
}

.cactus-hero-content {
  width: min(740px, 64vw);
  animation: cactus-rise 700ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.cactus-hero h2 {
  margin: 19px 0 25px;
  font-family: var(--cactus-display);
  font-size: clamp(58px, 7.4vw, 116px);
  font-weight: 400;
  letter-spacing: 0.012em;
  line-height: 0.82;
  text-wrap: balance;
  text-shadow: 0 8px 34px rgb(0 0 0 / 62%);
}

.cactus-hero h2 em {
  display: block;
  max-width: 680px;
  margin-top: 0.2em;
  color: var(--cactus-sand);
  font-size: 0.62em;
  font-style: normal;
  line-height: 0.98;
}

.cactus-hero-copy {
  max-width: 570px;
  color: #b7ac99;
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.55;
}

.cactus-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.cactus-hero-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 26px;
  margin-top: 34px;
  color: #8e8679;
  font-family: var(--cactus-ui);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.cactus-hero-notes li::before {
  content: "◆";
  margin-right: 8px;
  color: var(--cactus-brass);
  font-size: 7px;
  vertical-align: 2px;
}

.cactus-hero-mark {
  position: absolute;
  right: clamp(4vw, 8vw, 140px);
  bottom: 0;
  z-index: -1;
  width: min(29vw, 480px);
  opacity: 0.10;
  filter: grayscale(1) sepia(0.2);
  transform: translateY(13%);
}

.cactus-scroll-cue {
  position: absolute;
  right: clamp(24px, 4vw, 62px);
  bottom: 40px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #9f978a;
  font-family: var(--cactus-ui);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.cactus-scroll-cue i {
  display: block;
  width: 42px;
  height: 1px;
  background: linear-gradient(90deg, var(--cactus-red), transparent);
}

.cactus-ledger {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1240px;
  margin: 0 auto;
  border-right: 1px solid var(--cactus-line);
  border-bottom: 1px solid var(--cactus-line);
  border-left: 1px solid var(--cactus-line);
}

.cactus-ledger p {
  display: grid;
  gap: 5px;
  min-height: 112px;
  padding: 28px 34px;
}

.cactus-ledger p + p {
  border-left: 1px solid var(--cactus-line);
}

.cactus-ledger strong {
  font-family: var(--cactus-ui);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cactus-ledger span {
  color: var(--cactus-muted);
  font-size: 14px;
  line-height: 1.45;
}

.cactus-catalogue,
.cactus-story {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(90px, 10vw, 150px) 0;
}

.cactus-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 410px);
  align-items: end;
  gap: 50px;
  margin-bottom: 48px;
}

.cactus-section-heading h2,
.cactus-story h2,
.cactus-final-cta h2 {
  margin-top: 14px;
  font-family: var(--cactus-display);
  font-size: clamp(43px, 5.8vw, 78px);
  font-weight: 400;
  line-height: 0.95;
}

.cactus-section-heading > p {
  padding-left: 24px;
  border-left: 1px solid var(--cactus-red);
  color: var(--cactus-muted);
  font-size: 17px;
  line-height: 1.6;
}

.cactus-category-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
}

.cactus-category-card {
  grid-column: span 4;
  position: relative;
  min-height: 480px;
  border: 1px solid var(--cactus-line);
  background: var(--cactus-coal);
  overflow: hidden;
  isolation: isolate;
}

.cactus-category-card:nth-child(1),
.cactus-category-card:nth-child(5n) {
  grid-column: span 8;
}

.cactus-category-card:nth-child(3n) {
  grid-column: span 12;
}

.cactus-category-media {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.cactus-category-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgb(8 7 5 / 97%) 0%, rgb(8 7 5 / 28%) 72%, rgb(8 7 5 / 12%) 100%);
}

.cactus-category-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.65) contrast(1.05);
  transition: transform 600ms cubic-bezier(0.2, 0.75, 0.25, 1), filter 400ms ease;
}

.cactus-category-media .cactus-category-placeholder {
  object-fit: contain;
  padding: 17%;
  opacity: 0.28;
  filter: grayscale(0.4) sepia(0.35);
  background: radial-gradient(circle, #211a12, var(--cactus-ink) 70%);
}

.cactus-category-media .cactus-category-fallback {
  object-fit: cover;
  padding: 0;
  opacity: 0.72;
  filter: saturate(0.62) contrast(1.08) brightness(0.72);
}

.cactus-category-copy {
  position: absolute;
  inset: auto 0 0;
  display: grid;
  gap: 9px;
  padding: 30px;
}

.cactus-category-copy > span {
  color: var(--cactus-brass);
  font-family: var(--cactus-ui);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.cactus-category-copy h3 {
  font-family: var(--cactus-display);
  font-size: clamp(31px, 3.4vw, 48px);
  font-weight: 400;
  line-height: 1;
}

.cactus-category-copy strong {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
  padding-top: 18px;
  border-top: 1px solid rgb(236 226 206 / 14%);
  color: #aaa092;
  font-family: var(--cactus-ui);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cactus-category-copy strong i {
  color: var(--cactus-red-bright);
  font-style: normal;
  transition: transform 180ms ease;
}

.cactus-category-card:hover .cactus-category-media img {
  filter: saturate(0.9) contrast(1.06);
  transform: scale(1.035);
}

.cactus-category-card:hover .cactus-category-copy strong i {
  transform: translateX(5px);
}

.cactus-story {
  display: grid;
  grid-template-columns: 0.72fr 1fr;
  gap: 70px;
  border-top: 1px solid var(--cactus-line);
}

.cactus-story .store-text {
  padding: 0;
  color: #aaa092;
  background: none !important;
  font-size: 18px;
  line-height: 1.75;
}

.cactus-story .store-text h1,
.cactus-story .store-text h2,
.cactus-story .store-text h3,
.cactus-story .store-text h4 {
  color: var(--cactus-paper);
  font-family: var(--cactus-ui);
  text-align: left !important;
}

.cactus-final-cta {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 600px;
  padding: 90px 24px;
  text-align: center;
  isolation: isolate;
  background-image: var(--cactus-horizon-image);
  background-position: center;
  background-size: cover;
}

.cactus-final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(0deg, var(--cactus-ink), transparent 36%, var(--cactus-ink)),
    rgb(8 7 5 / 58%);
}

.cactus-final-cta > div {
  display: grid;
  justify-items: center;
  width: min(790px, 100%);
}

.cactus-final-cta > div > p:not(.cactus-kicker) {
  max-width: 650px;
  margin-top: 24px;
  color: #b5ab99;
  font-size: 18px;
  line-height: 1.65;
}

/* Category and product pages */
.cactus-page-hero {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 350px;
  padding: 160px max(var(--content-padding), calc((100vw - 1240px) / 2)) 58px;
  border-bottom: 1px solid var(--cactus-line);
  background:
    linear-gradient(90deg, rgb(8 7 5 / 100%), rgb(8 7 5 / 35%)),
    var(--cactus-asset-western-hero) center 44% / cover;
}

.cactus-page-hero h1 {
  margin-top: 14px;
  font-family: var(--cactus-display);
  font-size: clamp(46px, 6vw, 82px);
  font-weight: 400;
  line-height: 0.95;
}

.site-content {
  padding-top: 64px !important;
  padding-bottom: 90px !important;
}

.site-content-widgets {
  gap: 26px !important;
}

.category-description,
.widget,
.store-products-list .store-product,
.store-products-images .store-product,
.store-product-full,
.store-category-tiered,
.store-form,
.store-quote {
  border: 1px solid var(--cactus-line);
  border-radius: 0 !important;
  background: rgb(18 15 12 / 86%) !important;
  box-shadow: 0 20px 55px rgb(0 0 0 / 15%);
}

.category-description {
  margin-bottom: 26px;
  padding: 28px;
  color: #b2a794;
  font-size: 17px;
  line-height: 1.7;
}

.store-products-images {
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  gap: 18px;
}

.store-products-images .store-product {
  gap: 17px;
  position: relative;
  padding: 0 0 22px;
  overflow: hidden;
  transition: border-color 180ms ease, transform 180ms ease;
}

.store-products-images .store-product:hover {
  border-color: rgb(185 151 84 / 45%);
  transform: translateY(-3px);
}

.store-products-images .store-product .image-link {
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #0a0907;
}

.store-products-images .store-product .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms ease;
}

.store-products-images .store-product:hover .image {
  transform: scale(1.025);
}

.store-products-images .store-product .product-title,
.store-products-images .store-product .actions {
  margin-right: 22px;
  margin-left: 22px;
}

.store-product .product-title {
  font-family: var(--cactus-ui);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.1;
}

.store-product .product-title a:hover {
  color: var(--cactus-brass);
}

.store-product .price {
  color: var(--cactus-sand);
  font-family: var(--cactus-ui);
  font-size: 18px;
  font-weight: 600;
}

.store-product .price::before {
  color: var(--cactus-muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.store-product .actions {
  gap: 8px;
}

.store-product .btn-primary,
.store-product .btn-secondary,
.store-form .btn-primary,
.store-form .btn-secondary,
.store-form .btn-tertiary {
  min-height: 46px;
  padding: 0 16px;
  font-family: var(--cactus-ui);
  font-weight: 700;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.store-product .btn-primary,
.store-form .btn-primary {
  color: #fff;
  background: var(--cactus-red);
}

.store-product .btn-primary:hover,
.store-form .btn-primary:hover {
  background: var(--cactus-red-bright);
}

.store-product .btn-secondary,
.store-form .btn-secondary,
.store-form .btn-tertiary {
  border: 1px solid var(--cactus-line);
  background: rgb(236 226 206 / 5%);
}

.store-product-full {
  padding: 30px 30px 0;
}

.store-product-full > .product-title {
  display: none;
}

.store-product-full .image {
  width: 100%;
  max-height: 620px;
  object-fit: contain;
  background: #090806;
}

.store-product-full .descr {
  color: #b1a694;
  font-size: 17px;
  line-height: 1.7;
}

.store-product-full .descr h1,
.store-product-full .descr h2,
.store-product-full .descr h3,
.store-product-full .descr h4 {
  color: var(--cactus-paper);
  font-family: var(--cactus-ui);
}

.store-product-full .actions {
  margin: 20px -30px 0;
  padding: 20px 30px;
  border-top: 1px solid var(--cactus-line);
  background: rgb(13 11 9 / 90%);
  backdrop-filter: blur(14px);
}

.widget-title {
  margin-bottom: 20px;
  color: var(--cactus-sand);
  font-family: var(--cactus-ui);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-align: left;
  text-transform: uppercase;
}

.widget {
  padding: 22px;
}

.widget input,
.store-form input,
.store-form select,
.store-form textarea,
.gift-card-input {
  border: 1px solid var(--cactus-line) !important;
  border-radius: 0 !important;
  color: var(--cactus-paper) !important;
  background: #090806 !important;
}

.widget-community-goal .progress,
.widget-goal .progress {
  background: #090806;
}

.no-products {
  border: 1px solid var(--cactus-line);
  border-radius: 0;
  color: var(--cactus-muted);
  background: var(--cactus-coal);
}

/* Footer */
.site-footer {
  border-top: 1px solid var(--cactus-line);
  background: #050403 !important;
}

.cactus-footer-main {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
  align-items: center;
  gap: 50px;
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
  padding: 62px 0;
}

.cactus-footer-brand img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.cactus-footer-main > p {
  color: var(--cactus-muted);
  font-size: 15px;
  line-height: 1.6;
}

.cactus-footer-links {
  display: flex;
  justify-content: flex-end;
  gap: 24px;
  font-family: var(--cactus-ui);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.cactus-footer-links a {
  color: #9d9589;
}

.cactus-footer-links a:hover {
  color: var(--cactus-paper);
}

.cactus-footer-bottom {
  max-width: 1240px !important;
  border-top: 1px solid var(--cactus-line);
  color: var(--cactus-muted);
  background: transparent;
}

.cactus-footer-bottom .we-accept img {
  filter: grayscale(1) brightness(1.65);
  opacity: 0.55;
}

/* Popups, basket and utility pages */
.popup-content,
.basket-popup-content,
.basket-item,
.store-category-tiered,
.store-product-tiered {
  border: 1px solid var(--cactus-line);
  border-radius: 0 !important;
  background: var(--cactus-coal) !important;
}

.popup-close {
  border-radius: 0 !important;
}

.toast {
  border: 1px solid var(--cactus-line);
  border-radius: 0;
  background: var(--cactus-smoke);
}

@keyframes cactus-rise {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: translateY(0); }
}

.cactus-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms cubic-bezier(0.2, 0.75, 0.25, 1);
}

.cactus-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1120px) {
  .cactus-header-shell {
    grid-template-columns: auto 1fr auto;
  }

  .cactus-brand-copy small {
    display: none;
  }

  .navigation-horizontal .navigation-list > li > a {
    padding-inline: 10px;
  }

  .cactus-category-card,
  .cactus-category-card:nth-child(1),
  .cactus-category-card:nth-child(5n),
  .cactus-category-card:nth-child(3n) {
    grid-column: span 6;
  }
}

@media (max-width: 960px) {
  :root {
    --content-padding: 22px;
  }

  .site-header {
    inset: 12px 0 auto;
  }

  .cactus-header-shell {
    display: flex !important;
    justify-content: space-between !important;
    gap: 12px !important;
    height: 66px !important;
    padding: 0 64px 0 10px !important;
    overflow: hidden;
  }

  .cactus-mobile-trigger {
    display: block !important;
    position: static !important;
    order: -1;
  }

  .cactus-mobile-trigger .toggle-navigation {
    display: grid !important;
    align-content: center;
    gap: 5px;
    position: static;
    width: 44px;
    min-width: 44px;
    padding: 0 12px;
    background: rgb(236 226 206 / 5%);
  }

  .cactus-mobile-trigger .toggle-navigation::before {
    display: none !important;
  }

  .cactus-mobile-trigger .toggle-navigation span {
    display: block;
    width: 20px;
    height: 1px;
    background: var(--cactus-paper);
  }

  .cactus-brand {
    margin-right: auto !important;
  }

  .cactus-brand img:not(.cactus-brand-mark) {
    max-width: 140px !important;
    max-height: 40px !important;
  }

  .cactus-brand-mark {
    width: 36px;
    height: 36px;
  }

  .cactus-brand-copy strong {
    font-size: 16px;
  }

  .cactus-header-actions {
    position: absolute;
    top: 10px;
    right: 10px;
    flex: none;
    max-width: 44px;
  }

  .cactus-header-shell .open-basket,
  .cactus-header-shell .log-in {
    min-width: 44px;
    width: 44px;
    padding: 0;
    overflow: hidden;
    color: transparent !important;
    font-size: 0;
    text-indent: 0;
  }

  .cactus-header-shell .open-basket::after,
  .cactus-header-shell .log-in::after {
    content: "▱";
    display: block;
    margin: auto;
    color: #fff8ed;
    font-size: 21px;
    line-height: 1;
    text-indent: 0;
  }

  .site-navigation.navigation-horizontal {
    position: fixed !important;
    inset: 0 auto 0 0 !important;
    z-index: 100000;
    justify-self: stretch;
    width: 100vw !important;
    min-width: 100vw;
    height: 100dvh;
  }

  .site-navigation .menu {
    inset: 0 52px 0 0 !important;
    padding: 96px 28px 28px !important;
    color: var(--cactus-paper) !important;
    background: #080705 !important;
  }

  .navigation-horizontal > .navigation-list {
    display: flex;
    align-items: stretch;
    gap: 4px;
    border-right: 1px solid var(--cactus-line) !important;
  }

  .navigation-horizontal .navigation-list > li > a {
    padding: 14px 10px;
    font-family: var(--cactus-display);
    font-size: 29px;
    font-weight: 400;
  }

  .site-navigation .close-navigation {
    top: 18px !important;
    right: 64px !important;
  }

  .cactus-hero {
    min-height: 820px;
    padding: 150px 24px 110px;
    background-position: 58% center;
  }

  .cactus-hero::before {
    background:
      linear-gradient(90deg, rgb(6 5 4 / 91%), rgb(6 5 4 / 44%)),
      linear-gradient(0deg, var(--cactus-ink), transparent 42%, rgb(4 3 3 / 35%));
  }

  .cactus-hero-content {
    width: min(680px, 88vw);
  }

  .cactus-hero h2 {
    font-size: clamp(54px, 10.8vw, 92px);
  }

  .cactus-hero h2 em {
    font-size: 0.68em;
  }

  .cactus-hero-mark {
    right: -5vw;
    width: 42vw;
  }

  .cactus-ledger {
    width: calc(100% - 44px);
  }

  .cactus-ledger p {
    padding: 24px;
  }

  .cactus-section-heading,
  .cactus-story {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .cactus-section-heading > p {
    max-width: 600px;
  }

  .cactus-story {
    gap: 38px;
  }

  .cactus-footer-main {
    grid-template-columns: 1fr 1fr;
  }

  .cactus-footer-main > p {
    order: 3;
    grid-column: 1 / -1;
  }
}

/* UI collision fixes and quick view v2 */
.cactus-category-link {
  position: relative;
  min-height: 56px;
  margin-top: 12px;
  padding: 0 58px 0 18px !important;
  overflow: hidden;
}

.cactus-category-link i {
  position: absolute;
  top: 5px;
  right: 6px;
  width: 46px;
  height: 46px;
  border-radius: 3px;
  background: var(--cactus-red) !important;
  color: #fff !important;
  transform: none !important;
  transition: background-color 150ms ease !important;
}

.cactus-category-link:hover i {
  background: #c92f29 !important;
  transform: none !important;
}

.navigation-horizontal .has-children .toggle,
.navigation-horizontal .has-children .toggle:hover,
.navigation-horizontal .has-children .toggle:focus-visible {
  width: 28px;
  min-width: 28px;
  height: 28px;
  min-height: 28px;
  padding: 0 !important;
  background: transparent !important;
  background-image: none !important;
  filter: none !important;
  transform: none !important;
}

.navigation-horizontal .has-children .toggle::before {
  background-color: #a9a198;
}

.navigation-horizontal .has-children:hover > .toggle::before,
.navigation-horizontal .has-children .toggle:focus-visible::before {
  background-color: var(--cactus-red-bright);
}

.cactus-ledger article > i.fa-solid {
  border-radius: 3px;
  background: var(--cactus-button-paper) center / 100% 100% no-repeat;
  color: #17110d;
  font-family: "Font Awesome 6 Free" !important;
  font-size: 14px;
  font-weight: 900;
}

.cactus-community-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.cactus-community-card::after {
  content: "\f392";
  position: absolute;
  top: 28px;
  right: 28px;
  z-index: -1;
  color: rgb(88 101 242 / 16%);
  font-family: "Font Awesome 6 Brands";
  font-size: 118px;
  font-weight: 400;
  line-height: 1;
}

.cactus-community-discord {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  margin-bottom: auto;
  border-radius: 8px;
  color: #fff;
  background: #5865f2;
  box-shadow: 0 18px 36px rgb(88 101 242 / 22%);
  font-family: "Font Awesome 6 Brands" !important;
  font-size: 30px;
}

.cactus-community-card .cactus-button i {
  font-family: "Font Awesome 6 Brands" !important;
}

.cactus-product-dialog {
  width: min(1080px, calc(100vw - 40px));
  max-height: min(700px, calc(100dvh - 40px));
  padding: 8px;
  border: 0;
  border-radius: 8px;
  background: #0d0c0b;
  box-shadow: 0 50px 140px rgb(0 0 0 / 72%);
  backdrop-filter: none;
}

.cactus-product-dialog[open] {
  grid-template-columns: minmax(0, 1.14fr) minmax(390px, 0.86fr);
}

.cactus-dialog-media {
  position: relative;
  min-height: 560px;
  border-radius: 5px;
}

.cactus-dialog-media::after {
  inset: 0;
  width: auto;
  border-radius: inherit;
  background:
    linear-gradient(0deg, rgb(7 7 7 / 70%), transparent 46%),
    linear-gradient(135deg, rgb(255 255 255 / 5%), transparent 32%);
}

.cactus-dialog-stamp {
  position: absolute;
  bottom: 24px;
  left: 24px;
  z-index: 2;
  padding: 11px 18px;
  color: #17110d;
  background: var(--cactus-button-paper) center / 100% 100% no-repeat;
  font-family: var(--cactus-ui);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cactus-dialog-copy {
  justify-content: flex-start;
  padding: 58px 42px 38px;
  background:
    radial-gradient(circle at 100% 0, rgb(238 63 56 / 8%), transparent 34%),
    #11100f;
}

.cactus-dialog-copy h2 {
  margin: 18px 0 16px;
  font-family: var(--cactus-ui) !important;
  font-size: clamp(40px, 4vw, 58px);
  line-height: 0.95;
  overflow-wrap: anywhere;
}

.cactus-dialog-description {
  color: #aaa39a;
  font-size: 15px;
  line-height: 1.6;
}

.cactus-dialog-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  margin: 24px 0 30px;
}

.cactus-dialog-meta span {
  display: grid;
  justify-items: center;
  gap: 7px;
  padding: 12px 7px;
  border: 0;
  border-radius: 3px;
  background: #191817;
  text-align: center;
}

.cactus-dialog-meta i {
  color: var(--cactus-red-bright);
  font-family: "Font Awesome 6 Free" !important;
  font-size: 13px;
  font-weight: 900;
}

.cactus-dialog-footer {
  align-items: end;
  margin-top: auto;
  padding-top: 24px;
  border-top: 1px solid rgb(255 255 255 / 6%);
}

.cactus-dialog-price-block {
  display: grid;
  gap: 5px;
}

.cactus-dialog-price-block small {
  color: #77716a;
  font-family: var(--cactus-ui);
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cactus-dialog-price {
  font-family: var(--cactus-ui);
  font-size: 20px;
}

.cactus-dialog-footer .cactus-button {
  min-width: 176px;
  padding-inline: 20px;
}

.cactus-dialog-footer .cactus-button i {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900;
}

@media (max-width: 760px) {
  .cactus-product-dialog {
    border-radius: 6px;
  }

  .cactus-product-dialog[open] {
    grid-template-columns: 1fr;
  }

  .cactus-dialog-media {
    min-height: 0;
  }

  .cactus-dialog-copy {
    padding: 30px 22px 22px;
  }

  .cactus-dialog-meta {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .cactus-dialog-footer {
    align-items: stretch;
  }
}

/* Final interaction locks */
.cactus-category-link {
  min-height: 56px !important;
  padding: 0 58px 0 18px !important;
}

.cactus-category-link > i {
  position: absolute !important;
  top: 5px !important;
  right: 6px !important;
  width: 46px !important;
  height: 46px !important;
  margin: 0 !important;
  transform: none !important;
}

.cactus-category-link:hover > i {
  transform: none !important;
}

.navigation-horizontal .has-children > .toggle,
.navigation-horizontal .has-children > .toggle:hover,
.navigation-horizontal .has-children > .toggle:focus-visible {
  width: 28px !important;
  min-width: 28px !important;
  height: 28px !important;
  min-height: 28px !important;
  padding: 0 !important;
  background: transparent !important;
  background-image: none !important;
  filter: none !important;
  transform: none !important;
}

@media (max-width: 680px) {
  .cactus-brand-copy {
    display: none;
  }

  .cactus-header-shell {
    gap: 6px !important;
  }

  .cactus-hero {
    min-height: 760px;
    padding-bottom: 88px;
    background-position: 63% center;
  }

  .cactus-hero::before {
    background:
      linear-gradient(90deg, rgb(6 5 4 / 88%), rgb(6 5 4 / 52%)),
      linear-gradient(0deg, var(--cactus-ink), transparent 45%, rgb(4 3 3 / 35%));
  }

  .cactus-hero h2 {
    font-size: clamp(48px, 16vw, 72px);
    line-height: 0.88;
  }

  .cactus-hero-copy {
    font-size: 17px;
  }

  .cactus-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .cactus-button {
    width: 100%;
  }

  .cactus-hero-notes {
    display: grid;
  }

  .cactus-scroll-cue,
  .cactus-hero-mark {
    display: none;
  }

  .cactus-ledger {
    grid-template-columns: 1fr;
    width: calc(100% - 32px);
  }

  .cactus-ledger p {
    min-height: 0;
  }

  .cactus-ledger p + p {
    border-top: 1px solid var(--cactus-line);
    border-left: 0;
  }

  .cactus-catalogue,
  .cactus-story {
    width: calc(100% - 32px);
    padding: 78px 0;
  }

  .cactus-section-heading {
    margin-bottom: 30px;
  }

  .cactus-section-heading h2,
  .cactus-story h2,
  .cactus-final-cta h2 {
    font-size: clamp(40px, 14vw, 60px);
  }

  .cactus-category-card,
  .cactus-category-card:nth-child(1),
  .cactus-category-card:nth-child(5n),
  .cactus-category-card:nth-child(3n) {
    grid-column: 1 / -1;
    min-height: 420px;
  }

  .cactus-category-copy {
    padding: 24px;
  }

  .cactus-final-cta {
    min-height: 540px;
    padding-inline: 16px;
  }

  .cactus-page-hero {
    min-height: 300px;
    padding: 130px 20px 42px;
  }

  .site-content {
    padding-top: 32px !important;
    padding-bottom: 64px !important;
  }

  .store-products-images {
    grid-template-columns: 1fr;
  }

  .store-product-full {
    padding: 18px 18px 0;
  }

  .store-product-full .actions {
    align-items: stretch;
    margin: 16px -18px 0;
    padding: 16px 18px;
  }

  .store-product-full .actions .price {
    width: 100%;
  }

  .cactus-footer-main {
    grid-template-columns: 1fr;
    gap: 28px;
    width: calc(100% - 32px);
    padding: 44px 0;
  }

  .cactus-footer-main > p {
    order: initial;
    grid-column: auto;
  }

  .cactus-footer-links {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .cactus-footer-bottom {
    padding-inline: 16px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Storefront refinement v2: floating navigation, licence paths and live ledger */
.cactus-hero {
  background-position: center calc(50% + var(--cactus-hero-drift, 0px));
}

.site-header {
  inset: 0 0 auto !important;
  padding: 14px clamp(18px, 3vw, 52px) 0 !important;
}

.cactus-header-shell {
  grid-template-columns: minmax(210px, 1fr) auto minmax(210px, 1fr);
  width: min(1420px, 100%);
  height: 66px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

.cactus-brand > a {
  padding: 8px 12px 8px 8px;
  border-radius: 16px;
  background: linear-gradient(105deg, rgb(7 6 5 / 88%), rgb(7 6 5 / 58%));
  box-shadow: 0 14px 36px rgb(0 0 0 / 18%);
  backdrop-filter: blur(12px);
}

.cactus-header-shell .site-navigation {
  padding: 5px;
  border: 1px solid rgb(236 226 206 / 8%);
  border-radius: 18px;
  background: rgb(7 6 5 / 82%);
  box-shadow: 0 14px 36px rgb(0 0 0 / 24%);
  backdrop-filter: blur(16px);
  transition: background-color 220ms ease, border-color 220ms ease, transform 220ms ease;
}

.navigation-horizontal > .navigation-list {
  gap: 2px;
  padding: 0;
  background: transparent;
}

.navigation-horizontal .navigation-list > li > a {
  position: relative;
  padding: 10px 15px;
  border-radius: 12px;
  color: #a29b90;
  font-size: 13px;
}

.navigation-horizontal .navigation-list > li > a::after {
  content: "";
  position: absolute;
  right: 15px;
  bottom: 6px;
  left: 15px;
  height: 1px;
  background: var(--cactus-red-bright);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 200ms ease;
}

.navigation-horizontal .navigation-list > li > a:hover,
.navigation-horizontal .navigation-list > li > a.link-active {
  color: var(--cactus-paper);
  background: rgb(236 226 206 / 4%);
}

.navigation-horizontal .navigation-list > li > a:hover::after,
.navigation-horizontal .navigation-list > li > a.link-active::after {
  transform: scaleX(1);
}

.navigation-horizontal .has-children > ul {
  margin-top: 13px;
  padding: 8px;
  border: 1px solid rgb(236 226 206 / 9%);
  border-radius: 16px;
  background: rgb(10 8 6 / 96%);
  box-shadow: 0 24px 60px rgb(0 0 0 / 55%);
}

.navigation-horizontal .has-children > ul a {
  border-radius: 10px;
}

.cactus-header-actions {
  justify-self: end;
  gap: 5px;
  padding: 5px;
  border: 1px solid rgb(236 226 206 / 8%);
  border-radius: 18px;
  background: rgb(7 6 5 / 82%);
  box-shadow: 0 14px 36px rgb(0 0 0 / 24%);
  backdrop-filter: blur(16px);
  transition: background-color 220ms ease, border-color 220ms ease, transform 220ms ease;
}

.site-header.is-scrolled .cactus-header-shell .site-navigation,
.site-header.is-scrolled .cactus-header-actions {
  border-color: rgb(185 151 84 / 18%);
  background: rgb(7 6 5 / 96%);
  transform: translateY(-2px);
}

.cactus-discord-link {
  min-height: 40px;
  padding: 0 13px;
  border-radius: 12px;
}

.cactus-discord-link:hover {
  color: var(--cactus-paper);
  background: rgb(236 226 206 / 5%);
}

.cactus-presence-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #7289da;
  box-shadow: 0 0 0 4px rgb(114 137 218 / 11%), 0 0 13px rgb(114 137 218 / 60%);
}

.cactus-header-shell .open-basket {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 12px !important;
  box-shadow: inset 0 1px rgb(255 255 255 / 9%);
}

.cactus-header-shell .open-basket small {
  display: grid;
  place-items: center;
  min-width: 19px;
  height: 19px;
  padding: 0 5px;
  border-radius: 8px;
  color: var(--cactus-red);
  background: #fff7e8;
  font-size: 10px;
}

.cactus-basket-icon {
  position: relative;
  width: 15px;
  height: 11px;
  border: 1.5px solid currentColor;
  border-top: 0;
  transform: translateY(2px) skewX(-5deg);
}

.cactus-basket-icon::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 2px;
  width: 8px;
  height: 6px;
  border-top: 1.5px solid currentColor;
  border-left: 1.5px solid currentColor;
  transform: skewX(34deg);
}

.cactus-ledger {
  position: relative;
  z-index: 3;
  width: min(1180px, calc(100% - 48px));
  margin: -48px auto 0;
  border: 0;
  border-radius: 24px;
  background: rgb(15 12 9 / 94%);
  box-shadow: 0 26px 70px rgb(0 0 0 / 40%), inset 0 1px rgb(255 255 255 / 5%);
  backdrop-filter: blur(18px);
  overflow: hidden;
}

.cactus-ledger p + p {
  border-left-color: rgb(236 226 206 / 8%);
}

.cactus-subcategory-rail {
  display: flex;
  align-items: center;
  gap: 8px;
  width: max-content;
  max-width: 100%;
  margin: -14px 0 34px;
  padding: 7px;
  border-radius: 18px;
  background: #100d0a;
  box-shadow: inset 0 1px rgb(255 255 255 / 4%);
  overflow-x: auto;
  scrollbar-width: none;
}

.cactus-subcategory-rail:not(:has(a)) {
  display: none;
}

.cactus-subcategory-rail::-webkit-scrollbar {
  display: none;
}

.cactus-subcategory-rail > span {
  flex: none;
  padding: 0 13px;
  color: #766f65;
  font-family: var(--cactus-ui);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.cactus-subcategory-rail a {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  flex: none;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 13px;
  color: #bcb2a2;
  background: rgb(236 226 206 / 4%);
  font-family: var(--cactus-ui);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.cactus-subcategory-rail a:hover,
.cactus-subcategory-rail a.is-active {
  color: #fff8ed;
  background: var(--cactus-red);
  transform: translateY(-1px);
}

.cactus-subcategory-rail i {
  color: var(--cactus-brass);
  font-style: normal;
}

.cactus-category-grid {
  gap: 22px;
}

.cactus-category-card,
.cactus-category-card:nth-child(1),
.cactus-category-card:nth-child(5n),
.cactus-category-card:nth-child(3n) {
  grid-column: span 6;
  min-height: 500px;
  border: 0;
  border-radius: 30px;
  background: #100d0a;
  box-shadow: 0 24px 64px rgb(0 0 0 / 24%), inset 0 1px rgb(255 255 255 / 5%);
  transform: perspective(900px) rotateX(var(--cactus-tilt-y, 0deg)) rotateY(var(--cactus-tilt-x, 0deg));
  transition: transform 350ms cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 350ms ease;
}

.cactus-category-card:first-child {
  grid-column: span 7;
}

.cactus-category-card:nth-child(2) {
  grid-column: span 5;
}

.cactus-category-card:last-child:nth-child(odd) {
  grid-column: span 12;
  min-height: 430px;
}

.cactus-category-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background: radial-gradient(circle at var(--cactus-pointer-x, 50%) var(--cactus-pointer-y, 50%), rgb(185 151 84 / 13%), transparent 35%);
  pointer-events: none;
}

.cactus-category-media {
  display: block;
  border-radius: inherit;
  overflow: hidden;
}

.cactus-category-media::after {
  background:
    linear-gradient(0deg, rgb(8 7 5 / 98%) 0%, rgb(8 7 5 / 55%) 42%, rgb(8 7 5 / 8%) 82%),
    linear-gradient(120deg, transparent 45%, rgb(8 7 5 / 30%));
}

.cactus-category-copy {
  gap: 10px;
  padding: 34px;
  pointer-events: none;
}

.cactus-category-copy a {
  pointer-events: auto;
}

.cactus-category-copy h3 a {
  color: inherit;
}

.cactus-card-subcategories {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 4px;
}

.cactus-card-subcategories a {
  padding: 7px 11px;
  border: 1px solid rgb(236 226 206 / 12%);
  border-radius: 999px;
  color: #c0b5a4;
  background: rgb(8 7 5 / 32%);
  font-family: var(--cactus-ui);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
  transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.cactus-card-subcategories a:hover {
  color: #fff8ed;
  border-color: var(--cactus-red-bright);
  background: rgb(169 35 30 / 52%);
}

.cactus-category-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 9px;
  padding-top: 18px;
  border-top: 1px solid rgb(236 226 206 / 12%);
  color: #aaa092;
  font-family: var(--cactus-ui);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cactus-category-link i {
  color: var(--cactus-red-bright);
  font-size: 18px;
  font-style: normal;
  transition: transform 180ms ease;
}

.cactus-category-link:hover i {
  transform: translateX(6px);
}

.cactus-category-card:hover {
  box-shadow: 0 34px 90px rgb(0 0 0 / 36%), inset 0 1px rgb(255 255 255 / 7%);
}

.cactus-activity {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
  padding: 10px 0 clamp(90px, 10vw, 140px);
}

.cactus-activity-heading {
  margin-bottom: 34px;
}

.cactus-activity-modules {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
}

.cactus-activity-modules > .widget {
  grid-column: span 4;
  margin: 0 !important;
  padding: 26px;
  border: 0 !important;
  border-radius: 24px;
  background: #100d0a !important;
  box-shadow: inset 0 1px rgb(255 255 255 / 5%), 0 20px 52px rgb(0 0 0 / 20%);
}

.cactus-activity-modules > .widget-recent {
  grid-column: span 8;
}

.cactus-widget-heading {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 22px;
}

.cactus-widget-heading p {
  margin-bottom: 3px;
  color: var(--cactus-brass);
  font-family: var(--cactus-ui);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.cactus-widget-heading .widget-title,
.cactus-activity-modules .widget-title {
  margin: 0;
  color: var(--cactus-paper);
  font-family: var(--cactus-display);
  font-size: 25px;
  font-weight: 400;
}

.cactus-live-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #6cab54;
  box-shadow: 0 0 0 6px rgb(108 171 84 / 10%), 0 0 18px rgb(108 171 84 / 48%);
  animation: cactus-pulse 2.4s ease-in-out infinite;
}

.cactus-payment-ledger .purchases {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.cactus-payment-ledger .purchase {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  min-width: 0;
  padding: 13px;
  border-radius: 15px;
  background: rgb(236 226 206 / 3.5%);
  transition: background-color 180ms ease, transform 180ms ease;
}

.cactus-payment-ledger .purchase:hover {
  background: rgb(236 226 206 / 6%);
  transform: translateY(-2px);
}

.cactus-payment-ledger .avatar,
.cactus-purchase-seal {
  width: 38px;
  height: 38px;
  border-radius: 13px;
  object-fit: cover;
}

.cactus-purchase-seal {
  display: grid;
  place-items: center;
  color: var(--cactus-paper);
  background: var(--cactus-red);
  font-family: var(--cactus-display);
  font-size: 15px;
}

.cactus-payment-ledger .info {
  min-width: 0;
}

.cactus-payment-ledger .username {
  overflow: hidden;
  color: var(--cactus-paper);
  font-family: var(--cactus-ui);
  font-size: 14px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cactus-payment-ledger .info p,
.cactus-payment-ledger time {
  color: var(--cactus-muted);
  font-size: 12px;
}

.cactus-payment-ledger time {
  display: block;
  margin-top: 2px;
}

.cactus-payment-check {
  display: grid;
  place-items: center;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  color: #79b960;
  background: rgb(108 171 84 / 10%);
  font-size: 12px;
}

.cactus-activity-modules .widget-content {
  color: var(--cactus-muted);
}

.cactus-community-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  min-height: 100%;
  background:
    linear-gradient(0deg, rgb(8 7 5 / 94%), rgb(8 7 5 / 42%)),
    var(--cactus-horizon-image, none) center / cover !important;
}

.cactus-community-card > p:not(.cactus-kicker) {
  margin: 14px 0 22px;
  color: var(--cactus-muted);
  line-height: 1.55;
}

.cactus-community-card .cactus-button {
  width: 100%;
}

.cactus-reveal {
  transition-delay: var(--cactus-reveal-delay, 0ms);
}

@keyframes cactus-pulse {
  0%, 100% { opacity: 0.66; transform: scale(0.92); }
  50% { opacity: 1; transform: scale(1); }
}

@media (max-width: 1120px) {
  .cactus-header-shell {
    grid-template-columns: auto 1fr auto;
  }

  .cactus-category-card,
  .cactus-category-card:first-child,
  .cactus-category-card:nth-child(2),
  .cactus-category-card:last-child:nth-child(odd) {
    grid-column: span 6;
  }

  .cactus-activity-modules > .widget,
  .cactus-activity-modules > .widget-recent {
    grid-column: span 6;
  }
}

@media (max-width: 960px) {
  .site-header {
    inset: 0 0 auto !important;
    padding: 10px 12px 0 !important;
  }

  .cactus-header-shell {
    height: 60px !important;
    padding: 0 !important;
    overflow: visible;
  }

  .cactus-brand > a,
  .cactus-header-actions {
    min-height: 54px;
    background: rgb(7 6 5 / 91%);
  }

  .cactus-mobile-trigger {
    display: grid !important;
    place-items: center;
    width: 54px;
    height: 54px;
    border-radius: 16px;
    background: rgb(7 6 5 / 91%);
    backdrop-filter: blur(14px);
  }

  .cactus-mobile-trigger .toggle-navigation {
    width: 42px;
    min-width: 42px;
    background: transparent;
  }

  .cactus-header-actions {
    position: static;
    max-width: none;
  }

  .cactus-header-shell .open-basket {
    width: 44px;
    min-width: 44px;
  }

  .cactus-header-shell .open-basket > span,
  .cactus-header-shell .open-basket small {
    display: none;
  }

  .cactus-header-shell .open-basket::after {
    display: none;
  }

  .site-navigation.navigation-horizontal {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .site-navigation .menu {
    border-radius: 0 24px 24px 0;
    box-shadow: 30px 0 80px rgb(0 0 0 / 48%);
  }

  .cactus-ledger {
    margin-top: -32px;
  }

  .cactus-payment-ledger .purchases {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .cactus-brand > a {
    padding: 8px;
  }

  .cactus-subcategory-rail {
    width: calc(100vw - 32px);
    margin-bottom: 24px;
  }

  .cactus-subcategory-rail > span {
    display: none;
  }

  .cactus-category-card,
  .cactus-category-card:first-child,
  .cactus-category-card:nth-child(2),
  .cactus-category-card:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    min-height: 460px;
    border-radius: 23px;
  }

  .cactus-category-copy {
    padding: 24px;
  }

  .cactus-activity {
    width: calc(100% - 32px);
    padding-bottom: 80px;
  }

  .cactus-activity-modules > .widget,
  .cactus-activity-modules > .widget-recent {
    grid-column: 1 / -1;
    padding: 20px;
    border-radius: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cactus-category-card {
    transform: none !important;
  }

  .cactus-live-dot {
    animation: none !important;
  }
}

/* Liquid glass edition */
:root {
  --cactus-glass: rgb(24 19 15 / 58%);
  --cactus-glass-strong: rgb(19 15 12 / 82%);
  --cactus-glass-line: rgb(255 244 221 / 14%);
  --cactus-glass-shine: rgb(255 255 255 / 9%);
  --cactus-radius-sm: 16px;
  --cactus-radius-md: 24px;
  --cactus-radius-lg: 34px;
}

.cactus-button,
.btn-primary,
.btn-secondary,
.btn-tertiary {
  border-radius: 999px !important;
}

.cactus-button,
.btn-primary,
.btn-secondary {
  box-shadow: inset 0 1px rgb(255 255 255 / 12%), 0 12px 30px rgb(0 0 0 / 18%);
}

.cactus-button-primary,
.store-product .btn-primary,
.store-form .btn-primary {
  background: linear-gradient(135deg, #d83b30, var(--cactus-red) 58%, #76140f);
  box-shadow: inset 0 1px rgb(255 255 255 / 24%), 0 14px 34px rgb(169 35 30 / 28%);
}

.cactus-button-ghost,
.store-product .btn-secondary,
.store-form .btn-secondary,
.store-form .btn-tertiary {
  border-color: var(--cactus-glass-line);
  background: linear-gradient(135deg, rgb(255 255 255 / 9%), rgb(255 255 255 / 3%));
  backdrop-filter: blur(18px) saturate(1.2);
}

.cactus-brand > a,
.cactus-header-shell .site-navigation,
.cactus-header-actions {
  border: 1px solid var(--cactus-glass-line) !important;
  background:
    linear-gradient(135deg, var(--cactus-glass-shine), transparent 42%),
    var(--cactus-glass) !important;
  box-shadow: inset 0 1px rgb(255 255 255 / 10%), 0 18px 50px rgb(0 0 0 / 26%) !important;
  backdrop-filter: blur(24px) saturate(1.35) !important;
}

.cactus-brand > a {
  border-radius: 999px;
}

.cactus-header-shell .site-navigation,
.cactus-header-actions {
  border-radius: 999px;
}

.navigation-horizontal .has-children > ul {
  border-color: var(--cactus-glass-line);
  border-radius: var(--cactus-radius-md);
  background:
    linear-gradient(145deg, var(--cactus-glass-shine), transparent 38%),
    rgb(12 9 7 / 88%);
  backdrop-filter: blur(26px) saturate(1.25);
}

.cactus-ledger,
.cactus-activity-modules > .widget {
  border: 1px solid var(--cactus-glass-line) !important;
  background:
    linear-gradient(145deg, var(--cactus-glass-shine), transparent 42%),
    var(--cactus-glass) !important;
  box-shadow: inset 0 1px rgb(255 255 255 / 10%), 0 30px 75px rgb(0 0 0 / 30%);
  backdrop-filter: blur(24px) saturate(1.2);
}

.cactus-ledger {
  border-radius: var(--cactus-radius-lg);
}

.cactus-subcategory-rail {
  border: 1px solid var(--cactus-glass-line);
  border-radius: 999px;
  background: var(--cactus-glass);
  box-shadow: inset 0 1px rgb(255 255 255 / 8%), 0 16px 44px rgb(0 0 0 / 20%);
  backdrop-filter: blur(20px) saturate(1.2);
}

.cactus-subcategory-rail a {
  border-radius: 999px;
}

.cactus-category-card,
.cactus-category-card:nth-child(1),
.cactus-category-card:nth-child(5n),
.cactus-category-card:nth-child(3n) {
  border: 1px solid var(--cactus-glass-line);
  border-radius: 38px;
  background: var(--cactus-glass-strong);
  box-shadow: inset 0 1px rgb(255 255 255 / 13%), 0 26px 70px rgb(0 0 0 / 28%);
}

.cactus-category-card::after {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: 2;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgb(255 255 255 / 3%);
  pointer-events: none;
}

.cactus-category-media::after {
  background:
    linear-gradient(0deg, rgb(8 7 5 / 94%) 0%, rgb(8 7 5 / 48%) 48%, transparent 82%),
    linear-gradient(135deg, rgb(255 238 205 / 12%), transparent 34%);
}

.cactus-card-subcategories a {
  border-color: var(--cactus-glass-line);
  background: rgb(255 255 255 / 7%);
  box-shadow: inset 0 1px rgb(255 255 255 / 8%);
}

.category-description,
.widget,
.store-products-list .store-product,
.store-products-images .store-product,
.store-product-full,
.store-category-tiered,
.store-form,
.store-quote {
  border: 1px solid var(--cactus-glass-line);
  border-radius: var(--cactus-radius-lg) !important;
  background:
    linear-gradient(145deg, var(--cactus-glass-shine), transparent 38%),
    var(--cactus-glass) !important;
  box-shadow: inset 0 1px rgb(255 255 255 / 10%), 0 26px 70px rgb(0 0 0 / 24%);
  backdrop-filter: blur(22px) saturate(1.18);
}

.store-products-images {
  gap: 24px;
}

.store-products-images .store-product {
  border-radius: 30px !important;
}

.store-products-images .store-product .image-link {
  margin: 7px 7px 0;
  width: calc(100% - 14px);
  border-radius: 24px;
}

.store-products-images .store-product::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at 20% 0%, rgb(255 235 202 / 12%), transparent 36%);
  pointer-events: none;
}

.store-products-images .store-product:hover {
  border-color: rgb(255 235 202 / 26%);
  box-shadow: inset 0 1px rgb(255 255 255 / 15%), 0 34px 90px rgb(0 0 0 / 38%);
  transform: translateY(-7px);
}

.cactus-product-card {
  isolation: isolate;
}

.cactus-quick-view {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 0;
  width: 46px;
  height: 46px;
  padding: 5px;
  border: 1px solid rgb(255 255 255 / 18%);
  border-radius: 999px;
  color: #fff8ed;
  background: rgb(12 9 7 / 48%);
  box-shadow: inset 0 1px rgb(255 255 255 / 16%), 0 12px 35px rgb(0 0 0 / 28%);
  font-family: var(--cactus-ui);
  overflow: hidden;
  backdrop-filter: blur(18px) saturate(1.35);
  transition: width 260ms cubic-bezier(0.2, 0.8, 0.2, 1), background-color 180ms ease;
}

.cactus-quick-view span {
  display: grid;
  place-items: center;
  flex: 0 0 34px;
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
}

.cactus-quick-view strong {
  padding-right: 12px;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.cactus-quick-view:hover,
.cactus-quick-view:focus-visible {
  width: 132px;
  background: rgb(169 35 30 / 82%);
}

body.cactus-dialog-open {
  overflow: hidden;
}

.cactus-product-dialog {
  position: fixed;
  inset: 50% auto auto 50%;
  width: min(1020px, calc(100vw - 40px));
  max-width: none;
  max-height: min(720px, calc(100dvh - 40px));
  margin: 0;
  padding: 7px;
  border: 1px solid rgb(255 244 221 / 19%);
  border-radius: 40px;
  color: var(--cactus-paper);
  background:
    linear-gradient(135deg, rgb(255 255 255 / 12%), transparent 28%),
    rgb(16 12 9 / 82%);
  box-shadow: inset 0 1px rgb(255 255 255 / 16%), 0 50px 140px rgb(0 0 0 / 65%);
  overflow: hidden;
  backdrop-filter: blur(34px) saturate(1.4);
}

.cactus-product-dialog[open] {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
  animation: cactus-dialog-in 340ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.cactus-product-dialog::backdrop {
  background: rgb(4 3 2 / 70%);
  backdrop-filter: blur(12px) saturate(0.7);
  animation: cactus-backdrop-in 240ms ease both;
}

.cactus-dialog-media {
  min-height: 540px;
  border-radius: 33px;
  overflow: hidden;
  background: #0a0806;
}

.cactus-dialog-media::after {
  content: "";
  position: absolute;
  inset: 7px auto 7px 7px;
  width: calc(54% - 7px);
  border-radius: 33px;
  background: linear-gradient(135deg, rgb(255 241 213 / 10%), transparent 36%);
  pointer-events: none;
}

.cactus-dialog-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cactus-dialog-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 5vw, 62px);
}

.cactus-dialog-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--cactus-brass);
  font-family: var(--cactus-ui);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.cactus-dialog-eyebrow span {
  width: 24px;
  height: 1px;
  background: var(--cactus-red-bright);
}

.cactus-dialog-copy h2 {
  margin: 20px 0 18px;
  font-family: var(--cactus-display);
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 400;
  line-height: 0.96;
}

.cactus-dialog-description {
  color: #afa493;
  font-size: 17px;
  line-height: 1.65;
}

.cactus-dialog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 26px 0 38px;
}

.cactus-dialog-meta span {
  padding: 8px 11px;
  border: 1px solid var(--cactus-glass-line);
  border-radius: 999px;
  color: #c7bcaa;
  background: rgb(255 255 255 / 5%);
  font-family: var(--cactus-ui);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.cactus-dialog-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: auto;
}

.cactus-dialog-price {
  color: var(--cactus-paper);
  font-family: var(--cactus-ui);
  font-size: 20px;
  font-weight: 700;
}

.cactus-dialog-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 5;
  width: 44px;
  height: 44px;
  border: 1px solid var(--cactus-glass-line);
  border-radius: 50%;
  color: var(--cactus-paper);
  background: rgb(8 6 5 / 50%);
  font-size: 27px;
  font-weight: 300;
  line-height: 1;
  backdrop-filter: blur(16px);
  transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.cactus-dialog-close:hover {
  color: #fff;
  background: var(--cactus-red);
  transform: rotate(8deg);
}

@keyframes cactus-dialog-in {
  from { opacity: 0; transform: translate(-50%, calc(-50% + 26px)) scale(0.96); }
  to { opacity: 1; transform: translate(-50%, -50%) scale(1); }
}

@keyframes cactus-backdrop-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

@media (max-width: 760px) {
  .cactus-product-dialog {
    width: min(100% - 20px, 560px);
    max-height: calc(100dvh - 20px);
    border-radius: 30px;
    overflow-y: auto;
  }

  .cactus-product-dialog[open] {
    grid-template-columns: 1fr;
  }

  .cactus-dialog-media {
    min-height: 0;
    aspect-ratio: 16 / 10;
    border-radius: 24px;
  }

  .cactus-dialog-media::after {
    inset: 7px 7px auto;
    width: auto;
    height: min(42vw, 230px);
    border-radius: 24px;
  }

  .cactus-dialog-copy {
    padding: 28px 22px 22px;
  }

  .cactus-dialog-copy h2 {
    margin: 14px 0;
    font-size: clamp(38px, 13vw, 54px);
  }

  .cactus-dialog-meta {
    margin: 20px 0 26px;
  }

  .cactus-dialog-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .cactus-dialog-price {
    font-size: 18px;
  }

  .cactus-dialog-footer .cactus-button {
    width: 100%;
  }
}

/* Interaction and icon cleanup */
:root {
  --cactus-glass-line: rgb(255 244 221 / 7%);
}

.cactus-brand > a,
.cactus-header-shell .site-navigation,
.cactus-header-actions,
.cactus-ledger,
.cactus-activity-modules > .widget,
.cactus-category-card,
.category-description,
.widget,
.store-products-list .store-product,
.store-products-images .store-product,
.store-product-full,
.store-category-tiered,
.store-form,
.store-quote {
  border-color: transparent !important;
}

.cactus-brand > a,
.cactus-header-shell .site-navigation,
.cactus-header-actions {
  box-shadow: inset 0 1px rgb(255 255 255 / 6%), 0 16px 42px rgb(0 0 0 / 22%) !important;
}

.cactus-category-card,
.cactus-category-card:nth-child(1),
.cactus-category-card:nth-child(5n),
.cactus-category-card:nth-child(3n) {
  border: 0;
  box-shadow: inset 0 1px rgb(255 255 255 / 7%), 0 24px 64px rgb(0 0 0 / 24%);
}

.cactus-category-card::after {
  display: none;
}

.cactus-ledger,
.cactus-activity-modules > .widget {
  box-shadow: inset 0 1px rgb(255 255 255 / 6%), 0 26px 68px rgb(0 0 0 / 26%);
}

.cactus-ledger p + p,
.cactus-category-link {
  border-color: rgb(255 255 255 / 5%);
}

.cactus-subcategory-rail,
.cactus-card-subcategories a,
.cactus-button-ghost,
.store-product .btn-secondary,
.store-form .btn-secondary,
.store-form .btn-tertiary {
  border-color: transparent;
  box-shadow: inset 0 1px rgb(255 255 255 / 7%), 0 10px 28px rgb(0 0 0 / 14%);
}

.cactus-header-actions {
  gap: 3px;
  flex-wrap: nowrap;
}

.cactus-utility-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 40px;
  padding: 0 11px;
  border-radius: 999px;
  color: #a7a097;
  font-family: var(--cactus-ui);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  transition: color 180ms ease, background-color 180ms ease;
}

.cactus-utility-link:hover {
  color: var(--cactus-paper);
  background: rgb(255 255 255 / 6%);
}

.cactus-discord-link {
  color: #b9b4ff;
}

.cactus-docs-link {
  color: #c7bdab;
}

.cactus-login-link {
  color: #ddd3c1;
}

.cactus-login-link:hover {
  color: #fff8ed;
}

.cactus-utility-icon,
.cactus-basket-icon,
.cactus-quick-view svg {
  display: block;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cactus-utility-icon {
  width: 17px;
  height: 17px;
}

.cactus-discord-icon {
  width: 19px;
  height: 19px;
  color: #8c95ff;
  stroke: none;
}

.cactus-header-shell .open-basket::before,
.cactus-header-shell .open-basket::after {
  content: none !important;
  display: none !important;
}

.cactus-basket-icon {
  width: 18px;
  height: 18px;
  border: 0;
  transform: none;
}

.cactus-basket-icon::before {
  content: none;
}

.cactus-quick-view {
  justify-content: flex-start;
}

.cactus-quick-view svg {
  flex-basis: 34px;
  width: 34px;
  height: 34px;
  padding: 7px;
}

.cactus-quick-view span {
  display: none;
}

.cactus-dialog-glow {
  position: absolute;
  inset: -30% 35% 35% -20%;
  z-index: 0;
  border-radius: 50%;
  background: radial-gradient(circle, rgb(185 151 84 / 10%), transparent 68%);
  pointer-events: none;
}

.cactus-dialog-media,
.cactus-dialog-copy {
  position: relative;
  z-index: 1;
}

.cactus-dialog-close,
.site-navigation .close-navigation {
  display: grid;
  place-items: center;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 50% !important;
  color: var(--cactus-paper) !important;
  background: rgb(18 15 12 / 72%) !important;
  box-shadow: inset 0 1px rgb(255 255 255 / 8%), 0 12px 32px rgb(0 0 0 / 24%);
  font-size: 0;
  line-height: 1;
  backdrop-filter: blur(16px);
}

.cactus-dialog-close span,
.site-navigation .close-navigation span {
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
}

.cactus-dialog-close span::before,
.cactus-dialog-close span::after,
.site-navigation .close-navigation span::before,
.site-navigation .close-navigation span::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 16px;
  height: 1.5px;
  border-radius: 2px;
  background: currentColor;
}

.cactus-dialog-close span::before,
.site-navigation .close-navigation span::before {
  transform: rotate(45deg);
}

.cactus-dialog-close span::after,
.site-navigation .close-navigation span::after {
  transform: rotate(-45deg);
}

.cactus-dialog-close:hover,
.site-navigation .close-navigation:hover {
  color: #fff !important;
  background: var(--cactus-red) !important;
  transform: none;
}

.site-navigation .close-navigation {
  display: none;
}

@media (max-width: 1120px) and (min-width: 961px) {
  .cactus-utility-link span {
    display: none;
  }

  .cactus-utility-link {
    width: 40px;
    justify-content: center;
    padding: 0;
  }
}

@media (max-width: 960px) {
  body.show-navigation {
    overflow: hidden;
  }

  .cactus-header-shell {
    padding: 0 !important;
    overflow: visible;
  }

  .cactus-mobile-trigger,
  .cactus-brand > a,
  .cactus-header-actions {
    min-width: 52px;
    height: 52px;
    min-height: 52px;
    border-radius: 999px;
  }

  .cactus-mobile-trigger {
    display: grid !important;
    place-items: center;
    background: rgb(18 15 12 / 66%);
    box-shadow: inset 0 1px rgb(255 255 255 / 6%), 0 14px 36px rgb(0 0 0 / 24%);
    backdrop-filter: blur(18px);
  }

  .cactus-mobile-trigger .toggle-navigation {
    display: grid !important;
    place-content: center;
    gap: 5px;
    width: 52px;
    height: 52px;
    padding: 0;
    border-radius: 50% !important;
    background: transparent;
  }

  .cactus-mobile-trigger .toggle-navigation span {
    width: 19px;
    height: 1.5px;
    border-radius: 2px;
  }

  .cactus-brand {
    margin: 0 auto !important;
  }

  .cactus-brand > a {
    justify-content: center;
    width: 52px;
    padding: 6px;
  }

  .cactus-header-actions {
    position: static;
    width: auto;
    max-width: none;
    padding: 4px;
  }

  .cactus-utility-link {
    display: grid;
    place-items: center;
    width: 44px;
    min-width: 44px;
    padding: 0;
  }

  .cactus-utility-link span {
    display: none;
  }

  .cactus-header-shell .open-basket,
  .cactus-header-shell .log-in,
  .cactus-header-shell .cactus-login-link {
    display: grid;
    place-items: center;
    width: 44px;
    min-width: 44px;
    height: 44px;
    padding: 0;
  }

  .cactus-header-shell .open-basket .cactus-basket-icon {
    display: block;
    width: 19px;
    height: 19px;
    color: #fff;
  }

  .site-navigation.navigation-horizontal {
    position: fixed !important;
    inset: 0 !important;
    z-index: 100000;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: rgb(4 3 2 / 66%) !important;
    box-shadow: none !important;
    backdrop-filter: blur(9px) !important;
  }

  .site-navigation .menu {
    inset: 0 auto 0 0 !important;
    width: min(360px, calc(100vw - 20px));
    padding: 104px 24px 34px !important;
    border: 0 !important;
    border-radius: 0 30px 30px 0 !important;
    color: var(--cactus-paper) !important;
    background:
      linear-gradient(145deg, rgb(255 255 255 / 5%), transparent 34%),
      rgb(12 9 7 / 96%) !important;
    box-shadow: 28px 0 80px rgb(0 0 0 / 48%);
    translate: none !important;
    transform: translateX(0);
    transition: none !important;
    opacity: 1;
    scale: 1;
  }

  body:not(.show-navigation) .site-navigation .menu {
    translate: none !important;
    transform: translateX(-105%);
    opacity: 0;
    scale: 1;
  }

  body.show-navigation .site-navigation .menu {
    translate: none !important;
    transform: translateX(0);
    opacity: 1;
    scale: 1;
  }

  .site-navigation.is-cactus-open .menu {
    translate: none !important;
    transform: translateX(0) !important;
    opacity: 1 !important;
    scale: 1 !important;
  }

  .navigation-horizontal > .navigation-list {
    gap: 2px;
    border: 0 !important;
  }

  .navigation-horizontal .navigation-list > li > a {
    padding: 12px 14px;
    border-radius: 14px;
    font-size: clamp(25px, 8vw, 31px);
  }

  .site-navigation .close-navigation {
    display: grid;
    top: 22px !important;
    right: auto !important;
    left: min(298px, calc(100vw - 70px));
    width: 44px;
    min-width: 44px;
    height: 44px;
  }
}

@media (max-width: 680px) {
  .cactus-ledger p + p {
    border-top-color: rgb(255 255 255 / 5%);
  }
}

/* Footer signature */
.site-footer {
  position: relative;
  isolation: isolate;
  border-top: 0;
  background:
    linear-gradient(180deg, var(--cactus-ink) 0%, rgb(8 6 5 / 84%) 24%, #050403 100%) !important;
  overflow: hidden;
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0 0 0 42%;
  z-index: -2;
  background: var(--cactus-footer-image) center / cover no-repeat;
  opacity: 0.22;
  filter: saturate(0.7) contrast(1.08);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 34%, #000);
  mask-image: linear-gradient(90deg, transparent, #000 34%, #000);
}

.site-footer::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 72% 20%, rgb(185 151 84 / 8%), transparent 32%),
    linear-gradient(0deg, #050403 0%, transparent 48%);
  pointer-events: none;
}

.cactus-footer-main {
  position: relative;
  grid-template-columns: minmax(260px, 0.9fr) minmax(340px, 1.25fr) minmax(240px, 0.72fr);
  align-items: end;
  gap: clamp(42px, 6vw, 92px);
  width: min(1320px, calc(100% - 64px));
  padding: clamp(88px, 9vw, 132px) 0 72px;
}

.cactus-footer-intro {
  display: grid;
  justify-items: start;
  gap: 24px;
}

.cactus-footer-brand {
  gap: 15px;
}

.cactus-footer-brand img {
  width: 64px;
  height: 64px;
  filter: drop-shadow(0 14px 24px rgb(0 0 0 / 38%));
}

.cactus-footer-brand strong {
  font-size: 24px;
  letter-spacing: 0.06em;
}

.cactus-footer-intro > p {
  max-width: 350px;
  color: #92897b;
  font-size: 16px;
  line-height: 1.7;
}

.cactus-footer-status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #afa696;
  font-family: var(--cactus-ui);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.cactus-footer-status i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #70ac59;
  box-shadow: 0 0 0 5px rgb(112 172 89 / 10%), 0 0 18px rgb(112 172 89 / 44%);
  animation: cactus-pulse 2.4s ease-in-out infinite;
}

.cactus-footer-statement {
  display: grid;
  gap: 18px;
  padding-bottom: 4px;
}

.cactus-footer-statement > span,
.cactus-footer-links > span {
  color: var(--cactus-brass);
  font-family: var(--cactus-ui);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.cactus-footer-statement strong {
  font-family: var(--cactus-display);
  font-size: clamp(44px, 5vw, 72px);
  font-weight: 400;
  line-height: 0.9;
}

.cactus-footer-links {
  display: grid;
  justify-content: stretch;
  gap: 0;
  text-transform: none;
}

.cactus-footer-links > span {
  margin-bottom: 12px;
}

.cactus-footer-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 48px;
  border-bottom: 1px solid rgb(255 255 255 / 5%);
  color: #aaa194;
  transition: color 180ms ease, padding 180ms ease;
}

.cactus-footer-links a strong {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.cactus-footer-links a i {
  color: var(--cactus-red-bright);
  font-size: 17px;
  font-style: normal;
  transition: transform 180ms ease;
}

.cactus-footer-links a:hover {
  padding-left: 7px;
}

.cactus-footer-links a:hover i {
  transform: translate(3px, -2px);
}

.cactus-footer-bottom {
  width: min(1320px, calc(100% - 64px)) !important;
  max-width: none !important;
  padding-top: 25px !important;
  padding-bottom: 30px !important;
  border-top-color: rgb(255 255 255 / 5%);
}

@media (max-width: 1040px) {
  .cactus-footer-main {
    grid-template-columns: minmax(240px, 0.8fr) 1.2fr;
  }

  .cactus-footer-links {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 30px;
  }

  .cactus-footer-links > span {
    grid-column: 1 / -1;
  }
}

@media (max-width: 680px) {
  .site-footer::before {
    inset: 0 0 0 12%;
    opacity: 0.15;
  }

  .cactus-footer-main {
    grid-template-columns: 1fr;
    gap: 52px;
    width: calc(100% - 40px);
    padding: 78px 0 54px;
  }

  .cactus-footer-intro > p {
    max-width: 100%;
  }

  .cactus-footer-statement strong {
    font-size: clamp(43px, 14vw, 58px);
  }

  .cactus-footer-links {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  .cactus-footer-links > span {
    grid-column: auto;
  }

  .cactus-footer-bottom {
    width: calc(100% - 40px) !important;
    padding-inline: 0 !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cactus-footer-status i {
    animation: none;
  }
}

/* Western asset pass: category pages, payments and checkout */
.cactus-page-hero {
  position: relative;
  min-height: 390px;
  border-bottom: 0;
  background:
    linear-gradient(90deg, rgb(7 5 4 / 98%) 0%, rgb(7 5 4 / 72%) 42%, rgb(7 5 4 / 24%) 100%),
    linear-gradient(0deg, var(--cactus-ink), transparent 58%),
    var(--cactus-category-image, var(--cactus-asset-hotels-backdrop)) center 48% / cover;
  overflow: hidden;
}

.cactus-page-hero .cactus-kicker {
  color: color-mix(in srgb, var(--cactus-category-accent, var(--cactus-brass)) 72%, white);
}

.cactus-page-hero .cactus-kicker > span {
  background: var(--cactus-category-accent, var(--cactus-red-bright));
  box-shadow: 0 0 18px color-mix(in srgb, var(--cactus-category-accent, var(--cactus-red-bright)) 48%, transparent);
}

.cactus-page-hero h1 {
  text-shadow: 0 12px 42px rgb(0 0 0 / 68%);
}

.cactus-page-hero::after {
  content: "";
  position: absolute;
  right: max(var(--content-padding), calc((100vw - 1240px) / 2));
  bottom: -44px;
  width: 180px;
  height: 180px;
  background: var(--cactus-asset-keychain) center / contain no-repeat;
  opacity: 0.13;
  filter: sepia(0.7) drop-shadow(0 20px 35px rgb(0 0 0 / 45%));
  transform: rotate(9deg);
  pointer-events: none;
}

.site-content-widgets {
  position: relative;
}

.site-content-widgets::before {
  content: "";
  position: absolute;
  inset: -60px 0 auto;
  z-index: -1;
  height: 540px;
  background:
    radial-gradient(circle at 16% 15%, rgb(169 35 30 / 8%), transparent 28%),
    radial-gradient(circle at 70% 10%, rgb(185 151 84 / 7%), transparent 30%);
  pointer-events: none;
}

.store-products-images .store-product {
  --cactus-product-glow: rgb(169 35 30 / 12%);
  min-height: 100%;
  background:
    radial-gradient(circle at 15% 0%, var(--cactus-product-glow), transparent 42%),
    rgb(18 15 12 / 76%) !important;
}

.store-products-images .store-product:nth-child(3n + 2) {
  --cactus-product-glow: rgb(185 151 84 / 13%);
}

.store-products-images .store-product:nth-child(3n) {
  --cactus-product-glow: rgb(65 102 93 / 14%);
}

.store-products-images .store-product .image-link {
  position: relative;
}

.store-products-images .store-product .image-link::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, rgb(255 255 255 / 8%), transparent 32%);
  pointer-events: none;
}

.store-products-images .store-product .product-title {
  color: #f1e6d3;
  font-size: 22px;
  text-align: left;
}

.store-products-images .store-product .actions {
  margin-top: auto;
}

.cactus-payment-ledger {
  position: relative;
  overflow: hidden;
}

.cactus-payment-ledger::after {
  content: "";
  position: absolute;
  top: -24px;
  right: -25px;
  width: 118px;
  height: 118px;
  background: var(--cactus-asset-journal) center / contain no-repeat;
  opacity: 0.08;
  filter: sepia(0.7);
  transform: rotate(12deg);
  pointer-events: none;
}

.cactus-payment-ledger .cactus-widget-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 18px;
}

.cactus-payment-ledger .purchases,
.site-content-widgets .cactus-payment-ledger .purchases {
  display: grid;
  grid-template-columns: 1fr;
  gap: 7px;
}

.cactus-payment-ledger .purchase {
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 11px;
  padding: 11px 12px;
  border-radius: 16px;
  background: linear-gradient(105deg, rgb(255 255 255 / 5%), rgb(255 255 255 / 2%));
  box-shadow: inset 0 1px rgb(255 255 255 / 4%);
}

.cactus-payment-ledger .purchase:hover {
  background: linear-gradient(105deg, rgb(169 35 30 / 13%), rgb(255 255 255 / 3%));
  transform: translateX(3px);
}

.cactus-payment-ledger .avatar,
.cactus-payment-ledger .cactus-purchase-seal {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  box-shadow: 0 9px 22px rgb(0 0 0 / 28%);
}

.cactus-payment-ledger .info p {
  overflow: hidden;
  margin-top: 2px;
  color: #8f8678;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cactus-payment-ledger time {
  color: #665f56;
  font-family: var(--cactus-ui);
  font-size: 10px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.cactus-payment-ledger .cactus-payment-check {
  width: 26px;
  height: 26px;
  color: #8fc477;
  background: rgb(112 172 89 / 10%);
  box-shadow: inset 0 0 0 1px rgb(112 172 89 / 10%);
}

.basket-popup {
  background: rgb(3 2 2 / 72%);
  backdrop-filter: blur(12px) saturate(0.75);
}

.basket-popup-content {
  width: min(620px, 100vw);
  max-width: 620px;
  border: 0 !important;
  border-radius: 34px 0 0 34px !important;
  background:
    linear-gradient(145deg, rgb(255 255 255 / 6%), transparent 28%),
    rgb(11 8 6 / 96%) !important;
  box-shadow: -36px 0 100px rgb(0 0 0 / 58%), inset 1px 0 rgb(255 255 255 / 5%);
  overflow: hidden;
}

.basket-popup:not([hidden]) .basket-popup-content {
  translate: none !important;
  transform: translateX(0) !important;
  transition: none !important;
}

.basket .basket-header {
  position: relative;
  min-height: 230px;
  padding: 68px 42px 34px;
  background:
    linear-gradient(90deg, rgb(10 7 5 / 98%), rgb(10 7 5 / 58%)),
    linear-gradient(0deg, rgb(10 7 5 / 96%), transparent 65%),
    var(--cactus-asset-hotels-backdrop) center / cover;
  overflow: hidden;
}

.cactus-basket-heading {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: start;
}

.cactus-basket-heading > span {
  color: var(--cactus-brass);
  font-family: var(--cactus-ui);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.basket .basket-title {
  margin: 10px 0 8px;
  font-family: var(--cactus-display);
  font-size: clamp(38px, 5vw, 54px);
  font-weight: 400;
  line-height: 0.95;
  text-transform: none;
}

.basket .basket-title::before {
  display: none;
}

.cactus-basket-heading p {
  max-width: 310px;
  color: #9d9384;
  font-size: 14px;
  line-height: 1.5;
}

.cactus-basket-art {
  position: absolute;
  right: 30px;
  bottom: -28px;
  z-index: 1;
  width: 155px;
  height: 155px;
  object-fit: contain;
  opacity: 0.32;
  filter: sepia(0.4) drop-shadow(0 24px 34px rgb(0 0 0 / 55%));
  transform: rotate(-8deg);
}

.basket .basket-second-header {
  padding: 15px 42px;
  color: #9e9587;
  background: rgb(255 255 255 / 3%);
  box-shadow: inset 0 -1px rgb(255 255 255 / 4%);
  font-family: var(--cactus-ui);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.basket .basket-second-header .total strong {
  color: var(--cactus-paper);
  font-size: 15px;
}

.basket .basket-content {
  scrollbar-color: rgb(169 35 30 / 55%) transparent;
}

.basket .basket-items {
  gap: 12px;
  padding: 24px 32px;
}

.basket .basket-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 14px;
  padding: 20px;
  border: 0 !important;
  border-radius: 22px !important;
  background:
    radial-gradient(circle at 0 0, rgb(169 35 30 / 10%), transparent 42%),
    rgb(255 255 255 / 4%) !important;
  box-shadow: inset 0 1px rgb(255 255 255 / 6%), 0 16px 38px rgb(0 0 0 / 18%);
}

.basket .basket-item .info {
  min-width: 0;
}

.basket .basket-item .title {
  overflow: hidden;
  color: #f0e5d1;
  font-family: var(--cactus-ui);
  font-size: 18px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.basket .basket-item .options {
  margin: 7px 0 !important;
  color: #8c8376;
  font-size: 12px;
}

.basket .basket-item .options li::before {
  background: var(--cactus-red-bright);
}

.basket .basket-item .price strong {
  color: var(--cactus-sand);
  font-family: var(--cactus-ui);
  font-size: 17px;
  font-weight: 700;
}

.basket .basket-item .quantity-field {
  --btn-size: 34px;
  display: grid;
  grid-template-columns: 34px 34px 34px;
  align-items: center;
  padding: 3px;
  border-radius: 999px;
  background: rgb(5 4 3 / 70%);
  box-shadow: inset 0 0 0 1px rgb(255 255 255 / 6%);
}

.basket .basket-item .quantity-field button,
.basket .basket-item .quantity-field input {
  width: 34px;
  height: 34px;
  min-width: 34px;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: transparent !important;
  line-height: 34px;
  text-align: center;
}

.basket .basket-item .quantity-field button:hover {
  background: rgb(255 255 255 / 7%) !important;
}

.basket .basket-item .remove {
  --btn-size: 40px;
  width: 40px;
  min-width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: 50% !important;
  background-color: rgb(169 35 30 / 11%);
}

.basket .basket-item .remove:hover {
  background-color: var(--cactus-red);
}

.basket .basket-checkout {
  position: relative;
  padding: 24px 32px 30px;
  background: rgb(8 6 5 / 90%);
  box-shadow: 0 -22px 52px rgb(0 0 0 / 34%), inset 0 1px rgb(255 255 255 / 5%);
  backdrop-filter: blur(18px);
}

.basket .basket-checkout h3 {
  margin-bottom: 18px;
  color: #9b9284;
  font-family: var(--cactus-ui);
  font-size: 12px;
  letter-spacing: 0.1em;
}

.basket .basket-checkout .total strong {
  color: #fff1dc;
  font-family: var(--cactus-display);
  font-size: 30px;
}

.basket .basket-checkout .checkout {
  min-height: 54px;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #d83b30, #9f201a 58%, #70130f);
  box-shadow: inset 0 1px rgb(255 255 255 / 20%), 0 16px 36px rgb(169 35 30 / 24%);
  font-family: var(--cactus-ui);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cactus-checkout-trust {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-top: 16px;
  color: #756e64;
  font-family: var(--cactus-ui);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.cactus-checkout-trust span::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 7px;
  border-radius: 50%;
  background: #6fa859;
  box-shadow: 0 0 8px rgb(111 168 89 / 48%);
  vertical-align: 1px;
}

.basket-popup .popup-close {
  top: 18px;
  right: 18px;
  z-index: 5;
  width: 42px;
  height: 42px;
  border-radius: 50% !important;
  color: var(--cactus-paper);
  background-color: rgb(8 6 5 / 52%);
  backdrop-filter: blur(12px);
}

@media (max-width: 620px) {
  .basket-popup-content {
    border-radius: 0 !important;
  }

  .basket .basket-header {
    min-height: 205px;
    padding: 60px 22px 28px;
  }

  .cactus-basket-art {
    right: 12px;
    width: 120px;
    height: 120px;
  }

  .basket .basket-second-header {
    padding-inline: 22px;
  }

  .basket .basket-items {
    padding: 18px 14px;
  }

  .basket .basket-item {
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 17px;
  }

  .basket .basket-item .quantity-field {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .basket .basket-item .remove {
    grid-column: 2;
    grid-row: 1;
  }

  .basket .basket-checkout {
    padding: 20px 18px 24px;
  }

  .cactus-checkout-trust {
    gap: 7px 12px;
  }
}

/* Cactus Studio edition: editorial RedM storefront */
:root {
  --cactus-display: "Cactus RDR", Georgia, serif;
  --cactus-ui: "Cactus RDR", Georgia, serif;
  --cactus-body: "EB Garamond", Georgia, serif;
  --cactus-red: #ee3f38;
  --cactus-red-bright: #ff5148;
  --cactus-paper: #f4efe7;
  --cactus-muted: #948e87;
  --cactus-panel: #11100f;
  --cactus-panel-soft: #171513;
  --cactus-button-dark: var(--cactus-asset-button-dark);
  --cactus-button-paper: var(--cactus-asset-button-paper);
}

body {
  background:
    radial-gradient(circle at 84% 8%, rgb(238 63 56 / 5%), transparent 28rem),
    linear-gradient(110deg, #080808, #0c0b0a 56%, #070707);
}

.cactus-button,
.btn-primary,
.btn-secondary,
.btn-tertiary {
  min-height: 48px;
  border: 0 !important;
  border-radius: 3px !important;
  background-color: transparent;
  background-image: var(--cactus-button-dark) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
  box-shadow: none !important;
  color: #f8f2e8 !important;
  font-family: var(--cactus-ui);
  letter-spacing: 0.04em;
  transition: color 150ms ease, filter 150ms ease, transform 150ms ease !important;
}

.cactus-button:hover,
.btn-primary:hover,
.btn-secondary:hover,
.btn-tertiary:hover,
.cactus-button:focus-visible,
.btn-primary:focus-visible,
.btn-secondary:focus-visible,
.btn-tertiary:focus-visible {
  background-image: var(--cactus-button-paper) !important;
  color: #17110d !important;
  filter: drop-shadow(0 10px 18px rgb(0 0 0 / 30%));
  transform: translateY(-2px);
}

.cactus-button-primary,
.store-product .btn-primary,
.store-form .btn-primary,
.basket .basket-checkout .checkout {
  background-color: var(--cactus-red) !important;
  background-image: none !important;
  border-radius: 5px !important;
  color: #fff !important;
  box-shadow: 0 12px 30px rgb(238 63 56 / 18%) !important;
}

.cactus-button-primary:hover,
.store-product .btn-primary:hover,
.store-form .btn-primary:hover,
.basket .basket-checkout .checkout:hover {
  background-color: var(--cactus-red-bright) !important;
  background-image: none !important;
  color: #fff !important;
}

.cactus-brand > a,
.cactus-header-shell .site-navigation,
.cactus-header-actions {
  border: 0 !important;
  border-radius: 6px !important;
  background: rgb(12 12 12 / 88%) !important;
  box-shadow: 0 15px 44px rgb(0 0 0 / 30%) !important;
  backdrop-filter: blur(18px) !important;
}

.navigation-horizontal .navigation-list > li > a,
.cactus-utility-link,
.cactus-header-shell .open-basket {
  border-radius: 4px !important;
}

.navigation-horizontal .navigation-list > li > a:hover,
.navigation-horizontal .navigation-list > li > a.link-active,
.cactus-utility-link:hover {
  background: #1b1917;
}

.category-description,
.widget,
.store-products-list .store-product,
.store-products-images .store-product,
.store-product-full,
.store-category-tiered,
.store-form,
.store-quote {
  border: 0 !important;
  border-radius: 7px !important;
  background: linear-gradient(145deg, rgb(255 255 255 / 2.5%), transparent 38%), var(--cactus-panel) !important;
  box-shadow: 0 22px 60px rgb(0 0 0 / 24%);
  backdrop-filter: none;
}

.widget input,
.store-form input,
.store-form select,
.store-form textarea,
.gift-card-input {
  min-height: 48px;
  border: 0 !important;
  border-radius: 3px !important;
  background:
    linear-gradient(rgb(9 9 9 / 88%), rgb(9 9 9 / 88%)),
    var(--cactus-asset-paper) center / cover !important;
  box-shadow: inset 0 0 0 1px rgb(255 255 255 / 6%);
}

.cactus-product-page {
  display: block !important;
  width: min(1380px, calc(100% - 64px));
  max-width: none !important;
  padding-top: 138px !important;
}

.cactus-product-page > .sidebar {
  display: none;
}

.cactus-product-detail {
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none;
}

.cactus-product-stage {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(400px, 0.75fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: stretch;
  min-height: 610px;
}

.cactus-product-visual {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 580px;
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgb(255 255 255 / 4%), transparent 35%),
    #0e0e0e;
  box-shadow: 0 28px 70px rgb(0 0 0 / 28%);
  overflow: hidden;
}

.cactus-product-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgb(255 255 255 / 4%), transparent 28%),
    linear-gradient(0deg, rgb(7 7 7 / 22%), transparent 34%);
  pointer-events: none;
}

.cactus-product-visual .image,
.cactus-product-visual .package-media,
.cactus-product-visual swiper-container {
  width: 100%;
  height: 100%;
  max-height: none;
}

.cactus-product-visual .image {
  object-fit: cover;
}

.cactus-product-summary {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: clamp(34px, 5vw, 68px);
  border-radius: 8px;
  background:
    radial-gradient(circle at 85% 8%, rgb(238 63 56 / 8%), transparent 32%),
    linear-gradient(145deg, rgb(255 255 255 / 3%), transparent 40%),
    var(--cactus-panel);
}

.cactus-product-overline {
  color: var(--cactus-red-bright);
  font-family: var(--cactus-ui);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.cactus-product-summary h1 {
  max-width: 650px;
  margin: 14px 0 16px;
  font-family: var(--cactus-body);
  font-size: clamp(46px, 5.5vw, 78px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 0.92;
  text-wrap: balance;
}

.cactus-product-intro {
  max-width: 600px;
  color: #aaa39a;
  font-size: 16px;
  line-height: 1.62;
}

.cactus-product-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 22px 0 8px;
}

.cactus-product-tags span {
  padding: 7px 13px;
  border-radius: 3px;
  color: #d8c7a9;
  background: #221b13;
  font-family: var(--cactus-ui);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cactus-product-summary .product-actions {
  display: grid;
  grid-template-columns: minmax(150px, 1.1fr) minmax(120px, 0.9fr);
  gap: 10px;
  margin-top: 24px;
  padding: 0;
  background: transparent;
  backdrop-filter: none !important;
  box-shadow: none !important;
}

.cactus-product-summary .product-actions .price {
  grid-column: 1 / -1;
  margin-bottom: 5px;
  color: #fff;
  font-family: var(--cactus-body);
  font-size: 25px;
  font-weight: 700;
}

.cactus-product-summary .product-actions .wide {
  width: 100%;
}

.cactus-product-summary .product-actions .gift {
  width: 100%;
  min-width: 0;
}

.cactus-product-purchase {
  width: 100%;
  margin-top: 16px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.cactus-product-purchase .product-actions {
  position: static !important;
  display: block;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  backdrop-filter: none !important;
  box-shadow: none !important;
}

.cactus-product-purchase .cactus-unified-cta > .price,
.cactus-product-purchase .cactus-unified-cta > .gift {
  display: none !important;
}

.cactus-product-purchase .cactus-unified-cta > .add,
.cactus-product-purchase .cactus-unified-cta > .subscribe,
.cactus-product-purchase .cactus-unified-cta > .open-basket-cta,
.cactus-product-purchase .cactus-unified-cta > .quantity-field {
  width: 100%;
  min-height: 68px;
  margin: 0;
  border: 0 !important;
  border-radius: 4px !important;
  color: #fff !important;
  background-color: #bd2924 !important;
  background-image: none !important;
  box-shadow: 0 12px 32px rgb(189 41 36 / 28%) !important;
  filter: none !important;
}

.cactus-product-purchase .cactus-unified-cta > .add,
.cactus-product-purchase .cactus-unified-cta > .subscribe,
.cactus-product-purchase .cactus-unified-cta > .open-basket-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  padding: 0 28px;
  font-size: 19px;
}

.cactus-product-purchase .cactus-unified-cta > .add:hover,
.cactus-product-purchase .cactus-unified-cta > .subscribe:hover,
.cactus-product-purchase .cactus-unified-cta > .open-basket-cta:hover {
  color: #fff !important;
  background-color: #df3730 !important;
  background-image: none !important;
  transform: translateY(-2px);
}

.cactus-cta-price {
  padding-right: 18px;
  border-right: 1px solid rgb(255 255 255 / 30%);
  font-size: 25px;
  line-height: 1;
}

.cactus-product-links {
  display: grid;
  gap: 7px;
  margin-top: 24px;
}

.cactus-product-links a {
  display: flex;
  align-items: center;
  min-height: 46px;
  padding: 0 15px;
  border-radius: 4px;
  color: #d8d2c9;
  background: #181716;
  font-family: var(--cactus-ui);
  font-size: 12px;
  transition: color 150ms ease, background-color 150ms ease;
}

.cactus-product-links a::before {
  content: "◆";
  margin-right: 10px;
  color: var(--cactus-red);
  font-size: 8px;
}

.cactus-product-links a:hover {
  color: #fff;
  background: #201e1c;
}

.cactus-product-body {
  display: grid;
  grid-template-columns: minmax(280px, 0.65fr) minmax(0, 1.35fr);
  gap: clamp(44px, 7vw, 110px);
  margin-top: 34px;
  padding: clamp(48px, 7vw, 90px);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgb(10 9 8 / 95%), rgb(14 12 10 / 90%)),
    var(--cactus-asset-paper) center / cover;
}

.cactus-product-body h2 {
  margin-top: 16px;
  font-family: var(--cactus-body);
  font-size: clamp(36px, 4vw, 58px);
  line-height: 1;
  text-wrap: balance;
}

.cactus-product-body .descr {
  color: #b7afa3;
  font-size: 17px;
  line-height: 1.72;
}

@media (max-width: 980px) {
  .cactus-product-page {
    width: min(100% - 32px, 760px);
    padding-top: 110px !important;
  }

  .cactus-product-stage,
  .cactus-product-body {
    grid-template-columns: 1fr;
  }

  .cactus-product-stage {
    min-height: 0;
  }

  .cactus-product-visual {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }
}

@media (max-width: 620px) {
  .cactus-product-page {
    width: calc(100% - 20px);
    padding-top: 92px !important;
  }

  .cactus-product-summary {
    padding: 30px 22px;
  }

  .cactus-product-summary h1 {
    font-size: clamp(38px, 13vw, 56px);
  }

  .cactus-product-summary .product-actions {
    grid-template-columns: 1fr;
  }

  .cactus-product-summary .product-actions > * {
    grid-column: 1 !important;
    width: 100% !important;
  }

  .cactus-product-body {
    margin-top: 16px;
    padding: 42px 24px;
  }
}

/* Product page loaded inside Tebex's native popup */
.store-product-popup .popup-scroll-cont {
  padding: clamp(16px, 3vw, 48px);
}

.store-product-popup-content {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(340px, 0.82fr);
  align-items: start;
  gap: 20px;
  width: min(1320px, calc(100vw - 48px));
  max-width: 1320px;
  box-sizing: border-box;
  padding: 20px !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: #0b0a09 !important;
  box-shadow: 0 30px 90px rgb(0 0 0 / 70%);
}

.store-product-popup-content > .cactus-product-stage,
.store-product-popup-content > .cactus-product-body,
.store-product-popup-content > .cactus-product-purchase {
  grid-column: 1 / -1;
}

.store-product-popup-content > .cactus-product-purchase {
  grid-row: auto;
}

.store-product-popup-content > .product-title {
  grid-column: 2;
  grid-row: 1;
  align-self: end;
  margin: 0;
  padding: 42px 38px 0;
  font-size: clamp(40px, 4vw, 62px);
  line-height: 0.98;
  overflow-wrap: normal;
  word-break: normal;
}

.store-product-popup-content > .image,
.store-product-popup-content > .media-slider,
.store-product-popup-content > .cactus-auto-media {
  grid-column: 1;
  grid-row: 1 / span 2;
  width: 100%;
  height: auto;
  min-height: min(620px, calc(100dvh - 190px));
  max-height: min(680px, calc(100dvh - 190px));
  aspect-ratio: 16 / 10;
  margin: 0;
  padding: 0;
  border-radius: 5px;
  background: #050403;
  object-fit: contain;
  overflow: hidden;
}

.cactus-auto-media {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 12px;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  padding: 12px;
  background: #050403;
}

.cactus-product-visual > .cactus-auto-media {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.cactus-auto-media-rail {
  display: grid;
  grid-auto-rows: min-content;
  gap: 9px;
  min-height: 0;
  padding: 7px;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid rgb(185 151 84 / 14%);
  border-radius: 5px;
  background: rgb(9 7 5 / 94%);
}

.cactus-auto-media-rail button {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  padding: 3px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 3px;
  background: #17120d;
  cursor: pointer;
  opacity: 0.58;
}

.cactus-auto-media-rail button:hover,
.cactus-auto-media-rail button:focus-visible,
.cactus-auto-media-rail button.is-active {
  border-color: #b99754;
  opacity: 1;
}

.cactus-auto-media-rail button.is-video::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: #f1e6d3;
  mask: url("https://template-assets.tebex.io/images/play.svg") center / 12px no-repeat;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 4px 8px rgb(0 0 0 / 70%));
}

.cactus-auto-media-rail img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cactus-auto-media-stage {
  display: grid;
  place-items: center;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgb(185 151 84 / 18%);
  border-radius: 5px;
  background: #030303;
}

.cactus-auto-media-stage > * {
  grid-area: 1 / 1;
  display: block;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  max-width: 100%;
  max-height: 100%;
  margin: 0;
  border: 0;
  object-fit: contain;
}

.cactus-auto-media-stage > [hidden] {
  display: none;
}

.store-product-popup-content > .product-actions {
  grid-column: 1 / -1;
  grid-row: 3;
  align-self: end;
  display: grid;
  grid-template-columns: minmax(120px, 1fr) minmax(220px, auto) auto;
  align-items: center;
  gap: 10px;
}

.store-product-popup-content > .product-actions .price {
  grid-column: auto;
  margin: 0;
  font-size: 24px;
}

.store-product-popup-content > .descr {
  grid-column: 1 / -1;
  grid-row: 4;
  min-width: 0;
  margin: 0;
  padding: clamp(42px, 6vw, 72px) clamp(42px, 6vw, 72px) 130px;
  border-radius: 7px;
  background:
    linear-gradient(90deg, rgb(10 9 8 / 95%), rgb(14 12 10 / 90%)),
    var(--cactus-asset-paper) center / cover;
}

.store-product-popup-content .cactus-product-stage {
  grid-template-columns: minmax(0, 1.2fr) minmax(400px, 0.8fr);
  gap: 20px;
  min-height: 0;
}

.store-product-popup-content .cactus-product-visual {
  min-height: 0;
  aspect-ratio: 16 / 10;
  background: #070605;
}

.store-product-popup-content .cactus-product-visual .image,
.store-product-popup-content .cactus-product-visual .package-media,
.store-product-popup-content .cactus-product-visual swiper-container {
  height: 100%;
  min-height: 0;
}

.store-product-popup-content .cactus-product-visual .image,
.store-product-popup-content .cactus-product-visual swiper-slide img {
  object-fit: contain;
}

.store-product-popup-content .cactus-product-summary {
  justify-content: flex-start;
  padding: clamp(36px, 4vw, 58px) clamp(30px, 3.5vw, 48px);
}

.store-product-popup-content .cactus-product-summary h1 {
  max-width: none;
  font-size: clamp(42px, 4vw, 64px);
  line-height: 0.98;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.store-product-popup-content .cactus-product-body {
  grid-template-columns: minmax(240px, 0.55fr) minmax(0, 1.45fr);
  gap: clamp(36px, 6vw, 82px);
  margin-top: 20px;
  padding: clamp(42px, 6vw, 72px);
}

.store-product-popup-content .product-actions {
  position: static !important;
  z-index: 30;
  margin: 0 !important;
  padding: 16px 20px !important;
  border: 1px solid rgb(185 151 84 / 28%);
  border-radius: 5px !important;
  background:
    linear-gradient(rgb(10 8 6 / 96%), rgb(10 8 6 / 96%)),
    var(--cactus-asset-paper) center / cover !important;
  backdrop-filter: none !important;
  box-shadow: 0 14px 38px rgb(0 0 0 / 36%) !important;
}

.store-product-popup:not([hidden]) .store-product-popup-content > .product-actions {
  position: static !important;
  right: auto;
  bottom: auto;
  left: auto;
  width: auto;
  transform: none;
}

.cactus-product-visual .media-slider {
  --cactus-media-rail: 92px;
  display: grid;
  grid-template-columns: var(--cactus-media-rail) minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr);
  gap: 12px;
  width: 100%;
  height: 100%;
  min-height: 0;
  padding: 12px;
  overflow: hidden;
}

.cactus-product-visual .media-slider .slider {
  grid-column: 2;
  grid-row: 1;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  margin: 0;
  border: 1px solid rgb(185 151 84 / 18%);
  border-radius: 5px;
  background: #050403;
}

.cactus-product-visual .media-slider .slide,
.cactus-product-visual .media-slider .slide-video {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  min-height: 0;
  overflow: hidden;
}

.cactus-product-visual .media-slider .slide-image,
.cactus-product-visual .media-slider .slide-frame {
  display: block;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  max-width: 100%;
  max-height: 100%;
  margin: 0;
  padding: 0;
  object-fit: contain;
}

.cactus-product-visual .media-slider .slide-frame {
  aspect-ratio: auto;
  border: 0;
}

.cactus-product-visual .media-slider .thumbs {
  grid-column: 1;
  grid-row: 1;
  align-content: start;
  display: grid;
  grid-template-columns: 1fr;
  gap: 9px;
  max-height: 100%;
  padding: 7px;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid rgb(185 151 84 / 14%);
  border-radius: 5px;
  background: rgb(9 7 5 / 92%);
}

.cactus-product-visual .media-slider .thumb {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  padding: 3px;
  border: 1px solid transparent;
  border-radius: 3px;
  background: #17120d;
  overflow: hidden;
}

.cactus-product-visual .media-slider .thumb.active {
  border-color: #b99754;
  box-shadow: 0 0 0 1px rgb(185 151 84 / 20%);
}

.cactus-product-visual .media-slider .thumb-image,
.cactus-product-visual .media-slider .thumb-youtube,
.cactus-product-visual .media-slider .thumb-youtube img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cactus-product-visual .media-slider .thumb-youtube::after {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #f1e6d3;
  filter: drop-shadow(0 4px 8px rgb(0 0 0 / 70%));
}

.cactus-product-visual .media-slider .open-lightbox {
  top: 22px;
  right: 22px;
  border: 0;
  border-radius: 3px;
  background: rgb(10 8 6 / 86%);
  backdrop-filter: none;
}

.cactus-product-visual .media-slider .slider:has(.swiper-slide-active .slide-image) ~ .open-lightbox {
  visibility: visible;
  opacity: 0.82;
}

@media (max-width: 900px) {
  .store-product-popup-content {
    grid-template-columns: 1fr;
    width: min(720px, calc(100vw - 32px));
    padding: 14px !important;
  }

  .store-product-popup-content > .product-title,
  .store-product-popup-content > .image,
  .store-product-popup-content > .media-slider,
  .store-product-popup-content > .cactus-auto-media,
  .store-product-popup-content > .product-actions,
  .store-product-popup-content > .descr {
    grid-column: 1;
    grid-row: auto;
  }

  .store-product-popup-content > .image,
  .store-product-popup-content > .media-slider,
  .store-product-popup-content > .cactus-auto-media {
    min-height: 0;
    max-height: none;
  }

  .store-product-popup-content > .product-title {
    padding: 28px 24px 0;
  }

  .store-product-popup-content > .product-actions {
    padding: 18px 24px 32px !important;
  }

  .store-product-popup-content .cactus-product-stage,
  .store-product-popup-content .cactus-product-body {
    grid-template-columns: 1fr;
  }

  .store-product-popup-content .cactus-product-summary {
    padding: 34px 28px;
  }

  .store-product-popup-content .cactus-product-body {
    gap: 28px;
  }

  .cactus-product-visual .media-slider {
    --cactus-media-rail: 76px;
  }

  .cactus-auto-media {
    grid-template-columns: 76px minmax(0, 1fr);
  }
}

@media (max-width: 620px) {
  .store-product-popup .popup-scroll-cont {
    padding: 8px;
  }

  .store-product-popup-content {
    width: calc(100vw - 16px);
    max-width: calc(100vw - 16px);
    padding: 8px !important;
    overflow-x: hidden;
  }

  .store-product-popup-content > .cactus-product-stage,
  .store-product-popup-content > .cactus-product-purchase,
  .store-product-popup-content > .cactus-product-body,
  .store-product-popup-content .cactus-product-visual,
  .store-product-popup-content .cactus-product-summary {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }

  .store-product-popup-content > .product-actions {
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 10px 12px !important;
  }

  .store-product-popup-content > .product-actions .price {
    font-size: 20px;
  }

  .cactus-product-purchase {
    margin-top: 10px;
    padding: 8px;
  }

  .cactus-product-purchase .product-actions {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
  }

  .cactus-product-purchase .product-actions .price {
    grid-column: 1 / -1;
    font-size: 23px;
  }

  .cactus-product-purchase .product-actions .wide,
  .cactus-product-purchase .product-actions .half {
    min-height: 50px;
  }

  .store-product-popup-content .cactus-product-visual {
    aspect-ratio: 4 / 3;
  }

  .store-product-popup-content .cactus-product-summary {
    padding: 30px 20px;
  }

  .store-product-popup-content .cactus-product-summary h1 {
    font-size: clamp(36px, 12vw, 52px);
  }

  .store-product-popup-content .cactus-product-body {
    padding: 38px 22px;
  }

  .cactus-product-visual .media-slider {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 8px;
  }

  .cactus-product-visual .media-slider .slider {
    flex: 1 1 auto;
    min-height: 0;
  }

  .cactus-product-visual .media-slider .thumbs {
    display: flex;
    flex: 0 0 auto;
    width: 100%;
    max-height: 70px;
    padding: 5px;
    overflow-x: auto;
    overflow-y: hidden;
  }

  .cactus-product-visual .media-slider .thumb {
    flex: 0 0 82px;
    width: 82px;
  }

  .cactus-auto-media {
    display: flex;
    flex-direction: column-reverse;
    gap: 8px;
    padding: 8px;
  }

  .cactus-auto-media-rail {
    display: flex;
    flex: 0 0 62px;
    width: 100%;
    padding: 5px;
    overflow-x: auto;
    overflow-y: hidden;
  }

  .cactus-auto-media-rail button {
    flex: 0 0 82px;
    width: 82px;
  }

  .cactus-auto-media-stage {
    flex: 1 1 auto;
  }
}

/* Homepage marketplace composition */
.cactus-hero {
  min-height: min(920px, 100svh);
  padding-bottom: clamp(100px, 14vh, 148px);
  background-position: 64% center;
}

.cactus-hero::before {
  background:
    linear-gradient(90deg, #070707 0%, rgb(7 7 7 / 88%) 30%, rgb(7 7 7 / 38%) 62%, rgb(7 7 7 / 30%) 100%),
    linear-gradient(0deg, #080808 0%, transparent 38%, rgb(4 4 4 / 30%) 100%);
}

.cactus-hero-content {
  width: min(760px, 66vw);
}

.cactus-hero h1 {
  margin: 16px 0 24px;
  font-family: var(--cactus-body);
  font-size: clamp(64px, 7.6vw, 122px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 0.78;
}

.cactus-hero h1 em {
  color: #fff;
  font-family: var(--cactus-display);
  font-size: 0.46em;
  font-weight: 400;
  letter-spacing: 0.035em;
  line-height: 1.1;
}

.cactus-kicker {
  color: var(--cactus-red-bright);
  letter-spacing: 0.16em;
}

.cactus-kicker > span {
  height: 2px;
  background: var(--cactus-red);
}

.cactus-hero-copy {
  max-width: 620px;
  color: #bbb5ad;
  font-size: 18px;
}

.cactus-hero h1,
.cactus-page-hero h1,
.cactus-product-summary h1,
.store-product .product-title {
  overflow-wrap: anywhere;
}

.cactus-hero-actions {
  gap: 10px;
}

.cactus-hero-actions .cactus-button {
  min-width: 190px;
}

.cactus-hero-notes {
  color: #89847d;
}

.cactus-ledger {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(1320px, calc(100% - 64px));
  margin-top: -52px;
  border: 0 !important;
  border-radius: 7px;
  background: #10100f !important;
  box-shadow: 0 28px 70px rgb(0 0 0 / 38%);
  backdrop-filter: none;
}

.cactus-ledger article {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  min-width: 0;
  padding: 30px 26px;
}

.cactus-ledger article + article {
  border-left: 1px solid rgb(255 255 255 / 5%);
}

.cactus-ledger article > i {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: #fff;
  background: var(--cactus-red);
  font-family: var(--cactus-ui);
  font-size: 10px;
  font-style: normal;
}

.cactus-ledger article p {
  display: grid;
  gap: 7px;
  min-height: 0;
  padding: 0;
}

.cactus-ledger article strong {
  color: #f2ede5;
  font-size: 14px;
}

.cactus-ledger article span {
  font-size: 13px;
}

.cactus-catalogue,
.cactus-story {
  width: min(1320px, calc(100% - 64px));
}

.cactus-section-heading {
  align-items: center;
}

.cactus-section-heading h2,
.cactus-story h2,
.cactus-final-cta h2,
.cactus-studio-feature h2 {
  font-family: var(--cactus-body);
  font-weight: 700;
  letter-spacing: 0;
}

.cactus-category-grid {
  gap: 20px;
}

.cactus-category-card,
.cactus-category-card:nth-child(1),
.cactus-category-card:nth-child(5n),
.cactus-category-card:nth-child(3n) {
  min-height: 470px;
  border-radius: 7px;
  background: var(--cactus-panel);
  box-shadow: 0 24px 64px rgb(0 0 0 / 24%);
  transform: none;
}

.cactus-category-card:first-child,
.cactus-category-card:nth-child(2) {
  grid-column: span 6;
}

.cactus-category-card:last-child:nth-child(odd) {
  grid-column: span 12;
  min-height: 420px;
}

.cactus-category-card::before {
  background: linear-gradient(135deg, rgb(238 63 56 / 10%), transparent 32%);
}

.cactus-category-media,
.cactus-category-media img {
  border-radius: 7px;
}

.cactus-category-media::after {
  background:
    linear-gradient(0deg, #090909 0%, rgb(9 9 9 / 82%) 30%, transparent 72%),
    linear-gradient(135deg, transparent 50%, rgb(0 0 0 / 22%));
}

.cactus-category-copy {
  padding: 32px;
}

.cactus-category-copy > span {
  color: var(--cactus-red-bright);
}

.cactus-category-copy h3 {
  font-family: var(--cactus-body);
  font-size: clamp(38px, 4vw, 58px);
  font-weight: 700;
  letter-spacing: 0;
}

.cactus-card-subcategories a {
  border-radius: 3px;
  background: rgb(12 12 12 / 70%);
}

.cactus-category-link {
  border-top: 0;
  color: #fff;
}

.cactus-category-link i {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 4px;
  color: #fff;
  background: var(--cactus-red);
}

.cactus-studio-feature {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 1fr);
  align-items: stretch;
  width: min(1320px, calc(100% - 64px));
  min-height: 640px;
  margin: 0 auto clamp(100px, 11vw, 160px);
  border-radius: 8px;
  background:
    linear-gradient(110deg, #11100f 0 48%, rgb(17 16 15 / 64%) 70%, transparent),
    var(--cactus-asset-hotels-backdrop) 72% center / cover;
  box-shadow: 0 36px 100px rgb(0 0 0 / 32%);
  overflow: hidden;
}

.cactus-studio-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(48px, 5vw, 68px);
}

.cactus-studio-feature h2 {
  max-width: 680px;
  margin: 18px 0 22px;
  font-size: clamp(46px, 4.8vw, 64px);
  line-height: 0.93;
  text-wrap: balance;
}

.cactus-studio-copy > p:not(.cactus-kicker) {
  max-width: 620px;
  color: #aaa39a;
  font-size: 17px;
  line-height: 1.65;
}

.cactus-studio-copy dl {
  display: grid;
  width: 100%;
  margin: 34px 0;
}

.cactus-studio-copy dl > div {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 18px;
  padding: 13px 0;
  border-bottom: 1px solid rgb(255 255 255 / 6%);
}

.cactus-studio-copy dt {
  color: #fff;
  font-family: var(--cactus-ui);
  font-size: 12px;
  text-transform: uppercase;
}

.cactus-studio-copy dd {
  color: #8f8981;
  font-size: 14px;
}

.cactus-studio-art {
  position: relative;
  min-height: 520px;
  overflow: hidden;
}

.cactus-studio-art::before {
  content: "";
  position: absolute;
  inset: 17% 3% 8% 5%;
  border-radius: 50%;
  background: var(--cactus-red);
  opacity: 0.86;
}

.cactus-studio-art img {
  position: absolute;
  right: -14%;
  bottom: -1%;
  z-index: 1;
  width: 122%;
  max-width: none;
  filter: brightness(0.82) contrast(1.08);
}

.cactus-studio-art strong {
  position: absolute;
  top: 12%;
  right: 8%;
  z-index: 2;
  color: #fff;
  font-family: var(--cactus-display);
  font-size: clamp(44px, 5vw, 74px);
  font-weight: 400;
  line-height: 0.78;
  text-align: right;
}

.cactus-activity-modules > .widget {
  border-radius: 7px;
  background: var(--cactus-panel) !important;
  backdrop-filter: none;
}

@media (max-width: 1060px) {
  .cactus-ledger {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cactus-ledger article:nth-child(3) {
    border-left: 0;
  }

  .cactus-ledger article:nth-child(n + 3) {
    border-top: 1px solid rgb(255 255 255 / 5%);
  }

  .cactus-studio-feature {
    grid-template-columns: 1fr;
  }

  .cactus-studio-art {
    min-height: 460px;
  }
}

@media (max-width: 680px) {
  .cactus-hero-content {
    width: 100%;
  }

  .cactus-hero h1 {
    font-size: clamp(52px, 17vw, 76px);
  }

  .cactus-ledger {
    grid-template-columns: 1fr;
    width: calc(100% - 24px);
  }

  .cactus-ledger article + article,
  .cactus-ledger article:nth-child(3) {
    border-top: 1px solid rgb(255 255 255 / 5%);
    border-left: 0;
  }

  .cactus-catalogue,
  .cactus-story,
  .cactus-studio-feature {
    width: calc(100% - 24px);
  }

  .cactus-category-card,
  .cactus-category-card:first-child,
  .cactus-category-card:nth-child(2),
  .cactus-category-card:last-child:nth-child(odd) {
    grid-column: 1 / -1 !important;
    min-height: 430px;
    border-radius: 6px;
  }

  .cactus-studio-feature {
    min-height: 0;
  }

  .cactus-studio-copy {
    padding: 52px 24px;
  }

  .cactus-studio-art {
    min-height: 320px;
  }

  .cactus-studio-art strong {
    font-size: 44px;
  }
}

/* Category and marketplace cards */
.cactus-page-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 44px;
  min-height: 470px;
  padding-bottom: 72px;
}

.cactus-page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, #080808 0%, rgb(8 8 8 / 78%) 42%, rgb(8 8 8 / 18%) 100%),
    linear-gradient(0deg, #080808, transparent 52%);
  pointer-events: none;
}

.cactus-page-hero-copy,
.cactus-category-count {
  position: relative;
  z-index: 1;
}

.cactus-page-hero h1 {
  max-width: 840px;
  margin-top: 12px;
  font-family: var(--cactus-body);
  font-size: clamp(58px, 7vw, 98px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 0.86;
}

.cactus-page-hero-copy > p:last-child {
  max-width: 560px;
  margin-top: 20px;
  color: #aaa49b;
  font-size: 17px;
  line-height: 1.55;
}

.cactus-category-count {
  display: grid;
  justify-items: center;
  min-width: 116px;
  padding: 18px 24px;
  border-radius: 4px;
  color: #17110d;
  background: var(--cactus-asset-label) center / 100% 100% no-repeat;
  transform: rotate(-2deg);
}

.cactus-category-count strong {
  font-family: var(--cactus-body);
  font-size: 40px;
  line-height: 0.9;
}

.cactus-category-count span {
  margin-top: 5px;
  font-family: var(--cactus-ui);
  font-size: 9px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.site-content-widgets {
  width: min(1320px, calc(100% - 64px));
  max-width: none !important;
  gap: 28px !important;
}

.store-products-images {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.store-products-images .store-product {
  display: flex;
  flex-direction: column;
  padding-bottom: 24px;
  border-radius: 7px !important;
  background: var(--cactus-panel) !important;
  box-shadow: 0 24px 64px rgb(0 0 0 / 24%);
}

.store-products-images .store-product:nth-child(n) {
  --cactus-product-glow: transparent;
}

.store-products-images .store-product::after {
  background: linear-gradient(145deg, rgb(255 255 255 / 3%), transparent 30%);
}

.store-products-images .store-product .image-link {
  width: calc(100% - 14px);
  aspect-ratio: 16 / 9;
  margin: 7px 7px 0;
  border-radius: 5px;
}

.store-products-images .store-product .image {
  filter: saturate(0.82) contrast(1.04);
}

.store-products-images .store-product:hover {
  box-shadow: 0 30px 82px rgb(0 0 0 / 34%);
  transform: translateY(-4px);
}

.cactus-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 2px 22px 0;
}

.cactus-card-tags span {
  padding: 6px 9px;
  border-radius: 3px;
  color: #c9b792;
  background: #211a13;
  font-family: var(--cactus-ui);
  font-size: 9px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.store-products-images .store-product .product-title {
  margin-top: 3px;
  font-family: var(--cactus-body);
  font-size: 27px;
  font-weight: 700;
  letter-spacing: 0;
}

.store-products-images .product-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 9px;
}

.store-products-images .product-actions .price {
  grid-column: 1 / -1;
  margin-bottom: 3px;
  color: #fff;
  font-family: var(--cactus-body);
  font-size: 21px;
  font-weight: 700;
}

.store-products-images .product-actions .wide {
  width: 100%;
}

.store-products-images .product-actions .gift {
  min-width: 48px;
}

.cactus-check-product {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 42px;
  margin: 2px 22px 0;
  padding: 0 13px;
  border-radius: 4px;
  color: #c8c1b8;
  background: #191817;
  font-family: var(--cactus-ui);
  font-size: 11px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.cactus-check-product span {
  color: var(--cactus-red-bright);
  font-size: 16px;
}

.cactus-check-product:hover {
  color: #fff;
  background: #211f1d;
}

.cactus-quick-view {
  top: 18px;
  right: 18px;
  border: 0;
  border-radius: 4px;
  background: rgb(11 11 11 / 74%);
  box-shadow: 0 12px 28px rgb(0 0 0 / 28%);
}

.cactus-quick-view:hover,
.cactus-quick-view:focus-visible {
  background: var(--cactus-red);
}

.cactus-subcategory-rail {
  gap: 6px;
  padding: 5px;
  border: 0;
  border-radius: 4px;
  background: #11100f;
  box-shadow: none;
  backdrop-filter: none;
}

.cactus-subcategory-rail a {
  min-height: 42px;
  border-radius: 3px;
  background: var(--cactus-button-dark) center / 100% 100% no-repeat;
}

.cactus-subcategory-rail a:hover,
.cactus-subcategory-rail a.is-active {
  color: #17110d;
  background: var(--cactus-button-paper) center / 100% 100% no-repeat;
  transform: none;
}

.store-sidebar .widget {
  border-radius: 7px !important;
}

.store-sidebar .widget-title,
.cactus-widget-heading .widget-title {
  color: #fff;
  font-family: var(--cactus-body);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.cactus-payment-ledger .purchase {
  border-radius: 4px;
  background: #181716;
  box-shadow: none;
}

.cactus-payment-ledger .avatar,
.cactus-payment-ledger .cactus-purchase-seal {
  border-radius: 4px;
}

.cactus-payment-ledger::after {
  opacity: 0.14;
}

.cactus-checkout-trust {
  color: #aaa39a;
  font-size: 11px;
}

.store-form,
.store-product-options,
.store-text.store-form {
  width: min(760px, 100%);
  margin: 70px auto;
  padding: clamp(30px, 6vw, 64px);
}

.store-form h2,
.store-product-options > .product-title,
.store-text.store-form h2 {
  margin-bottom: 28px;
  font-family: var(--cactus-body);
  font-size: clamp(36px, 5vw, 58px);
  font-weight: 700;
  line-height: 1;
}

@media (max-width: 960px) {
  .cactus-page-hero {
    min-height: 410px;
  }

  .site-content-widgets {
    width: calc(100% - 36px);
  }

  .store-products-images {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .cactus-page-hero {
    grid-template-columns: 1fr;
    gap: 24px;
    min-height: 430px;
    padding: 130px 20px 38px;
  }

  .cactus-page-hero h1 {
    font-size: clamp(48px, 16vw, 72px);
  }

  .cactus-category-count {
    justify-self: start;
  }

  .site-content-widgets {
    width: calc(100% - 20px);
  }

  .store-products-images .store-product .product-title,
  .store-products-images .store-product .actions,
  .cactus-card-tags,
  .cactus-check-product {
    margin-right: 16px;
    margin-left: 16px;
  }
}

/* Exact Cactus Shop typography and controls */
:root {
  --cactus-display: "Cactus RDR", Georgia, serif;
  --cactus-ui: "Cactus RDR", Georgia, serif;
  --cactus-body: "Cactus RDR", Georgia, serif;
}

body,
button,
input,
select,
textarea,
.site,
.cactus-hero h1,
.cactus-page-hero h1,
.cactus-product-summary h1,
.cactus-section-heading h2,
.cactus-story h2,
.cactus-final-cta h2,
.cactus-studio-feature h2,
.store-product .product-title,
.widget-title {
  font-family: "Cactus RDR", Georgia, serif !important;
}

.cactus-hero h1,
.cactus-page-hero h1,
.cactus-product-summary h1,
.cactus-section-heading h2,
.cactus-story h2,
.cactus-final-cta h2,
.cactus-studio-feature h2 {
  font-weight: 400;
  line-height: 0.92;
}

.cactus-hero h1 {
  max-width: 780px;
  font-size: clamp(58px, 6.3vw, 96px);
  line-height: 0.86;
}

.cactus-hero h1 em {
  margin-top: 0.32em;
  font-family: "Cactus RDR", Georgia, serif !important;
  font-size: 0.48em;
  line-height: 1.05;
}

.cactus-button,
.btn-primary,
.btn-secondary,
.btn-tertiary,
.navigation-horizontal .navigation-list > li > a,
.cactus-utility-link,
.cactus-header-shell .open-basket,
.cactus-check-product,
.cactus-product-links a,
.cactus-category-link,
.cactus-card-subcategories a {
  border: 0 !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  background-image: var(--cactus-button-dark) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
  box-shadow: none !important;
  color: #f7edd9 !important;
  backdrop-filter: none !important;
}

.cactus-button:hover,
.btn-primary:hover,
.btn-secondary:hover,
.btn-tertiary:hover,
.navigation-horizontal .navigation-list > li > a:hover,
.navigation-horizontal .navigation-list > li > a.link-active,
.cactus-utility-link:hover,
.cactus-header-shell .open-basket:hover,
.cactus-check-product:hover,
.cactus-product-links a:hover,
.cactus-category-link:hover,
.cactus-card-subcategories a:hover {
  background-color: transparent !important;
  background-image: var(--cactus-button-paper) !important;
  color: #17110d !important;
  filter: drop-shadow(0 8px 16px rgb(0 0 0 / 32%));
  transform: translateY(-1px);
}

.cactus-button-primary,
.store-product .btn-primary,
.store-form .btn-primary,
.basket .basket-checkout .checkout {
  background-color: transparent !important;
  background-image: var(--cactus-button-dark) !important;
  color: #f7edd9 !important;
  box-shadow: none !important;
}

.cactus-button-primary:hover,
.store-product .btn-primary:hover,
.store-form .btn-primary:hover,
.basket .basket-checkout .checkout:hover {
  background-color: transparent !important;
  background-image: var(--cactus-button-paper) !important;
  color: #17110d !important;
}

.cactus-header-shell .site-navigation,
.cactus-header-actions,
.cactus-brand > a {
  border-radius: 0 !important;
  background:
    linear-gradient(rgb(10 9 8 / 88%), rgb(10 9 8 / 88%)),
    var(--cactus-asset-box-dark) center / 100% 100% no-repeat !important;
}

.navigation-horizontal .navigation-list > li > a,
.cactus-utility-link,
.cactus-header-shell .open-basket {
  min-height: 40px;
  padding: 0 16px;
}

.cactus-mobile-trigger,
.cactus-mobile-trigger .toggle-navigation,
.cactus-dialog-close,
.site-navigation .close-navigation,
.basket-popup .popup-close,
.basket .basket-item .remove,
.basket .basket-item .quantity-field button {
  border-radius: 0 !important;
  background-color: transparent !important;
  background-image: var(--cactus-asset-box-dark) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

.cactus-mobile-trigger:hover,
.cactus-mobile-trigger .toggle-navigation:hover,
.cactus-dialog-close:hover,
.site-navigation .close-navigation:hover,
.basket-popup .popup-close:hover,
.basket .basket-item .remove:hover,
.basket .basket-item .quantity-field button:hover {
  background-color: transparent !important;
  background-image: var(--cactus-button-paper) !important;
  color: #17110d !important;
}

.cactus-payment-ledger::after {
  top: -34px;
  right: -22px;
  width: 150px;
  height: 150px;
  background-image: var(--cactus-asset-loading);
  opacity: 0.16;
  filter: drop-shadow(0 12px 24px rgb(0 0 0 / 32%));
  transform: rotate(8deg);
}

@media (max-width: 960px) {
  .cactus-brand > a,
  .cactus-header-actions,
  .cactus-mobile-trigger {
    border-radius: 0 !important;
  }

  .cactus-utility-link,
  .cactus-header-shell .open-basket,
  .cactus-header-shell .cactus-login-link {
    width: 44px;
    min-width: 44px;
    padding: 0;
  }
}

/* Chevron-free category navigation */
@media (min-width: 961px) {
  .navigation-horizontal .has-children {
    gap: 0;
  }

  .navigation-horizontal .menu > li.has-children > a {
    padding-right: 15px;
  }

  .navigation-horizontal .has-children:focus-within > ul {
    visibility: visible;
    opacity: 1;
    translate: 0 0;
  }
}

@media (max-width: 960px) {
  .site-navigation .has-children:not(.expanded) > ul,
  .site-navigation .has-children > ul {
    display: grid;
    gap: 3px;
    width: 100%;
    margin: 2px 0 12px;
    padding-left: 14px;
  }

  .site-navigation .has-children > ul a {
    min-height: 36px;
    padding: 8px 13px;
    color: #8e877e;
    background: transparent !important;
    background-image: none !important;
    font-size: 17px;
  }

  .site-navigation .has-children > ul a:hover,
  .site-navigation .has-children > ul a.link-active {
    color: var(--cactus-red-bright) !important;
    transform: none;
  }
}

/* Western inventory quick view */
.cactus-product-dialog {
  width: min(1120px, calc(100vw - 36px));
  max-height: min(720px, calc(100dvh - 36px));
  padding: 12px;
  border: 0;
  border-radius: 2px;
  background: var(--cactus-asset-modal) center / 100% 100% no-repeat;
  box-shadow: 0 48px 130px rgb(0 0 0 / 78%);
  overflow: hidden;
}

.cactus-product-dialog[open] {
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr);
  animation: cactus-dialog-in 280ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.cactus-product-dialog::backdrop {
  background:
    radial-gradient(circle at 50% 45%, transparent, rgb(0 0 0 / 40%) 55%),
    rgb(3 2 2 / 80%);
  backdrop-filter: blur(7px) grayscale(0.35);
}

.cactus-dialog-media {
  position: relative;
  min-height: 620px;
  border-radius: 0;
  background: #080706;
  overflow: hidden;
}

.cactus-dialog-media::after {
  inset: 0;
  z-index: 1;
  width: auto;
  border-radius: 0;
  background:
    linear-gradient(0deg, rgb(6 4 3 / 60%), transparent 48%),
    linear-gradient(135deg, rgb(199 164 108 / 10%), transparent 35%);
}

.cactus-dialog-media img {
  filter: saturate(0.68) sepia(0.1) contrast(1.08);
}

.cactus-dialog-stamp {
  bottom: 25px;
  left: 27px;
  z-index: 4;
  min-width: 185px;
  padding: 13px 23px;
  border-radius: 0;
  background: var(--cactus-asset-label) center / 100% 100% no-repeat;
  color: #21180f;
  font-size: 10px;
  text-align: center;
  transform: rotate(-1deg);
}

.cactus-dialog-stamp i {
  margin-right: 7px;
  color: #a42d28;
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900;
}

.cactus-dialog-copy {
  position: relative;
  justify-content: flex-start;
  padding: 44px 46px 38px;
  background: transparent;
}

.cactus-dialog-copy::before {
  content: "";
  position: absolute;
  inset: 18px 14px;
  z-index: -1;
  border: 1px solid rgb(189 155 100 / 13%);
  pointer-events: none;
}

.cactus-dialog-register {
  display: flex;
  align-items: center;
  gap: 13px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgb(199 164 108 / 17%);
}

.cactus-dialog-register > i {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  color: #1d160f;
  background: var(--cactus-asset-label) center / 100% 100% no-repeat;
  font-family: "Font Awesome 6 Free" !important;
  font-size: 15px;
  font-weight: 900;
}

.cactus-dialog-register p {
  display: grid;
  gap: 3px;
}

.cactus-dialog-register small {
  color: #776c5d;
  font-family: var(--cactus-ui);
  font-size: 8px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.cactus-dialog-register strong {
  color: #c7a46c;
  font-family: var(--cactus-ui);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cactus-dialog-copy h2 {
  margin: 25px 0 17px;
  color: #eee4d4;
  font-family: var(--cactus-ui) !important;
  font-size: clamp(40px, 4.2vw, 59px);
  font-weight: 400;
  line-height: 0.9;
  text-shadow: 0 3px 0 rgb(0 0 0 / 24%);
}

.cactus-dialog-description {
  color: #a79b8a;
  font-size: 14px;
  line-height: 1.65;
}

.cactus-dialog-meta {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin: 24px 0 28px;
  border-top: 1px solid rgb(199 164 108 / 12%);
}

.cactus-dialog-meta span {
  display: grid;
  grid-template-columns: 32px 78px minmax(0, 1fr);
  align-items: center;
  justify-items: start;
  gap: 8px;
  min-height: 42px;
  padding: 7px 0;
  border: 0;
  border-bottom: 1px solid rgb(199 164 108 / 12%);
  border-radius: 0;
  background: transparent;
  text-align: left;
}

.cactus-dialog-meta i {
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  color: #1d160f;
  background: var(--cactus-asset-label) center / 100% 100% no-repeat;
}

.cactus-dialog-meta small {
  color: #6f665a;
  font-size: 8px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.cactus-dialog-meta strong {
  color: #c7bcaa;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.cactus-dialog-footer {
  align-items: center;
  gap: 12px;
  margin-top: auto;
  padding: 0;
  border: 0;
}

.cactus-dialog-price-block {
  min-width: 138px;
  padding: 13px 19px;
  background: var(--cactus-asset-label) center / 100% 100% no-repeat;
  transform: rotate(0.5deg);
}

.cactus-dialog-price-block small {
  color: #725d43;
}

.cactus-dialog-price {
  color: #21180f;
  font-size: 18px;
}

.cactus-dialog-footer .cactus-button {
  flex: 1;
  min-width: 0;
}

.cactus-dialog-close {
  top: 22px;
  right: 22px;
  z-index: 8;
  width: 40px;
  height: 40px;
}

@media (max-width: 760px) {
  .cactus-product-dialog {
    width: min(100% - 14px, 560px);
    max-height: calc(100dvh - 14px);
    padding: 7px;
    overflow-y: auto;
  }

  .cactus-product-dialog[open] {
    grid-template-columns: 1fr;
  }

  .cactus-dialog-media {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  .cactus-dialog-copy {
    padding: 32px 22px 24px;
  }

  .cactus-dialog-copy::before {
    inset: 10px 7px;
  }

  .cactus-dialog-copy h2 {
    font-size: clamp(35px, 11vw, 48px);
  }

  .cactus-dialog-meta {
    grid-template-columns: 1fr;
  }

  .cactus-dialog-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .cactus-dialog-price-block,
  .cactus-dialog-footer .cactus-button {
    width: 100%;
  }
}

@media (min-width: 961px) {
  .navigation-horizontal .has-children:hover > ul,
  .navigation-horizontal .has-children:focus-within > ul {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    translate: 0 0 !important;
    pointer-events: auto !important;
  }
}

/* Product media gallery and real product brief */
.cactus-dialog-stage {
  position: absolute;
  inset: 0;
  background: #070707;
}

.cactus-dialog-stage > img,
.cactus-dialog-stage > iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.cactus-dialog-stage > img {
  object-fit: cover;
  filter: saturate(0.72) sepia(0.08) contrast(1.08);
}

.cactus-dialog-video {
  position: relative;
  z-index: 2;
  background: #000;
}

.cactus-dialog-media-arrow {
  position: absolute;
  top: 50%;
  z-index: 6;
  display: grid;
  place-items: center;
  width: 42px;
  height: 50px;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: #1c150e;
  background: var(--cactus-asset-label) center / 100% 100% no-repeat;
  box-shadow: 0 8px 24px rgb(0 0 0 / 38%);
  transform: translateY(-50%);
  cursor: pointer;
}

.cactus-dialog-media-arrow:hover,
.cactus-dialog-media-arrow:focus-visible {
  color: #9c2926;
  filter: brightness(1.08);
  transform: translateY(-50%) scale(1.04);
}

.cactus-dialog-media-arrow i {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900;
}

.cactus-dialog-media-prev {
  left: 20px;
}

.cactus-dialog-media-next {
  right: 20px;
}

.cactus-dialog-media-count {
  position: absolute;
  top: 22px;
  right: 22px;
  z-index: 6;
  min-width: 54px;
  padding: 8px 12px;
  color: #21180f;
  background: var(--cactus-asset-label) center / 100% 100% no-repeat;
  font-size: 9px;
  text-align: center;
}

.cactus-dialog-media .cactus-dialog-stamp {
  top: 21px;
  bottom: auto;
}

.cactus-dialog-thumbs {
  position: absolute;
  right: 24px;
  bottom: 22px;
  left: 24px;
  z-index: 6;
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 9px;
  background: rgb(5 4 3 / 78%);
  backdrop-filter: blur(8px);
}

.cactus-dialog-thumbs[hidden] {
  display: none;
}

.cactus-dialog-thumbs button {
  position: relative;
  flex: 0 0 68px;
  width: 68px;
  height: 50px;
  padding: 2px;
  border: 1px solid rgb(221 202 170 / 22%);
  border-radius: 0;
  background: #11100e;
  opacity: 0.62;
  overflow: hidden;
  cursor: pointer;
}

.cactus-dialog-thumbs button:hover,
.cactus-dialog-thumbs button:focus-visible,
.cactus-dialog-thumbs button.is-active {
  border-color: #d9c7a7;
  opacity: 1;
}

.cactus-dialog-thumbs button.is-active {
  box-shadow: inset 0 0 0 1px #8f2d29;
}

.cactus-dialog-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cactus-dialog-thumbs i {
  position: absolute;
  inset: 50% auto auto 50%;
  display: grid;
  place-items: center;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  color: #f1e6d3;
  background: rgb(143 45 41 / 90%);
  font-family: "Font Awesome 6 Free" !important;
  font-size: 8px;
  font-weight: 900;
  transform: translate(-50%, -50%);
}

.cactus-dialog-bio-label {
  margin: 2px 0 7px;
  color: #776c5d;
  font-size: 8px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.cactus-dialog-description {
  display: -webkit-box;
  max-height: 92px;
  margin-bottom: 17px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.cactus-dialog-highlights {
  margin: 0 0 22px;
  border-top: 1px solid rgb(199 164 108 / 14%);
}

.cactus-dialog-highlights[hidden] {
  display: none;
}

.cactus-dialog-highlights > small {
  display: block;
  padding: 12px 0 7px;
  color: #8f2d29;
  font-size: 8px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.cactus-dialog-highlights ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cactus-dialog-highlights li {
  position: relative;
  padding: 7px 0 7px 15px;
  color: #c7bcaa;
  border-bottom: 1px solid rgb(199 164 108 / 10%);
  font-size: 9px;
  line-height: 1.35;
  text-transform: uppercase;
}

.cactus-dialog-highlights li::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 1px;
  width: 5px;
  height: 5px;
  background: #a3322d;
  transform: rotate(45deg);
}

@media (max-width: 760px) {
  .cactus-dialog-media-arrow {
    width: 36px;
    height: 43px;
  }

  .cactus-dialog-media-prev {
    left: 10px;
  }

  .cactus-dialog-media-next {
    right: 10px;
  }

  .cactus-dialog-media-count {
    top: 12px;
    right: 12px;
  }

  .cactus-dialog-media .cactus-dialog-stamp {
    top: 11px;
    left: 12px;
    min-width: 0;
    padding: 10px 15px;
    font-size: 8px;
  }

  .cactus-dialog-thumbs {
    right: 12px;
    bottom: 10px;
    left: 12px;
    justify-content: flex-start;
    overflow-x: auto;
  }

  .cactus-dialog-thumbs button {
    flex-basis: 57px;
    width: 57px;
    height: 42px;
  }

  .cactus-dialog-highlights ul {
    grid-template-columns: 1fr;
  }
}

/* Cactus Shop detail modal */
.cactus-product-dialog {
  width: min(1180px, calc(100vw - 32px));
  max-height: min(780px, calc(100dvh - 24px));
  padding: 22px;
  border: 0;
  border-radius: 14px;
  background: var(--cactus-asset-modal) center / 100% 100% no-repeat;
  box-shadow: none;
  filter: drop-shadow(0 32px 70px rgb(0 0 0 / 78%));
}

.cactus-product-dialog[open] {
  grid-template-columns: minmax(0, 1.38fr) minmax(380px, 0.82fr);
  gap: 22px;
}

.cactus-dialog-media {
  min-height: 640px;
  border-radius: 12px;
  background: rgb(5 4 3 / 72%);
  box-shadow: inset 0 0 0 1px rgb(218 195 157 / 10%);
}

.cactus-dialog-media::after {
  border-radius: inherit;
  background:
    linear-gradient(180deg, transparent 55%, rgb(6 4 3 / 38%)),
    linear-gradient(135deg, rgb(198 164 109 / 7%), transparent 38%);
  pointer-events: none;
}

.cactus-dialog-stage,
.cactus-dialog-stage > img,
.cactus-dialog-stage > iframe {
  border-radius: inherit;
}

.cactus-dialog-stage > img {
  filter: saturate(0.82) contrast(1.05);
}

.cactus-dialog-copy {
  min-height: 640px;
  padding: 28px 35px 22px 12px;
  overflow-y: auto;
}

.cactus-dialog-copy::before {
  display: none;
}

.cactus-dialog-register {
  gap: 12px;
  padding: 0 54px 14px 0;
}

.cactus-dialog-register > i {
  width: 44px;
  height: 44px;
  font-size: 17px;
}

.cactus-dialog-register small {
  font-size: 10px;
  letter-spacing: 0.12em;
}

.cactus-dialog-register strong {
  font-size: 14px;
  letter-spacing: 0.09em;
}

.cactus-dialog-copy h2 {
  margin: 22px 0 15px;
  font-size: clamp(40px, 4vw, 52px);
  line-height: 0.95;
}

.cactus-dialog-bio-label {
  margin: 0 0 7px;
  color: #b89968;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.cactus-dialog-description {
  display: block !important;
  flex: 0 0 auto;
  max-height: 112px;
  margin: 0 0 19px;
  color: #c8bdac;
  font-size: 16px;
  line-height: 1.6;
  overflow: hidden;
}

.cactus-dialog-highlights {
  margin: 0 0 22px;
  padding: 15px 17px 13px;
  border: 0;
  border-left: 3px solid #b89968;
  background: rgb(5 4 3 / 38%);
}

.cactus-dialog-highlights > small {
  padding: 0 0 9px;
  color: #b89968;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.cactus-dialog-highlights ul {
  grid-template-columns: 1fr;
  gap: 0;
}

.cactus-dialog-highlights li {
  min-height: 34px;
  padding: 8px 4px 8px 24px;
  color: #eee4d4;
  border-bottom-color: rgb(199 164 108 / 13%);
  font-size: 15px;
  line-height: 1.35;
  text-transform: none;
}

.cactus-dialog-highlights li:last-child {
  border-bottom: 0;
}

.cactus-dialog-highlights li::before {
  top: 12px;
  width: 9px;
  height: 9px;
  background: #b89968;
  clip-path: polygon(14% 44%, 0 59%, 38% 100%, 100% 20%, 84% 6%, 37% 67%);
  transform: none;
}

.cactus-dialog-footer {
  align-items: stretch;
  gap: 14px;
  margin-top: auto;
}

.cactus-dialog-actions {
  display: grid;
  flex: 1 1 auto;
  gap: 9px;
}

.cactus-dialog-basket-actions {
  display: block;
  min-width: 0;
}

.cactus-dialog-basket-actions .add,
.cactus-dialog-basket-actions .open-basket-cta,
.cactus-dialog-detail-link {
  box-sizing: border-box;
  width: 100%;
  min-height: 52px;
}

.cactus-dialog-basket-actions .open-basket-cta {
  border: 0;
}

.cactus-dialog-detail-link {
  background: var(--cactus-asset-box-dark) center / 100% 100% no-repeat;
  color: #eee4d4;
}

.cactus-dialog-price-block {
  min-width: 148px;
  padding: 15px 20px;
}

.cactus-dialog-price-block small {
  font-size: 10px;
}

.cactus-dialog-price {
  font-size: 21px;
}

.cactus-dialog-footer .cactus-button {
  min-height: 52px;
  font-size: 13px;
}

.cactus-dialog-close {
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  background: var(--cactus-asset-box-dark) center / 100% 100% no-repeat;
}

.cactus-dialog-thumbs {
  right: 18px;
  bottom: 16px;
  left: 18px;
  border-radius: 8px;
}

.cactus-product-dialog,
.cactus-dialog-copy {
  scrollbar-width: thin;
  scrollbar-color: rgb(184 153 104 / 55%) transparent;
}

.cactus-product-dialog::-webkit-scrollbar,
.cactus-dialog-copy::-webkit-scrollbar {
  width: 5px;
}

.cactus-product-dialog::-webkit-scrollbar-thumb,
.cactus-dialog-copy::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgb(184 153 104 / 55%);
}

@media (max-width: 760px) {
  .cactus-product-dialog {
    width: min(100% - 16px, 560px);
    max-height: calc(100dvh - 16px);
    padding: 14px;
    border-radius: 12px;
  }

  .cactus-product-dialog[open] {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .cactus-dialog-media {
    min-height: 0;
    aspect-ratio: 16 / 11;
    border-radius: 9px;
  }

  .cactus-dialog-copy {
    min-height: 0;
    padding: 25px 14px 19px;
    overflow: visible;
  }

  .cactus-dialog-copy h2 {
    margin-top: 19px;
    font-size: clamp(36px, 11vw, 46px);
  }

  .cactus-dialog-description {
    max-height: none;
    font-size: 15px;
  }

  .cactus-dialog-highlights {
    padding: 14px;
  }

  .cactus-dialog-highlights li {
    font-size: 14px;
  }

  .cactus-dialog-footer .cactus-button {
    font-size: 12px;
  }

  .cactus-dialog-footer {
    grid-template-columns: 1fr;
  }

  .cactus-dialog-price-block {
    width: 100%;
  }
}

/* Clean product title and Cactus Hotels slider controls */
.cactus-dialog-copy > h2 {
  margin-top: 8px;
  padding-right: 46px;
}

.cactus-dialog-media-arrow {
  width: 64px;
  height: 64px;
  padding: 0;
  border: 0;
  background: var(--cactus-asset-selection-arrow) center / contain no-repeat;
  box-shadow: none;
  filter: drop-shadow(0 7px 12px rgb(0 0 0 / 55%));
  opacity: 0.88;
}

.cactus-dialog-media-arrow:hover,
.cactus-dialog-media-arrow:focus-visible {
  background: var(--cactus-asset-selection-arrow) center / contain no-repeat;
  filter: brightness(1.16) drop-shadow(0 8px 14px rgb(0 0 0 / 65%));
  opacity: 1;
  transform: translateY(-50%) scale(1.06);
}

.cactus-dialog-media-next {
  transform: translateY(-50%) rotate(180deg);
}

.cactus-dialog-media-next:hover,
.cactus-dialog-media-next:focus-visible {
  transform: translateY(-50%) rotate(180deg) scale(1.06);
}

@media (max-width: 760px) {
  .cactus-dialog-copy > h2 {
    margin-top: 4px;
    padding-right: 38px;
  }

  .cactus-dialog-media-arrow {
    width: 52px;
    height: 52px;
  }
}

/* Account connection popup and resilient storefront header */
.login-popup-content.store-form,
.cactus-login-card {
  box-sizing: border-box;
  width: min(560px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(28px, 5vw, 46px);
  border: 0;
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgb(255 255 255 / 4%), transparent 42%),
    #12100e;
  box-shadow: 0 28px 80px rgb(0 0 0 / 58%);
  overflow: hidden;
}

.cactus-login-heading {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 20px;
}

.cactus-login-provider-icon,
.cactus-discord-status-icon {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 0;
  border-radius: 7px;
  color: #fff;
  background: #5865f2;
  box-shadow: 0 12px 28px rgb(88 101 242 / 24%);
  font-size: 25px;
}

.cactus-login-provider-icon:has(img) {
  width: 72px;
  height: 72px;
  padding: 8px;
  background: #090806;
  box-shadow: 0 12px 28px rgb(0 0 0 / 34%);
}

.cactus-login-provider-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cactus-login-kicker,
.cactus-discord-status-copy small {
  margin: 0 0 5px;
  color: #b99a62;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.store-form .cactus-login-heading h2,
.store-text.store-form .cactus-login-heading h2 {
  margin: 0;
  font-size: clamp(29px, 6vw, 42px);
  line-height: 0.98;
  overflow-wrap: normal;
  word-break: normal;
}

.cactus-login-copy {
  margin: 0 0 24px;
  color: #aaa39a;
  font-size: 15px;
  line-height: 1.6;
}

.cactus-login-action {
  display: grid;
  gap: 10px;
  margin: 0;
}

.cactus-login-action .btn-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  min-height: 56px;
  width: 100%;
  border: 0;
  border-radius: 5px;
  background: #5865f2;
  box-shadow: 0 12px 30px rgb(88 101 242 / 20%);
}

.cactus-login-action .btn-primary:hover {
  background: #6874f5;
}

.cactus-login-action input {
  box-sizing: border-box;
  width: 100%;
}

.store-product-options > .product-title {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.05;
  overflow-wrap: normal;
  word-break: normal;
}

.store-form-options.cactus-discord-options {
  box-sizing: border-box;
  width: min(820px, 100%);
  margin-top: 30px;
  padding: 34px;
}

.product-options-popup .popup-content.store-product-options:has(.cactus-discord-options) {
  box-sizing: border-box;
  width: min(920px, calc(100vw - 48px));
  max-width: 920px;
  padding: 52px 50px;
}

.product-options-popup .store-product-options:has(.cactus-discord-options) > .product-title {
  max-width: 820px;
  margin-bottom: 12px;
  font-size: clamp(38px, 4vw, 54px);
  line-height: 1.08;
}

.cactus-discord-status {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 22px;
  min-height: 96px;
  padding: 24px;
  border: 0;
  border-radius: 7px;
  background: rgb(88 101 242 / 8%);
}

.cactus-discord-status.is-connected {
  background: rgb(57 190 112 / 7%);
}

.cactus-discord-status.is-connected .cactus-discord-status-icon {
  background: #2f9d61;
  box-shadow: 0 12px 28px rgb(47 157 97 / 20%);
}

.cactus-discord-status-copy p {
  margin: 0;
  color: #d8d1c7;
  font-size: 17px;
  line-height: 1.55;
}

.cactus-discord-status-copy strong {
  color: #fff;
}

.cactus-discord-options .cactus-discord-status-icon {
  width: 68px;
  height: 68px;
  font-size: 30px;
}

.cactus-discord-options .cactus-discord-status-copy small {
  font-size: 12px;
}

.cactus-discord-options > .actions {
  gap: 14px;
  margin-top: 24px;
}

.cactus-discord-options > .actions .btn-primary,
.cactus-discord-options > .actions .btn-secondary {
  min-height: 58px;
  padding: 0 28px;
  font-size: 15px;
}

.cactus-header-shell {
  grid-template-columns: minmax(180px, auto) minmax(0, 1fr) minmax(235px, auto);
  width: min(1640px, 100%);
  gap: clamp(10px, 1.4vw, 24px);
}

.cactus-header-shell .site-navigation {
  min-width: 0;
  max-width: 100%;
}

.navigation-horizontal > .navigation-list {
  min-width: 0;
  max-width: 100%;
}

.cactus-header-actions,
.cactus-user-actions,
.cactus-header-shell .user-actions {
  min-width: 0;
}

.cactus-header-shell .user-name {
  min-width: 0;
  max-width: clamp(120px, 14vw, 230px);
}

.cactus-header-shell .user-name .text-inner,
.cactus-header-shell .user-name .text,
.cactus-header-shell .user-name .text-hover {
  min-width: 0;
  max-width: 100%;
}

.cactus-header-shell .user-name .text,
.cactus-header-shell .user-name .text-hover {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cactus-header-shell .open-basket {
  position: relative;
  flex: 0 0 auto;
}

.cactus-header-shell .open-basket small {
  display: grid;
  place-items: center;
  box-sizing: border-box;
  flex: 0 0 20px;
  width: 20px;
  min-width: 20px;
  height: 20px;
  margin: 0;
  padding: 0 2px;
  border-radius: 50%;
  font-family: var(--cactus-ui);
  font-size: 9px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  font-variant-numeric: tabular-nums;
}

@media (max-width: 1320px) and (min-width: 961px) {
  .site-header {
    padding-right: 14px !important;
    padding-left: 14px !important;
  }

  .cactus-header-shell {
    grid-template-columns: minmax(158px, auto) minmax(0, 1fr) minmax(205px, auto);
    gap: 8px;
  }

  .cactus-brand-copy small,
  .cactus-discord-link {
    display: none;
  }

  .navigation-horizontal .navigation-list > li > a {
    padding-right: clamp(8px, 1vw, 13px);
    padding-left: clamp(8px, 1vw, 13px);
    font-size: 12px;
  }

  .cactus-header-shell .user-name {
    max-width: clamp(104px, 12vw, 165px);
    padding-right: 11px;
    padding-left: 11px;
  }
}

@media (max-width: 1100px) and (min-width: 961px) {
  .cactus-header-shell {
    grid-template-columns: auto minmax(0, 1fr) auto;
  }

  .cactus-brand-copy {
    display: none;
  }

  .cactus-brand > a {
    padding-right: 8px;
  }
}

@media (max-width: 680px) {
  .login-popup-content.store-form,
  .cactus-login-card {
    width: calc(100% - 16px);
    padding: 24px 18px;
  }

  .cactus-login-heading {
    align-items: flex-start;
    gap: 13px;
  }

  .cactus-login-provider-icon,
  .cactus-discord-status-icon {
    width: 48px;
    height: 48px;
    font-size: 21px;
  }

  .cactus-login-provider-icon:has(img) {
    width: 58px;
    height: 58px;
    padding: 7px;
  }

  .store-form .cactus-login-heading h2,
  .store-text.store-form .cactus-login-heading h2 {
    font-size: 30px;
  }

  .store-product-options > .product-title {
    font-size: 30px;
  }

  .store-form-options.cactus-discord-options {
    margin-top: 18px;
    padding: 20px;
  }

  .product-options-popup .popup-content.store-product-options:has(.cactus-discord-options) {
    width: calc(100vw - 16px);
    padding: 34px 18px 24px;
  }

  .product-options-popup .store-product-options:has(.cactus-discord-options) > .product-title {
    font-size: 32px;
  }

  .cactus-discord-status {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 20px;
  }

  .cactus-discord-status-copy p {
    font-size: 15px;
  }
}

/* Borderless quantity controls: basket and package */
.basket .basket-item .quantity-field {
  display: grid;
  grid-template-columns: 40px 46px 40px;
  align-items: center;
  width: 126px;
  min-width: 126px;
  height: 40px;
  padding: 0;
  border: 0 !important;
  border-radius: 4px;
  background: #171411 !important;
  box-shadow: none !important;
  overflow: hidden;
}

.basket .basket-item .quantity-field button,
.basket .basket-item .quantity-field input.quantity {
  position: static;
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  margin: 0;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  outline: 0;
  color: #f7edd9 !important;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  filter: none !important;
  line-height: 40px;
  text-align: center;
  transform: none !important;
}

.basket .basket-item .quantity-field button:hover,
.basket .basket-item .quantity-field button:focus-visible {
  color: #fff !important;
  background: #29231e !important;
  background-image: none !important;
  filter: none !important;
}

.basket .basket-item .quantity-field input.quantity:hover,
.basket .basket-item .quantity-field input.quantity:focus {
  border: 0 !important;
  outline: 0;
}

.basket .basket-item .remove,
.basket .basket-item .remove:hover,
.basket .basket-item .remove:focus-visible {
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  border: 0 !important;
  background-color: rgb(189 41 36 / 16%) !important;
  background-image: none !important;
  box-shadow: none !important;
  filter: none !important;
  transform: none !important;
}

.basket .basket-item .remove:hover,
.basket .basket-item .remove:focus-visible {
  color: #fff !important;
  background-color: #bd2924 !important;
}

.cactus-product-purchase .cactus-unified-cta > .add,
.cactus-product-purchase .cactus-unified-cta > .subscribe,
.cactus-product-purchase .cactus-unified-cta > .open-basket-cta {
  border: 0 !important;
  outline: 0;
  background-color: #bd2924 !important;
  background-image: none !important;
  box-shadow: none !important;
}

.cactus-product-purchase .cactus-unified-cta > .add:hover,
.cactus-product-purchase .cactus-unified-cta > .subscribe:hover,
.cactus-product-purchase .cactus-unified-cta > .open-basket-cta:hover {
  border: 0 !important;
  background-color: #df3730 !important;
  background-image: none !important;
  box-shadow: none !important;
  filter: none !important;
}

.cactus-product-purchase .cactus-cta-price {
  border: 0;
}

.cactus-product-purchase .cactus-unified-cta > .quantity-field[hidden] {
  display: none !important;
}

.cactus-product-purchase .cactus-unified-cta > .quantity-field:not([hidden]) {
  display: grid;
  grid-template-columns: 54px minmax(42px, 0.35fr) minmax(90px, 0.65fr) 54px;
  align-items: stretch;
  box-sizing: border-box;
  width: 100%;
  height: 68px;
  min-height: 68px;
  padding: 0;
  border: 0 !important;
  border-radius: 4px !important;
  color: #fff;
  background: #bd2924 !important;
  background-image: none !important;
  box-shadow: none !important;
  overflow: hidden;
}

.cactus-product-purchase .cactus-unified-cta > .quantity-field > button,
.cactus-product-purchase .cactus-unified-cta > .quantity-field > input.quantity {
  position: static;
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  height: 68px;
  margin: 0;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  outline: 0;
  color: #fff !important;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  filter: none !important;
  line-height: 68px;
  text-align: center;
  transform: none !important;
}

.cactus-product-purchase .cactus-unified-cta > .quantity-field > .decrease {
  grid-column: 1;
  grid-row: 1;
  order: initial;
}

.cactus-product-purchase .cactus-unified-cta > .quantity-field > input.quantity {
  grid-column: 2;
  grid-row: 1;
  order: initial;
  appearance: textfield;
  font-size: 20px;
  font-weight: 700;
}

.cactus-product-purchase .cactus-unified-cta > .quantity-field > .open-basket {
  grid-column: 3;
  grid-row: 1;
  order: initial;
  font-size: 14px;
  white-space: nowrap;
}

.cactus-product-purchase .cactus-unified-cta > .quantity-field > .increase {
  grid-column: 4;
  grid-row: 1;
  order: initial;
}

.cactus-product-purchase .cactus-unified-cta > .quantity-field > button:hover,
.cactus-product-purchase .cactus-unified-cta > .quantity-field > button:focus-visible {
  color: #fff !important;
  background: rgb(255 255 255 / 10%) !important;
  background-image: none !important;
}

.cactus-product-purchase .cactus-unified-cta.updating > .quantity-field {
  opacity: 0.72;
  pointer-events: none;
}

@media (max-width: 460px) {
  .cactus-product-purchase .cactus-unified-cta > .quantity-field:not([hidden]) {
    grid-template-columns: 48px 42px minmax(76px, 1fr) 48px;
  }
}

/* One continuous header bar */
.site-header {
  inset: 0 0 auto !important;
  width: 100% !important;
  padding: 0 clamp(16px, 3vw, 52px) !important;
  background: rgb(8 7 6 / 94%) !important;
  box-shadow: 0 12px 38px rgb(0 0 0 / 34%) !important;
  backdrop-filter: blur(18px) saturate(1.15) !important;
}

.cactus-header-shell {
  width: min(1640px, 100%);
  height: 82px !important;
  margin: 0 auto;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

.cactus-brand > a,
.cactus-header-shell .site-navigation,
.cactus-header-actions {
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

.cactus-header-shell .site-navigation {
  padding: 0;
}

.site-header.is-scrolled,
.site-header.is-scrolled .cactus-header-shell {
  background: rgb(8 7 6 / 98%) !important;
}

.site-header.is-scrolled .cactus-header-shell .site-navigation,
.site-header.is-scrolled .cactus-header-actions {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none;
}

.site-header .site-sale-banner {
  width: calc(100% + clamp(16px, 3vw, 52px) * 2);
  margin: 0 0 0 calc(clamp(16px, 3vw, 52px) * -1) !important;
  border-radius: 0 !important;
  text-align: center;
}

@media (max-width: 960px) {
  .site-header {
    padding: 0 14px !important;
  }

  .cactus-header-shell {
    height: 72px !important;
  }

  .cactus-brand > a,
  .cactus-header-actions,
  .cactus-mobile-trigger {
    background: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
  }

  .site-navigation.navigation-horizontal {
    top: 72px;
  }

  .site-header .site-sale-banner {
    width: calc(100% + 28px);
    margin-left: -14px !important;
  }
}

/* Cactus Hotels textures, recolored black */
.site-header {
  isolation: isolate;
  background-color: #080706 !important;
  background-image: var(--cactus-asset-menu-header) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
  background-blend-mode: multiply !important;
}

.site-header.is-scrolled {
  background-color: #050403 !important;
  background-image: var(--cactus-asset-menu-header) !important;
  background-blend-mode: multiply !important;
}

.navigation-horizontal .navigation-list > li > a,
.cactus-header-actions .cactus-utility-link,
.cactus-header-actions .user-name,
.cactus-header-actions .open-basket {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  padding: 2px 16px 0;
  border: 0 !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  background-image: var(--cactus-button-dark) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
  background-blend-mode: normal !important;
  box-shadow: none !important;
  color: #f7edd9 !important;
  font-family: var(--cactus-ui) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.055em !important;
  line-height: 1;
  text-transform: uppercase;
  filter: none;
}

.cactus-header-actions .cactus-user-actions,
.cactus-header-actions .user-actions {
  align-items: center;
}

.navigation-horizontal .navigation-list > li > a:hover,
.navigation-horizontal .navigation-list > li > a.link-active,
.cactus-header-actions .cactus-utility-link:hover,
.cactus-header-actions .user-name:hover,
.cactus-header-actions .open-basket:hover {
  background-color: transparent !important;
  background-image: var(--cactus-button-paper) !important;
  background-blend-mode: normal !important;
  color: #17110d !important;
  filter: drop-shadow(0 8px 16px rgb(0 0 0 / 32%));
  transform: translateY(-1px);
}

@media (max-width: 960px) {
  .site-header,
  .site-header.is-scrolled {
    background-size: auto 100% !important;
  }
}

.cactus-home-products .cactus-card-subcategories span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 11px;
  color: #f7edd9;
  background: var(--cactus-button-dark) center / 100% 100% no-repeat;
  font-family: var(--cactus-ui);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

