:root {
  --rystal-cart-bg: #101114;
  --rystal-cart-panel: rgba(18, 19, 24, 0.96);
  --rystal-cart-border: rgba(255, 255, 255, 0.14);
  --rystal-cart-text: #f8fafc;
  --rystal-cart-muted: rgba(248, 250, 252, 0.68);
  --rystal-cart-accent: #1d4ed8;
  --rystal-cart-accent-2: #60a5fa;
  --rystal-cart-badge-bg: #fc576b;
  --rystal-cart-badge-text: #fff;
  --rystal-font-body: "neue-haas-grotesk-text", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --rystal-font-display: "neue-haas-grotesk-display", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --rystal-font-heading: "titling-gothic-fb", "neue-haas-grotesk-display", Inter, system-ui, sans-serif;
  --rystal-logo-min: 176px;
  --rystal-logo-fluid: 12vw;
  --rystal-logo-max: 240px;
  --rystal-logo-mobile: 140px;
  --rystal-header-blur: 6px;
  --rystal-header-opacity: 0.08;
  --rystal-header-border-opacity: 0.035;
  --rystal-page-top-padding: 0px;
  --rystal-cart-fab-bottom: 22px;
  --rystal-cart-fab-mobile-bottom: 16px;
  --rystal-home-hero-y: 0px;
  --rystal-home-product-grid-gap: 0px;
  --rystal-home-most-popular-padding: clamp(40px, 4vw, 84px) 0 clamp(26px, 2.7vw, 56px);
  --rystal-home-fast-workflow-padding: clamp(50px, 4.5vw, 92px) 0 clamp(26px, 2.7vw, 54px);
  --rystal-home-standout-effects-padding: clamp(54px, 4.8vw, 98px) 0 clamp(34px, 3.2vw, 68px);
  --rystal-home-reviews-padding: clamp(42px, 3.2vw, 72px) 0 clamp(42px, 3.2vw, 76px);
  --rystal-home-catalog-padding: clamp(66px, 5.6vw, 112px) 0 clamp(40px, 3.5vw, 76px);
  --rystal-home-bottom-cta-padding: clamp(12px, 1.2vw, 28px) 0 clamp(26px, 2.2vw, 52px);
  --rystal-typeflow-hero-y: 0px;
  --rystal-typeflow-bg-width: 155%;
  --rystal-typeflow-bg-opacity: 0.5;
  --rystal-typeflow-buy-scale: 1;
  --rystal-paper-hero-y: 0px;
  --rystal-paper-logo-scale: 1;
  --rystal-paper-buy-pad-y: clamp(24px, 2.6vw, 32px);
  --rystal-paper-buy-pad-x: clamp(56px, 6vw, 76px);
  --rystal-paper-buy-pad-bottom: clamp(20px, 2.2vw, 28px);
  --rystal-paper-buy-scale: 1;
  --rystal-paper-buy-hover-scale: 1.04;
}

html:has(body.rystal-netlify-storefront) {
  background: #121212;
}

.rystal-netlify-storefront {
  margin: 0;
  background: #121212;
  background-color: #121212;
  color: var(--rystal-cart-text);
  font-family: var(--rystal-font-body);
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.rystal-netlify-storefront main {
  background: #121212;
}

.rystal-netlify-storefront:not([data-rystal-page="typeflow"]):not([data-rystal-page="typeflow-paper"]) main {
  padding-top: var(--rystal-page-top-padding);
}

.rystal-netlify-storefront .section-wrapper {
  position: relative;
  overflow: hidden;
}

.rystal-netlify-storefront .section-background {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.rystal-netlify-storefront .section-contents-wrapper,
.rystal-netlify-storefront .section-contents {
  position: relative;
  z-index: 1;
}

.rystal-local-section--highlightPrimary,
.rystal-local-section--highlightPrimary .section-background,
.rystal-local-section--hero,
.rystal-local-section--hero .section-background {
  background: #0f0e25;
}

.rystal-local-section--darkPrimary,
.rystal-local-section--darkPrimary .section-background {
  background: #121212;
}

.rystal-local-section--hero.rystal-local-section--darkPrimary,
.rystal-local-section--hero.rystal-local-section--darkPrimary .section-background {
  background: #0f0e25;
}

.rystal-local-section--hero {
  padding-bottom: clamp(14px, 2.4vw, 48px);
}

.rystal-local-section--most-popular {
  padding: var(--rystal-home-most-popular-padding);
}

.rystal-local-section--fast-workflow {
  padding: var(--rystal-home-fast-workflow-padding);
}

.rystal-local-section--standout-effects {
  padding: var(--rystal-home-standout-effects-padding);
}

.rystal-local-section--reviews {
  padding: var(--rystal-home-reviews-padding);
}

.rystal-local-section--catalog {
  padding: var(--rystal-home-catalog-padding);
}

.rystal-local-section--bottom-cta {
  padding: var(--rystal-home-bottom-cta-padding);
}

.rystal-local-section--hero .section-contents {
  transform: translateY(var(--rystal-home-hero-y));
}

.rystal-netlify-storefront button,
.rystal-netlify-storefront input {
  font-family: var(--rystal-font-display);
}

.rystal-netlify-storefront h1,
.rystal-netlify-storefront h2,
.rystal-netlify-storefront h3,
.rystal-netlify-storefront h4 {
  font-family: var(--rystal-font-heading);
}

.rystal-skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 10000;
  transform: translateY(-160%);
  padding: 10px 12px;
  border-radius: 8px;
  background: #fff;
  color: #111;
}

.rystal-skip-link:focus {
  transform: translateY(0);
}

.rystal-site-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(22px, 3.3vw, 54px);
  box-sizing: border-box;
  min-height: 66px;
  padding: 15px 4.25vw;
  background: rgba(10, 10, 14, var(--rystal-header-opacity));
  backdrop-filter: blur(var(--rystal-header-blur)) saturate(108%);
  -webkit-backdrop-filter: blur(var(--rystal-header-blur)) saturate(108%);
  border-bottom: 1px solid rgba(255, 255, 255, var(--rystal-header-border-opacity));
  pointer-events: none;
}

.rystal-site-brand,
.rystal-site-links a,
.rystal-nav-cart,
.rystal-header-icon,
.rystal-login-link {
  color: #fff;
  text-decoration: none;
}

.rystal-site-brand {
  display: inline-flex;
  align-items: center;
  width: clamp(var(--rystal-logo-min), var(--rystal-logo-fluid), var(--rystal-logo-max));
  pointer-events: auto;
}

.rystal-site-brand img {
  display: block;
  width: 100%;
  height: auto;
}

.rystal-site-links {
  display: flex;
  align-items: center;
  gap: clamp(24px, 3.2vw, 50px);
  margin-left: auto;
  font-family: var(--rystal-font-display);
  font-size: clamp(14px, 0.98vw, 17px);
  font-weight: 600;
  line-height: 1.2;
  pointer-events: auto;
}

.rystal-site-links a {
  opacity: 0.94;
}

.rystal-site-links a:hover,
.rystal-login-link:hover,
.rystal-header-icon:hover,
.rystal-nav-cart:hover {
  opacity: 0.72;
}

.rystal-site-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  pointer-events: auto;
}

.rystal-header-icon,
.rystal-nav-cart,
.rystal-login-link {
  display: inline-grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 0;
  background: transparent;
  cursor: pointer;
  opacity: 0.94;
  transition: opacity 140ms ease;
}

.rystal-header-icon svg,
.rystal-nav-cart svg,
.rystal-login-link svg {
  width: 21px;
  height: 21px;
}

.rystal-netlify-storefront .rtfh-section {
  margin-top: clamp(20px, 3vw, 48px) !important;
}

.rystal-netlify-storefront .rtfh-section .rtfh-h1 {
  background: none !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  line-height: 1.02 !important;
  letter-spacing: -0.038em !important;
  padding-bottom: 0.04em !important;
}

.rystal-netlify-storefront[data-rystal-page="typeflow"] main {
  padding-top: clamp(138px, 13.5vh, 176px);
  background-color: #0f1024;
  background-image: none;
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.rystal-netlify-storefront[data-rystal-page="typeflow"] main::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("/images/typeflow-background-loop.jpg?v=20260627-hires");
  background-repeat: repeat-y;
  background-position: top center;
  background-size: var(--rystal-typeflow-bg-width) auto;
  opacity: var(--rystal-typeflow-bg-opacity);
  pointer-events: none;
}

.rystal-netlify-storefront[data-rystal-page="typeflow"] main > * {
  position: relative;
  z-index: 1;
}

.rystal-netlify-storefront[data-rystal-page="typeflow"] {
  background-color: #0f1024;
  background-image: none;
}

.rystal-netlify-storefront[data-rystal-page="typeflow"] .rtfh-section {
  margin-top: 0 !important;
}

.rystal-netlify-storefront[data-rystal-page="typeflow"] .rt-embed .rt-standalone-hero {
  min-height: auto;
  padding-top: 24px !important;
  align-items: center;
  transform: translateY(var(--rystal-typeflow-hero-y));
}

.rystal-netlify-storefront[data-rystal-page="typeflow"] .rt-embed .rt-buy-btn {
  transform: scale(var(--rystal-typeflow-buy-scale));
  transform-origin: center;
}

.rystal-netlify-storefront .rt-embed.rt-paper .rt-p-stamp-btn {
  gap: 7px !important;
  padding: var(--rystal-paper-buy-pad-y) var(--rystal-paper-buy-pad-x) var(--rystal-paper-buy-pad-bottom) !important;
  transform: rotate(-4deg) scale(var(--rystal-paper-buy-scale)) !important;
  transform-origin: center;
}

.rystal-netlify-storefront .rt-embed.rt-paper .rt-p-stamp-btn:hover {
  transform: rotate(-2deg) scale(var(--rystal-paper-buy-hover-scale)) !important;
}

.rystal-netlify-storefront .rt-embed.rt-paper .rt-p-stamp-sub {
  display: block !important;
}

.rystal-netlify-storefront .rt-embed.rt-paper .rt-p-hero {
  min-height: calc(100svh - 66px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: clamp(124px, 12vh, 168px) !important;
  padding-bottom: clamp(68px, 8vh, 104px) !important;
  transform: translateY(var(--rystal-paper-hero-y)) !important;
}

.rystal-netlify-storefront .rt-embed.rt-paper .rt-p-hero .rt-p-word {
  transform: scale(var(--rystal-paper-logo-scale)) !important;
  transform-origin: center;
}

.rystal-nav-cart {
  position: relative;
}

.rystal-nav-cart span,
.rystal-cart-fab-count {
  display: inline-grid;
  min-width: 18px;
  height: 18px;
  place-items: center;
  border-radius: 999px;
  background: var(--rystal-cart-badge-bg);
  color: var(--rystal-cart-badge-text);
  font-family: var(--rystal-font-display);
  font-size: 11px;
  font-weight: 800;
}

.rystal-nav-cart span {
  position: absolute;
  top: -4px;
  right: -8px;
}

.rystal-site-footer {
  padding: clamp(74px, 7vw, 112px) 4vw clamp(68px, 6.2vw, 104px);
  background: rgba(14, 14, 17, 0.74);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: rgba(255, 255, 255, 0.76);
  border-top: 1px solid rgba(255, 255, 255, 0.045);
}

.rystal-footer-inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(28px, 5vw, 72px);
  max-width: 1180px;
  margin: 0 auto;
}

.rystal-footer-heading {
  margin: 0 0 18px;
  color: #fff;
  font-family: var(--rystal-font-heading);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
}

.rystal-footer-nav {
  display: grid;
  gap: 18px;
}

.rystal-footer-nav a,
.rystal-footer-social a,
.rystal-footer-bottom a {
  color: rgba(255, 255, 255, 0.74);
  text-decoration: none;
}

.rystal-footer-nav a:hover,
.rystal-footer-social a:hover,
.rystal-footer-bottom a:hover {
  color: #fff;
}

.rystal-footer-social svg {
  width: 25px;
  height: 25px;
}

.rystal-footer-about {
  margin: 0;
  max-width: 280px;
  font-size: 14px;
  line-height: 1.7;
}

.rystal-footer-bottom {
  display: flex;
  align-items: center;
  max-width: 1180px;
  margin: clamp(42px, 5vw, 72px) auto 0;
  font-size: 13px;
  line-height: 1.65;
}

.rystal-footer-bottom svg {
  width: 16px;
  height: 16px;
}

.rystal-payment-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.rystal-payment-icons li {
  display: inline-flex;
  line-height: 0;
}

.rystal-payment-icons svg {
  width: 38px;
  height: 24px;
}

.rystal-local-quick-add,
.rql-quick-add.rystal-local-quick-add {
  cursor: pointer;
}

html body .rap-embed .rap-featured-name {
  background: none !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  line-height: 1.02 !important;
  padding-bottom: 0.04em !important;
}

html body .rap-embed .rap-card-featured > .rql-quick-add.rystal-local-quick-add {
  right: 22px !important;
  bottom: 22px !important;
}

html body .rmp-grid,
html body .rts-grid,
html body .rse-grid,
html body .rap-grid {
  gap: calc(24px + var(--rystal-home-product-grid-gap)) !important;
}

html body .rtfh-section .rtfh-logo-wrap {
  position: relative;
}

html body .rtfh-section .rtfh-logo-wrap > .rql-quick-add.rystal-hero-quick-add {
  right: 18px !important;
  bottom: 18px !important;
}

html body .rsg-verified {
  display: inline-grid !important;
  grid-template-columns: 12px max-content;
  column-gap: 5px;
  row-gap: 2px;
  align-items: center;
  margin-top: 6px !important;
  width: max-content;
  max-width: 100%;
  white-space: nowrap;
  line-height: 1.25;
}

html body .rsg-verified svg {
  grid-column: 1;
  grid-row: 1;
  align-self: center;
  flex: 0 0 12px;
}

html body .rsg-verified-meta {
  display: block !important;
  grid-column: 2;
  grid-row: 2;
  margin-left: 0 !important;
  color: rgba(255, 255, 255, 0.48);
  font-weight: 400;
  font-size: 10.5px;
  line-height: 1.35;
  white-space: nowrap;
}

html body .rsg-grid--marquee:hover .rsg-marquee-track,
html body .rsg-grid--marquee:focus-within .rsg-marquee-track {
  animation-play-state: running !important;
}

.rystal-netlify-storefront [data-rystal-add-loading="true"] {
  cursor: wait !important;
  opacity: 1 !important;
  filter: saturate(0.72);
}

html body.rystal-netlify-storefront .rtfh-section a[data-rystal-add-loading="true"],
html body.rystal-netlify-storefront .rtfh-section .js-add-to-cart-button[data-rystal-add-loading="true"],
html body.rystal-netlify-storefront .rtfh-section .rtfh-btn-secondary[data-rystal-add-loading="true"],
html body.rystal-netlify-storefront .rt-embed .rt-buy-btn[data-rystal-add-loading="true"],
html body .rystal-netlify-storefront .rtfh-section a[data-rystal-add-loading="true"],
html body .rystal-netlify-storefront .rtfh-section .js-add-to-cart-button[data-rystal-add-loading="true"],
html body .rystal-netlify-storefront .rtfh-section .rtfh-btn-secondary[data-rystal-add-loading="true"],
html body .rystal-netlify-storefront .rt-embed .rt-buy-btn[data-rystal-add-loading="true"] {
  background: linear-gradient(135deg, #71717a, #52525b) !important;
  background-color: #52525b !important;
  background-image: linear-gradient(135deg, #71717a, #52525b) !important;
  border-color: rgba(255, 255, 255, 0.18) !important;
  color: #fff !important;
  box-shadow: none !important;
}

html body .rmp-embed .rmp-card .rql-quick-add,
html body .rts-embed .rts-card .rql-quick-add,
html body .rse-embed .rse-card .rql-quick-add,
html body .rap-embed .rap-card .rql-quick-add,
html body .rtfh-section .rql-quick-add,
html body .rql-quick-add-row .rql-quick-add {
  background: linear-gradient(135deg, #1e40af, #1d4ed8) !important;
  color: #fff !important;
  box-shadow: 0 14px 34px rgba(29, 78, 216, 0.36), 0 8px 18px rgba(0, 0, 0, 0.22) !important;
}

html body .rmp-embed .rmp-card .rql-quick-add:hover,
html body .rts-embed .rts-card .rql-quick-add:hover,
html body .rse-embed .rse-card .rql-quick-add:hover,
html body .rap-embed .rap-card .rql-quick-add:hover,
html body .rtfh-section .rql-quick-add:hover,
html body .rql-quick-add-row .rql-quick-add:hover {
  background: linear-gradient(135deg, #2563eb, #1d4ed8) !important;
}

html body .rmp-embed .rmp-card .rql-quick-add[data-rql-state="loading"],
html body .rts-embed .rts-card .rql-quick-add[data-rql-state="loading"],
html body .rse-embed .rse-card .rql-quick-add[data-rql-state="loading"],
html body .rap-embed .rap-card .rql-quick-add[data-rql-state="loading"],
html body .rtfh-section .rql-quick-add[data-rql-state="loading"] {
  background: linear-gradient(135deg, #71717a, #52525b) !important;
  box-shadow: none !important;
}

.rystal-netlify-storefront:has(.rt-sticky-buy.rt-sticky-show),
.rystal-netlify-storefront:has(.rt-p-sticky-buy.rt-p-sticky-show) {
  --rystal-product-sticky-offset: 72px;
}

.rystal-cart-root {
  position: relative;
  z-index: 11000;
}

.rystal-add-toast {
  position: fixed;
  right: 22px;
  bottom: calc(100px + var(--rystal-product-sticky-offset, 0px));
  z-index: 11021;
  max-width: min(340px, calc(100vw - 32px));
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(18, 19, 24, 0.94);
  color: #fff;
  font-family: var(--rystal-font-display);
  font-weight: 600;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.34);
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.rystal-cart-root.has-cart-open .rystal-add-toast {
  bottom: calc(var(--rystal-cart-panel-bottom, 98px) + var(--rystal-cart-panel-height, 0px) + 10px + var(--rystal-product-sticky-offset, 0px));
}

.rystal-add-toast.is-card {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-width: min(330px, calc(100vw - 32px));
  padding: 10px;
}

.rystal-add-toast.is-card img {
  width: 54px;
  height: 54px;
  border-radius: 7px;
  object-fit: cover;
  background: rgba(255, 255, 255, 0.08);
}

.rystal-add-toast.is-card span {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.rystal-add-toast.is-card strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  line-height: 1.2;
}

.rystal-add-toast.is-card small {
  color: var(--rystal-cart-muted);
  font-size: 12px;
  line-height: 1.35;
}

.rystal-add-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.rystal-cart-fab {
  position: fixed;
  right: 22px;
  bottom: calc(var(--rystal-cart-fab-bottom) + var(--rystal-product-sticky-offset, 0px));
  z-index: 11020;
  display: inline-grid;
  width: 64px;
  height: 64px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  color: #fff;
  box-shadow: 0 18px 48px rgba(29, 78, 216, 0.35), 0 12px 24px rgba(0, 0, 0, 0.28);
  cursor: pointer;
}

.rystal-cart-fab svg {
  width: 27px;
  height: 27px;
}

.rystal-cart-fab-count {
  position: absolute;
  right: -4px;
  top: -4px;
  background: var(--rystal-cart-badge-bg);
  color: var(--rystal-cart-badge-text);
}

.rystal-cart-panel {
  position: fixed;
  right: 22px;
  bottom: calc(98px + var(--rystal-product-sticky-offset, 0px));
  z-index: 11020;
  width: min(390px, calc(100vw - 32px));
  max-height: min(640px, calc(100dvh - 128px - var(--rystal-product-sticky-offset, 0px)));
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  border: 1px solid var(--rystal-cart-border);
  border-radius: 12px;
  background: var(--rystal-cart-panel);
  color: #fff;
  font-family: var(--rystal-font-body);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.46);
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px) scale(0.98);
  transform-origin: bottom right;
  transition: opacity 160ms ease, transform 160ms ease;
}

.rystal-search-panel {
  position: fixed;
  inset: 0;
  z-index: 11030;
  display: grid;
  place-items: start center;
  padding: max(72px, 8vh) 18px 18px;
  background: rgba(3, 4, 8, 0.58);
  opacity: 0;
  pointer-events: none;
  transition: opacity 160ms ease;
}

.rystal-search-panel.is-open {
  opacity: 1;
  pointer-events: auto;
}

.rystal-search-card {
  width: min(620px, 100%);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  background: rgba(18, 19, 24, 0.97);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  transform: translateY(-10px);
  transition: transform 160ms ease;
}

.rystal-search-panel.is-open .rystal-search-card {
  transform: translateY(0);
}

.rystal-search-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 16px 12px;
}

.rystal-search-label {
  color: #fff;
  font-family: var(--rystal-font-heading);
  font-size: 18px;
  font-weight: 500;
}

.rystal-search-close {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  cursor: pointer;
}

.rystal-search-input {
  display: block;
  width: calc(100% - 32px);
  margin: 0 16px 14px;
  min-height: 46px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  padding: 0 14px;
  font-size: 15px;
  outline: none;
}

.rystal-search-input:focus {
  border-color: rgba(255, 255, 255, 0.36);
}

.rystal-search-results {
  display: grid;
  gap: 2px;
  padding: 0 10px 10px;
}

.rystal-search-result {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  border-radius: 8px;
  padding: 7px 8px;
  color: #fff;
}

.rystal-search-result:hover,
.rystal-search-result:focus-within {
  background: rgba(255, 255, 255, 0.08);
}

.rystal-search-link {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-width: 0;
  color: #fff;
  text-decoration: none;
}

.rystal-search-link:hover {
  color: #fff;
}

.rystal-search-result img {
  width: 52px;
  height: 52px;
  border-radius: 7px;
  object-fit: cover;
  background: rgba(255, 255, 255, 0.08);
}

.rystal-search-result span {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.rystal-search-result strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  line-height: 1.2;
}

.rystal-search-result small {
  color: var(--rystal-cart-muted);
  font-size: 12px;
  font-weight: 700;
}

.rystal-search-add {
  min-height: 34px;
  padding: 0 14px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #1e40af, #1d4ed8);
  color: #fff;
  font-family: var(--rystal-font-display);
  font-size: 12px;
  font-weight: 850;
  cursor: pointer;
  opacity: 0;
  transform: translateX(6px);
  transition: opacity 140ms ease, transform 140ms ease, background 140ms ease;
}

.rystal-search-result:hover .rystal-search-add,
.rystal-search-result:focus-within .rystal-search-add {
  opacity: 1;
  transform: translateX(0);
}

.rystal-search-add:hover {
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
}

.rystal-search-empty {
  padding: 18px 12px 20px;
  color: var(--rystal-cart-muted);
  text-align: center;
}

.rystal-cart-panel.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.rystal-cart-panel-header,
.rystal-cart-panel-footer {
  padding: 16px;
}

.rystal-cart-panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.rystal-cart-panel-title {
  margin: 0;
  font-family: var(--rystal-font-heading);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

.rystal-cart-close {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  cursor: pointer;
}

.rystal-cart-items {
  overflow: auto;
  padding: 8px 12px;
}

.rystal-cart-empty {
  padding: 32px 14px;
  color: var(--rystal-cart-muted);
  text-align: center;
}

.rystal-cart-item {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 14px 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.rystal-cart-item-image {
  width: 62px;
  height: 62px;
  border-radius: 8px;
  object-fit: cover;
  background: rgba(255, 255, 255, 0.08);
}

.rystal-cart-item-copy {
  min-width: 0;
}

.rystal-cart-item-name {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
}

.rystal-cart-item-meta {
  margin-top: 3px;
  color: var(--rystal-cart-muted);
  font-family: var(--rystal-font-display);
  font-size: 13px;
  font-weight: 600;
}

.rystal-cart-price-row {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.rystal-cart-item-price {
  color: rgba(255, 255, 255, 0.82);
}

.rystal-cart-item-old-price {
  color: rgba(255, 255, 255, 0.4);
  text-decoration: line-through;
  font-size: 12px;
}

.rystal-cart-item-save {
  color: #34d399;
  font-size: 11px;
  font-weight: 800;
}

.rystal-cart-item-actions {
  display: flex;
  align-items: center;
  gap: 7px;
}

.rystal-cart-edit,
.rystal-cart-remove,
.rystal-cart-edit-close,
.rystal-cart-action-loading {
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.rystal-cart-edit,
.rystal-cart-remove {
  min-height: 32px;
  padding: 0 12px;
}

.rystal-cart-action-loading {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  cursor: wait;
}

.rystal-cart-action-loading span {
  width: 14px;
  height: 14px;
  border: 2px solid rgba(255, 255, 255, 0.28);
  border-top-color: #fff;
  border-radius: 999px;
  animation: rystal-spin 760ms linear infinite;
}

.rystal-cart-remove {
  color: #ffb6a3;
}

.rystal-cart-edit-close {
  width: 32px;
  height: 32px;
  color: var(--rystal-cart-muted);
}

.rystal-cart-edit:hover,
.rystal-cart-remove:hover,
.rystal-cart-edit-close:hover {
  background: rgba(255, 255, 255, 0.14);
}

.rystal-cart-panel-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.rystal-cart-total-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  font-weight: 850;
}

.rystal-cart-checkout {
  width: 100%;
  min-height: 54px;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(135deg, #047857, #065f46);
  color: #fff;
  font-size: 17px;
  font-weight: 900;
  cursor: pointer;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.18);
}

.rystal-cart-checkout:disabled {
  cursor: not-allowed;
  filter: grayscale(0.5);
  opacity: 0.65;
}

.rystal-cart-note {
  margin: 10px 0 0;
  color: var(--rystal-cart-muted);
  font-size: 12px;
  line-height: 1.4;
}

.rystal-info-page,
.rystal-product-page {
  min-height: 100vh;
  padding: calc(clamp(118px, 12vw, 180px) + var(--rystal-page-top-padding)) 4vw clamp(80px, 8vw, 132px);
  background:
    radial-gradient(ellipse 65% 45% at 78% 0%, rgba(236, 72, 153, 0.14), transparent 65%),
    linear-gradient(180deg, #0f0e25 0%, #121212 42%, #121212 100%);
}

.rystal-info-panel,
.rystal-product-hero,
.rystal-product-details {
  max-width: 1180px;
  margin: 0 auto;
}

.rystal-info-panel {
  color: #111;
}

.rystal-info-panel > div {
  box-sizing: border-box;
  border-radius: 14px;
  background: #f8fafc;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
}

.rystal-info-panel .rul-embed {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #181818;
  color: #f3f4f6;
}

.rystal-info-panel .rul-embed,
.rystal-info-panel .rul-embed * {
  box-sizing: border-box;
}

.rystal-info-panel > .rystal-update-hub-panel {
  margin-top: clamp(22px, 3vw, 34px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background: #181818;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
}

.rystal-update-hub-panel .rup-embed,
.rystal-update-hub-panel .rup-embed * {
  box-sizing: border-box;
}

.rystal-update-page {
  min-height: 100vh;
  padding: clamp(118px, 10vw, 172px) 4vw clamp(80px, 8vw, 132px);
  background:
    radial-gradient(ellipse 65% 45% at 78% 0%, rgba(236, 72, 153, 0.14), transparent 65%),
    linear-gradient(180deg, #0f0e25 0%, #121212 42%, #121212 100%);
  color: #f3f4f6;
}

.rystal-update-page-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.rystal-update-page .rul-embed,
.rystal-update-page .rup-embed {
  overflow: visible !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.rystal-update-page .rul-container {
  max-width: 1180px !important;
  padding: 0 !important;
}

.rystal-update-page .rystal-update-hub-panel {
  margin-top: clamp(34px, 4vw, 56px);
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.rystal-update-page .rup-shell,
.rystal-update-page .rup-panel,
.rystal-update-page .rup-list,
.rystal-update-page .rup-product {
  background-color: transparent !important;
}

.rystal-license-page .rystal-info-panel {
  color: #f3f4f6;
}

.rystal-info-panel > .rystal-license-doc {
  padding: clamp(34px, 4vw, 62px);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 14px;
  background:
    radial-gradient(circle at top left, rgba(96, 165, 250, 0.16), transparent 34rem),
    #0f0e25;
  color: #f3f4f6;
}

.rystal-license-doc .pill {
  display: inline-block;
  margin-bottom: 12px;
  padding: 5px 10px;
  border: 1px solid rgba(226, 94, 20, 0.35);
  border-radius: 999px;
  background: rgba(226, 94, 20, 0.11);
  color: #ffd7c4;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.rystal-license-doc h1 {
  margin: 0 0 18px;
  color: #f3f4f6;
  font-family: var(--rystal-font-heading);
  font-size: clamp(36px, 7vw, 68px);
  line-height: 0.98;
}

.rystal-license-doc .lead {
  max-width: 720px;
  margin: 0 0 28px;
  color: rgba(243, 244, 246, 0.68);
  font-size: clamp(17px, 2.2vw, 20px);
  line-height: 1.65;
}

.rystal-license-doc .updated {
  color: rgba(243, 244, 246, 0.44);
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.rystal-license-doc .notice {
  margin: 34px 0 48px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
  color: rgba(243, 244, 246, 0.68);
  line-height: 1.65;
}

.rystal-license-doc .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 28px 0 42px;
}

.rystal-license-doc .card {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
}

.rystal-license-doc section {
  padding: 34px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.rystal-license-doc h2 {
  margin: 0 0 14px;
  color: #f3f4f6;
  font-family: var(--rystal-font-display);
  font-size: clamp(24px, 3vw, 32px);
  line-height: 1.12;
}

.rystal-license-doc h3 {
  margin: 22px 0 6px;
  color: #f3f4f6;
  font-size: 18px;
}

.rystal-license-doc p,
.rystal-license-doc ul {
  color: rgba(243, 244, 246, 0.68);
  font-size: 15px;
  line-height: 1.65;
}

.rystal-license-doc p {
  margin: 0 0 14px;
}

.rystal-license-doc ul {
  margin: 0 0 16px;
  padding-left: 20px;
}

.rystal-license-doc li {
  margin: 5px 0;
}

.rystal-license-doc a,
.rystal-license-doc strong {
  color: #f3f4f6;
}

.rystal-policy-doc {
  padding: clamp(34px, 4vw, 62px);
  color: #111827;
}

.rystal-policy-eyebrow {
  margin: 0 0 10px;
  color: #7c3aed;
  font-family: var(--rystal-font-display);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.rystal-policy-doc h1 {
  margin: 0 0 16px;
  color: #111827;
  font-family: var(--rystal-font-heading);
  font-size: clamp(38px, 5vw, 72px);
  line-height: 1.02;
}

.rystal-policy-lead {
  max-width: 760px;
  margin: 0 0 32px;
  color: #475569;
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.65;
}

.rystal-policy-grid {
  display: grid;
  gap: 18px;
}

.rystal-policy-row {
  padding: 22px 0;
  border-top: 1px solid rgba(15, 23, 42, 0.1);
}

.rystal-policy-row h2 {
  margin: 0 0 8px;
  color: #111827;
  font-family: var(--rystal-font-display);
  font-size: 20px;
  font-weight: 850;
}

.rystal-policy-row p {
  margin: 0;
  color: #475569;
  font-size: 16px;
  line-height: 1.65;
}

.rystal-policy-row a {
  color: #1d4ed8;
  font-weight: 750;
}

.rystal-contact-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.rystal-contact-email-fallback {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--rystal-font-display);
  font-size: 14px;
  line-height: 1.5;
}

.rystal-contact-email-fallback a {
  color: #fff;
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.rystal-payhip-mirror .rystal-contact-form label {
  color: rgba(255, 255, 255, 0.74) !important;
}

.rystal-payhip-mirror .rystal-contact-form .form-control {
  min-height: 39px;
  padding: 8px 10px !important;
  background: rgba(255, 255, 255, 0.02) !important;
  border: 1px solid rgba(255, 255, 255, 0.36) !important;
  border-radius: 4px !important;
  color: #fff !important;
  box-shadow: none !important;
}

.rystal-payhip-mirror .rystal-contact-form textarea.form-control {
  min-height: 142px;
  resize: vertical;
}

.rystal-payhip-mirror .rystal-contact-form .form-control:focus {
  background: rgba(255, 255, 255, 0.035) !important;
  border-color: rgba(226, 94, 20, 0.78) !important;
  color: #fff !important;
  box-shadow: 0 0 0 0.2rem rgba(226, 94, 20, 0.16) !important;
}

.rystal-payhip-mirror .rystal-contact-form input:-webkit-autofill,
.rystal-payhip-mirror .rystal-contact-form input:-webkit-autofill:hover,
.rystal-payhip-mirror .rystal-contact-form input:-webkit-autofill:focus {
  -webkit-text-fill-color: #fff;
  box-shadow: 0 0 0 1000px #121212 inset !important;
}

.rystal-product-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(340px, 0.72fr);
  gap: clamp(34px, 6vw, 92px);
  align-items: center;
}

.rystal-product-eyebrow {
  margin: 0 0 16px;
  color: #a78bfa;
  font-family: var(--rystal-font-display);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.rystal-product-copy h1 {
  margin: 0;
  color: #fff;
  font-family: var(--rystal-font-heading);
  font-size: clamp(54px, 8vw, 118px);
  font-weight: 650;
  letter-spacing: 0;
  line-height: 0.95;
}

.rystal-product-lead {
  max-width: 650px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.55;
}

.rystal-product-price-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin: 26px 0 0;
  font-family: var(--rystal-font-display);
}

.rystal-product-price {
  color: #fff;
  font-size: 24px;
  font-weight: 850;
}

.rystal-product-old-price {
  color: rgba(255, 255, 255, 0.42);
  font-size: 18px;
  font-weight: 700;
  text-decoration: line-through;
}

.rystal-product-save {
  color: #34d399;
  font-size: 13px;
  font-weight: 900;
}

.rystal-product-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.rystal-product-buy,
.rystal-product-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  border-radius: 999px;
  padding: 0 22px;
  font-family: var(--rystal-font-display);
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
}

.rystal-product-buy {
  border: 0;
  background: linear-gradient(135deg, #1e40af, #1d4ed8);
  color: #fff;
  cursor: pointer;
  box-shadow: 0 18px 46px rgba(29, 78, 216, 0.32);
}

.rystal-product-buy span {
  margin-left: 12px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
}

.rystal-product-secondary {
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff;
}

.rystal-product-trust {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.52);
  font-size: 13px;
  line-height: 1.5;
}

.rystal-product-media {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.38);
}

.rystal-product-media img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.rystal-product-details {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: clamp(54px, 6vw, 96px);
}

.rystal-product-details article {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.045);
}

.rystal-product-details h2 {
  margin: 0 0 10px;
  color: #fff;
  font-family: var(--rystal-font-display);
  font-size: 19px;
  font-weight: 850;
}

.rystal-product-details p {
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 15px;
  line-height: 1.65;
}

.rystal-payhip-mirror .cart-block,
.rystal-payhip-mirror .cart-dimmer,
.rystal-payhip-mirror .js-cart-block {
  display: none !important;
}

.rystal-payhip-mirror .js-slideshow-wrapper,
.rystal-payhip-mirror .js-slideshow-wrapper.swiper-container {
  width: 100%;
  overflow: hidden;
}

.rystal-payhip-mirror [data-section-key="product"] {
  padding-bottom: clamp(56px, 7vw, 112px);
}

.rystal-payhip-mirror [data-section-key="product"] .section-contents-wrapper {
  box-sizing: border-box;
  width: min(1180px, calc(100vw - 48px));
  margin: 0 auto;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.rystal-payhip-mirror [data-section-key="product"] .media-and-details-wrapper-outer {
  display: grid;
  grid-template-columns: minmax(280px, 460px) minmax(0, 1fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: start;
}

.rystal-payhip-mirror [data-section-key="product"] .media-wrapper-outer,
.rystal-payhip-mirror [data-section-key="product"] .product-details-wrapper,
.rystal-payhip-mirror [data-section-key="product"] .slideshow-block {
  box-sizing: border-box;
  min-width: 0;
  width: 100%;
}

.rystal-payhip-mirror [data-section-key="product"] .slideshow-block {
  position: sticky;
  top: 92px;
}

.rystal-payhip-mirror .js-slideshow,
.rystal-payhip-mirror .js-slideshow.swiper-wrapper {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  transform: none !important;
  visibility: visible !important;
}

.rystal-payhip-mirror .js-slideshow-item {
  display: none !important;
  width: 100% !important;
  opacity: 0 !important;
  transform: none !important;
  transition: opacity 180ms ease !important;
}

.rystal-payhip-mirror .js-slideshow-item.rystal-slide-active {
  display: block !important;
  opacity: 1 !important;
}

.rystal-payhip-mirror .js-image-wrapper {
  width: 100%;
}

.rystal-payhip-mirror .js-image-wrapper > .section-image,
.rystal-payhip-mirror .js-image-wrapper > video.rystal-local-payhip-video {
  position: absolute !important;
  inset: 0;
  display: block;
  width: 100% !important;
  max-width: 100%;
  height: 100% !important;
  max-height: 100%;
  object-fit: contain;
}

.rystal-payhip-mirror .slideshow-thumbnail-navigation {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(46px, 1fr));
  gap: 8px;
  margin-top: 12px;
}

.rystal-payhip-mirror .slideshow-thumbnail-navigation-item {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.rystal-payhip-mirror .slideshow-thumbnail-navigation-item.active {
  border-color: rgba(96, 165, 250, 0.85);
  box-shadow: 0 0 0 1px rgba(96, 165, 250, 0.28);
}

.rystal-payhip-mirror .slideshow-thumbnail-navigation-item .image-wrapper {
  aspect-ratio: 1;
}

.rystal-payhip-mirror .slideshow-thumbnail-navigation-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rystal-payhip-mirror .js-slideshow-thumbnail-navigation-item,
.rystal-payhip-mirror .js-slideshow-button-prev,
.rystal-payhip-mirror .js-slideshow-button-next,
.rystal-payhip-mirror .swiper-pagination-bullet,
.rystal-payhip-mirror [data-rystal-cart-open],
.rystal-payhip-mirror [data-rystal-search-open] {
  cursor: pointer;
}

.rystal-payhip-mirror .slideshow-dots-wrapper {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 14px;
}

.rystal-payhip-mirror .swiper-pagination-bullet {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.32);
}

.rystal-payhip-mirror .swiper-pagination-bullet-active {
  background: #60a5fa;
}

.rystal-payhip-mirror .product-details-wrapper {
  color: rgba(248, 250, 252, 0.9);
  font-size: 16px;
  line-height: 1.58;
}

.rystal-payhip-mirror .product-details-wrapper h1 {
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 0.98;
  letter-spacing: 0;
}

.rystal-payhip-mirror .product-description,
.rystal-payhip-mirror .product-description-block {
  color: rgba(248, 250, 252, 0.82);
}

.rystal-payhip-mirror .product-description a,
.rystal-payhip-mirror .product-details-wrapper a {
  color: #93c5fd;
}

.rystal-payhip-mirror .btn,
.rystal-payhip-mirror .add-to-cart-button,
.rystal-payhip-mirror .payhip-buy-button {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 0;
  border-radius: 6px;
  padding: 13px 18px;
  color: #fff;
  background: #2563eb;
  font-size: 17px;
  font-weight: 750;
  text-decoration: none;
}

.rystal-payhip-mirror .btn-block {
  width: 100%;
}

.rystal-payhip-mirror .payhip-buy-button {
  margin-top: 10px;
  background: rgba(148, 163, 184, 0.55);
}

.rystal-payhip-mirror .product-price-before-discount,
.rystal-payhip-mirror .badge-product-on-sale-wrapper,
.rystal-payhip-mirror .digital-product-inventory-low-message,
.rystal-payhip-mirror .product-wishlist-links-wrapper,
.rystal-payhip-mirror .social-share-buttons-wrapper {
  display: none !important;
}

.rystal-payhip-mirror .js-nav-mobile-block.is-open {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

.rystal-payhip-mirror .js-nav-mobile-block.is-open .js-nav-mobile-contents {
  opacity: 1 !important;
  transform: translateX(0) !important;
}

.rystal-payhip-mirror #header {
  min-height: 66px !important;
  box-sizing: border-box !important;
  background: rgba(22, 22, 25, 0.64) !important;
  backdrop-filter: blur(18px) saturate(120%) !important;
  -webkit-backdrop-filter: blur(18px) saturate(120%) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09) !important;
}

.rystal-payhip-mirror #header .header-outer {
  min-height: 66px !important;
  padding: 15px 4.25vw !important;
  box-sizing: border-box !important;
}

.rystal-payhip-mirror #header .header-inner,
.rystal-payhip-mirror #header .header-display-desktop {
  min-height: 35px !important;
}

.rystal-payhip-mirror #header .header-title-logo a {
  display: inline-flex !important;
  align-items: center !important;
  width: clamp(162px, 12.8vw, 220px) !important;
  height: clamp(27px, 2.14vw, 31px) !important;
  max-width: none !important;
  max-height: none !important;
  line-height: 0 !important;
}

.rystal-payhip-mirror #header .header-title-logo img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: contain !important;
}

.rystal-payhip-mirror #header .header-nav-list {
  gap: clamp(24px, 3.2vw, 50px) !important;
}

.rystal-payhip-mirror #header .header-nav-list > div {
  margin: 0 !important;
}

.rystal-payhip-mirror #header .header-nav-list a,
.rystal-payhip-mirror #header .header-login-icon-link,
.rystal-payhip-mirror #header .live-search-button-search,
.rystal-payhip-mirror #header .header-cart-icon-wrapper,
.rystal-payhip-mirror #header .header-cart-icon-button,
.rystal-payhip-mirror #header .header-burger-button {
  color: #fff !important;
}

.rystal-payhip-mirror #header .header-display-desktop .header-actions .show-on-desktop {
  display: flex !important;
  align-items: center !important;
  gap: 20px !important;
}

.rystal-payhip-mirror #header .header-actions-action {
  width: 30px !important;
  height: 30px !important;
  margin: 0 !important;
}

.rystal-payhip-mirror #header button.live-search-button-search,
.rystal-payhip-mirror #header .header-login-icon-link,
.rystal-payhip-mirror #header .header-cart-icon-wrapper,
.rystal-payhip-mirror #header .header-cart-icon-button {
  display: inline-grid !important;
  width: 30px !important;
  min-width: 30px !important;
  max-width: 30px !important;
  height: 30px !important;
  min-height: 30px !important;
  max-height: 30px !important;
  padding: 0 !important;
  place-items: center !important;
  box-sizing: border-box !important;
}

.rystal-payhip-mirror #header .header-actions-action svg,
.rystal-payhip-mirror #header .header-actions-action svg.svg-icon.icon-cart,
.rystal-payhip-mirror #header .header-actions-action svg.icon-login,
.rystal-payhip-mirror #header .header-burger svg.svg-icon {
  width: 21px !important;
  height: 21px !important;
  color: #fff !important;
}

.rystal-payhip-mirror #header .header-actions-action svg path,
.rystal-payhip-mirror #header .header-burger svg.svg-icon path {
  fill: currentColor !important;
  stroke: currentColor;
}

.rystal-payhip-mirror #header.header-actions-right .header-actions-action-cart .header-cart-icon-wrapper .icon-cart {
  right: auto !important;
}

.rystal-payhip-mirror .header-cart-item-count[data-rystal-cart-count] {
  display: inline-grid !important;
  min-width: 18px !important;
  height: 18px !important;
  padding: 0 4px !important;
  place-items: center !important;
  border-radius: 999px !important;
  background: var(--rystal-cart-badge-bg) !important;
  color: var(--rystal-cart-badge-text) !important;
  font-family: var(--rystal-font-display) !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
}

.rystal-review-help-modal[hidden] {
  display: none !important;
}

.rystal-review-help-modal {
  position: fixed;
  inset: 0;
  z-index: 2147483647;
  isolation: isolate;
  display: grid;
  place-items: center;
  padding: 22px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 160ms ease;
}

.rystal-review-help-modal.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.rystal-review-help-backdrop {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.82);
  backdrop-filter: blur(10px);
}

.rystal-review-help-dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 390px);
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: #101010 !important;
  color: #f7f4ee;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.45);
  transform: translateY(8px) scale(0.985);
  transition: transform 160ms ease;
}

.rystal-review-help-modal.is-visible .rystal-review-help-dialog {
  transform: translateY(0) scale(1);
}

.rystal-review-help-close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: grid;
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  padding: 0 !important;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.05) !important;
  color: rgba(255, 255, 255, 0.82) !important;
  font: 22px/1 Arial, sans-serif !important;
  cursor: pointer;
}

.rystal-review-help-kicker {
  margin: 0 0 8px !important;
  color: rgba(255, 255, 255, 0.54) !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 0.12em !important;
  line-height: 1.1 !important;
  text-transform: uppercase;
}

.rystal-review-help-dialog h2 {
  margin: 0 38px 18px 0 !important;
  color: #fff !important;
  font-size: 28px !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  line-height: 1.08 !important;
}

.rystal-review-help-steps {
  display: grid;
  gap: 10px;
  margin: 0 0 24px 0 !important;
  padding-left: 19px !important;
  color: rgba(255, 255, 255, 0.74) !important;
  font-size: 15px !important;
  line-height: 1.45 !important;
}

.rystal-review-help-steps strong {
  color: #fff !important;
  font-weight: 800 !important;
}

.rystal-review-help-actions {
  display: flex;
  align-items: center;
}

.rystal-review-help-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 6px;
  background: #ed5b10 !important;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  box-shadow: 0 12px 30px rgba(237, 91, 16, 0.24);
}

.rystal-review-help-primary:hover,
.rystal-review-help-primary:focus {
  background: #ff6a16 !important;
  color: #fff !important;
  text-decoration: none !important;
}

body.rystal-review-help-is-open {
  overflow: hidden;
}

@keyframes rystal-spin {
  to { transform: rotate(360deg); }
}

@media (max-width: 640px) {
  .rystal-local-section--hero {
    padding-top: 43px;
  }

  .rystal-payhip-mirror [data-section-key="product"] .section-contents-wrapper {
    width: min(100%, calc(100vw - 28px));
  }

  .rystal-payhip-mirror [data-section-key="product"] .media-and-details-wrapper-outer {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .rystal-payhip-mirror [data-section-key="product"] .slideshow-block {
    position: relative;
    top: auto;
  }

  .rystal-payhip-mirror .product-details-wrapper h1 {
    font-size: clamp(38px, 14vw, 58px);
  }

  .rystal-payhip-mirror .slideshow-thumbnail-navigation {
    grid-template-columns: repeat(auto-fit, minmax(40px, 1fr));
  }

  .rystal-netlify-storefront .rtfh-section {
    margin-top: 18px !important;
  }

  .rystal-netlify-storefront[data-rystal-page="typeflow"] main {
    padding-top: 92px;
    --rystal-typeflow-bg-width: 240%;
  }

  .rystal-netlify-storefront[data-rystal-page="typeflow"] .rtfh-section {
    margin-top: 0 !important;
  }

  .rystal-netlify-storefront[data-rystal-page="typeflow"] .rt-embed .rt-standalone-hero {
    padding-top: 12px !important;
    justify-items: center;
    text-align: center;
  }

  .rystal-netlify-storefront[data-rystal-page="typeflow"] .rt-embed .rt-standalone-content-col {
    display: grid;
    width: 100%;
    justify-items: center;
    text-align: center;
  }

  .rystal-netlify-storefront[data-rystal-page="typeflow"] .rt-embed .rt-buy-row {
    justify-content: center;
    text-align: center;
  }

  .rystal-netlify-storefront[data-rystal-page="typeflow"] .rt-embed .rt-buy-note {
    width: min(100%, 360px);
    max-width: min(100%, 360px);
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
  }

  .rystal-netlify-storefront[data-rystal-page="typeflow"] .rt-embed .rt-buy-note .rt-buy-note-em:empty {
    display: none;
  }

  .rystal-netlify-storefront[data-rystal-page="typeflow"] .rt-embed .rt-lic-cta {
    display: inline-flex;
    align-items: baseline;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0 4px;
  }

  .rystal-netlify-storefront[data-rystal-page="typeflow"] .rt-embed .rt-stats-inner {
    justify-items: center;
    width: min(100%, 430px);
  }

  .rystal-netlify-storefront[data-rystal-page="typeflow"] .rt-embed .rt-stat:nth-child(3) {
    grid-column: 1 / -1;
    width: 100%;
    max-width: 260px;
  }

  .rystal-netlify-storefront .rt-embed.rt-paper .rt-p-hero {
    min-height: calc(100svh - 64px);
    padding-top: 104px !important;
    padding-bottom: 68px !important;
  }

  .rystal-site-nav {
    min-height: 64px;
    padding: 14px 6vw;
  }

  .rystal-site-brand {
    width: var(--rystal-logo-mobile);
  }

  .rystal-site-links,
  .rystal-login-link {
    display: none;
  }

  .rystal-header-icon,
  .rystal-nav-cart {
    display: inline-grid;
  }

  .rystal-site-actions {
    margin-left: auto;
    gap: 18px;
  }

  .rystal-update-page {
    padding: 104px 18px 92px;
  }

  .rystal-license-doc .grid {
    grid-template-columns: 1fr;
  }

  .rystal-payhip-mirror #header {
    min-height: 64px !important;
  }

  .rystal-payhip-mirror #header .header-outer {
    min-height: 64px !important;
    padding: 14px 6vw !important;
  }

  .rystal-payhip-mirror #header .header-display-mobile {
    min-height: 36px !important;
    align-items: center !important;
  }

  .rystal-payhip-mirror #header .header-display-mobile .header-title-logo a {
    width: 132px !important;
    height: 22px !important;
    max-height: none !important;
  }

  .rystal-payhip-mirror #header .header-display-mobile .header-actions .show-on-mobile {
    display: flex !important;
    align-items: center !important;
    gap: 18px !important;
  }

  .rystal-payhip-mirror #header .header-display-mobile .header-burger-button,
  .rystal-payhip-mirror #header .header-display-mobile button.live-search-button-search,
  .rystal-payhip-mirror #header .header-display-mobile .header-cart-icon-wrapper,
  .rystal-payhip-mirror #header .header-display-mobile .header-cart-icon-button {
    display: inline-grid !important;
    width: 30px !important;
    min-width: 30px !important;
    max-width: 30px !important;
    height: 30px !important;
    min-height: 30px !important;
    max-height: 30px !important;
    padding: 0 !important;
    place-items: center !important;
    box-sizing: border-box !important;
  }

  .rystal-cart-fab {
    right: 16px;
    bottom: calc(var(--rystal-cart-fab-mobile-bottom) + var(--rystal-product-sticky-offset, 0px));
  }

  .rystal-cart-panel {
    right: 12px;
    left: 12px;
    bottom: calc(88px + var(--rystal-product-sticky-offset, 0px));
    width: auto;
    max-height: min(620px, calc(100dvh - 108px - var(--rystal-product-sticky-offset, 0px)));
    border-radius: 12px;
  }

  .rystal-cart-item {
    grid-template-columns: 56px minmax(0, 1fr) auto;
  }

  .rystal-cart-item-image {
    width: 56px;
    height: 56px;
  }

  .rystal-add-toast {
    right: 16px;
    bottom: calc(90px + var(--rystal-product-sticky-offset, 0px));
  }

  .rystal-cart-root.has-cart-open .rystal-add-toast {
    bottom: calc(var(--rystal-cart-panel-bottom, 88px) + var(--rystal-cart-panel-height, 0px) + 10px + var(--rystal-product-sticky-offset, 0px));
  }

  .rystal-site-footer {
    padding-bottom: 112px;
  }

  .rystal-footer-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .rystal-footer-bottom {
    display: grid;
    justify-items: start;
    grid-template-columns: 1fr;
  }

  .rystal-search-add {
    opacity: 1;
    transform: none;
  }

  .rystal-search-panel {
    padding-top: 70px;
  }

  .rystal-info-page,
  .rystal-product-page {
    padding-top: 96px;
  }

  .rystal-product-hero,
  .rystal-product-details {
    grid-template-columns: 1fr;
  }

  .rystal-product-copy h1 {
    font-size: clamp(44px, 14vw, 66px);
  }

  .rystal-info-panel > div,
  .rystal-policy-doc {
    border-radius: 10px;
  }

  .rystal-review-help-modal {
    padding: 16px;
  }

  .rystal-review-help-dialog {
    padding: 24px;
  }

  .rystal-review-help-dialog h2 {
    font-size: 25px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rystal-add-toast,
  .rystal-cart-panel,
  .rystal-review-help-modal,
  .rystal-review-help-dialog {
    transition: none;
  }
}
