.tubyard-buy-parts {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
  padding: 28px;
}

.tubyard-modal__dialog--buy-parts {
  max-width: 1120px;
  padding: 22px 18px 16px;
}

.tubyard-modal__dialog--buy-parts > h2 {
  margin: 0 0 8px;
}

.tubyard-modal__dialog--buy-parts > p {
  margin: 0 0 16px;
}

.tubyard-modal--buy-parts .tubyard-buy-parts__grid--modal {
  margin-top: 4px;
}

.tubyard-modal--buy-parts .tubyard-buy-parts {
  padding: 8px 0 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.tubyard-modal--buy-parts .tubyard-buy-parts__panel,
.tubyard-modal--buy-parts .tubyard-buy-parts__summary {
  background: #0f172a;
  border-color: #334155;
}

.tubyard-modal--buy-parts .tubyard-buy-parts__colors {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tubyard-modal--buy-parts .tubyard-buy-parts__label,
.tubyard-modal--buy-parts .tubyard-buy-parts__summary-row span {
  color: #cbd5e1;
}

.tubyard-modal--buy-parts .tubyard-buy-parts__summary-row strong,
.tubyard-modal--buy-parts .tubyard-buy-parts__hint {
  color: var(--ty-ink-bright);
}

.tubyard-modal--buy-parts .tubyard-buy-parts__part-btn,
.tubyard-modal--buy-parts .tubyard-buy-parts__color-btn,
.tubyard-modal--buy-parts .tubyard-buy-parts__qty-btn,
.tubyard-modal--buy-parts .tubyard-buy-parts__qty-input {
  background: #111827;
  border-color: #334155;
  color: var(--ty-ink-bright);
}

.tubyard-modal--buy-parts .tubyard-buy-parts__part-btn span {
  color: #94a3b8;
}

.tubyard-modal--buy-parts .tubyard-buy-parts__part-btn.is-active,
.tubyard-modal--buy-parts .tubyard-buy-parts__color-btn.is-active {
  box-shadow:
    0 0 0 2px rgba(var(--ty-brand-rgb), 0.55),
    0 8px 16px rgba(0, 0, 0, 0.4);
}

.tubyard-modal--buy-parts .tubyard-buy-parts__part-btn.is-active::after,
.tubyard-modal--buy-parts .tubyard-buy-parts__color-btn.is-active::after {
  color: var(--ty-brand-accent-secondary);
}

.tubyard-modal--buy-parts .tubyard-buy-parts__cta--ghost {
  background: #111827;
  color: var(--ty-ink-bright);
  border-color: #475569;
}

.tubyard-modal--buy-parts .tubyard-buy-parts__notice {
  margin-top: 14px;
  padding: 12px 14px;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 600;
  border-radius: 10px;
  border: 1px solid transparent;
}

.tubyard-modal--buy-parts .tubyard-buy-parts__notice:empty {
  display: none;
}

.tubyard-modal--buy-parts .tubyard-buy-parts__notice.is-success {
  color: #ecfdf5;
  background: rgba(91, 155, 89, 0.2);
  border-color: rgba(91, 155, 89, 0.5);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 0 0 1px rgba(var(--ty-brand-rgb), 0.14);
}

.tubyard-modal--buy-parts .tubyard-buy-parts__notice.is-error {
  color: #fef2f2;
  background: rgba(248, 113, 113, 0.14);
  border-color: rgba(248, 113, 113, 0.42);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.tubyard-buy-parts__header h2 {
  margin: 0 0 6px;
  font-size: 30px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.tubyard-buy-parts__header p {
  margin: 0 0 22px;
  color: #475569;
}

.tubyard-buy-parts__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(320px, 1fr);
  gap: 20px;
}

.tubyard-buy-parts__panel,
.tubyard-buy-parts__summary {
  border: 1px solid #dce3ee;
  border-radius: 14px;
  padding: 18px;
  background: #fcfdff;
}

.tubyard-buy-parts__label {
  margin: 0 0 10px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: #334155;
}

.tubyard-buy-parts__parts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 16px;
}

.tubyard-buy-parts__part-btn {
  position: relative;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  background: #fff;
  color: #0f172a;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px 12px;
  gap: 4px;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.tubyard-buy-parts__part-btn strong {
  font-size: 17px;
}

.tubyard-buy-parts__part-btn span {
  font-size: 12px;
  line-height: 1.3;
  text-align: left;
  color: #475569;
}

.tubyard-buy-parts__part-btn:hover,
.tubyard-buy-parts__color-btn:hover {
  border-color: #0f172a;
  box-shadow: 0 0 0 2px rgba(15, 23, 42, 0.08);
}

.tubyard-buy-parts__part-btn.is-active,
.tubyard-buy-parts__color-btn.is-active {
  border-color: #cbd5e1;
  box-shadow:
    0 0 0 2px rgba(var(--ty-brand-rgb), 0.35),
    0 10px 18px rgba(15, 23, 42, 0.14);
  transform: translateY(-1px);
}

.tubyard-buy-parts__color-btn.is-active {
  border-color: #d0d7e2;
}

.tubyard-buy-parts__part-btn.is-active::after,
.tubyard-buy-parts__color-btn.is-active::after {
  content: "✓";
  font-size: 12px;
  font-weight: 800;
  color: #b45309;
}

.tubyard-buy-parts__part-btn.is-active::after {
  position: absolute;
  top: 8px;
  right: 10px;
}

.tubyard-buy-parts__colors {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 16px;
}

.tubyard-buy-parts__color-btn {
  border: 1px solid #d0d7e2;
  border-radius: 9px;
  background: #fff;
  color: #0f172a;
  height: 36px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 10px;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.tubyard-buy-parts__color-btn.is-active::after {
  margin-left: auto;
}

.tubyard-buy-parts__color-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid rgba(15, 23, 42, 0.25);
  background: var(--swatch, #e5e7eb);
  flex: 0 0 auto;
}

.tubyard-buy-parts__qty {
  display: grid;
  grid-template-columns: 44px 1fr 44px;
  gap: 8px;
}

.tubyard-buy-parts__qty-btn,
.tubyard-buy-parts__qty-input {
  height: 44px;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  font-size: 17px;
  text-align: center;
}


.tubyard-buy-parts__qty-input,
.tubyard-mini-cart-item__qty-input {
  -moz-appearance: textfield;
  appearance: textfield;
}

.tubyard-buy-parts__qty-input::-webkit-outer-spin-button,
.tubyard-buy-parts__qty-input::-webkit-inner-spin-button,
.tubyard-mini-cart-item__qty-input::-webkit-outer-spin-button,
.tubyard-mini-cart-item__qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.tubyard-buy-parts__qty-btn {
  background: #fff;
  cursor: pointer;
}

.tubyard-buy-parts__hint {
  margin: 10px 0 0;
  font-size: 12px;
  color: #64748b;
}

.tubyard-buy-parts__summary-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 10px;
  padding: 8px 0;
  border-bottom: 1px dashed #d9e1ec;
}

.tubyard-buy-parts__summary-row--total {
  font-size: 20px;
  font-weight: 700;
}

.tubyard-buy-parts__actions {
  margin-top: 16px;
  display: grid;
  gap: 10px;
}

.tubyard-buy-parts__cta {
  height: 44px;
  border-radius: 10px;
  border: none;
  background: #111827;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

.tubyard-buy-parts__cta--ghost {
  background: #fff;
  color: #111827;
  border: 1px solid #cbd5e1;
}

.tubyard-buy-parts__notice {
  margin: 14px 0 0;
  padding: 0;
  min-height: 0;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 600;
  border-radius: 10px;
  border: 1px solid transparent;
  background: transparent;
  color: #64748b;
}

.tubyard-buy-parts__notice:empty {
  display: none;
}

.tubyard-buy-parts__notice.is-success {
  margin-top: 14px;
  padding: 12px 14px;
  color: #14532d;
  background: rgba(91, 155, 89, 0.12);
  border-color: rgba(91, 155, 89, 0.35);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.85),
    0 1px 2px rgba(15, 23, 42, 0.04);
}

.tubyard-buy-parts__notice.is-error {
  margin-top: 14px;
  padding: 12px 14px;
  color: #7f1d1d;
  background: rgba(220, 38, 38, 0.07);
  border-color: rgba(220, 38, 38, 0.28);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.tubyard-buy-parts.is-busy {
  opacity: 0.75;
  pointer-events: none;
}

@media (max-width: 960px) {
  .tubyard-buy-parts {
    padding: 18px;
  }
  .tubyard-buy-parts__grid {
    grid-template-columns: 1fr;
  }

  .tubyard-modal--buy-parts .tubyard-buy-parts__colors {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tubyard-modal__dialog--buy-parts {
    padding: 58px 16px 20px;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  color: #000;
  font-family: "Montserrat", sans-serif;
}

html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  touch-action: manipulation;
}

:root {
  --tubyard-header-height: 48px;
  --tubyard-admin-offset: 0px;
  --z-base: 1;
  --z-nav-backdrop: 2;
  --z-header: 3;
  --z-nav: 4;
  --z-nav-toggle: 5;
  --z-overlay: 6;
  --z-overlay-controls: 7;
  --z-modal: 8;
  --z-toast: 9;
  --z-loader: 10;
}

body.admin-bar {
  --tubyard-admin-offset: 32px;
}

body {
  line-height: 1;
  position: relative;
}

ol,
ul {
  list-style: none;
}

img,
video {
  max-width: 100%;
  height: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button,
input,
textarea {
  border: none;
  background: none;
  font-family: inherit;
}

a {
  text-decoration: none;
  color: inherit;
}


.tubyard-site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: var(--z-header);
  background: rgba(8, 8, 10, 0.72);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

body.admin-bar .tubyard-site-header {
  top: 32px;
}

.tubyard-site-header__inner {
  width: min(1200px, calc(100% - 28px));
  margin: 0 auto;
  min-height: var(--tubyard-header-height);
  padding-block: 2px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.tubyard-site-header__brand {
  display: inline-flex;
  align-items: center;
}

.tubyard-site-header__lead {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.tubyard-site-header__role-badge {
  display: inline-block;
  flex-shrink: 0;
  align-self: center;
  margin: 0;
  padding: 0;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ty-ink-bright);
  line-height: 1.2;
  white-space: nowrap;
}

.tubyard-site-header__brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  padding: 10px;
  border-radius: 50%;
  background: var(--ty-brand);
  box-sizing: border-box;
}

.tubyard-site-header__brand-mark img {
  display: block;
  height: 32px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}


body.home #fullpage > .tubyard-home-footer-section {
  scroll-snap-align: start;
  scroll-snap-stop: normal;
  min-height: auto;
  padding: clamp(32px, 6vh, 64px) 16px 48px;
  box-sizing: border-box;
  background: #0c0c0e;
}

body.home #fullpage > .tubyard-home-footer-section .tubyard-site-footer--home {
  margin-top: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding-top: 24px;
}


.tubyard-site-footer {
  width: min(1200px, calc(100% - 28px));
  margin: 0 auto;
  padding: 28px 0 36px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.tubyard-site-footer--home {
  margin-top: 48px;
}

.tubyard-company-legal {
  font-size: 12px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.72);
  text-align: center;
}

.tubyard-company-legal__name {
  margin: 0 0 6px;
  font-size: 13px;
}

.tubyard-company-legal__meta,
.tubyard-company-legal__addr,
.tubyard-company-legal__help {
  margin: 0 0 4px;
}

.tubyard-company-legal a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.tubyard-company-legal a:hover {
  color: var(--ty-brand-bright);
}

.tubyard-company-legal__links {
  margin: 10px 0 0;
}

.tubyard-company-legal__sep {
  opacity: 0.55;
}


body.tubyard-legal .tubyard-site-footer {
  margin-top: auto;
}

.tubyard-legal-page {
  width: min(820px, calc(100% - 28px));
  margin: 0 auto;
  padding: clamp(28px, 5vw, 48px) 0 clamp(40px, 6vw, 64px);
  flex: 1 0 auto;
}

.tubyard-legal-page__header {
  margin-bottom: 28px;
  text-align: center;
}

.tubyard-legal-page__title {
  margin: 0 0 8px;
  font-size: clamp(1.5rem, 3vw, 2rem);
  line-height: 1.2;
  color: var(--ty-ink-bright);
}

.tubyard-legal-page__updated {
  margin: 0;
  font-size: 13px;
  color: var(--ty-muted);
}

.tubyard-legal-page__body {
  font-size: 15px;
  line-height: 1.65;
  color: var(--ty-text);
}

.tubyard-legal-page__body h2 {
  margin: 28px 0 10px;
  font-size: 1.05rem;
  line-height: 1.35;
  color: var(--ty-ink-bright);
}

.tubyard-legal-page__body p,
.tubyard-legal-page__body ul {
  margin: 0 0 14px;
}

.tubyard-legal-page__body ul {
  padding-left: 1.25rem;
}

.tubyard-legal-page__body li {
  margin-bottom: 6px;
}

.tubyard-legal-page__body a {
  color: var(--ty-link);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.tubyard-legal-page__body a:hover {
  color: var(--ty-link-hover);
}

.tubyard-nav-toggle {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.05);
  position: relative;
  z-index: var(--z-nav-toggle);
  transition: background-color 0.18s ease, border-color 0.18s ease;
}

.tubyard-nav-toggle__line {
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: var(--ty-ink-bright);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.tubyard-nav-toggle.is-active {
  background: rgba(var(--ty-brand-rgb), 0.18);
  border-color: rgba(var(--ty-brand-rgb), 0.48);
}

.tubyard-nav-toggle.is-active .tubyard-nav-toggle__line:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.tubyard-nav-toggle.is-active .tubyard-nav-toggle__line:nth-child(2) {
  opacity: 0;
}

.tubyard-nav-toggle.is-active .tubyard-nav-toggle__line:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.tubyard-primary-nav {
  position: fixed;
  top: var(--tubyard-admin-offset);
  left: 0;
  right: 0;
  width: 100vw;
  height: calc(100dvh - var(--tubyard-admin-offset));
  max-height: calc(100dvh - var(--tubyard-admin-offset));
  overflow: auto;
  z-index: var(--z-nav);
  padding: calc(var(--tubyard-header-height) + 14px) 18px 18px;
  background: linear-gradient(
    180deg,
    rgba(var(--ty-nav-overlay-rgb-top), 0.98),
    rgba(var(--ty-nav-overlay-rgb-bottom), 0.98)
  );
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  transform: translateY(-10px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.42);
  transition: transform 0.22s ease, opacity 0.22s ease, visibility 0.22s ease;
}

.tubyard-primary-nav.is-open {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.tubyard-primary-nav__menu {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.tubyard-primary-nav__menu a {
  display: block;
  min-height: 44px;
  padding: 11px 12px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.02);
  color: var(--ty-ink-bright);
  font-weight: 700;
  letter-spacing: 0.01em;
  transition: background-color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.tubyard-primary-nav__menu a:hover {
  background: rgba(var(--ty-brand-rgb), 0.12);
  border-color: rgba(var(--ty-brand-rgb), 0.4);
  transform: translateX(2px);
}

.tubyard-nav-utility {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.tubyard-nav-utility__link {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: var(--ty-ink-bright);
  font-weight: 700;
  font-size: 0.92rem;
  background: rgba(255, 255, 255, 0.04);
}

.tubyard-nav-utility__link:hover {
  background: rgba(255, 255, 255, 0.1);
}

.tubyard-nav-utility__link--cart {
  justify-content: space-between;
}

.tubyard-nav-utility__count {
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  border-radius: 6px;
  border: 1px solid rgba(12, 15, 19, 0.9);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--ty-brand);
  color: var(--ty-on-accent);
  font-size: 0.75rem;
  font-weight: 800;
}


.tubyard-primary-nav .tubyard-primary-nav__menu a {
  border-color: rgba(var(--ty-brand-rgb), 0.42);
}

.tubyard-primary-nav .tubyard-nav-utility__link {
  border-color: rgba(var(--ty-brand-rgb), 0.46);
}

.tubyard-nav-utility__link--help {
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.tubyard-primary-nav__footer {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 14px;
}

.tubyard-nav-social {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tubyard-nav-social__link {
  box-sizing: border-box;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(var(--ty-brand-rgb), 0.38);
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.95);
  background: linear-gradient(
    155deg,
    rgba(255, 255, 255, 0.07) 0%,
    rgba(var(--ty-brand-rgb), 0.06) 100%
  );
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08) inset;
  transition: border-color 0.18s ease, color 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease;
}

.tubyard-nav-social__link:hover {
  border-color: rgba(var(--ty-brand-rgb), 0.65);
  color: var(--ty-on-accent);
  background: rgba(var(--ty-brand-rgb), 0.88);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  transform: none;
}

.tubyard-nav-social__link:focus-visible {
  outline: 2px solid var(--ty-brand);
  outline-offset: 3px;
}

.tubyard-nav-social__svg {
  display: block;
  flex-shrink: 0;
}

.tubyard-nav-footer-meta {
  max-width: 21rem;
}

.tubyard-nav-footer-meta__brand {
  margin: 0 0 6px;
  font-weight: 800;
  font-size: clamp(1.55rem, 5vw, 1.95rem);
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.98);
}

.tubyard-nav-footer-meta__tm {
  margin: 0 0 6px;
  font-size: 0.66rem;
  line-height: 1.45;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
}

.tubyard-nav-footer-meta__tax,
.tubyard-nav-footer-meta__addr {
  margin: 0;
  font-size: 0.62rem;
  line-height: 1.48;
  color: rgba(200, 200, 200, 0.88);
}

body.home .woofc-trigger:not([data-tubyard-open-cart="1"]) {
  display: none !important;
}

body.home .woofc-count {
  display: none !important;
}


.tubyard-mini-cart {
  position: fixed;
  inset: 0;
  z-index: var(--z-overlay);
  pointer-events: none;
}

.tubyard-mini-cart__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(5, 7, 12, 0.56);
  opacity: 0;
  transition: opacity 0.24s ease;
}

.tubyard-mini-cart__panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(440px, 94vw);
  height: 100%;
  display: flex;
  flex-direction: column;
  background:
    radial-gradient(circle at 12% 10%, rgba(var(--ty-brand-rgb), 0.11), transparent 40%),
    linear-gradient(180deg, var(--ty-night-900) 0%, var(--ty-night-950) 100%);
  color: var(--ty-ink-bright);
  border-left: 1px solid rgba(var(--ty-brand-rgb), 0.35);
  transform: translateX(100%);
  transition: transform 0.24s ease;
  box-shadow:
    -26px 0 60px rgba(0, 0, 0, 0.58),
    -1px 0 0 rgba(var(--ty-brand-rgb), 0.18) inset;
}

.tubyard-mini-cart__head {
  min-height: 68px;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(var(--ty-brand-rgb), 0.2);
  background: linear-gradient(180deg, rgba(var(--ty-brand-rgb), 0.1), rgba(255, 255, 255, 0));
}

.tubyard-mini-cart__head strong {
  font-size: 1.02rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.tubyard-mini-cart__close {
  border: 0;
  background: transparent;
  color: var(--ty-ink-bright);
  width: 34px;
  height: 34px;
  border-radius: 8px;
  font-size: 27px;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.18s ease;
}

.tubyard-mini-cart__close:hover {
  background: rgba(255, 255, 255, 0.12);
}

.tubyard-mini-cart__content {
  flex: 1;
  overflow: auto;
  padding: 16px 18px 20px;
}

.tubyard-mini-cart__content::-webkit-scrollbar {
  width: 8px;
}

.tubyard-mini-cart__content::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.16);
  border-radius: 8px;
}

.tubyard-mini-cart__content .woocommerce-mini-cart {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.tubyard-mini-cart__content .woocommerce-mini-cart-item {
  position: relative;
  margin: 0;
  padding: 12px 40px 12px 12px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
}

.tubyard-mini-cart__content .woocommerce-mini-cart-item > a:not(.remove) {
  display: block;
  color: var(--ty-brand-soft);
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 2px;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.35;
  padding-right: 6px;
}

.tubyard-mini-cart__content .woocommerce-mini-cart-item > a:not(.remove):hover {
  color: var(--ty-brand-muted);
  text-decoration-thickness: 2px;
}

.tubyard-mini-cart__content .woocommerce-mini-cart-item img {
  display: none;
}

.tubyard-mini-cart__content .woocommerce-mini-cart-item .custom-description {
  display: none;
}

.tubyard-mini-cart__content .woocommerce-mini-cart-item .variation {
  margin: 8px 0 0;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.03);
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px 12px;
}

.tubyard-mini-cart__content .woocommerce-mini-cart-item .variation dt {
  margin: 0;
  color: rgba(248, 250, 252, 0.68);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.tubyard-mini-cart__content .woocommerce-mini-cart-item .variation dd {
  margin: 0;
  color: var(--ty-ink-bright);
  font-size: 0.78rem;
  font-weight: 600;
}

.tubyard-mini-cart__content .woocommerce-mini-cart-item .variation dd p {
  margin: 0;
}

.tubyard-mini-cart__content .woocommerce-mini-cart-item .variation dd a {
  color: var(--ty-brand-soft);
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 2px;
  font-weight: 700;
}

.tubyard-mini-cart__content .woocommerce-mini-cart-item .variation dd a:hover {
  color: var(--ty-brand-muted);
  text-decoration-thickness: 2px;
}

.tubyard-mini-cart__content .woocommerce-mini-cart-item .quantity {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
  color: var(--ty-ink-bright);
  font-size: 0.84rem;
  font-weight: 700;
}

.tubyard-mini-cart__content .woocommerce-mini-cart-item .quantity .woocommerce-Price-amount {
  color: var(--ty-brand);
  font-weight: 800;
}

.tubyard-mini-cart-item__unit-total {
  color: rgba(248, 250, 252, 0.88);
  font-weight: 700;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 8px;
  padding-right: 52px;
  flex-basis: 100%;
}

.tubyard-mini-cart-item__qty-label {
  color: rgba(248, 250, 252, 0.78);
  font-weight: 600;
}

.tubyard-mini-cart__content .woocommerce-mini-cart-item .remove {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 24px;
  height: 24px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: var(--ty-ink-bright) !important;
  line-height: 22px;
  text-align: center;
  font-size: 18px;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.06);
}

.tubyard-mini-cart__content .woocommerce-mini-cart-item .remove:hover {
  color: var(--ty-on-accent) !important;
  background: var(--ty-brand);
  border-color: var(--ty-brand);
}

.tubyard-mini-cart__content .woocommerce-mini-cart__total {
  margin: 14px 0 0;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--ty-ink-bright);
  font-size: 0.98rem;
  font-weight: 700;
}

.tubyard-mini-cart__content .woocommerce-mini-cart__shipping,
.tubyard-mini-cart__content .woocommerce-mini-cart__discount,
.tubyard-mini-cart__content .woocommerce-mini-cart__grand-total {
  margin: 8px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--ty-ink-bright);
  font-size: 0.92rem;
}

.tubyard-mini-cart__content .woocommerce-mini-cart__discount .woocommerce-Price-amount {
  color: #34d399;
  font-weight: 800;
}

.tubyard-mini-cart__content .woocommerce-mini-cart__shipping-hint {
  margin: 4px 0 0;
  color: rgba(248, 250, 252, 0.68);
  font-size: 0.76rem;
  line-height: 1.35;
}

.tubyard-mini-cart__content .tubyard-mini-cart-shipping-pending {
  color: rgba(248, 250, 252, 0.72);
  font-size: 0.84rem;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.tubyard-mini-cart__content .woocommerce-mini-cart__grand-total {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.98rem;
  font-weight: 700;
}

.tubyard-mini-cart__content .woocommerce-mini-cart__total .woocommerce-Price-amount {
  color: var(--ty-brand);
  font-weight: 800;
}

.tubyard-mini-cart__content .woocommerce-mini-cart__shipping .woocommerce-Price-amount,
.tubyard-mini-cart__content .woocommerce-mini-cart__grand-total .woocommerce-Price-amount {
  color: var(--ty-brand);
  font-weight: 800;
}

.tubyard-mini-cart__content .woocommerce-mini-cart__buttons {
  margin: 12px 0 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.tubyard-mini-cart__content .woocommerce-mini-cart__buttons .button {
  margin: 0;
  min-height: 44px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  transition: filter 0.18s ease, border-color 0.18s ease, background-color 0.18s ease;
}

.tubyard-mini-cart__content .woocommerce-mini-cart__buttons .button.checkout {
  background: var(--ty-brand);
  border-color: var(--ty-brand);
  color: var(--ty-on-accent);
}

.tubyard-mini-cart-item__qty {
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(var(--ty-brand-rgb), 0.35);
  border-radius: 6px;
  overflow: hidden;
}

.tubyard-mini-cart-item__qty.is-busy {
  opacity: 0.62;
}

.tubyard-mini-cart__content.is-repricing .woocommerce-mini-cart-item .quantity,
.tubyard-mini-cart__content.is-repricing .woocommerce-mini-cart__total,
.tubyard-mini-cart__content.is-repricing .woocommerce-mini-cart__grand-total {
  opacity: 0.5;
}

.tubyard-mini-cart__content.is-repricing .woocommerce-mini-cart-item .quantity .woocommerce-Price-amount,
.tubyard-mini-cart__content.is-repricing .woocommerce-mini-cart__total .woocommerce-Price-amount,
.tubyard-mini-cart__content.is-repricing .woocommerce-mini-cart__grand-total .woocommerce-Price-amount {
  color: transparent !important;
  border-radius: 4px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.16) 25%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.16) 75%);
  background-size: 220% 100%;
  animation: tubyard-skeleton-shimmer 1.05s ease-in-out infinite;
}

@keyframes tubyard-skeleton-shimmer {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}

.tubyard-mini-cart-item__qty-btn {
  width: 28px;
  height: 28px;
  border: 0;
  background: rgba(255, 255, 255, 0.08);
  color: var(--ty-brand);
  font-size: 17px;
  line-height: 1;
  cursor: pointer;
}

.tubyard-mini-cart-item__qty-btn:hover {
  background: rgba(var(--ty-brand-rgb), 0.14);
}

.tubyard-mini-cart-item__qty-input {
  width: 46px;
  height: 28px;
  border: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(13, 16, 23, 0.92);
  color: var(--ty-ink-bright);
  text-align: center;
  font-size: 0.86rem;
  font-weight: 700;
}

.tubyard-mini-cart-item__qty-input:focus {
  outline: none;
  background: rgba(13, 16, 23, 1);
}

.tubyard-mini-cart__content .woocommerce-mini-cart__buttons .button:not(.checkout) {
  background: rgba(255, 255, 255, 0.06);
  color: var(--ty-ink-bright);
}

.tubyard-mini-cart__content .woocommerce-mini-cart__buttons .button:hover {
  transform: none;
  filter: brightness(1.05);
}

.tubyard-mini-cart__content .woocommerce-mini-cart__empty-message {
  margin: 0;
  padding: 20px 14px;
  border: 1px dashed rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  text-align: center;
  color: rgba(248, 250, 252, 0.86);
  font-size: 0.92rem;
}

.tubyard-mini-cart__coupon {
  margin: 0.75rem 0 1rem;
  padding: 0.85rem 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.tubyard-mini-cart__coupon-title {
  margin: 0 0 0.5rem;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.tubyard-mini-cart-coupon-form {
  display: flex;
  gap: 0.5rem;
  align-items: stretch;
}

.tubyard-mini-cart__coupon-input {
  flex: 1;
  min-width: 0;
  box-sizing: border-box;
  padding: 0.5rem 0.65rem;
  font-size: 0.9375rem;
  color: var(--ty-ink-bright);
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
}

.tubyard-mini-cart__coupon-apply {
  flex-shrink: 0;
  padding: 0.5rem 0.85rem;
  font-size: 0.875rem;
  font-weight: 600;
  border-radius: 8px;
}

.tubyard-mini-cart__coupons-applied {
  list-style: none;
  margin: 0.65rem 0 0;
  padding: 0;
  font-size: 0.8125rem;
}

.tubyard-mini-cart__coupon-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.35rem;
  color: rgba(255, 255, 255, 0.78);
}

.tubyard-mini-cart__coupon-remove {
  appearance: none;
  background: transparent;
  border: none;
  padding: 0;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #93c5fd;
  text-decoration: underline;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.tubyard-mini-cart__coupon-remove:hover {
  color: #bfdbfe;
}

.tubyard-mini-cart.is-open {
  pointer-events: auto;
}

.tubyard-mini-cart.is-open .tubyard-mini-cart__backdrop {
  opacity: 1;
}

.tubyard-mini-cart.is-open .tubyard-mini-cart__panel {
  transform: translateX(0);
}

body.tubyard-mini-cart-open {
  overflow: hidden;
}

body.tubyard-overlay-lock {
  overscroll-behavior: none;
}

@media (max-width: 560px) {
  .tubyard-mini-cart__panel {
    width: 100%;
  }

  .tubyard-mini-cart__head {
    padding: 14px 14px;
  }

  .tubyard-mini-cart__content {
    padding: 12px 12px 16px;
  }
}

body.tubyard-nav-open {
  overflow: hidden;
}

body.tubyard-nav-open::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: var(--z-nav-backdrop);
  background: rgba(4, 7, 12, 0.44);
  backdrop-filter: blur(1.5px);
  -webkit-backdrop-filter: blur(1.5px);
}

@media screen and (min-width: 1025px) {
  .tubyard-nav-toggle {
    display: none;
  }

  .tubyard-primary-nav {
    position: static;
    transform: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    width: auto;
    max-height: none;
    overflow: visible;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    height: auto;
  }

  .tubyard-primary-nav__menu {
    flex-direction: row;
    align-items: center;
    gap: 8px;
  }

  .tubyard-nav-utility {
    margin-top: 0;
    margin-left: 10px;
    padding-top: 0;
    border-top: 0;
    flex-direction: row;
    align-items: center;
    gap: 8px;
  }

  .tubyard-nav-utility__link {
    min-height: 38px;
    padding: 8px 12px;
    font-size: 0.84rem;
  }

  .tubyard-primary-nav .tubyard-nav-footer-meta {
    display: none;
  }

  .tubyard-primary-nav__footer {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
    gap: 0;
    flex-direction: row;
    justify-content: flex-end;
    align-self: center;
  }
}

.section {
  position: relative;
}

body.home #fullpage {
  position: fixed;
  top: calc(var(--tubyard-header-height) + var(--tubyard-admin-offset));
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
  margin-top: 0;
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior-y: contain;
  scroll-snap-type: y mandatory;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

body.home #fullpage::-webkit-scrollbar {
  width: 0;
  height: 0;
}

@supports (height: 100dvh) {
  body.home #fullpage {
    height: auto;
  }
}

body.home #fullpage > .section {
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

body.home #fullpage.is-scroll-locked {
  overflow: hidden;
}


.section__logo {
  background-color: var(--ty-brand);
}

.logo__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.logo {
  width: 260px;
  height: auto;
}

.shipping24 {
  width: 260px;
  height: auto;
}

.log-in {
  position: absolute;
  bottom: 30px;
  right: 30px;
  background-color: #F7911E;
  padding: 12px 8px 12px 30px;
  font-size: 24px;
  font-weight: 700;
  border-radius: 8px;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.log-in:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.22);
}

.log-in--distributor {
  right: 260px;
  text-decoration: none;
  color: #000;
}

@media (max-width: 980px) {
  .log-in--distributor {
    right: 30px;
    bottom: 88px;
  }
}

.tubyard-distributor-form-wrap {
  max-width: 760px;
  margin: 0 auto 24px;
}

.tubyard-account-distributor-btn {
  min-width: 240px;
}

.tubyard-distributor-form .form-row input,
.tubyard-distributor-form .form-row textarea {
  width: 100%;
}

body.tubyard-modal-open {
  overflow: hidden;
}

.tubyard-modal {
  position: fixed;
  inset: 0;
  z-index: var(--z-modal);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease;
}

.tubyard-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.tubyard-modal__backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(var(--ty-brand-rgb), 0.16), transparent 42%),
    rgba(2, 6, 23, 0.86);
}

.tubyard-modal__dialog {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 860px;
  max-height: calc(100vh - 32px);
  overflow: auto;
  background: linear-gradient(180deg, var(--ty-night-860) 0%, var(--ty-night-880) 100%);
  border: 1px solid rgba(var(--ty-brand-rgb), 0.34);
  border-radius: 10px;
  padding: 34px 28px 26px;
  box-shadow:
    0 26px 80px rgba(0, 0, 0, 0.58),
    0 0 0 1px rgba(148, 163, 184, 0.14) inset;
  transform: translateY(10px) scale(0.985);
  transition: transform 0.22s ease;
}

.tubyard-modal.is-open .tubyard-modal__dialog {
  transform: translateY(0) scale(1);
}

.tubyard-modal__dialog h2 {
  font-size: 34px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 10px;
  color: var(--ty-ink-bright);
}

.tubyard-modal__dialog > p {
  font-size: 15px;
  line-height: 1.55;
  color: #cbd5e1;
  margin-bottom: 18px;
}

.tubyard-modal .tubyard-help-contact-lead {
  word-wrap: break-word;
}

.tubyard-modal__close {
  position: absolute;
  top: 8px;
  right: 12px;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 36px;
  line-height: 1;
  color: rgba(var(--ty-brand-rgb), 0.82);
  cursor: pointer;
  background: rgba(255, 255, 255, 0.04);
  transition: color 0.16s ease, transform 0.16s ease, background-color 0.16s ease;
}

.tubyard-modal__close:hover {
  color: var(--ty-brand);
  background: rgba(255, 255, 255, 0.1);
  transform: scale(1.05);
}

.tubyard-modal .tubyard-distributor-form-wrap {
  margin-bottom: 0;
}

.tubyard-modal .tubyard-distributor-form {
  margin-top: 8px;
}

.tubyard-modal .tubyard-hcaptcha-wrap {
  margin-bottom: 14px;
}

.tubyard-modal[hidden] .tubyard-hcaptcha-wrap,
.tubyard-modal:not(.is-open) .tubyard-hcaptcha-wrap {
  display: none !important;
}

.tubyard-modal .tubyard-distributor-form .form-row {
  margin-bottom: 14px;
}

.tubyard-modal .tubyard-distributor-form .form-row label {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #cbd5e1;
}

.tubyard-modal .tubyard-distributor-form .form-row input,
.tubyard-modal .tubyard-distributor-form .form-row textarea {
  border: 1px solid rgba(var(--ty-brand-rgb), 0.26);
  border-radius: 6px;
  background: #101318;
  padding: 12px 13px;
  font-size: 15px;
  color: var(--ty-ink-bright);
  transition: border-color 0.16s ease, box-shadow 0.16s ease, background-color 0.16s ease;
}

.tubyard-modal .tubyard-distributor-form .form-row input:focus,
.tubyard-modal .tubyard-distributor-form .form-row textarea:focus {
  outline: none;
  border-color: var(--ty-brand);
  box-shadow: 0 0 0 3px rgba(var(--ty-brand-rgb), 0.2);
  background: #101318;
}

.tubyard-modal .tubyard-distributor-form .form-row textarea {
  min-height: 112px;
  resize: vertical;
}

.tubyard-modal .tubyard-distributor-form .form-row-first,
.tubyard-modal .tubyard-distributor-form .form-row-last {
  width: 49%;
}

.tubyard-modal .tubyard-distributor-form .form-row-first {
  float: left;
}

.tubyard-modal .tubyard-distributor-form .form-row-last {
  float: right;
}

.tubyard-modal .tubyard-distributor-form .form-row::after {
  content: "";
  display: table;
  clear: both;
}

.tubyard-modal .tubyard-distributor-form .button.alt {
  background: var(--ty-brand);
  color: var(--ty-on-accent);
  border: 1px solid var(--ty-brand);
  border-radius: 6px;
  min-height: 44px;
  padding: 10px 20px;
  font-weight: 700;
  letter-spacing: 0.01em;
  transition: transform 0.16s ease, box-shadow 0.16s ease, filter 0.16s ease;
}

.tubyard-modal .tubyard-distributor-form .button.alt:hover {
  background: var(--ty-brand-hover);
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(var(--ty-brand-rgb), 0.22);
  filter: none;
}

.tubyard-modal .woocommerce-message,
.tubyard-modal .woocommerce-error {
  margin: 0 0 14px;
  border-radius: 10px;
  padding: 10px 12px;
}

.tubyard-modal .tubyard-help-contact-status.woocommerce-message {
  border: 1px solid rgba(91, 155, 89, 0.45);
  background: rgba(91, 155, 89, 0.12);
  color: rgba(236, 253, 245, 0.95);
  font-size: 14px;
  line-height: 1.45;
}

.tubyard-modal .tubyard-help-contact-status.woocommerce-error {
  border: 1px solid rgba(248, 113, 113, 0.45);
  background: rgba(248, 113, 113, 0.12);
  color: rgba(254, 242, 242, 0.95);
  font-size: 14px;
  line-height: 1.45;
}

@media (max-width: 760px) {
  .tubyard-modal {
    padding: 0;
    align-items: stretch;
  }

  .tubyard-modal__dialog {
    max-width: 100vw;
    max-height: 100vh;
    max-height: 100dvh;
    height: 100vh;
    height: 100dvh;
    min-height: 100vh;
    min-height: 100dvh;
    border-radius: 0;
    border: none;
    padding: calc(76px + env(safe-area-inset-top)) 16px calc(20px + env(safe-area-inset-bottom));
    box-shadow: none;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .tubyard-modal__dialog h2 {
    font-size: 28px;
    padding-right: 24px;
  }

  .tubyard-modal__close {
    top: calc(12px + env(safe-area-inset-top));
    right: 12px;
    width: 52px;
    height: 52px;
    font-size: 44px;
  }

  .tubyard-modal .tubyard-distributor-form .form-row-first,
  .tubyard-modal .tubyard-distributor-form .form-row-last {
    width: 100%;
    float: none;
  }

  .tubyard-modal .tubyard-distributor-form .button.alt {
    min-height: 48px;
    width: 100%;
    font-size: 16px;
  }

  .tubyard-mini-cart__close {
    width: 44px;
    height: 44px;
    font-size: 32px;
  }
}

@media (min-width: 761px) and (max-width: 1100px) {
  .tubyard-modal__dialog {
    max-width: 720px;
    padding: 30px 22px 20px;
  }
}


.section__hero {
  background-color: #000;
}

.hero__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.easylanyard {
  width: 85%;
  max-width: 470px;
  height: auto;
}

.combinations160 {
  width: 85%;
  max-width: 470px;
  height: auto;
}

.service24 {
  width: 260px;
  height: auto;
}


.section__train {
  background-color: #F1592A;
}

.train {
  width: 220px;
  height: auto;
  margin: 0 auto;
  display: block;
}

.train__content {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  text-transform: uppercase;
  text-align: center;
  width: 100%;
}

.train__title {
  color: var(--ty-brand);
  font-size: 36px;
  font-weight: 700;
}

.train__subtitle {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

.arrow-down {
  margin-top: 30px;
  width: 40px;
  height: auto;
  animation: bounce 2s ease-in-out infinite;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
}


.product-container {
  position: relative;
  height: 100%;
  background-color: #000;
  
  --product-sidebar-width: 40px;
}


body.home .section__product .product-container,
body.home .section__mobile .product-container {
  --tubyard-section-safe-top: 0px;
  padding-top: var(--tubyard-section-safe-top);
}

.product-container-wrapper {
  position: relative;
  height: 90%;
}


.product-container-wrapper.product-single-logo,
.product-container-wrapper.product-container-mobyard {
  height: calc(100% - var(--buy-bar-height, 60px));
}


.product-container-wrapper.product-single-logo .tube,
.product-container-wrapper.product-single-logo .base,
.product-container-wrapper.product-single-logo .ring {
  top: 0;
  left: 45%;
  right: auto;
  margin: 0;
  height: 100%;
  transform: translateX(-50%);
  transform-origin: center center;
  filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.22)) drop-shadow(0 0 24px rgba(255, 255, 255, 0.12));
  max-width: none;
  width: auto;
  object-fit: contain;
  object-position: center center;
}


.product-container-mobyard .tube,
.product-container-mobyard .base,
.product-container-mobyard .ring {
  top: 0;
  left: 50%;
  right: auto;
  margin: 0;
  height: 100%;
  transform: translateX(-50%) rotate(340deg);
  transform-origin: center center;
  filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.22)) drop-shadow(0 0 24px rgba(255, 255, 255, 0.12));
  max-width: none;
  width: auto;
  object-fit: contain;
  object-position: center center;
}


.product-container-mobyard picture {
  display: contents;
}


.product-container-mobyard img.holder.select,
.product-container-mobyard .holder.select {
  top: 0;
  left: 50%;
  right: auto;
  margin: 0;
  height: 100%;
  width: auto;
  max-width: none;
  transform: translateX(-50%) rotate(340deg);
  transform-origin: center center;
  filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.22)) drop-shadow(0 0 24px rgba(255, 255, 255, 0.12));
  object-fit: contain;
  object-position: center center;
  z-index: var(--z-overlay);
}


.product-container-mobyard {
  overflow: hidden;
}

.section.section__mobile {
  overflow: hidden;
}

.section__mobile .product-container {
  overflow: hidden;
}

.tube {
  width: auto;
  height: 80%;
  margin: 0 auto;
  display: block;
  position: absolute;
  top: 0;
  left: 59%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: var(--z-nav);
  pointer-events: none;
}

.product__content {
  position: absolute;
  left: 0;
  width: var(--product-sidebar-width, 40px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  z-index: var(--z-nav);
}

.product__content p {
  transform-origin: center;
  transform: rotate(-90deg);
  font-size: 20px;
  color: #000;
  font-weight: 700;
}

.tube__content {
  top: 0;
  height: 45%;
  background-color: #ABE0FA;
}

.base__content {
  top: 45.6%;
  height: 21.4%;
  background-color: #F4F7F7;
}

.ring__content {
  bottom: 0;
  height: 32.5%;
  background-color: #DDE21F;
}

.base {
  position: absolute;
  top: 51%;
  left: 56%;
  transform: translateX(-50%);
  height: 23%;
  opacity: 0;
  transition: opacity 0.5s ease;
  width: auto;
  z-index: var(--z-nav-toggle);
  pointer-events: none;
}

.ring {
  position: absolute;
  top: 74.5%;
  left: 58%;
  transform: translateX(-50%);
  height: 22%;
  opacity: 0;
  width: auto;
  z-index: var(--z-header);
  pointer-events: none;
}

.holder {
  width: auto;
  height: 20%;
  margin: 0 auto;
  display: block;
  position: absolute;
  top: 77.5%;
  left: 58%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: var(--z-nav);
  pointer-events: none;
}

.tube.select.active,
.base.select.active,
.ring.select.active,
.active-tube-img,
.active-base-img,
.active-ring-img {
  opacity: 1;
}


.product__btn {
  position: absolute;
  z-index: var(--z-overlay-controls);
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: rgba(15, 23, 42, 0.34);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  transition: transform 0.14s ease, filter 0.14s ease, background-color 0.14s ease;
}

.btn-tube-right {
  top: 35%;
  right: 13%;
}

.btn-tube-left {
  top: 35%;
  left: 25%;
}

.btn-base-right {
  top: 58%;
  right: 14%;
}

.btn-base-left {
  top: 58%;
  left: 25%;
}

.btn-ring-right {
  top: 80%;
  right: 7%;
}

.btn-ring-left {
  top: 80%;
  left: 22%;
}

.product__btn {
  background: none;
  border: none;
  padding: 0;
}

.product__btn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  transition: transform 0.1s ease, filter 0.1s ease;
}

.product__btn img {
  width: 30px;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.42));
}

.ty-icon-back {
  display: inline-block;
  flex: 0 0 auto;
  width: 1.15em;
  height: 1.15em;
  vertical-align: -0.15em;
  background-color: var(--ty-brand, #ffe400);
  -webkit-mask: var(--ty-back-icon-src, url("./img/icons/arrow-back.svg")) center / contain no-repeat;
  mask: var(--ty-back-icon-src, url("./img/icons/arrow-back.svg")) center / contain no-repeat;
}

.ty-icon-back--sm {
  width: 14px;
  height: 14px;
  vertical-align: middle;
}

.ty-icon-back--md {
  width: 18px;
  height: 18px;
}

.product__btn-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 24px;
  height: 24px;
  background-color: var(--ty-brand, #ffe400);
  background-image: none;
  -webkit-mask: var(--ty-back-icon-src, url("./img/icons/arrow-back.svg")) center / contain no-repeat;
  mask: var(--ty-back-icon-src, url("./img/icons/arrow-back.svg")) center / contain no-repeat;
  transform: translate(-50%, -50%);
  transform-origin: center center;
}

.product__btn-icon::before {
  content: none;
}

.product__btn-right .product__btn-icon {
  transform: translate(-50%, -50%);
  transform-origin: center center;
}

.product__btn-left .product__btn-icon {
  transform: translate(-50%, -50%) rotate(180deg);
  transform-origin: center center;
}

.product__btn:active {
  transform: scale(0.95);
  filter: brightness(0.8);
}

.product__btn:hover {
  background: rgba(var(--ty-brand-rgb), 0.18);
  filter: brightness(1.05);
}


.product__btn-left img {
  transform-origin: center;
  transform: rotate(90deg);
}

.product__btn-right img {
  transform-origin: center;
  transform: rotate(-90deg);
}

.buttons-buy {
  position: absolute;
  display: flex;
  align-items: stretch;
  gap: 2px;
  bottom: 0;
  right: 0;
  width: 100%;
  height: var(--buy-bar-height, 60px);
  background: rgba(0, 0, 0, 0.28);
}

.product__buy {
  min-height: var(--buy-bar-height, 60px);
  padding: 8px 12px;
  width: 50%;
  font-size: clamp(12px, 3.85vw, 18px);
  color: #fff;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: filter 0.16s ease, transform 0.16s ease;
}

.product__buy-go {
  background-color: #5D7B5D;
}

.product__buy-go-order {
  background-color: #5B9B59;
}

.product__buy:hover {
  filter: brightness(1.06);
}

.product__buy:active {
  transform: translateY(1px);
}

.tubyard-ajax-notices {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: var(--z-toast);
  width: min(380px, calc(100vw - 24px));
  display: flex;
  flex-direction: column;
  gap: 12px;
  pointer-events: none;
}

.tubyard-ajax-notice {
  position: relative;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) 32px;
  align-items: start;
  gap: 12px;
  padding: 14px 14px 16px 14px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(165deg, rgba(28, 36, 32, 0.97) 0%, rgba(18, 24, 22, 0.98) 100%);
  color: #f0f4f1;
  font-family: "Montserrat", system-ui, -apple-system, sans-serif;
  box-shadow:
    0 4px 24px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(255, 255, 255, 0.04);
  overflow: hidden;
  pointer-events: auto;
  transform: translateY(14px) scale(0.96);
  opacity: 0;
  transition: transform 0.22s ease, opacity 0.22s ease, box-shadow 0.22s ease;
}

.tubyard-ajax-notice.is-visible {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.tubyard-ajax-notice.is-leaving {
  transform: translateY(10px) scale(0.96);
  opacity: 0;
}

.tubyard-ajax-notice:hover {
  box-shadow:
    0 8px 28px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgba(255, 255, 255, 0.06);
}

.tubyard-ajax-notice__icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--ty-brand);
}

.tubyard-ajax-notice__body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-top: 1px;
}

.tubyard-ajax-notice__title {
  font-size: 0.65rem;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(240, 244, 241, 0.92);
}

.tubyard-ajax-notice__message {
  min-width: 0;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  color: #9cada3;
  overflow-wrap: anywhere;
}

.tubyard-ajax-notice__close {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: start;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.22);
  color: rgba(240, 244, 241, 0.72);
  font-size: 1.3rem;
  line-height: 1;
  cursor: pointer;
  transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease, border-color 0.18s ease;
}

.tubyard-ajax-notice__close:hover {
  background: rgba(91, 155, 89, 0.2);
  border-color: rgba(91, 155, 89, 0.45);
  color: #f0f4f1;
  transform: scale(1.03);
}

.tubyard-ajax-notice__progress {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  transform-origin: left center;
  animation: tubyardToastProgress 4.2s linear forwards;
  opacity: 0.92;
  border-radius: 0 0 10px 10px;
}

.tubyard-ajax-notice:hover .tubyard-ajax-notice__progress {
  animation-play-state: paused;
}

.tubyard-ajax-notice--success {
  border-color: rgba(91, 155, 89, 0.42);
  box-shadow:
    0 4px 24px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(91, 155, 89, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.tubyard-ajax-notice--success .tubyard-ajax-notice__icon {
  background: rgba(91, 155, 89, 0.22);
  border-color: rgba(91, 155, 89, 0.4);
  color: #c8e6c9;
}

.tubyard-ajax-notice--success .tubyard-ajax-notice__title {
  color: rgba(240, 244, 241, 0.95);
}

.tubyard-ajax-notice--success .tubyard-ajax-notice__progress {
  background: linear-gradient(90deg, #5b9b59, #7cbc78);
}

.tubyard-ajax-notice--error {
  border-color: rgba(248, 113, 113, 0.38);
  box-shadow:
    0 4px 24px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(248, 113, 113, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.tubyard-ajax-notice--error .tubyard-ajax-notice__icon {
  background: rgba(248, 113, 113, 0.14);
  border-color: rgba(248, 113, 113, 0.35);
  color: #fecaca;
}

.tubyard-ajax-notice--error .tubyard-ajax-notice__title {
  color: #fecaca;
}

.tubyard-ajax-notice--error .tubyard-ajax-notice__message {
  color: rgba(254, 242, 242, 0.88);
}

.tubyard-ajax-notice--error .tubyard-ajax-notice__progress {
  background: linear-gradient(90deg, #f87171, #dc2626);
  animation-duration: 7s;
}

.tubyard-ajax-notice--error .tubyard-ajax-notice__close:hover {
  background: rgba(248, 113, 113, 0.16);
  border-color: rgba(248, 113, 113, 0.4);
}

.tubyard-ajax-notice--warning {
  border-color: rgba(251, 191, 36, 0.42);
  box-shadow:
    0 4px 24px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(251, 191, 36, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.tubyard-ajax-notice--warning .tubyard-ajax-notice__icon {
  background: rgba(251, 191, 36, 0.18);
  border-color: rgba(251, 191, 36, 0.4);
  color: #fde68a;
}

.tubyard-ajax-notice--warning .tubyard-ajax-notice__title {
  color: #fde68a;
}

.tubyard-ajax-notice--warning .tubyard-ajax-notice__message {
  color: rgba(254, 249, 195, 0.92);
}

.tubyard-ajax-notice--warning .tubyard-ajax-notice__progress {
  background: linear-gradient(90deg, #f59e0b, #fbbf24);
  animation-duration: 6s;
}

.tubyard-ajax-notice--warning .tubyard-ajax-notice__close:hover {
  background: rgba(251, 191, 36, 0.16);
  border-color: rgba(251, 191, 36, 0.4);
}

.tubyard-ajax-notice--info {
  border-color: rgba(96, 165, 250, 0.42);
  box-shadow:
    0 4px 24px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(96, 165, 250, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.tubyard-ajax-notice--info .tubyard-ajax-notice__icon {
  background: rgba(96, 165, 250, 0.18);
  border-color: rgba(96, 165, 250, 0.4);
  color: #bfdbfe;
  font-style: italic;
}

.tubyard-ajax-notice--info .tubyard-ajax-notice__title {
  color: #bfdbfe;
}

.tubyard-ajax-notice--info .tubyard-ajax-notice__message {
  color: rgba(219, 234, 254, 0.92);
}

.tubyard-ajax-notice--info .tubyard-ajax-notice__progress {
  background: linear-gradient(90deg, #3b82f6, #60a5fa);
  animation-duration: 5s;
}

.tubyard-ajax-notice--info .tubyard-ajax-notice__close:hover {
  background: rgba(96, 165, 250, 0.16);
  border-color: rgba(96, 165, 250, 0.4);
}

@keyframes tubyardToastProgress {
  from {
    transform: scaleX(1);
  }
  to {
    transform: scaleX(0);
  }
}

@media screen and (max-width: 640px) {
  .tubyard-ajax-notices {
    right: 12px;
    left: 12px;
    bottom: 12px;
    width: auto;
  }

  .tubyard-ajax-notice {
    grid-template-columns: 38px minmax(0, 1fr) 30px;
    gap: 10px;
    padding: 12px 12px 14px 12px;
    border-radius: 12px;
  }

  .tubyard-ajax-notice__icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
  }
}


.product-container-mobyard .tube.tubyard-mobyard-stack.select,
.product-container-mobyard .tube.tubyard-mobyard-stack.select.active,
.product-container-mobyard .base.tubyard-mobyard-stack.select,
.product-container-mobyard .base.tubyard-mobyard-stack.select.active,
.product-container-mobyard .ring.tubyard-mobyard-stack.select,
.product-container-mobyard .ring.tubyard-mobyard-stack.select.active {
  opacity: 0;
  pointer-events: none;
}


.product-container-wrapper:not(.product-container-mobyard) .tube.active-tube-img {
  height: 67%;
}

.product-container-wrapper:not(.product-container-mobyard) .base.active-base-img {
  top: 43%;
  left: 57%;
  height: 19%;
}

.product-container-wrapper:not(.product-container-mobyard) .ring.active-ring-img {
  top: 62.5%;
  left: 58%;
  height: 18%;
}


.tube__content.--mobile {
  height: 38.5%;
}

.base__content.--mobile {
  top: 39.4%;
  height: 17.5%;
}

.ring__content.--mobile {
  top: 57.6%;
  height: 14.5%;
  background-color: #DDE21F;
}

.holder__content.--holder {
  bottom: 0;
  height: 27%;
  background-color: #ABE0FA;
}


@media screen and (max-width: 1024px) {
  .section__product .product-container,
  .section__mobile .product-container {
    
    --product-sidebar-width: clamp(28px, 10.25vw, 40px);
    --buy-bar-height: clamp(48px, 15.38vw, 60px);
    --tubyard-mobile-segments-height: calc(
      100% - var(--tubyard-section-safe-top, 0px) - var(--buy-bar-height, 60px)
    );
  }

  .section__product .product__content + .product__content,
  .section__mobile .product__content + .product__content {
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.30),
      inset 0 2px 0 rgba(0, 0, 0, 0.16);
  }

  .section__product .tube__content {
    top: var(--tubyard-section-safe-top, 0px);
    height: calc(var(--tubyard-mobile-segments-height) / 3);
  }

  .section__product .base__content {
    top: calc(
      var(--tubyard-section-safe-top, 0px) + (var(--tubyard-mobile-segments-height) / 3)
    );
    height: calc(var(--tubyard-mobile-segments-height) / 3);
  }

  .section__product .ring__content {
    top: calc(
      var(--tubyard-section-safe-top, 0px) + ((var(--tubyard-mobile-segments-height) / 3) * 2)
    );
    bottom: auto;
    height: calc(var(--tubyard-mobile-segments-height) / 3);
  }

  .section__mobile .tube__content.--mobile {
    top: var(--tubyard-section-safe-top, 0px);
    height: calc(var(--tubyard-mobile-segments-height) / 4);
  }

  .section__mobile .base__content.--mobile {
    top: calc(
      var(--tubyard-section-safe-top, 0px) + (var(--tubyard-mobile-segments-height) / 4)
    );
    height: calc(var(--tubyard-mobile-segments-height) / 4);
  }

  .section__mobile .ring__content.--mobile {
    top: calc(
      var(--tubyard-section-safe-top, 0px) + ((var(--tubyard-mobile-segments-height) / 4) * 2)
    );
    height: calc(var(--tubyard-mobile-segments-height) / 4);
  }

  .section__mobile .holder__content.--holder {
    top: calc(
      var(--tubyard-section-safe-top, 0px) + ((var(--tubyard-mobile-segments-height) / 4) * 3)
    );
    bottom: auto;
    height: calc(var(--tubyard-mobile-segments-height) / 4);
  }

  
  .section__product .product__btn-left .product__btn-icon,
  .section__mobile .product__btn-left .product__btn-icon {
    transform: translate(-50%, -50%);
    transform-origin: center center;
  }

  .section__product .product__btn-right .product__btn-icon,
  .section__mobile .product__btn-right .product__btn-icon {
    transform: translate(-50%, -50%) rotate(180deg);
    transform-origin: center center;
  }

  .section__product .product__btn-left img,
  .section__mobile .product__btn-left img {
    transform: rotate(90deg);
  }

  .section__product .product__btn-right img,
  .section__mobile .product__btn-right img {
    transform: rotate(-90deg);
  }
}


@media screen and (min-width: 1025px) {
  .section__product .product-container,
  .section__mobile .product-container {
    --product-sidebar-width: 0px;
    display: grid;
    grid-template-rows: 64px minmax(0, 1fr) auto;
    height: 100%;
    min-height: 0;
  }

  .section__product .product-container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-areas:
      "tube base ring"
      "canvas canvas canvas"
      "buy buy buy";
  }

  .section__mobile .product-container {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-areas:
      "tube base ring holder"
      "canvas canvas canvas canvas"
      "buy buy buy buy";
  }

  .section__product .tube__content,
  .section__mobile .tube__content {
    grid-area: tube;
  }

  .section__product .base__content,
  .section__mobile .base__content {
    grid-area: base;
  }

  .section__product .ring__content,
  .section__mobile .ring__content {
    grid-area: ring;
  }

  .section__mobile .holder__content {
    grid-area: holder;
  }

  .section__product .product__content,
  .section__mobile .product__content {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    width: 100%;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .section__product .product__content p,
  .section__mobile .product__content p {
    transform: none;
    font-size: 18px;
    line-height: 1;
  }

  .section__product .product-container-wrapper,
  .section__mobile .product-container-wrapper {
    grid-area: canvas;
    height: 100%;
    min-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .section__product .product-container-wrapper.product-single-logo,
  .section__mobile .product-container-wrapper.product-container-mobyard,
  .section__order-model-1 .product-container-wrapper.product-single-logo,
  .section__order-mobyard .product-container-wrapper.product-container-mobyard {
    height: 100%;
    width: min(1200px, 100%);
    margin-inline: auto;
  }

  
  .section__product .product-container-wrapper.product-single-logo .tube,
  .section__product .product-container-wrapper.product-single-logo .base,
  .section__product .product-container-wrapper.product-single-logo .ring,
  .section__order-model-1 .product-container-wrapper.product-single-logo .tube,
  .section__order-model-1 .product-container-wrapper.product-single-logo .base,
  .section__order-model-1 .product-container-wrapper.product-single-logo .ring {
    top: 50%;
    left: 50%;
    right: auto;
    height: 100%;
    width: auto;
    max-width: none;
    transform: translate(-50%, -50%) rotate(-90deg);
    transform-origin: center center;
  }

  
  .section__mobile .product-container-wrapper.product-container-mobyard .tube,
  .section__mobile .product-container-wrapper.product-container-mobyard .base,
  .section__mobile .product-container-wrapper.product-container-mobyard .ring,
  .section__mobile .product-container-wrapper.product-container-mobyard .holder,
  .section__order-mobyard .product-container-wrapper.product-container-mobyard .tube,
  .section__order-mobyard .product-container-wrapper.product-container-mobyard .base,
  .section__order-mobyard .product-container-wrapper.product-container-mobyard .ring,
  .section__order-mobyard .product-container-wrapper.product-container-mobyard .holder {
    top: 50%;
    left: 50%;
    right: auto;
    height: 100%;
    width: auto;
    max-width: none;
    transform: translate(-50%, -50%) rotate(-90deg);
    transform-origin: center center;
  }

  .section__product .buttons-buy,
  .section__mobile .buttons-buy {
    grid-area: buy;
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
  }

  
  .section__product .btn-tube-left,
  .section__mobile .btn-tube-left,
  .section__order-model-1 .btn-tube-left,
  .section__order-mobyard .btn-tube-left {
    left: 20%;
    right: auto;
    top: 16%;
  }

  .section__product .btn-tube-right,
  .section__mobile .btn-tube-right,
  .section__order-model-1 .btn-tube-right,
  .section__order-mobyard .btn-tube-right {
    left: 20%;
    right: auto;
    top: 70%;
  }

  .section__product .btn-base-left,
  .section__mobile .btn-base-left,
  .section__order-model-1 .btn-base-left,
  .section__order-mobyard .btn-base-left {
    left: 50%;
    right: auto;
    top: 16%;
  }

  .section__product .btn-base-right,
  .section__mobile .btn-base-right,
  .section__order-model-1 .btn-base-right,
  .section__order-mobyard .btn-base-right {
    left: 50%;
    right: auto;
    top: 70%;
  }

  .section__product .btn-ring-left,
  .section__mobile .btn-ring-left,
  .section__order-model-1 .btn-ring-left,
  .section__order-mobyard .btn-ring-left {
    left: 72%;
    right: auto;
    top: 16%;
  }

  .section__product .btn-ring-right,
  .section__mobile .btn-ring-right,
  .section__order-model-1 .btn-ring-right,
  .section__order-mobyard .btn-ring-right {
    left: 72%;
    right: auto;
    top: 70%;
  }

  .section__mobile .btn-holder-left,
  .section__order-mobyard .btn-holder-left {
    left: 12%;
    right: auto;
    top: 44%;
  }

  .section__mobile .btn-holder-right,
  .section__order-mobyard .btn-holder-right {
    left: 12%;
    right: auto;
    top: 56%;
  }

  .section__product .product__btn-left .product__btn-icon,
  .section__mobile .product__btn-left .product__btn-icon {
    transform: translate(-50%, -50%) rotate(90deg);
    transform-origin: center center;
  }

  .section__product .product__btn-right .product__btn-icon,
  .section__mobile .product__btn-right .product__btn-icon {
    transform: translate(-50%, -50%) rotate(-90deg);
    transform-origin: center center;
  }

  .section__order-model-1 .product__btn-left .product__btn-icon,
  .section__order-mobyard .product__btn-left .product__btn-icon {
    transform: translate(-50%, -50%) rotate(-90deg);
    transform-origin: center center;
  }

  .section__order-model-1 .product__btn-right .product__btn-icon,
  .section__order-mobyard .product__btn-right .product__btn-icon {
    transform: translate(-50%, -50%) rotate(90deg);
    transform-origin: center center;
  }

  .section__product .product__btn-left img,
  .section__mobile .product__btn-left img {
    transform: rotate(90deg);
  }

  .section__product .product__btn-right img,
  .section__mobile .product__btn-right img {
    transform: rotate(-90deg);
  }

  .section__order-model-1 .product__btn-left img,
  .section__order-mobyard .product__btn-left img {
    transform: rotate(-90deg);
  }

  .section__order-model-1 .product__btn-right img,
  .section__order-mobyard .product__btn-right img {
    transform: rotate(90deg);
  }
}

.btn-holder-right {
  top: 88%;
  right: 7%;
}

.btn-holder-left {
  top: 88%;
  left: 22%;
}




.product-quantity {
  display: flex;
  align-items: center;
}

.quantity-controls {
  display: flex;
  flex-direction: column;
  margin-right: 10px;
  gap: 10px;
}

.quantity-controls button {
  background: none;
  border: none;
  cursor: pointer;
}

.quantity-controls img {
  width: 30px;
  height: auto;
}

.quantity {
  width: 100px;
  text-align: center;
  padding: 4px;
  font-size: 24px;
}

.order-model-1 {
  position: absolute;
  width: 100%;
  top: 45%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  padding: 0 6px;
}

.holder.active, .holder.selected {
  opacity: 1;
}





.model__container-mobyard {
  flex-direction: column;
}

.section__order-model-1 .product-container, .section__order-mobyard .product-container {
  background-color: #fff;
}

.section__order-mobyard, .section__order-model-1 {
  height: 100%;
  overflow-x: hidden;
  position: relative;
  z-index: var(--z-base);
}


.section__order-model-1 {
  overflow-x: visible;
  overflow-y: visible;
  min-height: 100vh;
  min-height: 100dvh;
}

.model {
  text-align: center;
  margin: 0 auto;
}

.model__title {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.model__desc {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.model__desc p {
  text-transform: uppercase;
  font-size: 16px;
}

.unit-price span {
  color: #C4C5C7;
  font-size: 24px;
}

.unit-price {
  color: #d3d4d4;
  text-transform: uppercase;
  font-size: 14px;
}

.btns-submit, .btns-back {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
}

.btn-submit, .btn-back {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #76C370;
  color: #fff;
  border: none;
  width: 49%;
  text-transform: uppercase;
  height: 60px;
  font-size: 24px;
  font-weight: 700;
}

.btn-submit img, .btn-back img {
  width: 24px;
  height: auto;
}

.btn-edit, .btn-back {
  background-color: #A8D6A0;
}

.btn-edit img, .btn-back img {
  transform: rotate(180deg);
}

@media screen and (max-width: 340px) {
  .logo {
    width: 200px;
  }
  
  .easylanyard, .combinations160 {
    width: 80%;
  }

  .service24 {
    width: 200px;
  }

  .train {
    width: 200px;
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
  }

  .product__btn img {
    width: 34px;
  }

  .product__content p {
    font-size: 16px;
  }

  .product__buy {
    font-size: 16px;
  }

  .model__title {
    font-size: 22px;
  }

  .model__desc p {
    font-size: 14px;
  }

  .quantity {
    width: 90px;
    font-size: 22px;
  }

}

.custom-description {
  font-weight: 500;
}

.product-name .custom-description {
  display: none;
}

.woocommerce-MyAccount-navigation-link--downloads, .woocommerce-Button.wc-forward.button, .woocommerce-MyAccount-navigation-link--dashboard {
  display: none;
}

.woocommerce-form-coupon .form-row.form-row-last {
  width: 100%;
}

.input-text {
  color: #fafafa;
}

@media screen and (min-width: 610px) {
  .base {
    top: 51%;
    left: 58vw;
    height: 26%;
  }

  .ring {
    top: 77.8%;
    left: 58vw;
    height: 18%;
  }

  .tube {
    height: 83%;
    top: 0;
    left: 59%;
  }

  .product-container-wrapper:not(.product-container-mobyard) .ring.active-ring-img {
    top: 65.5%;
    left: 58.5%;
    height: 16%;
  }

  .product-container-wrapper:not(.product-container-mobyard) .tube.active-tube-img {
    height: 70%;
  }

  .product-container-wrapper:not(.product-container-mobyard) .base.active-base-img {
    top: 43.5%;
    left: 58%;
    height: 22%;
  }

  .holder {
    top: 78.5%;
    left: 58%;
  }
}

@media screen and (min-width: 1000px) {
  .ring {
    top: 77.8%;
    left: 58.5vw;
    height: 16%;
  }

  .product-container-wrapper:not(.product-container-mobyard) .base.active-base-img {
    top: 43.5%;
    left: 58.5%;
    height: 22%;
  }

  .product-container-wrapper:not(.product-container-mobyard) .ring.active-ring-img {
    top: 65.5%;
    left: 58.8%;
    height: 16%;
  }

  .holder {
    left: 58.5%;
  }

  .base {
    top: 53%;
    left: 58.5vw;
    height: 24%;
  }

  .btn-ring-left {
    top: 80%;
    left: 25%;
  }

  .btn-base-right {
    top: 58%;
    right: 13%;
  }

  .btn-ring-right {
    top: 80%;
    right: 13%;
  }

}


.section__order-model-1 .product-single-logo,
.section__product .product-single-logo {
  position: relative;
  perspective: none;
  transform-style: flat;
  
  --model1-sync-slot-layout-ref-px: 430;
  --model1-sync-slot-nudge-x: 6px;
  --model1-sync-slot-transform: perspective(1000px) rotateY(21deg);
  
  --model1-sync-stack-left-delta-pct: -0.4;
  --model1-sync-stack-width-delta-pct: -1;
  --base-zone-left-pct: 59;
  --base-zone-top-pct: 40;
  --base-zone-width-pct: 28;
  --base-zone-height-pct: 36;
  --base-zone-right-extra-pct: 5;
  --logo-face-left-pct: 68;
  --logo-face-top-pct: 57;
  --logo-face-max-w-pct: 18;
  --logo-face-max-h-pct: 15;
  --logo-face-rotate-x: 26deg;
  --logo-face-rotate-y: 0deg;
  --logo-face-rotate-z: -9deg;
  --logo-face-skew-x: 0deg;
  --logo-face-skew-y: 0deg;
  --logo-face-tz: 2px;
  
  --logo-face-inset-scale: 0.92;
  --model1-logo-rot: -90deg;
  
  --model1-logo-lift-filter: drop-shadow(0.7px 1.3px 2px rgba(0, 0, 0, 0.38))
    drop-shadow(-0.35px -0.4px 0.65px rgba(255, 255, 255, 0.2));
  
  --logo-face-clip: none;
}


.section__product .product-single-logo,
.tubyard-config-preview-canvas[data-tubyard-line='model1'].product-single-logo {
  --model1-logo-rot: 90deg;
}


#section5 .product-container-mobyard.product-single-logo {
  --mobyard-base-sync-slot-logo-rot: 90deg;
  
  --mobyard-sync-slot-nudge-x: 14.883px;
  --mobyard-sync-slot-transform: perspective(1000px) rotateY(10deg);
}

.section__mobile .product-container-mobyard.product-single-logo,
.section__order-mobyard .product-container-mobyard.product-single-logo {
  position: relative;
  perspective: 720px;
  transform-style: preserve-3d;
  --mobyard-logo-left-pct: 52;
  --mobyard-logo-top-pct: 76;
  --mobyard-logo-max-w-pct: 12;
  --mobyard-logo-max-h-pct: 8;
  --mobyard-logo-rot: 340deg;
  --mobyard-logo-rotate-y: 0deg;
  --mobyard-logo-tz: 1.5px;
  --mobyard-base-sync-left-pct: 59;
  --mobyard-base-sync-top-pct: 41;
  --mobyard-base-sync-max-w-pct: 10;
  --mobyard-base-sync-max-h-pct: 6.5;
  --mobyard-base-sync-rot: 450deg;
  --mobyard-base-sync-tz: 1px;
  
  
  --mobyard-base-sync-logo-rot: -78deg;
  --mobyard-base-sync-nudge-x: -16px;
  --mobyard-base-sync-nudge-y: 4px;
  
  --mobyard-base-sync-zone-nudge-x: 0px;
  --mobyard-base-sync-zone-nudge-y: 0px;
}



.section__mobile .product-container-mobyard.product-single-logo,
.section__order-mobyard .product-container-mobyard.product-single-logo {
  --mobyard-sync-slot-left-pct: 53.5067;
  --mobyard-sync-slot-top-pct: 20;
  
  --mobyard-sync-slot-w-pct: 6.5773;
  --mobyard-sync-slot-h-pct: 20;
  
  --mobyard-sync-slot-layout-ref-px: 430;
  
  --mobyard-sync-slot-nudge-x: 14px;
  
  --mobyard-sync-slot-transform: perspective(1000px) rotateY(38deg);
  --mobyard-sync-slot-rot-deg: 360;
  
  --mobyard-base-sync-slot-logo-rot: -90deg;
  
  --mobyard-logo-left-pct: 54;
  --mobyard-logo-top-pct: 86;
  --mobyard-logo-max-w-pct: 36;
  --mobyard-logo-max-h-pct: 26;
  
  --mobyard-logo-rot: 360deg;
  --mobyard-logo-rotate-y: -10deg;
  --mobyard-logo-tz: 0px;
}


@media screen and (max-width: 1024px) {
  .tubyard-config-preview-canvas.product-container-mobyard[data-tubyard-mobyard-base-sync='preview-3d'] {
    --mobyard-base-sync-left-pct: 60;
    --mobyard-base-sync-top-pct: 30;
    --mobyard-base-sync-max-w-pct: 25;
    --mobyard-base-sync-max-h-pct: 5.5;
    --mobyard-preview-base-rotate-z: 93deg;
    --mobyard-preview-base-rotate-x: 25deg;
    --mobyard-preview-base-rotate-y: -8deg;
  }

  .tubyard-config-preview-canvas.product-container-mobyard[data-tubyard-mobyard-base-sync='preview-3d'] .product__mobyard-base-sync-print-root .product__logo-overlay-slot-persp,
  .tubyard-config-preview-canvas.product-container-mobyard[data-tubyard-mobyard-base-sync='preview-3d'] .product__mobyard-base-sync-print-root .product__logo-overlay-rot {
    position: static;
    width: 100%;
    height: 100%;
    transform: none;
  }

  .tubyard-config-preview-canvas.product-container-mobyard[data-tubyard-mobyard-base-sync='preview-3d'] .product__logo-overlay-base-sync,
  .tubyard-config-preview-canvas.product-container-mobyard[data-tubyard-mobyard-base-sync='preview-3d'] .product__mobyard-base-sync-print-root .product__logo-overlay-base-sync {
    position: absolute;
    z-index: 6;
    left: calc(var(--mobyard-base-sync-left-pct) * 1%);
    top: calc(var(--mobyard-base-sync-top-pct) * 1%);
    width: calc(var(--mobyard-base-sync-max-w-pct) * 1%);
    max-height: calc(var(--mobyard-base-sync-max-h-pct) * 1%);
    height: auto;
    object-fit: contain;
    object-position: center;
    transform: translate(-50%, -50%)
      rotateZ(var(--mobyard-preview-base-rotate-z, 93deg))
      rotateX(var(--mobyard-preview-base-rotate-x, 25deg))
      rotateY(var(--mobyard-preview-base-rotate-y, -8deg));
    transform-origin: center center;
    transform-style: preserve-3d;
  }
}


.section__order-model-1 .product-single-logo .product__logo-overlay-slot,
.section__product .product-single-logo .product__logo-overlay-slot {
  position: absolute;
  z-index: var(--z-overlay);
  left: calc(var(--logo-face-left-pct) * 1%);
  top: calc(var(--logo-face-top-pct) * 1%);
  width: calc(var(--logo-face-max-w-pct) * 1%);
  height: calc(var(--logo-face-max-h-pct) * 1%);
  box-sizing: border-box;
  transform: translate(-50%, -50%);
  transform-origin: center center;
  overflow: visible;
  pointer-events: none;
  user-select: none;
  touch-action: manipulation;
  display: none;
}


.section__order-model-1 .product-single-logo .product__logo-overlay-zone-hint,
.section__product .product-single-logo .product__logo-overlay-zone-hint {
  position: absolute;
  inset: 0;
  z-index: 0;
  box-sizing: border-box;
  pointer-events: none;
  
}


.section__order-model-1 .product-single-logo .product__logo-overlay-slot-persp,
.section__product .product-single-logo .product__logo-overlay-slot-persp {
  position: relative;
  display: block;
  z-index: 1;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  transform: none;
  transform-origin: center center;
  filter: none;
  overflow: visible;
}


.section__order-model-1 .product-single-logo .product__logo-overlay-rot,
.section__product .product-single-logo .product__logo-overlay-rot {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(var(--model1-logo-rot, -90deg));
  transform-origin: center center;
  pointer-events: none;
  box-sizing: border-box;
  z-index: 0;
}

.section__order-model-1 .product-single-logo .product__logo-overlay,
.section__product .product-single-logo .product__logo-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  margin: 0;
  padding: 0;
  object-fit: contain;
  object-position: center center;
  transform: none;
  transform-origin: center center;
  -webkit-filter: var(--model1-logo-lift-filter);
  filter: var(--model1-logo-lift-filter);
  pointer-events: none;
  user-select: none;
}


@media screen and (max-width: 1024px) {
  .section__order-model-1 .product-single-logo,
  .section__product .product-single-logo {
    perspective: none;
    --logo-face-left-pct: 68;
    --logo-face-top-pct: 57;
    --logo-face-max-w-pct: 18;
    --logo-face-max-h-pct: 15;
    --model1-logo-rot: -90deg;
  }

  
  .section__product .product-single-logo,
  .tubyard-config-preview-canvas[data-tubyard-line='model1'].product-single-logo {
    --model1-logo-rot: 90deg;
  }

  .section__order-model-1 .product-single-logo .product__logo-overlay-slot,
  .section__product .product-single-logo .product__logo-overlay-slot {
    width: calc(var(--logo-face-max-w-pct) * 1%);
    height: calc(var(--logo-face-max-h-pct) * 1%);
  }
}


.section__order-model-1 .product-single-logo .product__logo-overlay-slot.product__logo-overlay--stack-sync,
.section__product .product-single-logo .product__logo-overlay-slot.product__logo-overlay--stack-sync {
  -webkit-clip-path: none;
  clip-path: none;
}

.section__mobile .product-container-mobyard.product-single-logo .product__logo-overlay,
.section__order-mobyard .product-container-mobyard.product-single-logo .product__logo-overlay {
  position: absolute;
  z-index: 7;
  left: calc(var(--mobyard-logo-left-pct) * 1%);
  top: calc(var(--mobyard-logo-top-pct) * 1%);
  width: calc(var(--mobyard-logo-max-w-pct) * 1%);
  max-height: calc(var(--mobyard-logo-max-h-pct) * 1%);
  height: auto;
  object-fit: contain;
  object-position: center;
  transform: translate(-50%, -50%) rotate(var(--mobyard-logo-rot)) rotateY(var(--mobyard-logo-rotate-y, 0deg))
    translateZ(var(--mobyard-logo-tz));
  transform-origin: center;
  pointer-events: none;
  user-select: none;
  touch-action: manipulation;
  
  -webkit-filter:
    drop-shadow(0 -0.5px 0.4px rgba(0, 0, 0, 0.55))
    drop-shadow(0 0.6px 0.3px rgba(255, 255, 255, 0.22))
    drop-shadow(0 1px 1.5px rgba(0, 0, 0, 0.18));
  filter:
    drop-shadow(0 -0.5px 0.4px rgba(0, 0, 0, 0.55))
    drop-shadow(0 0.6px 0.3px rgba(255, 255, 255, 0.22))
    drop-shadow(0 1px 1.5px rgba(0, 0, 0, 0.18));
}


.section__mobile .product-container-mobyard.product-single-logo .product__mobyard-base-sync-print-root,
.section__order-mobyard .product-container-mobyard.product-single-logo .product__mobyard-base-sync-print-root {
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  pointer-events: none;
  overflow: visible;
  transform-origin: center center;
  display: none;
}

.section__mobile .product-container-mobyard.product-single-logo .product__mobyard-base-sync-print-root--stack-sync,
.section__order-mobyard .product-container-mobyard.product-single-logo .product__mobyard-base-sync-print-root--stack-sync {
  display: block;
}



.section__mobile .product-container-mobyard.product-single-logo .product__logo-overlay-base-sync-zone-hint,
.section__order-mobyard .product-container-mobyard.product-single-logo .product__logo-overlay-base-sync-zone-hint {
  position: absolute;
  z-index: 5;
  box-sizing: border-box;
  pointer-events: none;
  display: none;
  border-radius: 2px;
  background: rgba(0, 149, 255, 0.38);
  border: 1px dashed rgba(255, 255, 255, 0.55);
}

.section__mobile .product-container-mobyard.product-single-logo .product__mobyard-base-sync-print-root .product__logo-overlay-base-sync-zone-hint,
.section__order-mobyard .product-container-mobyard.product-single-logo .product__mobyard-base-sync-print-root .product__logo-overlay-base-sync-zone-hint {
  z-index: 1;
}

.section__mobile .product-container-mobyard.product-single-logo .product__logo-overlay-base-sync-zone-hint.product__logo-overlay-base-sync-zone-hint--stack-sync,
.section__order-mobyard .product-container-mobyard.product-single-logo .product__logo-overlay-base-sync-zone-hint.product__logo-overlay-base-sync-zone-hint--stack-sync {
  display: block;
  
  transform: translate(
      calc(-50% + var(--mobyard-base-sync-zone-nudge-x, 0px)),
      calc(-50% + var(--mobyard-base-sync-zone-nudge-y, 0px))
    )
    translateZ(var(--mobyard-base-sync-tz, 1px));
  transform-origin: center;
}

.section__mobile .product-container-mobyard.product-single-logo .product__mobyard-base-sync-print-root--slot.product__mobyard-base-sync-print-root--stack-sync .product__logo-overlay-base-sync-zone-hint.product__logo-overlay-base-sync-zone-hint--stack-sync,
.section__order-mobyard .product-container-mobyard.product-single-logo .product__mobyard-base-sync-print-root--slot.product__mobyard-base-sync-print-root--stack-sync .product__logo-overlay-base-sync-zone-hint.product__logo-overlay-base-sync-zone-hint--stack-sync {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: none;
}


#section5 .product__logo-overlay-base-sync-zone-hint {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  opacity: 0 !important;
}

.section__mobile .product-container-mobyard.product-single-logo .product__logo-overlay-base-sync,
.section__order-mobyard .product-container-mobyard.product-single-logo .product__logo-overlay-base-sync {
  position: absolute;
  z-index: 6;
  left: calc(var(--mobyard-base-sync-left-pct) * 1%);
  top: calc(var(--mobyard-base-sync-top-pct) * 1%);
  width: calc(var(--mobyard-base-sync-max-w-pct) * 1%);
  max-height: calc(var(--mobyard-base-sync-max-h-pct) * 1%);
  height: auto;
  object-fit: contain;
  object-position: center;
  transform: translate(-50%, -50%) rotateZ(24deg) rotateX(8deg) rotateY(16deg) rotateZ(var(--tubyard-logo-flip, 66deg));
  transform-origin: center;
  pointer-events: none;
  user-select: none;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
}


.section__mobile .product-container-mobyard.product-single-logo .product__mobyard-base-sync-print-root .product__logo-overlay-base-sync,
.section__order-mobyard .product-container-mobyard.product-single-logo .product__mobyard-base-sync-print-root .product__logo-overlay-base-sync {
  position: absolute;
  z-index: 6;
  left: auto;
  top: auto;
  width: auto;
  max-height: none;
  height: auto;
  object-fit: contain;
  object-position: center;
  transform: none;
  transform-origin: center;
  pointer-events: none;
  user-select: none;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
}

.section__mobile .product-container-mobyard.product-single-logo .product__mobyard-base-sync-print-root .product__logo-overlay-base-sync.product__logo-overlay-base-sync--stack-sync,
.section__order-mobyard .product-container-mobyard.product-single-logo .product__mobyard-base-sync-print-root .product__logo-overlay-base-sync.product__logo-overlay-base-sync--stack-sync {
  -webkit-clip-path: none;
  clip-path: none;
  object-fit: contain;
  object-position: center center;
  transform: translate(
      calc(-50% + var(--mobyard-base-sync-nudge-x, 0px)),
      calc(-50% + var(--mobyard-base-sync-nudge-y, 0px))
    )
    rotate(var(--mobyard-base-sync-logo-rot, -78deg))
    translateZ(var(--mobyard-base-sync-tz, 1px));
  transform-origin: center;
}


.section__mobile .product-container-mobyard.product-single-logo[data-tubyard-mobyard-base-sync='slot'] .product__mobyard-base-sync-print-root .product__logo-overlay-slot-persp,
.section__order-mobyard .product-container-mobyard.product-single-logo[data-tubyard-mobyard-base-sync='slot'] .product__mobyard-base-sync-print-root .product__logo-overlay-slot-persp {
  position: relative;
  display: block;
  z-index: 2;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  transform: none;
  transform-origin: center center;
  pointer-events: none;
  overflow: visible;
}

.section__mobile .product-container-mobyard.product-single-logo[data-tubyard-mobyard-base-sync='slot'] .product__mobyard-base-sync-print-root .product__logo-overlay-rot,
.section__order-mobyard .product-container-mobyard.product-single-logo[data-tubyard-mobyard-base-sync='slot'] .product__mobyard-base-sync-print-root .product__logo-overlay-rot {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(var(--mobyard-base-sync-slot-logo-rot, -90deg));
  transform-origin: center center;
  pointer-events: none;
  box-sizing: border-box;
  z-index: 0;
}

.section__mobile .product-container-mobyard.product-single-logo[data-tubyard-mobyard-base-sync='slot'] .product__mobyard-base-sync-print-root .product__logo-overlay-rot .product__logo-overlay-base-sync.product__logo-overlay-base-sync--stack-sync,
.section__order-mobyard .product-container-mobyard.product-single-logo[data-tubyard-mobyard-base-sync='slot'] .product__mobyard-base-sync-print-root .product__logo-overlay-rot .product__logo-overlay-base-sync.product__logo-overlay-base-sync--stack-sync {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  margin: 0;
  padding: 0;
  object-fit: contain;
  object-position: center center;
  transform: none;
  transform-origin: center center;
  -webkit-clip-path: none;
  clip-path: none;
  -webkit-filter: var(--model1-logo-lift-filter);
  filter: var(--model1-logo-lift-filter);
}


@media screen and (min-width: 1025px) {
  .section__product .product-container-wrapper.product-single-logo,
  .section__mobile .product-container-wrapper.product-container-mobyard,
  .section__order-model-1 .product-container-wrapper.product-single-logo,
  .section__order-mobyard .product-container-wrapper.product-container-mobyard,
  .tubyard-config-preview-canvas.product-single-logo,
  .tubyard-config-preview-canvas.product-container-mobyard {
    container-name: product-canvas;
    container-type: size;
  }

  
  .section__product .product-single-logo .product__logo-overlay-slot,
  .section__order-model-1 .product-single-logo .product__logo-overlay-slot {
    left: calc(50% + 7cqh);
    top: 41.5cqh;
    width: 17cqh;
    height: 6cqh;
    perspective: 900px;
    perspective-origin: center 40%;
  }

  
  .section__product .product-single-logo .product__logo-overlay-slot-persp,
  .section__order-model-1 .product-single-logo .product__logo-overlay-slot-persp {
    transform: rotateX(22deg) rotateY(-4deg);
    transform-origin: center center;
    transform-style: preserve-3d;
  }

  
  .section__product .product-single-logo,
  .section__order-model-1 .product-single-logo,
  #section5 .product-container-mobyard.product-single-logo,
  .tubyard-config-preview-canvas[data-tubyard-line='model1'].product-single-logo {
    --tubyard-logo-flip: 0deg;
  }

  
  .section__product .product-single-logo .product__logo-overlay-rot,
  .section__order-model-1 .product-single-logo .product__logo-overlay-rot,
  .tubyard-config-preview-canvas[data-tubyard-line='model1'].product-single-logo .product__logo-overlay-rot {
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
  }

  .section__product .product-single-logo .product__logo-overlay,
  .section__order-model-1 .product-single-logo .product__logo-overlay,
  .tubyard-config-preview-canvas[data-tubyard-line='model1'].product-single-logo .product__logo-overlay {
    transform: rotate(var(--tubyard-logo-flip, 0deg));
  }

  
  .section__mobile .product-container-mobyard.product-single-logo .product__logo-overlay,
  .section__order-mobyard .product-container-mobyard.product-single-logo .product__logo-overlay {
    left: calc(50% + 35cqh);
    top: 60cqh;
    width: 20cqh;
    max-height: 16cqh;
    transform: translate(-50%, -50%) rotateZ(295deg) rotateX(35deg) rotateY(0deg);
    transform-origin: center center;
    transform-style: preserve-3d;
  }

  .section__mobile .product-container-mobyard.product-single-logo .product__logo-overlay-host,
  .section__mobile .product-container-mobyard.product-single-logo .product-container-wrapper,
  .section__order-mobyard .product-container-mobyard.product-single-logo .product__logo-overlay-host,
  .section__order-mobyard .product-container-mobyard.product-single-logo .product-container-wrapper {
    perspective: 900px;
    perspective-origin: center 50%;
  }

  
  .section__mobile .product-container-mobyard.product-single-logo .product__mobyard-base-sync-print-root,
  .section__order-mobyard .product-container-mobyard.product-single-logo .product__mobyard-base-sync-print-root {
    display: block;
  }

  .section__mobile .product-container-mobyard.product-single-logo[data-tubyard-mobyard-base-sync='slot'] .product__mobyard-base-sync-print-root .product__logo-overlay-rot,
  .section__order-mobyard .product-container-mobyard.product-single-logo[data-tubyard-mobyard-base-sync='slot'] .product__mobyard-base-sync-print-root .product__logo-overlay-rot {
    position: static;
    width: 100%;
    height: 100%;
    transform: none;
  }

  
  .section__mobile .product-container-mobyard.product-single-logo[data-tubyard-mobyard-base-sync='slot'] .product__mobyard-base-sync-print-root .product__logo-overlay-slot-persp,
  .section__order-mobyard .product-container-mobyard.product-single-logo[data-tubyard-mobyard-base-sync='slot'] .product__mobyard-base-sync-print-root .product__logo-overlay-slot-persp {
    position: static;
    width: 100%;
    height: 100%;
    transform: none;
  }

  
  .section__mobile .product-container-mobyard.product-single-logo .product__mobyard-base-sync-print-root,
  .section__order-mobyard .product-container-mobyard.product-single-logo .product__mobyard-base-sync-print-root {
    perspective: 900px;
    perspective-origin: center 40%;
  }

  
  .section__mobile .product-container-mobyard.product-single-logo .product__mobyard-base-sync-print-root .product__logo-overlay-base-sync,
  .section__mobile .product-container-mobyard.product-single-logo .product__logo-overlay-base-sync,
  .section__order-mobyard .product-container-mobyard.product-single-logo .product__mobyard-base-sync-print-root .product__logo-overlay-base-sync,
  .section__order-mobyard .product-container-mobyard.product-single-logo .product__logo-overlay-base-sync,
  .tubyard-config-preview-canvas.product-container-mobyard[data-tubyard-mobyard-base-sync='preview-3d'] .product__logo-overlay-base-sync,
  .tubyard-config-preview-canvas.product-container-mobyard[data-tubyard-mobyard-base-sync='preview-3d'] .product__mobyard-base-sync-print-root .product__logo-overlay-base-sync {
    position: absolute;
    left: calc(50% - 16cqh);
    top: 37.5cqh;
    width: 16cqh;
    max-height: 4.5cqh;
    height: auto;
    object-fit: contain;
    object-position: center;
    transform: translate(-50%, -50%) rotateZ(24deg) rotateX(14deg) rotateY(-12deg)
      rotateZ(var(--tubyard-logo-flip, 0deg));
    transform-origin: center center;
    transform-style: preserve-3d;
  }
}


.section__order-model-1 .product-single-logo .product-logo-dock,
.section__product .product-single-logo .product-logo-dock {
  position: absolute;
  top: 10px;
  left: auto;
  right: 10px;
  z-index: var(--z-overlay-controls);
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-end;
  max-width: min(280px, calc(100% - 20px));
  pointer-events: auto;
}

.section__mobile .product-container-mobyard.product-single-logo .product-logo-dock,
.section__order-mobyard .product-container-mobyard.product-single-logo .product-logo-dock {
  position: absolute;
  top: 10px;
  left: auto;
  right: 10px;
  z-index: var(--z-overlay-controls);
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-end;
  max-width: min(280px, calc(100% - 20px));
  pointer-events: auto;
}


.product-logo-dock__upload-overlay {
  position: fixed;
  inset: 0;
  z-index: var(--z-loader);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 24px;
  margin: 0;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.58);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  pointer-events: auto;
  cursor: wait;
}

.product-logo-dock__upload-overlay[hidden] {
  display: none !important;
}

.product-logo-dock__upload-bars {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 6px;
  height: 36px;
}

.product-logo-dock__upload-bars span {
  display: block;
  width: 4px;
  height: 28px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.95);
  transform-origin: center bottom;
  animation: tubyard-logo-bars 0.85s ease-in-out infinite;
}

.product-logo-dock__upload-bars span:nth-child(1) {
  animation-delay: 0s;
}

.product-logo-dock__upload-bars span:nth-child(2) {
  animation-delay: 0.1s;
}

.product-logo-dock__upload-bars span:nth-child(3) {
  animation-delay: 0.2s;
}

.product-logo-dock__upload-bars span:nth-child(4) {
  animation-delay: 0.3s;
}

.product-logo-dock__upload-bars span:nth-child(5) {
  animation-delay: 0.4s;
}

@keyframes tubyard-logo-bars {
  0%,
  100% {
    transform: scaleY(0.28);
    opacity: 0.45;
  }

  50% {
    transform: scaleY(1);
    opacity: 1;
  }
}

.product-logo-dock__upload-text {
  font-size: 0.75rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.92);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  text-align: center;
}

.product-logo-dock__main {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.product-logo-dock__btn-primary {
  height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 12px;
  background: #1a1a1a;
  color: #fff;
  font-weight: 800;
  font-size: 0.78rem;
  letter-spacing: 0.03em;
  text-transform: lowercase;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
}


.product-logo-dock__btn-primary.product-logo-dock__add--stacked:not([hidden]) {
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  width: max-content;
  max-width: min(168px, 44vw);
  min-width: 0;
  height: auto !important;
  min-height: 44px;
  padding: 7px 11px;
  font-size: 0.68rem;
  line-height: 1.12;
  text-align: left;
  white-space: normal;
  letter-spacing: 0.02em;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.28);
}

.product-logo-dock__ico {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  opacity: 0.95;
}

.product-logo-dock__ico svg {
  display: block;
}

.product-logo-dock__btn-text-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1px;
  min-width: 0;
}

.product-logo-dock__add--stacked .product-logo-dock__btn-line {
  display: block;
  white-space: nowrap;
  line-height: 1.15;
}

.product-logo-dock__add--stacked .product-logo-dock__btn-line--muted {
  font-weight: 700;
  font-size: 0.92em;
  opacity: 0.88;
}

.section__order-model-1 .product-single-logo .product-logo-dock .product-logo-dock__btn-primary:not([hidden]),
.section__product .product-single-logo .product-logo-dock .product-logo-dock__btn-primary:not([hidden]) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  visibility: visible;
  opacity: 1;
}

.section__mobile .product-container-mobyard.product-single-logo .product-logo-dock .product-logo-dock__btn-primary:not([hidden]),
.section__order-mobyard .product-container-mobyard.product-single-logo .product-logo-dock .product-logo-dock__btn-primary:not([hidden]) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  visibility: visible;
  opacity: 1;
}


html:has(.tubyard-config-preview-page) {
  background-color: #060606;
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.70)),
    radial-gradient(circle at top left, rgba(var(--ty-brand-rgb), 0.10), transparent 36%),
    radial-gradient(circle at top right, rgba(91, 155, 89, 0.08), transparent 36%),
    url('img/backgrounds/mobile_720x1280.jpg');
  background-position: center, center, center, center bottom;
  background-size: auto, auto, auto, cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 100dvh;
}

body:has(.tubyard-config-preview-page),
body.single-product.woocommerce-page:has(.section__order-model-1),
body.single-product.woocommerce-page:has(.section__order-mobyard) {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
  
  --tubyard-header-height: 0px;
  background: transparent;
}

body:has(.tubyard-config-preview-page)::after,
body.single-product.woocommerce-page:has(.section__order-model-1)::after,
body.single-product.woocommerce-page:has(.section__order-mobyard)::after {
  content: '';
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  height: 14px;
  pointer-events: none;
  z-index: 2;
  opacity: 0.85;
  background:
    linear-gradient(rgba(var(--ty-brand-rgb), 0.5), rgba(var(--ty-brand-rgb), 0.5)) 0 100% / 14px 1px no-repeat,
    linear-gradient(rgba(var(--ty-brand-rgb), 0.5), rgba(var(--ty-brand-rgb), 0.5)) 0 100% / 1px 14px no-repeat,
    linear-gradient(rgba(var(--ty-brand-rgb), 0.5), rgba(var(--ty-brand-rgb), 0.5)) 100% 100% / 14px 1px no-repeat,
    linear-gradient(rgba(var(--ty-brand-rgb), 0.5), rgba(var(--ty-brand-rgb), 0.5)) 100% 100% / 1px 14px no-repeat;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  html:has(.tubyard-config-preview-page) {
    background-image:
      linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.70)),
      radial-gradient(circle at top left, rgba(var(--ty-brand-rgb), 0.10), transparent 36%),
      radial-gradient(circle at top right, rgba(91, 155, 89, 0.08), transparent 36%),
      url('img/backgrounds/mobile_1080x1920.jpg');
  }
}

@media screen and (min-width: 1200px) {
  html:has(.tubyard-config-preview-page) {
    background-image:
      linear-gradient(rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 0.65)),
      radial-gradient(circle at top left, rgba(var(--ty-brand-rgb), 0.10), transparent 36%),
      radial-gradient(circle at top right, rgba(91, 155, 89, 0.08), transparent 36%),
      url('img/backgrounds/background-desk.jpg');
    background-position: center, center, center, center;
  }
}

.tubyard-config-preview-page {
  position: relative;
  flex: 1 1 auto;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  background: transparent;
}

.section__order-model-1.tubyard-config-preview-page,
.section__order-mobyard.tubyard-config-preview-page {
  flex: 1 1 auto;
  min-height: 100dvh;
  overflow: visible;
}

.tubyard-config-preview-page > .tubyard-config-preview-shell {
  flex: 0 0 auto;
}

.tubyard-config-preview-page > .tubyard-config-preview-stage {
  flex: 1 1 auto;
  min-height: 0;
}

.tubyard-config-preview-stage {
  flex: 1 1 auto;
  display: grid;
  grid-template: minmax(0, 1fr) / minmax(0, 1fr);
  min-height: 0;
  position: relative;
}

.tubyard-config-preview-stage > .tubyard-config-preview-marks,
.tubyard-config-preview-stage > .tubyard-config-preview-canvas {
  grid-area: 1 / 1;
}

.tubyard-config-preview-stage > .tubyard-config-preview-canvas {
  align-self: center;
  justify-self: center;
}

.tubyard-config-preview-shell,
.tubyard-config-preview-canvas {
  position: relative;
  z-index: 1;
}

.tubyard-config-preview-stage > .tubyard-config-preview-marks {
  position: relative;
  align-self: stretch;
  justify-self: stretch;
  margin: 14px;
  min-height: 0;
  min-width: 0;
  pointer-events: none;
  z-index: 2;
}

.tubyard-config-preview-marks::before,
.tubyard-config-preview-marks::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border: 1px solid rgba(var(--ty-brand-rgb), 0.5);
  opacity: 0.85;
}

.tubyard-config-preview-marks::before {
  top: 0;
  left: 0;
  border-right: none;
  border-bottom: none;
}

.tubyard-config-preview-marks::after {
  top: 0;
  right: 0;
  border-left: none;
  border-bottom: none;
}

.tubyard-config-preview-shell {
  width: 100%;
  margin: 0;
  padding-top: 0;
}

.tubyard-config-preview-shell > * {
  width: 100%;
  min-width: 0;
}

.tubyard-config-preview-copy,
.tubyard-config-preview-card {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-top: none;
  border-radius: 0 0 4px 4px;
  background: rgba(18, 18, 20, 0.62);
  box-shadow:
    inset 0 -1px 0 rgba(255, 255, 255, 0.03),
    0 14px 40px rgba(0, 0, 0, 0.45);
  -webkit-backdrop-filter: blur(20px) saturate(140%);
  backdrop-filter: blur(20px) saturate(140%);
}

.tubyard-config-preview-copy {
  padding: 18px 22px;
}


.tubyard-config-preview-copy.tubyard-config-preview-card.model {
  padding: 18px 22px 22px;
}

.tubyard-config-preview-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.tubyard-config-preview-back {
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  transition: background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, color 0.18s ease;
}

.tubyard-config-preview-back:hover {
  background: rgba(var(--ty-brand-rgb), 0.12);
  border-color: rgba(var(--ty-brand-rgb), 0.44);
  color: var(--ty-brand, #ffe400);
  box-shadow: 0 0 18px rgba(var(--ty-brand-rgb), 0.12);
}

body.tubyard-theme-distributor .tubyard-config-preview-back:hover {
  background: rgba(var(--ty-brand-rgb), 0.16);
  border-color: rgba(var(--ty-brand-rgb), 0.52);
  color: var(--ty-brand-bright, #67c8ea);
  box-shadow: 0 0 22px rgba(var(--ty-brand-rgb), 0.18);
}

.tubyard-config-preview-back__icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin: 0;
  display: block;
  vertical-align: unset;
  background-color: currentColor;
}

.tubyard-config-preview-eyebrow {
  margin: 0;
  color: rgba(var(--ty-brand-rgb), 0.92);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}


.tubyard-config-preview-page .model__title {
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 0.95;
}

.tubyard-config-preview-seo {
  margin: -4px 0 16px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.875rem;
  line-height: 1.4;
  text-align: center;
  max-width: none;
  width: 100%;
}


.tubyard-config-preview-parts {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  gap: 12px;
}

.tubyard-config-preview-favorite {
  margin-top: 16px;
}

.tubyard-config-preview-favorite__btn {
  width: 100%;
  flex: 0 0 auto;
}

.tubyard-config-preview-page .tubyard-config-preview-parts {
  grid-template-columns: repeat(var(--parts-count, 3), minmax(0, 1fr));
}


.tubyard-config-preview-parts:has(> li:nth-child(4)) {
  --parts-count: 4;
}

.tubyard-config-preview-part {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
  margin: 0;
  padding: 0;
  text-align: center;
}

.tubyard-config-preview-part__chip {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 2.4 / 1;
  border-radius: 2px;
  background: var(--swatch, #444);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow:
    inset 0 0 0 1px rgba(0, 0, 0, 0.18),
    0 4px 12px rgba(0, 0, 0, 0.32);
}

.tubyard-config-preview-part__label {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.tubyard-config-preview-part__value {
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


.tubyard-config-preview-part__logo-tag {
  position: absolute;
  top: 6px;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  display: inline-block;
  padding: 2px 6px;
  border-radius: 2px;
  background: rgba(20, 20, 22, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.16);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: rgba(var(--ty-brand-rgb), 0.95);
  font-size: 0.5rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  pointer-events: none;
}

.product-single-logo[data-tubyard-preview="1"] .product-logo-dock {
  display: none !important;
}

.product-single-logo[data-tubyard-preview="1"] .product__logo-overlay {
  cursor: default;
}

.tubyard-config-preview-page .product-container {
  background: transparent !important;
}

.tubyard-config-preview-canvas {
  position: relative;
  
  width: auto;
  height: min(700px, calc(100vh - 240px));
  aspect-ratio: 629 / 1000;
  max-width: calc(100% - 32px);
  margin-inline: auto;
  overflow: hidden;
  display: block;
}


.tubyard-config-preview-canvas.product-single-logo:not(.product-container-mobyard) {
  overflow: visible;
}

.tubyard-config-preview-canvas.product-container-mobyard {
  overflow: hidden;
}

.tubyard-config-preview-canvas--mobyard {
  height: min(700px, calc(100vh - 240px));
  aspect-ratio: 629 / 1000;
}

.tubyard-config-preview-canvas.product-container-wrapper {
  height: min(700px, calc(100vh - 240px));
  aspect-ratio: 629 / 1000;
}

.tubyard-config-preview-canvas--mobyard.product-container-wrapper {
  height: min(700px, calc(100vh - 240px));
  aspect-ratio: 629 / 1000;
}


.tubyard-config-preview-canvas[data-tubyard-line='model1'],
.tubyard-config-preview-canvas[data-tubyard-line='model1'].product-container-wrapper {
  aspect-ratio: 629 / 720;
}

.tubyard-config-preview-canvas.product-single-logo .tube,
.tubyard-config-preview-canvas.product-single-logo .base,
.tubyard-config-preview-canvas.product-single-logo .ring {
  position: absolute !important;
  top: auto !important;
  left: 50% !important;
  right: auto !important;
  bottom: 0 !important;
  margin: 0 !important;
  display: block !important;
  height: 100% !important;
  min-height: 100% !important;
  max-height: 100% !important;
  width: auto !important;
  max-width: none !important;
  object-fit: contain !important;
  object-position: center center !important;
  transform: translateX(-50%) !important;
  transform-origin: center center !important;
  opacity: 1 !important;
}

.tubyard-config-preview-canvas.product-container-mobyard .tube,
.tubyard-config-preview-canvas.product-container-mobyard .base,
.tubyard-config-preview-canvas.product-container-mobyard .ring,
.tubyard-config-preview-canvas.product-container-mobyard .holder {
  position: absolute !important;
  top: auto !important;
  left: 50% !important;
  right: auto !important;
  bottom: 0 !important;
  margin: 0 !important;
  display: block !important;
  height: 100% !important;
  min-height: 100% !important;
  max-height: 100% !important;
  width: auto !important;
  max-width: none !important;
  object-fit: contain !important;
  object-position: center center !important;
  transform: translateX(-50%) rotate(340deg) !important;
  transform-origin: center center !important;
  opacity: 1 !important;
}

.tubyard-config-preview-canvas .tube.active-tube-img,
.tubyard-config-preview-canvas .base.active-base-img,
.tubyard-config-preview-canvas .ring.active-ring-img,
.tubyard-config-preview-canvas .holder.single-holder-img,
.tubyard-config-preview-canvas .holder.select.active {
  top: auto !important;
  bottom: 0 !important;
  height: 100% !important;
  max-height: 100% !important;
}

@media screen and (min-width: 1025px) {
  
  .tubyard-config-preview-canvas.product-single-logo .tube,
  .tubyard-config-preview-canvas.product-single-logo .base,
  .tubyard-config-preview-canvas.product-single-logo .ring,
  .tubyard-config-preview-canvas.product-container-mobyard .tube,
  .tubyard-config-preview-canvas.product-container-mobyard .base,
  .tubyard-config-preview-canvas.product-container-mobyard .ring,
  .tubyard-config-preview-canvas.product-container-mobyard .holder,
  .tubyard-config-preview-canvas .tube.active-tube-img,
  .tubyard-config-preview-canvas .base.active-base-img,
  .tubyard-config-preview-canvas .ring.active-ring-img,
  .tubyard-config-preview-canvas .holder.single-holder-img,
  .tubyard-config-preview-canvas .holder.select.active {
    top: 50% !important;
    bottom: auto !important;
    height: 100% !important;
    max-height: 100% !important;
    transform: translate(-50%, -50%) rotate(-90deg) !important;
    transform-origin: center center !important;
  }
}

.tubyard-config-preview-canvas.product-single-logo .tube {
  z-index: var(--z-nav);
}

.tubyard-config-preview-canvas.product-single-logo .base {
  z-index: var(--z-nav-toggle);
}

.tubyard-config-preview-canvas.product-single-logo .ring {
  z-index: var(--z-header);
}

.tubyard-config-preview-canvas.product-container-mobyard .tube {
  z-index: var(--z-nav);
}

.tubyard-config-preview-canvas.product-container-mobyard .base {
  z-index: var(--z-nav-toggle);
}

.tubyard-config-preview-canvas.product-container-mobyard .ring {
  z-index: var(--z-header);
}

.tubyard-config-preview-canvas.product-container-mobyard .holder {
  z-index: var(--z-overlay);
}

.tubyard-config-preview-page .product-single-logo {
  left: auto;
  right: auto;
  margin-inline: auto;
}

.tubyard-config-preview-page .order-model-1 {
  position: static;
  width: min(1100px, calc(100% - 32px));
  margin: 18px auto 0;
  padding: 0;
}

.tubyard-config-preview-page .model {
  max-width: none;
  width: 100%;
  margin: 0;
}

@media screen and (min-width: 861px) and (max-width: 1024px) {
  
  .section__order-model-1.tubyard-config-preview-page,
  .section__order-mobyard.tubyard-config-preview-page {
    min-height: 100dvh;
  }

  .tubyard-config-preview-stage > .tubyard-config-preview-canvas[data-tubyard-line='model1'],
  .tubyard-config-preview-stage > .tubyard-config-preview-canvas[data-tubyard-line='model1'].product-container-wrapper,
  .tubyard-config-preview-canvas[data-tubyard-line='model1'],
  .tubyard-config-preview-canvas[data-tubyard-line='model1'].product-container-wrapper {
    width: auto;
    height: 100%;
    max-width: calc(100% - 32px);
    max-height: 100%;
    min-height: 0;
    aspect-ratio: 629 / 720;
    align-self: stretch;
    justify-self: center;
    margin: 0 auto;
  }

  .tubyard-config-preview-stage > .tubyard-config-preview-canvas[data-tubyard-line='mobyard'],
  .tubyard-config-preview-stage > .tubyard-config-preview-canvas.tubyard-config-preview-canvas--mobyard,
  .tubyard-config-preview-stage > .tubyard-config-preview-canvas.product-container-mobyard.tubyard-config-preview-canvas,
  .tubyard-config-preview-canvas[data-tubyard-line='mobyard'],
  .tubyard-config-preview-canvas.tubyard-config-preview-canvas--mobyard,
  .tubyard-config-preview-canvas.product-container-mobyard.tubyard-config-preview-canvas {
    width: auto;
    height: 100%;
    max-width: calc(100% - 32px);
    max-height: 100%;
    min-height: 0;
    aspect-ratio: 629 / 1000;
    align-self: stretch;
    justify-self: center;
    margin: 0 auto;
  }

  .tubyard-config-preview-canvas[data-tubyard-line='mobyard'] .tube,
  .tubyard-config-preview-canvas[data-tubyard-line='mobyard'] .base,
  .tubyard-config-preview-canvas[data-tubyard-line='mobyard'] .ring,
  .tubyard-config-preview-canvas[data-tubyard-line='mobyard'] .holder,
  .tubyard-config-preview-canvas[data-tubyard-line='mobyard'] .tube.active-tube-img,
  .tubyard-config-preview-canvas[data-tubyard-line='mobyard'] .base.active-base-img,
  .tubyard-config-preview-canvas[data-tubyard-line='mobyard'] .ring.active-ring-img,
  .tubyard-config-preview-canvas[data-tubyard-line='mobyard'] .holder.single-holder-img,
  .tubyard-config-preview-canvas[data-tubyard-line='mobyard'] .holder.select.active {
    top: 0 !important;
    bottom: auto !important;
  }
}


@media screen and (min-width: 1025px) {
  .section__order-model-1.tubyard-config-preview-page,
  .section__order-mobyard.tubyard-config-preview-page,
  .tubyard-config-preview-page {
    min-height: 100dvh;
    max-height: 100dvh;
    overflow: hidden;
  }

  .tubyard-config-preview-shell {
    flex: 0 0 auto;
    width: min(920px, calc(100% - 48px));
    margin-inline: auto;
  }

  .tubyard-config-preview-copy.tubyard-config-preview-card.model {
    padding: 10px 22px 14px;
  }

  .tubyard-config-preview-toolbar {
    margin-bottom: 8px;
  }

  .tubyard-config-preview-page .model__title {
    margin-bottom: 8px;
    font-size: 1.35rem;
  }

  .tubyard-config-preview-parts {
    gap: 8px;
  }

  .tubyard-config-preview-part {
    gap: 4px;
  }

  .tubyard-config-preview-part__chip {
    aspect-ratio: 3.2 / 1;
    max-height: 52px;
  }

  .tubyard-config-preview-part__label {
    font-size: 0.56rem;
  }

  .tubyard-config-preview-part__value {
    font-size: 0.72rem;
  }

  .tubyard-config-preview-stage {
    flex: 1 1 auto;
    min-height: 0;
    max-height: 100%;
  }

  .tubyard-config-preview-stage > .tubyard-config-preview-marks,
  .tubyard-config-preview-stage > .tubyard-config-preview-canvas {
    min-height: 0;
    max-height: 100%;
  }

  .tubyard-config-preview-canvas,
  .tubyard-config-preview-canvas.product-container-wrapper,
  .tubyard-config-preview-canvas--mobyard,
  .tubyard-config-preview-canvas--mobyard.product-container-wrapper {
    height: auto;
    max-height: 100%;
    min-height: 0;
    width: auto;
    max-width: calc(100% - 48px);
    margin: 0 auto;
    align-self: center;
    justify-self: center;
    
    aspect-ratio: 1000 / 629;
  }

  .tubyard-config-preview-canvas[data-tubyard-line='model1'],
  .tubyard-config-preview-canvas[data-tubyard-line='model1'].product-container-wrapper {
    aspect-ratio: 720 / 629;
    max-width: calc(100% - 48px);
  }

  
  .tubyard-config-preview-canvas.product-single-logo:not(.product-container-mobyard) {
    overflow: hidden;
  }
}

@media screen and (max-width: 860px) {
  
  .tubyard-config-preview-page {
    min-height: 100dvh;
  }

  .tubyard-config-preview-shell {
    padding-top: 0;
    width: 100%;
  }

  
  
  .tubyard-config-preview-canvas,
  .tubyard-config-preview-canvas.product-container-wrapper {
    width: calc(100% - 16px);
    margin: 0 auto 8px;
    justify-self: center;
    align-self: start;
    height: auto;
    aspect-ratio: 629 / 1000;
    min-height: 0;
    max-height: none;
  }

  .tubyard-config-preview-canvas--mobyard,
  .tubyard-config-preview-canvas--mobyard.product-container-wrapper {
    height: auto;
    aspect-ratio: 629 / 1000;
    min-height: 0;
    max-height: none;
  }

  
  .tubyard-config-preview-stage > .tubyard-config-preview-canvas[data-tubyard-line='model1'],
  .tubyard-config-preview-stage > .tubyard-config-preview-canvas[data-tubyard-line='model1'].product-container-wrapper,
  .tubyard-config-preview-canvas[data-tubyard-line='model1'],
  .tubyard-config-preview-canvas[data-tubyard-line='model1'].product-container-wrapper {
    width: auto;
    height: 100%;
    max-width: calc(100% - 16px);
    max-height: 100%;
    min-height: 0;
    aspect-ratio: 629 / 720;
    align-self: stretch;
    justify-self: center;
    margin: 0 auto;
  }

  .tubyard-config-preview-canvas[data-tubyard-line='model1'] .tube,
  .tubyard-config-preview-canvas[data-tubyard-line='model1'] .base,
  .tubyard-config-preview-canvas[data-tubyard-line='model1'] .ring,
  .tubyard-config-preview-canvas[data-tubyard-line='model1'] .tube.active-tube-img,
  .tubyard-config-preview-canvas[data-tubyard-line='model1'] .base.active-base-img,
  .tubyard-config-preview-canvas[data-tubyard-line='model1'] .ring.active-ring-img {
    top: 0 !important;
    bottom: auto !important;
  }

  
  .tubyard-config-preview-stage > .tubyard-config-preview-canvas[data-tubyard-line='mobyard'],
  .tubyard-config-preview-stage > .tubyard-config-preview-canvas.tubyard-config-preview-canvas--mobyard,
  .tubyard-config-preview-stage > .tubyard-config-preview-canvas.product-container-mobyard.tubyard-config-preview-canvas,
  .tubyard-config-preview-canvas[data-tubyard-line='mobyard'],
  .tubyard-config-preview-canvas.tubyard-config-preview-canvas--mobyard,
  .tubyard-config-preview-canvas.product-container-mobyard.tubyard-config-preview-canvas {
    width: auto;
    height: 100%;
    max-width: calc(100% - 16px);
    max-height: 100%;
    min-height: 0;
    aspect-ratio: 629 / 1000;
    align-self: stretch;
    justify-self: center;
    margin: 0 auto;
  }

  .tubyard-config-preview-canvas[data-tubyard-line='mobyard'] .tube,
  .tubyard-config-preview-canvas[data-tubyard-line='mobyard'] .base,
  .tubyard-config-preview-canvas[data-tubyard-line='mobyard'] .ring,
  .tubyard-config-preview-canvas[data-tubyard-line='mobyard'] .holder,
  .tubyard-config-preview-canvas[data-tubyard-line='mobyard'] .tube.active-tube-img,
  .tubyard-config-preview-canvas[data-tubyard-line='mobyard'] .base.active-base-img,
  .tubyard-config-preview-canvas[data-tubyard-line='mobyard'] .ring.active-ring-img,
  .tubyard-config-preview-canvas[data-tubyard-line='mobyard'] .holder.single-holder-img,
  .tubyard-config-preview-canvas[data-tubyard-line='mobyard'] .holder.select.active {
    top: 0 !important;
    bottom: auto !important;
  }

  .tubyard-config-preview-copy,
  .tubyard-config-preview-card {
    border-radius: 12px;
    padding: 14px 16px;
  }

  .tubyard-config-preview-copy.tubyard-config-preview-card.model {
    padding: 14px 16px 16px;
  }

  .tubyard-config-preview-back {
    min-height: 34px;
    padding: 0 11px;
    font-size: 0.82rem;
  }

  .tubyard-config-preview-back__icon {
    width: 14px;
    height: 14px;
  }

  .tubyard-config-preview-eyebrow {
    font-size: 0.6rem;
    letter-spacing: 0.18em;
  }

  .tubyard-config-preview-page .model__title {
    font-size: 1.6rem;
    margin-bottom: 14px;
  }

  .tubyard-config-preview-parts {
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
  }
}

@media screen and (max-width: 380px) {
  .tubyard-config-preview-parts {
    gap: 6px;
  }
}

button {
  cursor: pointer;
}


body.home {
  background: #060708;
  color: #f4f5f6;
  --tubyard-header-height: 50px;
}

body.home .tubyard-site-header {
  background: #0b0d12;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

body.home .tubyard-site-header__inner {
  width: min(1380px, calc(100% - 32px));
  min-height: var(--tubyard-header-height);
  padding-block: 8px;
  justify-content: space-between;
  gap: 16px;
}

body.home .tubyard-site-header__brand-mark {
  width: 48px;
  height: 48px;
  padding: 9px;
}

body.home .tubyard-site-header__brand-mark img {
  height: 22px;
}

body.home .tubyard-primary-nav__menu a {
  border: 0;
  background: transparent;
  min-height: 0;
  padding: 8px 10px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 600;
  font-size: 0.88rem;
  letter-spacing: 0.01em;
  transition: color 0.2s ease, background-color 0.2s ease;
}

body.home .tubyard-primary-nav__menu a:hover {
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  transform: none;
}

body.home .tubyard-nav-utility__link {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.03);
  border-radius: 8px;
  min-height: 36px;
  padding: 7px 13px;
  font-size: 0.82rem;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

body.home .tubyard-nav-utility__link--quote {
  border-color: var(--ty-brand);
  background: var(--ty-brand);
  color: var(--ty-on-accent);
  font-weight: 800;
  padding-inline: 16px;
}

body.home .tubyard-nav-utility__link--quote:hover {
  background: var(--ty-brand-hover);
  filter: brightness(1.03);
}

body.home .tubyard-nav-toggle {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  border: 1px solid rgba(var(--ty-brand-rgb), 0.46);
  background: rgba(var(--ty-brand-rgb), 0.08);
  gap: 5px;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

body.home .tubyard-nav-toggle__line {
  width: 16px;
  height: 2px;
  border-radius: 3px;
  background: var(--ty-brand);
  transform-origin: center;
}

body.home .tubyard-nav-toggle.is-active {
  background: var(--ty-brand);
  border-color: var(--ty-brand);
}

body.home .tubyard-nav-toggle.is-active .tubyard-nav-toggle__line {
  background: var(--ty-on-accent);
}

body.home .tubyard-nav-toggle.is-active .tubyard-nav-toggle__line:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

body.home .tubyard-nav-toggle.is-active .tubyard-nav-toggle__line:nth-child(2) {
  opacity: 0;
  transform: scaleX(0.2);
}

body.home .tubyard-nav-toggle.is-active .tubyard-nav-toggle__line:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

@media (hover: hover) and (pointer: fine) {
  body.home .tubyard-site-header__brand {
    transition: opacity 0.18s ease;
  }

  body.home .tubyard-site-header__brand:hover .tubyard-site-header__brand-mark {
    filter: brightness(1.04);
  }

  body.home .tubyard-nav-utility__link:not(.tubyard-nav-utility__link--quote):hover {
    border-color: rgba(var(--ty-brand-rgb), 0.35);
    background: rgba(255, 255, 255, 0.07);
    box-shadow: 0 0 0 1px rgba(var(--ty-brand-rgb), 0.12);
  }

  body.home .tubyard-nav-toggle:not(.is-active):hover {
    border-color: rgba(var(--ty-brand-rgb), 0.55);
    background: rgba(var(--ty-brand-rgb), 0.14);
  }

  body.home .product__buy {
    transition: filter 0.2s ease, background-color 0.2s ease;
  }

  body.home .product__buy-go:hover {
    background: rgba(255, 255, 255, 0.11);
    filter: brightness(1.02);
  }

  body.home .product__buy-go-order:hover {
    filter: brightness(1.03);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.06);
  }

  body.home .product-logo-dock__btn-primary {
    transition: filter 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  }

  body.home .product-logo-dock__btn-primary:hover {
    filter: brightness(1.03);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
  }

  body.home .section__product .product__btn:hover,
  body.home .section__mobile .product__btn:hover {
    background: rgba(var(--ty-brand-rgb), 0.12);
    border-color: rgba(var(--ty-brand-rgb), 0.48);
    filter: brightness(1.02);
  }
}

@media screen and (max-width: 1024px) {
  body.home {
    --tubyard-header-height: 46px;
  }

  body.home .tubyard-site-header__inner {
    width: calc(100% - 20px);
    padding-block: 8px;
    gap: 10px;
  }

  body.home .tubyard-site-header__brand-mark {
    width: 42px;
    height: 42px;
    padding: 8px;
  }

  body.home .tubyard-site-header__brand-mark img {
    height: 26px;
  }

  body.home .tubyard-site-header__lead {
    gap: 10px;
    min-width: 0;
  }

  body.home .tubyard-site-header__role-badge {
    font-size: 0.85rem;
    white-space: normal;
    max-width: min(220px, calc(100vw - 130px));
    text-align: center;
    word-break: break-word;
  }

  body.home .tubyard-nav-toggle {
    width: 36px;
    height: 36px;
  }

  body.home .tubyard-primary-nav {
    padding: calc(var(--tubyard-header-height) + 10px) 12px 12px;
    background: linear-gradient(180deg, rgba(12, 14, 19, 0.99), rgba(8, 10, 14, 0.99));
    border-top: 0;
  }

  body.home .tubyard-primary-nav__menu {
    gap: 6px;
  }

  body.home .tubyard-primary-nav__menu a {
    min-height: 40px;
    padding: 10px 12px;
    border: 1px solid rgba(var(--ty-brand-rgb), 0.22);
    background: rgba(255, 255, 255, 0.02);
    border-radius: 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }

  body.home .tubyard-primary-nav__menu a:hover {
    background: rgba(var(--ty-brand-rgb), 0.08);
    border-color: rgba(var(--ty-brand-rgb), 0.34);
    color: #fff;
  }

  body.home .tubyard-nav-utility {
    margin-top: 8px;
    padding-top: 10px;
    gap: 6px;
  }

  body.home .tubyard-nav-utility__link {
    min-height: 40px;
    padding: 10px 12px;
    border-radius: 0;
    border-color: rgba(var(--ty-brand-rgb), 0.24);
    background: rgba(255, 255, 255, 0.02);
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.74rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
  }

  body.home .tubyard-nav-utility__link:hover {
    background: rgba(var(--ty-brand-rgb), 0.08);
    border-color: rgba(var(--ty-brand-rgb), 0.36);
    color: #fff;
  }

  body.home .tubyard-nav-utility__link--cart {
    position: relative;
    justify-content: flex-start;
    padding-right: 36px;
  }

  body.home .tubyard-nav-utility__count {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    min-width: 20px;
    height: 20px;
    padding: 0 6px;
    border-radius: 8px;
    border: 1px solid rgba(12, 15, 19, 0.9);
    background: var(--ty-brand);
    color: var(--ty-on-accent);
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.32);
  }

  body.home .tubyard-nav-utility__link--quote {
    background: var(--ty-brand);
    border-color: var(--ty-brand);
    color: var(--ty-on-accent);
  }

}

@media screen and (min-width: 1025px) {
  body.home .tubyard-primary-nav {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  body.home .tubyard-primary-nav__menu {
    gap: 8px;
  }

  body.home .tubyard-primary-nav__menu a {
    min-height: 34px;
    padding: 8px 12px;
    border: 1px solid rgba(var(--ty-brand-rgb), 0.2);
    background: rgba(255, 255, 255, 0.02);
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.73rem;
    font-weight: 700;
    letter-spacing: 0.055em;
    text-transform: uppercase;
    border-radius: 0;
    transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
  }

  body.home .tubyard-primary-nav__menu a:hover {
    background: rgba(var(--ty-brand-rgb), 0.08);
    border-color: rgba(var(--ty-brand-rgb), 0.34);
    color: #fff;
    transform: none;
  }

  body.home .tubyard-primary-nav__menu .current-menu-item > a,
  body.home .tubyard-primary-nav__menu .current_page_item > a,
  body.home .tubyard-primary-nav__menu .current-menu-ancestor > a {
    background: var(--ty-brand);
    border-color: var(--ty-brand);
    color: var(--ty-on-accent);
  }

  body.home .tubyard-nav-utility {
    margin-left: 12px;
    gap: 7px;
  }
}

body.home .section__hero-redesign,
body.home .section__palette-redesign,
body.home .section__process-redesign {
  background: radial-gradient(circle at 18% 14%, rgba(var(--ty-brand-rgb), 0.12), transparent 34%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.03) 0 11px, transparent 11px 24px),
    var(--ty-night-black);
}

body.home .section__product,
body.home .section__mobile {
  position: relative;
  background: var(--ty-night-black);
  --product-sidebar-width: 40px;
  --buy-bar-height: 60px;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

@media screen and (max-width: 1024px) {
  body.home .section__product,
  body.home .section__mobile {
    --product-sidebar-width: clamp(28px, 10.25vw, 40px);
    --buy-bar-height: clamp(48px, 15.38vw, 60px);
  }
}


body.home .section__product::before,
body.home .section__mobile::before {
  content: '';
  position: absolute;
  
  inset: 0 0 var(--buy-bar-height, 60px) var(--product-sidebar-width, 40px);
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 14%, rgba(var(--ty-brand-rgb), 0.18), transparent 38%),
    linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.55)),
    url('img/backgrounds/mobile_720x1280.jpg') center bottom / cover no-repeat;
}


body.home .section__product > *,
body.home .section__mobile > * {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 1025px) and (max-width: 1199px) {
  body.home .section__product::before,
  body.home .section__mobile::before {
    
    inset: var(--product-topbar-height, 64px) 0 var(--buy-bar-height, 60px) 0;
    background:
      radial-gradient(circle at 18% 14%, rgba(var(--ty-brand-rgb), 0.18), transparent 38%),
      linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.55)),
      url('img/backgrounds/mobile_1080x1920.jpg') center bottom / cover no-repeat;
  }
}

@media screen and (min-width: 1200px) {
  body.home .section__product::before,
  body.home .section__mobile::before {
    
    inset: var(--product-topbar-height, 64px) 0 0 0;
    background:
      radial-gradient(circle at 18% 14%, rgba(var(--ty-brand-rgb), 0.18), transparent 38%),
      linear-gradient(rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.50)),
      url('img/backgrounds/background-desk.jpg') center / cover no-repeat;
  }
}

body.home .section__product .product-container,
body.home .section__mobile .product-container {
  background: transparent;
}

@media screen and (min-width: 1025px) {
  body.home .section__product .product-container,
  body.home .section__mobile .product-container {
    --tubyard-section-safe-top: 0px;
    padding-top: 16px;
  }

  .section__order-model-1 .product-container,
  .section__order-mobyard .product-container {
    padding-top: 0;
  }
}

body.home .hero-redesign,
body.home .palette-redesign,
body.home .process-redesign {
  width: min(1380px, calc(100% - 38px));
  margin: 0 auto;
}

body.home .hero-redesign {
  min-height: calc(100vh - var(--tubyard-header-height));
  display: grid;
  grid-template-columns: minmax(340px, 1fr) minmax(380px, 1.05fr);
  gap: clamp(24px, 4vw, 74px);
  align-items: center;
  padding-top: calc(var(--tubyard-header-height) + 22px);
  padding-bottom: 70px;
}

body.home .hero-redesign__eyebrow {
  margin: 0 0 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px 8px;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
}

body.home .hero-redesign__eyebrow-part {
  color: rgba(255, 255, 255, 0.92);
}

body.home .hero-redesign__eyebrow-accent {
  color: var(--ty-brand);
  font-weight: 900;
}

body.home .hero-redesign__title {
  margin: 0;
  font-size: clamp(2.8rem, 7.2vw, 6.4rem);
  line-height: 0.9;
  font-weight: 900;
  text-transform: uppercase;
}

body.home .hero-redesign__title-line {
  display: block;
}

body.home .hero-redesign__title-line--light {
  color: var(--ty-ink-bright);
}

body.home .hero-redesign__title-line--accent {
  color: var(--ty-brand);
}

body.home .hero-redesign__text {
  margin: 18px 0 0;
  max-width: 620px;
  font-size: 1.02rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.78);
}

body.home .hero-redesign__right {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}

body.home .hero-redesign__pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  align-items: stretch;
}

body.home .hero-redesign__card {
  border-radius: 14px;
  margin: 0;
  box-sizing: border-box;
}

body.home .hero-redesign__card--service {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 16px 12px;
  min-height: 118px;
  border: 1.5px solid var(--ty-brand);
  background: rgba(8, 10, 16, 0.92);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 0 0 1px rgba(var(--ty-brand-rgb), 0.12);
}

body.home .hero-redesign__card--combo {
  padding: 16px 12px;
  min-height: 118px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(22, 26, 34, 0.95);
}

body.home .hero-redesign__card-kicker {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.82rem;
  line-height: 1.2;
}

body.home .hero-redesign__card--combo .hero-redesign__card-kicker {
  color: rgba(255, 200, 150, 0.95);
}

body.home .hero-redesign__card-value {
  margin: 4px 0 2px;
  font-weight: 900;
  line-height: 1;
}

body.home .hero-redesign__card-value--combo {
  color: var(--ty-brand-accent-secondary);
  font-size: clamp(2rem, 5vw, 3.75rem);
}

body.home .hero-redesign__card-label {
  margin: 0;
  color: #fff;
  font-size: 0.95rem;
}

body.home .hero-redesign__card-value--service {
  margin: 0 0 4px;
  color: var(--ty-brand);
  font-size: clamp(3rem, 8vw, 5.75rem);
  line-height: 0.92;
}

body.home .hero-redesign__card-label--service {
  margin: 0;
  max-width: 10em;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-size: 0.74rem;
  font-weight: 800;
  line-height: 1.25;
  color: rgba(255, 255, 255, 0.94);
}

body.home .hero-redesign__card--cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 6px;
  padding: 20px 18px;
  min-height: 132px;
  text-decoration: none;
  cursor: pointer;
  border-radius: 14px;
  border: 1px solid rgba(var(--ty-brand-rgb), 0.45);
  background: var(--ty-brand);
  color: var(--ty-on-accent);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.25);
  transition: transform 0.18s ease, filter 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

@media (hover: hover) and (pointer: fine) {
  body.home .hero-redesign__card--cta:hover {
    filter: brightness(1.03);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.22);
    border-color: rgba(var(--ty-brand-rgb), 0.52);
  }
}

body.home .hero-redesign__card--cta:active {
  transform: scale(0.99);
}

body.home .hero-redesign__cta-kicker {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: lowercase;
  letter-spacing: 0.02em;
  opacity: 0.94;
}

body.home .hero-redesign__cta-brand {
  margin: 0;
  font-size: clamp(1.6rem, 4.2vw, 2.6rem);
  font-weight: 900;
  font-style: italic;
  letter-spacing: 0.06em;
  line-height: 1;
}

body.home .hero-redesign__cta-hint {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: lowercase;
  letter-spacing: 0.04em;
  opacity: 0.88;
  max-width: 22em;
}

body.home .hero-redesign__card--magic {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 12px;
  padding: 20px 18px;
  min-height: 128px;
  overflow: hidden;
  isolation: isolate;
  text-decoration: none;
  color: inherit;
  border-radius: 14px;
  border: 1px solid rgba(var(--ty-brand-rgb), 0.58);
  background:
    radial-gradient(circle at 50% 115%, rgba(var(--ty-brand-rgb), 0.16), transparent 58%),
    linear-gradient(165deg, #050608 0%, #090b10 48%, #040507 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.05),
    0 0 36px rgba(var(--ty-brand-rgb), 0.08),
    0 14px 34px rgba(0, 0, 0, 0.34);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.18s ease;
}

@media (hover: hover) and (pointer: fine) {
  body.home .hero-redesign__card--magic:hover {
    border-color: rgba(var(--ty-brand-rgb), 0.82);
    box-shadow:
      inset 0 0 0 1px rgba(255, 255, 255, 0.08),
      0 0 52px rgba(var(--ty-brand-rgb), 0.16),
      0 16px 38px rgba(0, 0, 0, 0.36);
  }

  body.home .hero-redesign__card--magic:hover .hero-redesign__magic-burst {
    opacity: 0.95;
    transform: translate(-50%, -50%) scale(1.04);
  }

  body.home .hero-redesign__card--magic:hover .hero-redesign__magic-rings span {
    border-color: rgba(var(--ty-brand-rgb), 0.42);
  }
}

body.home .hero-redesign__card--magic:active {
  transform: scale(0.992);
}

body.home .hero-redesign__magic-scene {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

body.home .hero-redesign__magic-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}

body.home .hero-redesign__magic-rings {
  position: absolute;
  left: 50%;
  bottom: -42%;
  width: 118%;
  aspect-ratio: 1;
  transform: translateX(-50%);
}

body.home .hero-redesign__magic-rings span {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(var(--ty-brand-rgb), 0.28);
  border-radius: 50%;
  box-shadow:
    0 0 18px rgba(var(--ty-brand-rgb), 0.08),
    inset 0 0 24px rgba(var(--ty-brand-rgb), 0.04);
  animation: hero-magic-ring-pulse 5.6s ease-in-out infinite;
}

body.home .hero-redesign__magic-rings span:nth-child(2) {
  inset: 11%;
  opacity: 0.78;
  animation-delay: -1.4s;
}

body.home .hero-redesign__magic-rings span:nth-child(3) {
  inset: 22%;
  opacity: 0.58;
  animation-delay: -2.8s;
}

body.home .hero-redesign__magic-rings span:nth-child(4) {
  inset: 33%;
  opacity: 0.38;
  animation-delay: -4.2s;
}

body.home .hero-redesign__magic-burst {
  position: absolute;
  left: 50%;
  top: 58%;
  width: 42%;
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  opacity: 0.82;
  background:
    radial-gradient(circle, rgba(255, 244, 170, 0.34) 0%, rgba(var(--ty-brand-rgb), 0.16) 28%, transparent 72%);
  filter: blur(8px);
  animation: hero-magic-burst-breathe 4.8s ease-in-out infinite;
}

body.home .hero-redesign__magic-vignette {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, transparent 34%, rgba(0, 0, 0, 0.42) 100%),
    radial-gradient(circle at 50% 50%, transparent 35%, rgba(0, 0, 0, 0.55) 100%);
}

body.home .hero-redesign__card--magic.is-magic-static .hero-redesign__magic-canvas,
body.home .hero-redesign__btn--magic.is-magic-static .hero-redesign__magic-canvas {
  display: none;
}

body.home .hero-redesign__card--magic.is-magic-static .hero-redesign__magic-rings span,
body.home .hero-redesign__card--magic.is-magic-static .hero-redesign__magic-burst,
body.home .hero-redesign__btn--magic.is-magic-static .hero-redesign__magic-rings span,
body.home .hero-redesign__btn--magic.is-magic-static .hero-redesign__magic-burst {
  animation: none;
}

@keyframes hero-magic-ring-pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.55;
  }

  50% {
    transform: scale(1.03);
    opacity: 1;
  }
}

@keyframes hero-magic-burst-breathe {
  0%,
  100% {
    opacity: 0.68;
    transform: translate(-50%, -50%) scale(0.96);
  }

  50% {
    opacity: 0.92;
    transform: translate(-50%, -50%) scale(1.05);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.home .hero-redesign__magic-rings span,
  body.home .hero-redesign__magic-burst {
    animation: none !important;
  }
}

body.home .hero-redesign__magic-headline {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 2px;
  line-height: 0.95;
}

body.home .hero-redesign__magic-word {
  font-size: clamp(1.8rem, 4.8vw, 2.85rem);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--ty-ink-bright);
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.55);
}

body.home .hero-redesign__magic-word--accent {
  color: var(--ty-brand);
  text-shadow: 0 0 22px rgba(var(--ty-brand-rgb), 0.35);
}

body.home .hero-redesign__magic-text {
  position: relative;
  z-index: 2;
  margin: 0;
  max-width: 28rem;
  font-size: clamp(0.62rem, 1.85vw, 0.74rem);
  font-weight: 700;
  line-height: 1.42;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.86);
}

body.home.tubyard-theme-distributor .hero-redesign__card--magic {
  border-color: rgba(var(--ty-brand-rgb), 0.62);
  background:
    radial-gradient(circle at 50% 115%, rgba(var(--ty-brand-rgb), 0.24), transparent 58%),
    radial-gradient(circle at 14% 0%, rgba(var(--ty-brand-rgb), 0.1), transparent 44%),
    linear-gradient(165deg, var(--ty-night-black) 0%, var(--ty-night-880) 48%, var(--ty-night-950) 100%);
  box-shadow:
    inset 0 0 0 1px rgba(130, 210, 255, 0.07),
    0 0 42px rgba(var(--ty-brand-rgb), 0.14),
    0 14px 34px rgba(4, 10, 22, 0.46);
}

body.home.tubyard-theme-distributor .hero-redesign__magic-burst {
  background:
    radial-gradient(
      circle,
      rgba(103, 200, 234, 0.4) 0%,
      rgba(var(--ty-brand-rgb), 0.24) 30%,
      transparent 72%
    );
}

body.home.tubyard-theme-distributor .hero-redesign__magic-vignette {
  background:
    linear-gradient(180deg, rgba(7, 15, 24, 0.24) 0%, transparent 34%, rgba(4, 10, 22, 0.5) 100%),
    radial-gradient(circle at 50% 50%, transparent 35%, rgba(4, 10, 22, 0.6) 100%);
}

body.home.tubyard-theme-distributor .hero-redesign__magic-text {
  color: rgba(205, 240, 255, 0.88);
}

@media (hover: hover) and (pointer: fine) {
  body.home.tubyard-theme-distributor .hero-redesign__card--magic:hover {
    border-color: rgba(var(--ty-brand-rgb), 0.88);
    box-shadow:
      inset 0 0 0 1px rgba(130, 210, 255, 0.1),
      0 0 56px rgba(var(--ty-brand-rgb), 0.24),
      0 16px 38px rgba(4, 10, 22, 0.5);
  }
}

body.home.tubyard-theme-distributor .hero-redesign__card--combo .hero-redesign__card-kicker {
  color: rgba(205, 240, 255, 0.92);
}



body.home .hero-redesign__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: clamp(20px, 3vh, 30px);
}

body.home .hero-redesign__btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 32px;
  min-width: 240px;
  min-height: 72px;
  border-radius: 14px;
  text-decoration: none;
  font-family: inherit;
  font-weight: 800;
  line-height: 1.05;
  cursor: pointer;
  white-space: nowrap;
  transition: box-shadow 0.2s ease, background-color 0.2s ease,
    color 0.2s ease, border-color 0.25s ease, filter 0.2s ease;
}

body.home .hero-redesign__btn--primary {
  background: var(--ty-brand);
  color: var(--ty-on-accent);
  border: 1.5px solid var(--ty-brand);
  box-shadow: 0 12px 28px rgba(var(--ty-brand-rgb), 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

@media (hover: hover) and (pointer: fine) {
  body.home .hero-redesign__btn--primary:hover {
    filter: brightness(1.08);
    box-shadow: 0 16px 42px rgba(var(--ty-brand-rgb), 0.48),
      0 0 0 1px rgba(255, 255, 255, 0.22) inset,
      inset 0 1px 0 rgba(255, 255, 255, 0.28);
  }

  body.home .hero-redesign__btn:hover .hero-redesign__btn-arrow {
    transform: translateX(5px);
  }
}

body.home .hero-redesign__btn:active {
  filter: brightness(0.97);
}

body.home .hero-redesign__btn:focus-visible {
  outline: 2px solid var(--ty-brand);
  outline-offset: 3px;
}

body.home .hero-redesign__btn-label {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  min-width: 0;
}

body.home .hero-redesign__btn-kicker {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  opacity: 0.82;
  text-transform: uppercase;
}

body.home .hero-redesign__btn-title {
  font-size: 1.05rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body.home .hero-redesign__btn-title sup {
  font-size: 0.55em;
  vertical-align: super;
  font-weight: 700;
  margin-left: 2px;
}

body.home .hero-redesign__btn-arrow {
  display: inline-block;
  font-size: 1.35rem;
  line-height: 1;
  transition: transform 0.18s ease;
}


body.home .hero-redesign__btn--magic {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  color: var(--ty-ink-bright);
  border: 1.5px solid rgba(var(--ty-brand-rgb), 0.58);
  background:
    radial-gradient(circle at 50% 115%, rgba(var(--ty-brand-rgb), 0.18), transparent 58%),
    linear-gradient(165deg, #050608 0%, #090b10 48%, #040507 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.05),
    0 0 36px rgba(var(--ty-brand-rgb), 0.1),
    0 14px 34px rgba(0, 0, 0, 0.34);
}

body.home .hero-redesign__btn--magic .hero-redesign__btn-label,
body.home .hero-redesign__btn--magic .hero-redesign__btn-arrow {
  position: relative;
  z-index: 2;
}

body.home .hero-redesign__btn--magic .hero-redesign__btn-title {
  color: var(--ty-brand);
  text-shadow: 0 0 18px rgba(var(--ty-brand-rgb), 0.4);
}

@media (hover: hover) and (pointer: fine) {
  body.home .hero-redesign__btn--magic:hover {
    border-color: rgba(var(--ty-brand-rgb), 0.9);
    box-shadow:
      inset 0 0 0 1px rgba(255, 255, 255, 0.08),
      0 0 52px rgba(var(--ty-brand-rgb), 0.22),
      0 16px 38px rgba(0, 0, 0, 0.4);
  }

  body.home .hero-redesign__btn--magic:hover .hero-redesign__magic-burst {
    opacity: 0.95;
    transform: translate(-50%, -50%) scale(1.06);
  }

  body.home .hero-redesign__btn--magic:hover .hero-redesign__magic-rings span {
    border-color: rgba(var(--ty-brand-rgb), 0.45);
  }
}

body.home .hero-redesign__stats {
  list-style: none;
  padding: 0;
  margin: clamp(18px, 2.6vh, 26px) 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.7);
}

body.home .hero-redesign__stats li {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
}

body.home .hero-redesign__stats li::before {
  content: '✦';
  color: var(--ty-brand);
  font-size: 0.85em;
  align-self: center;
}

body.home .hero-redesign__stats strong {
  color: var(--ty-brand);
  font-weight: 900;
  font-size: 0.9rem;
  letter-spacing: 0.02em;
}

body.home .hero-redesign__stats span {
  font-weight: 700;
}


body.home .hero-redesign__showcase {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: clamp(280px, 56vh, 580px);
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #0a0c12;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  isolation: isolate;
}

body.home .hero-redesign__slides {
  position: absolute;
  inset: 0;
}

body.home .hero-redesign__slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transform: scale(1.07);
  transition: opacity 1.1s ease, transform 8s linear;
  will-change: opacity, transform;
}

body.home .hero-redesign__slide > picture,
body.home .hero-redesign__slide > picture > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}

body.home .hero-redesign__slide > picture > img {
  object-fit: cover;
  object-position: center;
}

body.home .hero-redesign__slide.is-active {
  opacity: 1;
  transform: scale(1);
}

body.home .hero-redesign__slide::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.15) 0%,
    transparent 30%,
    rgba(0, 0, 0, 0.55) 100%
  );
  pointer-events: none;
}

body.home .hero-redesign__slide--placeholder {
  opacity: 1;
  transform: none;
  background: radial-gradient(
      circle at 30% 30%,
      rgba(var(--ty-brand-rgb), 0.18),
      transparent 55%
    ),
    linear-gradient(165deg, #0a0c12 0%, #050608 100%);
}

body.home .hero-redesign__showcase-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 3;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  padding: 10px 14px;
  background: rgba(8, 10, 16, 0.78);
  border: 1px solid rgba(var(--ty-brand-rgb), 0.5);
  border-radius: 10px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.35);
}

body.home .hero-redesign__showcase-badge strong {
  color: var(--ty-brand);
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.01em;
}

body.home .hero-redesign__showcase-badge span {
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.86);
}

body.home .hero-redesign__showcase-video {
  position: absolute;
  right: 14px;
  bottom: 16px;
  z-index: 3;
  width: clamp(56px, 6.5vw, 84px);
  aspect-ratio: 1;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid var(--ty-brand);
  background: #000;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.55),
    0 0 0 2px rgba(0, 0, 0, 0.35);
}

body.home .hero-redesign__showcase-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

body.home .hero-redesign__showcase-dots {
  position: absolute;
  left: 16px;
  bottom: 18px;
  z-index: 3;
  display: inline-flex;
  gap: 6px;
  padding: 6px 9px;
  background: rgba(8, 10, 16, 0.6);
  border-radius: 999px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

body.home .hero-redesign__dot {
  width: 22px;
  height: 4px;
  border-radius: 2px;
  border: 0;
  background: rgba(255, 255, 255, 0.32);
  cursor: pointer;
  padding: 0;
  transition: background-color 0.2s ease, width 0.3s ease;
}

body.home .hero-redesign__dot.is-active {
  background: var(--ty-brand);
  width: 32px;
}

body.home .hero-redesign__dot:hover {
  background: rgba(255, 255, 255, 0.6);
}

body.home .hero-redesign__dot.is-active:hover {
  background: var(--ty-brand);
}

body.home .hero-redesign__dot:focus-visible {
  outline: 2px solid var(--ty-brand);
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  body.home .hero-redesign__slide {
    transition: opacity 0.2s ease;
    transform: none !important;
  }
}



body.home .hero-redesign__ticker {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--ty-brand);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  overflow: hidden;
  white-space: nowrap;
}

body.home .hero-redesign__ticker-track {
  display: flex;
  align-items: center;
  gap: 0;
  padding: 12px 0;
  width: max-content;
  animation: tubyardTicker var(--tubyard-ticker-duration, 22s) linear infinite;
}

body.home .hero-redesign__ticker-segment {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  flex-shrink: 0;
  padding-right: 18px;
}

body.home .hero-redesign__ticker-track span {
  color: var(--ty-on-accent);
  font-size: 0.95rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

body.home .hero-redesign__ticker-icon {
  color: var(--ty-on-accent);
  opacity: 0.42;
  font-size: 0.82rem;
  transform: translateY(-1px);
}

@keyframes tubyardTicker {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-1 * var(--tubyard-ticker-shift, 50%)));
  }
}

body.home .palette-redesign,
body.home .process-redesign {
  min-height: 100vh;
  padding-top: calc(var(--tubyard-header-height) + 56px);
  padding-bottom: 42px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

body.home .palette-redesign__eyebrow,
body.home .process-redesign__eyebrow {
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--ty-brand);
  font-size: 0.82rem;
  font-weight: 700;
}

body.home .palette-redesign__title,
body.home .process-redesign__title {
  margin: 8px 0 0;
  text-align: center;
  text-transform: uppercase;
  font-size: clamp(2.2rem, 5.2vw, 4.25rem);
  line-height: 1;
  letter-spacing: 0.02em;
}

body.home .palette-redesign__text {
  margin: 14px auto 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.75);
  max-width: 640px;
  font-size: 1rem;
}

body.home .palette-redesign__grid {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(7, minmax(86px, 1fr));
  gap: 12px;
  justify-content: center;
}

body.home .palette-redesign__swatch {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  font: inherit;
  color: inherit;
  cursor: pointer;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

body.home .palette-redesign__swatch:focus-visible {
  outline: 2px solid var(--ty-brand);
  outline-offset: 3px;
}

@media (hover: hover) and (pointer: fine) {
  body.home .palette-redesign__swatch:hover .palette-redesign__chip {
    border-color: rgba(255, 255, 255, 0.38);
    box-shadow:
      inset 0 0 0 1px rgba(255, 255, 255, 0.14),
      0 0 0 1px rgba(var(--ty-brand-rgb), 0.45),
      0 4px 14px rgba(0, 0, 0, 0.28),
      0 0 18px rgba(var(--ty-brand-rgb), 0.18);
  }

  body.home .palette-redesign__swatch:hover .palette-redesign__name {
    color: rgba(255, 255, 255, 0.95);
  }

  body.home .palette-redesign__swatch[data-pantone=""]:not([data-fluor]) {
    cursor: default;
  }

  body.home .palette-redesign__swatch[data-pantone=""]:not([data-fluor]):hover .palette-redesign__chip {
    border-color: rgba(255, 255, 255, 0.16);
    box-shadow: none;
  }

  body.home .palette-redesign__swatch[data-pantone=""]:not([data-fluor]):hover .palette-redesign__name {
    color: rgba(255, 255, 255, 0.8);
  }
}

body.home .palette-redesign__chip-wrap {
  position: relative;
  display: block;
  width: 100%;
}

body.home .palette-redesign__chip {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 2px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: var(--swatch, #ddd);
  box-sizing: border-box;
  transition: box-shadow 0.22s ease, border-color 0.22s ease;
}

@media (prefers-reduced-motion: reduce) {
  body.home .palette-redesign__chip {
    transition: none;
  }
}

body.home .palette-redesign__name {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 600;
}

body.home .palette-redesign__fluor-badge {
  position: absolute;
  left: 6px;
  bottom: 6px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 3px 7px 3px 6px;
  border-radius: 2px;
  font-size: 0.5rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  background: rgba(20, 20, 22, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 4px 12px rgba(0, 0, 0, 0.32);
  -webkit-backdrop-filter: blur(8px) saturate(140%);
  backdrop-filter: blur(8px) saturate(140%);
  white-space: nowrap;
  pointer-events: none;
  z-index: 1;
}

body.home .palette-redesign__fluor-badge::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: var(--swatch, #fff);
  box-shadow:
    0 0 4px var(--swatch, rgba(255, 255, 255, 0.6)),
    0 0 10px var(--swatch, rgba(255, 255, 255, 0.45)),
    inset 0 0 1px rgba(255, 255, 255, 0.7);
}

@media (hover: hover) and (pointer: fine) {
  body.home .palette-redesign__swatch:hover .palette-redesign__fluor-badge {
    border-color: rgba(255, 255, 255, 0.24);
    background: rgba(20, 20, 22, 0.72);
  }
  body.home .palette-redesign__swatch:hover .palette-redesign__fluor-badge::before {
    box-shadow:
      0 0 6px var(--swatch, rgba(255, 255, 255, 0.6)),
      0 0 14px var(--swatch, rgba(255, 255, 255, 0.5)),
      0 0 22px var(--swatch, rgba(255, 255, 255, 0.35)),
      inset 0 0 1px rgba(255, 255, 255, 0.7);
  }
}

@media screen and (max-width: 767px) {
  body.home .palette-redesign__fluor-badge {
    left: 4px;
    bottom: 4px;
    gap: 4px;
    padding: 2px 5px 2px 5px;
    font-size: 0.42rem;
    letter-spacing: 0.14em;
  }
  body.home .palette-redesign__fluor-badge::before {
    width: 4px;
    height: 4px;
  }
}

body.home .palette-redesign__pantone-tip {
  position: fixed;
  z-index: 10050;
  left: 0;
  top: 0;
  margin: 0;
  padding: 8px 10px;
  max-width: min(240px, calc(100vw - 24px));
  border-radius: 2px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.45);
  background: #333;
  color: #fff;
  font-size: 0.62rem;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  pointer-events: none;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

body.home .palette-redesign__pantone-tip.palette-redesign__pantone-tip--light {
  color: #1a1a1a;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.35);
  border-color: rgba(0, 0, 0, 0.12);
}

body.home .palette-redesign__pantone-tip.palette-redesign__pantone-tip--mobile {
  padding: 14px 18px;
  max-width: min(320px, calc(100vw - 28px));
  font-size: 0.82rem;
  letter-spacing: 0.07em;
  line-height: 1.35;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 767px) {
  body.home .palette-redesign__swatch--tip-open .palette-redesign__chip {
    border-color: rgba(255, 255, 255, 0.48);
    box-shadow:
      inset 0 0 0 1px rgba(255, 255, 255, 0.22),
      0 0 0 2px rgba(var(--ty-brand-rgb), 0.98),
      0 8px 22px rgba(0, 0, 0, 0.42),
      0 0 32px rgba(var(--ty-brand-rgb), 0.4);
  }

  body.home .palette-redesign__swatch--tip-open .palette-redesign__name {
    color: #fff;
    font-weight: 800;
  }
}

body.home .process-redesign__grid {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, minmax(220px, 1fr));
  gap: 14px;
}

body.home .process-redesign__card {
  border-radius: 12px;
  background: rgba(15, 18, 24, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 22px;
  min-height: 306px;
}

body.home .process-redesign__card--accent {
  background: var(--ty-brand);
  color: var(--ty-on-accent);
}

body.home .process-redesign__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 11px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--ty-brand);
}

body.home .process-redesign__card--accent .process-redesign__num {
  border-color: var(--ty-on-accent-muted-border);
  color: var(--ty-on-accent);
}

body.home .process-redesign__card h3 {
  margin: 16px 0 0;
  font-size: clamp(1.32rem, 2vw, 1.84rem);
  line-height: 1.12;
  text-transform: capitalize;
}

body.home .process-redesign__card p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.48;
  font-size: 0.96rem;
}

body.home .process-redesign__card--accent p {
  color: var(--ty-on-accent-muted-text);
}

@media screen and (max-width: 1024px) {
  body.home .hero-redesign {
    grid-template-columns: 1fr;
    gap: 14px;
    min-height: auto;
    padding-top: calc(var(--tubyard-header-height) + 14px);
    padding-bottom: 66px;
  }

  body.home .hero-redesign__right {
    gap: 10px;
  }

  body.home .hero-redesign__pair {
    gap: 8px;
  }

  body.home .hero-redesign__showcase {
    min-height: clamp(220px, 40vh, 360px);
  }

  body.home .hero-redesign__actions {
    gap: 10px;
    margin-top: 16px;
  }

  body.home .hero-redesign__btn {
    padding: 14px 20px;
    min-width: 0;
    min-height: 0;
    flex: 1 1 200px;
  }

  body.home .hero-redesign__stats {
    margin-top: 14px;
    gap: 6px 16px;
    font-size: 0.7rem;
  }

  body.home .palette-redesign__grid {
    grid-template-columns: repeat(4, minmax(62px, 1fr));
    gap: 8px;
  }

  body.home .palette-redesign__chip {
    aspect-ratio: 1 / 0.72;
  }

  body.home .palette-redesign__name {
    font-size: 0.62rem;
    letter-spacing: 0.03em;
    white-space: normal;
    line-height: 1.12;
    min-height: 1.85em;
  }

  body.home .process-redesign {
    min-height: calc(100vh - 8px);
    padding-top: calc(var(--tubyard-header-height) + 24px);
    padding-bottom: 12px;
  }

  body.home .process-redesign__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    overflow: visible;
    padding-bottom: 0;
  }

  body.home .process-redesign__card {
    min-height: 0;
    padding: 14px;
  }

  body.home .process-redesign__card h3 {
    margin-top: 8px;
    font-size: 1.1rem;
  }

  body.home .process-redesign__card p {
    margin-top: 6px;
    font-size: 0.82rem;
    line-height: 1.32;
  }
}

@media screen and (max-width: 640px) {
  body.home .palette-redesign__grid {
    grid-template-columns: repeat(3, minmax(66px, 1fr));
    gap: 7px;
  }

  body.home .palette-redesign__chip {
    aspect-ratio: 1 / 0.62;
  }

  body.home .palette-redesign__name {
    font-size: 0.56rem;
    letter-spacing: 0.02em;
    min-height: 1.7em;
  }

  body.home .hero-redesign {
    gap: 10px;
  }

  body.home .hero-redesign__eyebrow {
    margin: 0 0 6px;
    font-size: 0.6rem;
  }

  body.home .hero-redesign__title {
    font-size: clamp(1.7rem, 8.5vw, 2.6rem);
    line-height: 0.9;
  }

  body.home .hero-redesign__text {
    margin-top: 10px;
    font-size: 0.74rem;
    line-height: 1.32;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  body.home .hero-redesign__actions {
    margin-top: 12px;
    gap: 8px;
    flex-wrap: nowrap;
  }

  body.home .hero-redesign__btn {
    flex: 1 1 0;
    min-width: 0;
    min-height: 0;
    padding: 10px 12px;
    gap: 8px;
    border-radius: 10px;
    border-width: 1px;
  }

  body.home .hero-redesign__btn-kicker {
    font-size: 0.5rem;
    letter-spacing: 0.06em;
  }

  body.home .hero-redesign__btn-title {
    font-size: 0.78rem;
    letter-spacing: 0.02em;
  }

  body.home .hero-redesign__btn-arrow {
    font-size: 1rem;
  }

  body.home .hero-redesign__stats {
    margin-top: 10px;
    gap: 4px 14px;
    font-size: 0.6rem;
    letter-spacing: 0.04em;
  }

  body.home .hero-redesign__stats strong {
    font-size: 0.7rem;
  }

  body.home .hero-redesign__showcase {
    min-height: 0;
    max-height: 30vh;
    aspect-ratio: 16 / 10;
    border-radius: 12px;
  }

  body.home .hero-redesign__showcase-video {
    width: clamp(42px, 12vw, 60px);
    right: 8px;
    bottom: 8px;
    border-width: 1.5px;
    border-radius: 8px;
  }

  body.home .hero-redesign__showcase-dots {
    left: 8px;
    bottom: 8px;
    padding: 4px 6px;
    gap: 4px;
  }

  body.home .hero-redesign__dot {
    width: 14px;
    height: 3px;
  }

  body.home .hero-redesign__dot.is-active {
    width: 22px;
  }

}


@media screen and (max-width: 1024px) {
  body.home .section__mobile .product-container-wrapper.product-container-mobyard .tube,
  body.home .section__mobile .product-container-wrapper.product-container-mobyard .base,
  body.home .section__mobile .product-container-wrapper.product-container-mobyard .ring,
  body.home .section__mobile .product-container-wrapper.product-container-mobyard .holder {
    top: 0 !important;
    left: 50% !important;
    right: auto !important;
    height: 100% !important;
    width: auto !important;
    max-width: none !important;
    transform: translateX(-50%) rotate(340deg) !important;
    transform-origin: center center !important;
  }
}


body.home .product-logo-dock__btn-primary {
  border-color: var(--ty-brand);
  background: var(--ty-brand);
  color: var(--ty-on-accent);
  border-radius: 0;
  font-size: 0.78rem;
  padding: 0 16px;
  text-transform: lowercase;
  margin-left: 0;
}

body.home .product-logo-dock__btn-primary.product-logo-dock__add--stacked:not([hidden]) {
  font-size: clamp(0.58rem, 1.85vw, 0.72rem);
  max-width: min(172px, calc(100vw - var(--product-sidebar-width, 40px) - 20px));
  padding: 7px 10px;
  gap: 8px;
  border-radius: 4px;
  text-align: left;
  box-shadow:
    0 2px 10px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 1024px) and (orientation: landscape) {
  body.home #section4 .product-single-logo .product-logo-dock,
  body.home #section5 .product-single-logo .product-logo-dock {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    right: clamp(6px, 2vw, 12px);
  }
}

body.home .product-logo-dock__main {
  margin-left: auto;
  margin-right: 0;
  padding-left: 0;
  justify-content: flex-end;
}

body.home .buttons-buy {
  gap: 2px;
  padding: 0;
  height: var(--buy-bar-height, 60px);
  background: rgba(0, 0, 0, 0.28);
}

body.home .product__buy {
  width: 50%;
  min-height: var(--buy-bar-height, 60px);
  border-radius: 0;
  border: 0;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: clamp(12px, 3.85vw, 18px);
  padding: clamp(6px, 2.05vw, 8px) clamp(8px, 3.08vw, 12px);
}

body.home .product__buy-go {
  background: rgba(255, 255, 255, 0.08);
  color: #f7f8fa;
}

body.home .product__buy-go-order {
  background: var(--ty-brand);
  color: #0e1013;
  border-color: var(--ty-brand);
}

body.home .section__product .product__btn,
body.home .section__mobile .product__btn {
  width: 48px;
  height: 48px;
  border-radius: 6px;
  border: 1px solid rgba(var(--ty-brand-rgb), 0.45);
  background: rgba(10, 13, 18, 0.72);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.28);
  color: var(--ty-brand);
  transition: border-color 0.2s ease, background-color 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
}

@media screen and (max-width: 1024px) {
  body.home .btn-tube-right,
  body.home .btn-base-right,
  body.home .btn-ring-right,
  body.home .btn-holder-right {
    right: 3%;
  }

  body.home .btn-tube-left,
  body.home .btn-base-left,
  body.home .btn-ring-left,
  body.home .btn-holder-left {
    left: 12%;
  }

  body.home .section__product .product__btn,
  body.home .section__mobile .product__btn {
    width: clamp(40px, 12.3vw, 48px);
    height: clamp(40px, 12.3vw, 48px);
  }

  body.home .section__product .product__btn-icon,
  body.home .section__mobile .product__btn-icon {
    width: clamp(20px, 6.15vw, 24px);
    height: clamp(20px, 6.15vw, 24px);
  }

  body.home .product-logo-dock__btn-primary {
    font-size: clamp(0.68rem, 2.05vw, 0.78rem);
    padding: 0 clamp(10px, 4.1vw, 16px);
    min-height: clamp(34px, 10.25vw, 40px);
  }
}


@media screen and (max-width: 1024px) and (orientation: landscape) {
  body.home #section5 .product-container {
    --product-sidebar-width: 26px;
  }

  body.home #section5 .product__content p {
    font-size: clamp(10px, 2.5vw, 13px);
    letter-spacing: 0.02em;
  }

  body.home #section5 .btn-tube-left,
  body.home #section5 .btn-tube-right {
    top: 24%;
  }

  body.home #section5 .btn-base-left,
  body.home #section5 .btn-base-right {
    top: 46%;
  }

  body.home #section5 .btn-ring-left,
  body.home #section5 .btn-ring-right {
    top: 66%;
  }

  body.home #section5 .btn-holder-left,
  body.home #section5 .btn-holder-right {
    top: 74%;
  }
}

body.home .section__product .product__btn:active,
body.home .section__mobile .product__btn:active {
  transform: scale(0.95);
  filter: none;
}


body.home {
  --home-vh-fit: calc(100svh - var(--tubyard-header-height) - var(--tubyard-admin-offset));
  --home-top-pad: clamp(8px, 1.6vh, 18px);
  --home-bottom-pad: clamp(8px, 1.4vh, 14px);
  --home-ticker-h: clamp(34px, 4.8vh, 50px);
}

@supports (height: 100dvh) {
  body.home {
    --home-vh-fit: calc(100dvh - var(--tubyard-header-height) - var(--tubyard-admin-offset));
  }
}

body.home .section__hero-redesign,
body.home .section__palette-redesign,
body.home .section__process-redesign,
body.home .section__product,
body.home .section__mobile {
  min-height: var(--home-vh-fit);
  height: var(--home-vh-fit);
  max-height: var(--home-vh-fit);
  overflow: hidden;
}

body.home .section__hero-redesign {
  position: relative;
}

body.home .hero-redesign {
  min-height: var(--home-vh-fit);
  height: var(--home-vh-fit);
  padding-top: var(--home-top-pad);
  padding-bottom: var(--home-ticker-h);
  align-content: center;
  justify-items: stretch;
}

body.home .hero-redesign__text {
  max-width: 60ch;
  font-size: clamp(0.76rem, 1.2vmin, 0.95rem);
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

body.home .hero-redesign__ticker-track {
  padding: clamp(8px, 1.2vh, 12px) 0;
}

body.home .palette-redesign,
body.home .process-redesign {
  min-height: var(--home-vh-fit);
  height: var(--home-vh-fit);
  padding-top: var(--home-top-pad);
  padding-bottom: var(--home-bottom-pad);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

body.home .palette-redesign__title,
body.home .process-redesign__title {
  font-size: clamp(1.8rem, 4.8vmin, 3.8rem);
}

body.home .palette-redesign__text {
  margin-top: clamp(8px, 1.2vh, 12px);
  font-size: clamp(0.74rem, 1.12vmin, 0.9rem);
  line-height: 1.28;
}

body.home .palette-redesign__grid {
  margin-top: clamp(10px, 1.8vh, 20px);
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: clamp(6px, 1vmin, 10px);
}

body.home .palette-redesign__name {
  font-size: clamp(0.52rem, 0.88vmin, 0.68rem);
}

body.home .process-redesign__grid {
  margin-top: clamp(10px, 1.8vh, 20px);
  gap: clamp(8px, 1.2vmin, 12px);
}

body.home .process-redesign__card {
  min-height: clamp(220px, 32vh, 290px);
  padding: clamp(12px, 1.3vmin, 18px);
}

body.home .process-redesign__card h3 {
  margin-top: clamp(8px, 1vh, 12px);
  font-size: clamp(1rem, 1.8vmin, 1.42rem);
}

body.home .process-redesign__card p {
  margin-top: clamp(6px, 0.9vh, 10px);
  font-size: clamp(0.68rem, 1.02vmin, 0.84rem);
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  body.home .palette-redesign__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  body.home .process-redesign__card {
    min-height: 0;
  }
}


@media screen and (max-height: 520px) and (max-width: 1024px) {
  body.home {
    --home-top-pad: 4px;
    --home-bottom-pad: 4px;
    --home-ticker-h: clamp(22px, 7vmin, 34px);
  }

  body.home .palette-redesign,
  body.home .process-redesign {
    justify-content: center;
  }

  body.home .hero-redesign {
    grid-template-columns: minmax(0, 1fr) minmax(170px, 0.92fr);
    gap: clamp(6px, 1.4vw, 12px);
    align-items: center;
    align-content: center;
  }

  body.home .hero-redesign__eyebrow {
    margin: 0 0 4px;
    font-size: 0.58rem;
    gap: 4px 6px;
  }

  body.home .hero-redesign__title {
    font-size: clamp(1.1rem, 5vmin, 1.95rem);
    line-height: 0.9;
  }

  body.home .hero-redesign__text {
    margin-top: 4px;
    font-size: 0.58rem;
    line-height: 1.18;
    -webkit-line-clamp: 3;
  }

  body.home .hero-redesign__right {
    gap: 5px;
  }

  body.home .hero-redesign__pair {
    gap: 5px;
  }

  body.home .hero-redesign__card--service,
  body.home .hero-redesign__card--combo {
    min-height: 0;
    padding: 6px 5px;
  }

  body.home .hero-redesign__card-value--service {
    margin: 0 0 2px;
    font-size: clamp(1.35rem, 7vmin, 2.35rem);
  }

  body.home .hero-redesign__card-label--service {
    font-size: 0.55rem;
  }

  body.home .hero-redesign__card-kicker {
    font-size: 0.6rem;
  }

  body.home .hero-redesign__card-value--combo {
    font-size: clamp(1.05rem, 5.5vmin, 1.75rem);
  }

  body.home .hero-redesign__card-label {
    font-size: 0.6rem;
  }

  body.home .hero-redesign__card--cta {
    min-height: 0;
    padding: 7px 9px;
    gap: 3px;
  }

  body.home .hero-redesign__cta-kicker {
    font-size: 0.58rem;
  }

  body.home .hero-redesign__cta-brand {
    font-size: clamp(1rem, 3.2vmin, 1.55rem);
  }

  body.home .hero-redesign__cta-hint {
    font-size: 0.55rem;
  }

  body.home .hero-redesign__card--magic {
    min-height: 0;
    padding: 7px 9px;
    gap: 5px;
  }

  body.home .hero-redesign__magic-word {
    font-size: clamp(0.95rem, 3.4vmin, 1.45rem);
  }

  body.home .hero-redesign__magic-text {
    font-size: 0.5rem;
    line-height: 1.22;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  body.home .hero-redesign__ticker-track {
    padding: 3px 0;
  }

  body.home .hero-redesign__ticker-track span {
    font-size: 0.55rem;
  }

  body.home .hero-redesign__showcase {
    min-height: 0;
    border-radius: 10px;
  }

  body.home .hero-redesign__showcase-badge {
    top: 5px;
    left: 5px;
    padding: 3px 6px;
    border-radius: 6px;
    gap: 0;
  }

  body.home .hero-redesign__showcase-badge strong {
    font-size: 0.78rem;
  }

  body.home .hero-redesign__showcase-badge span {
    font-size: 0.42rem;
    letter-spacing: 0.06em;
  }

  body.home .hero-redesign__showcase-video {
    width: clamp(54px, 14vmin, 78px);
    right: 5px;
    bottom: 5px;
    border-width: 1.5px;
    border-radius: 8px;
  }

  body.home .hero-redesign__showcase-dots {
    left: 5px;
    bottom: 5px;
    padding: 3px 5px;
    gap: 3px;
  }

  body.home .hero-redesign__dot {
    width: 12px;
    height: 3px;
  }

  body.home .hero-redesign__dot.is-active {
    width: 18px;
  }

  body.home .hero-redesign__actions {
    margin-top: 6px;
    gap: 5px;
  }

  body.home .hero-redesign__btn {
    padding: 6px 10px;
    gap: 8px;
    min-width: 0;
    min-height: 0;
    border-radius: 7px;
    border-width: 1px;
    flex: 1 1 120px;
  }

  body.home .hero-redesign__btn-kicker {
    font-size: 0.5rem;
  }

  body.home .hero-redesign__btn-title {
    font-size: 0.7rem;
  }

  body.home .hero-redesign__btn-arrow {
    font-size: 0.85rem;
  }

  body.home .hero-redesign__stats {
    margin-top: 6px;
    gap: 3px 12px;
    font-size: 0.5rem;
  }

  body.home .hero-redesign__stats strong {
    font-size: 0.6rem;
  }

  body.home .palette-redesign__eyebrow,
  body.home .process-redesign__eyebrow {
    font-size: 0.56rem;
  }

  body.home .palette-redesign__title,
  body.home .process-redesign__title {
    margin-top: 2px;
    font-size: clamp(0.95rem, 3.8vmin, 1.55rem);
  }

  body.home .palette-redesign__text {
    margin-top: 3px;
    font-size: 0.55rem;
    line-height: 1.12;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  body.home .palette-redesign__grid {
    margin-top: 4px;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 3px;
  }

  body.home .palette-redesign__swatch {
    gap: 2px;
  }

  body.home .palette-redesign__chip {
    aspect-ratio: 1 / 0.45;
  }

  body.home .palette-redesign__name {
    font-size: 0.4rem;
    letter-spacing: 0.02em;
    min-height: 0;
    line-height: 1.05;
  }

  body.home .process-redesign__grid {
    margin-top: 4px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5px;
    align-items: stretch;
  }

  body.home .process-redesign__card {
    min-height: 0;
    padding: 6px 7px;
    display: flex;
    flex-direction: column;
  }

  body.home .process-redesign__num {
    width: 26px;
    height: 26px;
    font-size: 0.64rem;
  }

  body.home .process-redesign__card h3 {
    margin-top: 4px;
    font-size: clamp(0.65rem, 2vmin, 0.82rem);
    line-height: 1.06;
  }

  body.home .process-redesign__card p {
    margin-top: 3px;
    font-size: 0.52rem;
    line-height: 1.18;
    -webkit-line-clamp: 3;
  }
}

@media screen and (max-height: 520px) and (max-width: 560px) {
  body.home .hero-redesign {
    grid-template-columns: 1fr;
    align-content: center;
    align-items: stretch;
  }
}

@media screen and (max-width: 1024px) {
  .section__product .product__content p,
  .section__mobile .product__content p,
  .tube-title-active,
  .base-title-active,
  .ring-title-active,
  .holder-title-active {
    font-size: clamp(14px, 4.62vw, 18px);
  }
}


@media screen and (max-width: 380px) and (max-height: 700px) {
  body.home {
    --home-top-pad: 6px;
    --home-bottom-pad: 6px;
    --home-ticker-h: 30px;
  }

  body.home .hero-redesign {
    gap: 8px;
    align-content: center;
  }

  body.home .hero-redesign__title {
    font-size: clamp(1.5rem, 9.2vw, 2.35rem);
    line-height: 0.9;
  }

  body.home .hero-redesign__text {
    margin-top: 6px;
    font-size: 0.7rem;
    line-height: 1.22;
    -webkit-line-clamp: 3;
  }

  body.home .hero-redesign__right {
    gap: 6px;
  }

  body.home .hero-redesign__pair {
    gap: 6px;
  }

  body.home .hero-redesign__card--service,
  body.home .hero-redesign__card--combo {
    min-height: 0;
    padding: 10px 8px;
  }

  body.home .hero-redesign__card--cta {
    min-height: 0;
    padding: 12px 10px;
    gap: 4px;
  }

  body.home .hero-redesign__card--magic {
    min-height: 0;
    padding: 12px 10px;
  }

  body.home .hero-redesign__card-kicker {
    font-size: 0.72rem;
  }

  body.home .hero-redesign__card-value--combo {
    font-size: clamp(1.35rem, 8.6vw, 2rem);
  }

  body.home .hero-redesign__card-value--service {
    font-size: clamp(2.2rem, 14vw, 3.4rem);
  }

  body.home .hero-redesign__card-label,
  body.home .hero-redesign__card-label--service {
    font-size: 0.78rem;
  }

  body.home .hero-redesign__ticker-track {
    padding: 6px 0;
    gap: 0;
  }

  body.home .hero-redesign__ticker-track span {
    font-size: 0.7rem;
  }

  body.home .palette-redesign__title,
  body.home .process-redesign__title {
    font-size: clamp(1.35rem, 7.8vw, 2rem);
  }

  body.home .palette-redesign__text {
    margin-top: 6px;
    font-size: 0.68rem;
    line-height: 1.2;
  }

  body.home .palette-redesign__grid {
    margin-top: 8px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 4px;
  }

  body.home .palette-redesign__name {
    font-size: 0.48rem;
    line-height: 1.02;
  }

  body.home .process-redesign__grid {
    margin-top: 8px;
    gap: 6px;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  body.home .process-redesign__card {
    padding: 9px;
    min-height: 0;
  }

  body.home .process-redesign__num {
    width: 26px;
    height: 26px;
    font-size: 0.72rem;
  }

  body.home .process-redesign__card h3 {
    margin-top: 6px;
    font-size: 0.84rem;
    line-height: 1.06;
  }

  body.home .process-redesign__card p {
    margin-top: 4px;
    font-size: 0.62rem;
    line-height: 1.2;
    -webkit-line-clamp: 2;
  }
}


@media screen and (min-width: 1025px) {
  body.home .tubyard-nav-utility__link {
    border-radius: 6px;
    min-height: 34px;
    padding: 7px 12px;
    font-size: 0.75rem;
  }

  body.home .hero-redesign__title {
    font-size: clamp(2.6rem, 6.1vw, 5.8rem);
  }

  body.home .hero-redesign__text {
    font-size: clamp(0.9rem, 0.86vw, 1.02rem);
    line-height: 1.45;
  }

  body.home .palette-redesign__title,
  body.home .process-redesign__title {
    font-size: clamp(2rem, 4.2vw, 3.5rem);
  }

  body.home .palette-redesign__text {
    font-size: clamp(0.84rem, 0.82vw, 0.96rem);
    line-height: 1.34;
  }

  body.home .palette-redesign__name {
    font-size: clamp(0.62rem, 0.74vw, 0.82rem);
    letter-spacing: 0.03em;
  }

  body.home .process-redesign__card h3 {
    font-size: clamp(1.08rem, 1.34vw, 1.56rem);
    line-height: 1.14;
  }

  body.home .process-redesign__card p {
    font-size: clamp(0.76rem, 0.88vw, 0.92rem);
    line-height: 1.36;
  }

  body.home .tubyard-nav-utility__link--cart {
    position: relative;
    justify-content: center;
    text-align: center;
    padding-left: 34px;
    padding-right: 34px;
  }

  body.home .tubyard-nav-utility__count {
    position: absolute;
    top: -6px;
    right: -6px;
    min-width: 20px;
    height: 20px;
    padding: 0 6px;
    border-radius: 6px;
    border: 1px solid var(--ty-night-880);
    background: var(--ty-brand);
    color: var(--ty-on-accent);
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.35);
  }
}

@media screen and (pointer: coarse) {
  .tubyard-primary-nav__menu a,
  .tubyard-nav-utility__link,
  body.home .tubyard-primary-nav__menu a,
  body.home .tubyard-nav-utility__link,
  .tubyard-nav-social__link,
  body.home .hero-redesign__card--cta,
  body.home .hero-redesign__card--magic,
  .product-logo-dock__btn-primary,
  .tubyard-mini-cart__content .woocommerce-mini-cart__buttons .button {
    min-height: 44px;
  }

  .product-logo-dock__btn-primary {
    height: auto;
  }
}


@media screen and (pointer: coarse) and (max-height: 520px) and (max-width: 1024px) {
  body.home .hero-redesign__card--cta,
  body.home .hero-redesign__card--magic {
    min-height: 0;
  }
}

body.home .tubyard-primary-nav .tubyard-primary-nav__menu a {
  border: 1px solid rgba(var(--ty-brand-rgb), 0.5);
  background: rgba(255, 255, 255, 0.04);
}

body.home .tubyard-primary-nav .tubyard-nav-utility__link {
  border-color: rgba(var(--ty-brand-rgb), 0.52);
}

body.home .tubyard-primary-nav .tubyard-primary-nav__menu a:hover {
  background: rgba(var(--ty-brand-rgb), 0.08);
}

body.home .tubyard-primary-nav .tubyard-nav-utility__link:hover {
  border-color: rgba(var(--ty-brand-rgb), 0.52);
}
