/** Shopify CDN: Minification failed

Line 214:0 All "@import" rules must come first

**/
.tcw {
  font-family: var(--body);
  color: var(--ink);
  line-height: 1.5;
}

.tcw .icard {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 30px 28px;
  transition: .4s cubic-bezier(.22, .61, .36, 1);
}

.tcw .icard:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px -12px rgba(19, 18, 17, .18);
  border-color: transparent;
}

.tcw .icard .ic-ico {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: #f4e9f6;
  display: grid;
  place-items: center;
  color: #772289;
  margin-bottom: 20px;
}

.tcw .icard .ic-ico svg {
  width: 25px;
  height: 25px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.7;
}

.tcw .icard h3 {
  font-size: 1.12rem;
  margin-bottom: 10px;
}

.tcw .icard p {
  color: #6c726b;
  font-size: .9rem;
  line-height: 1.55;
  margin-bottom: 18px;
}

.tcw .icard ul {
  display: grid;
  gap: 9px;
  border-top: 1px solid #e6e2d7;
  padding-top: 16px;
}

.tcw .icard li {
  display: flex;
  gap: 9px;
  align-items: center;
  font-family: "Space Grotesk", sans-serif;
  font-size: .84rem;
  font-weight: 500;
  color: #772289;
}

.tcw .icard li svg {
  width: 15px;
  height: 15px;
  stroke: #772289;
  fill: none;
  stroke-width: 2.6;
  flex-shrink: 0;
}

.tcw .feat-row {
  display: grid;
  grid-template-columns: 1.65fr 1fr;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 12px 40px -18px rgba(19, 18, 17, .14);
}

.tcw .feat-main {
  padding: clamp(28px, 3.6vw, 46px);
}

.tcw .feat-main .tag-line {
  font-family: "Space Grotesk", sans-serif;
  font-size: .72rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #772289;
  margin-bottom: 14px;
}

.tcw .feat-main h3 {
  font-size: clamp(1.3rem, 2vw, 1.6rem);
  margin-bottom: 16px;
  max-width: 22ch;
}

.tcw .feat-main p {
  color: var(--ink-soft);
  margin-bottom: 14px;
  font-size: .96rem;
}

.tcw .feat-stats {
  display: grid;
  grid-template-rows: repeat(4, 1fr);
  background: var(--accent-soft);
}

.tcw .feat-stats .fs {
  padding: 20px 26px;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tcw .feat-stats .fs:last-child {
  border-bottom: none;
}



.tcw .feat-stats .n {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  color: var(--accent);
  line-height: 1;
}

.tcw .feat-stats .l {
  font-size: .72rem;
  color: #9a958d;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-top: 6px;
}

@media(max-width:780px) {
  .tcw .feat-row {
    grid-template-columns: 1fr;
  }

  .tcw .feat-stats {
    grid-template-rows: none;
    grid-template-columns: 1fr 1fr;
  }

  .tcw .feat-stats .fs:nth-child(3) {
    border-bottom: none;
  }
}

.tcw .review {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 28px;
  transition: .4s cubic-bezier(.22, .61, .36, 1);
}

.tcw .review:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 40px -14px rgba(19, 18, 17, .16);
  border-color: transparent;
}

.tcw .review .stars {
  color: #772289;
  letter-spacing: 3px;
  margin-bottom: 14px;
  font-size: .95rem;
}

.tcw .review p {
  color: var(--ink-soft);
  font-size: .94rem;
  line-height: 1.62;
  margin-bottom: 20px;
}

.tcw .review .who {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 600;
  font-size: .92rem;
}

.tcw .review .who span {
  display: block;
  font-weight: 400;
  font-size: .79rem;
  color: #76726b;
  margin-top: 3px;
}



@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Inter:wght@400;500;600&display=swap');

:root {

  --bg: #ffffff;
  --bg-soft: #f6f4f2;
  --bg-soft-2: #efebe9;
  --bg-deep: #0d0d17;
  --ink: #14141c;
  --ink-soft: #34333f;
  --muted: #6e6c78;
  --muted-2: #9b99a5;
  --line: #e7e4e9;
  --line-2: #d8d4dd;
  --accent: #772289;
  --accent-deep: #5c1769;
  --accent-soft: #f4e9f6;
  --gold: #c2bec9;
  --gold-soft: #eeedf2;
  --gold-deep: #6f6b7a;


  --serif: "Space Grotesk", "Inter", system-ui, sans-serif;
  --display: "Space Grotesk", "Inter", system-ui, sans-serif;
  --ui: "Space Grotesk", "Inter", system-ui, sans-serif;
  --body: "Inter", system-ui, -apple-system, sans-serif;


  --maxw: 1240px;
  --gutter: clamp(20px, 5vw, 64px);
  --radius: 4px;
  --radius-lg: 10px;

  --shadow-sm: 0 1px 2px rgba(19, 18, 17, .05), 0 2px 8px rgba(19, 18, 17, .04);
  --shadow: 0 12px 40px -12px rgba(19, 18, 17, .18);
  --shadow-lg: 0 30px 80px -24px rgba(19, 18, 17, .28);

  --ease: cubic-bezier(.22, .61, .36, 1);
}

html,
body {
  max-width: 100%;
  overflow-x: clip;
}

body {
  position: relative;
}

#MainContent,
#header-group,
footer {
  max-width: 100%;
}

.tcw *,
.tcw *::before,
.tcw *::after {
  box-sizing: border-box;
}

.tcw {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

.tcw {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--body);
  font-size: 15px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
}

.tcw img {
  max-width: 100%;
  display: block;
}

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

.tcw button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
}

.tcw ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tcw h1,
.tcw h2,
.tcw h3,
.tcw h4,
.tcw h5 {
  margin: 0;
  font-family: var(--display);
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -.02em;
  color: var(--ink);
}

.tcw h1,
.tcw h2 {
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -.015em;
  line-height: 1.02;
}

.tcw p {
  margin: 0;
}

.tcw ::selection {
  background: var(--accent);
  color: #fff;
}

.tcw .display {
  font-family: var(--display);
  font-weight: 600;
  line-height: .98;
  letter-spacing: -.03em;
}

.tcw .h-xxl {
  font-size: 50px;
}

.tcw .h-xl {
  font-size: 33px;
}

.tcw .h-lg {
  font-size: 26px;
}

.tcw .h-md {
  font-size: 20px;
}

.tcw .lead {
  font-size: 16px;
  color: var(--ink-soft);
  line-height: 1.55;
}

.tcw .eyebrow {
  font-family: var(--ui);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .34em;
  text-transform: uppercase;
  color: var(--gold-deep);
  display: inline-flex;
  align-items: center;
  gap: .7em;
}

.tcw .eyebrow::before {
  content: "";
  width: 30px;
  height: 1px;
  background: var(--gold);
  display: inline-block;
}

.tcw .eyebrow.center::after {
  content: "";
  width: 30px;
  height: 1px;
  background: var(--gold);
  display: inline-block;
}

.tcw .muted {
  color: var(--muted);
}

.tcw .wrap {
  max-width: var(--maxw);
  margin: 0 auto;
  padding-inline: var(--gutter);
  width: 100%;
}

.tcw .section {
  padding-block: clamp(36px, 4.5vw, 58px);
}

.tcw .section.tight {
  padding-block: clamp(24px, 3vw, 40px);
}

.tcw .section.soft {
  background: var(--bg-soft);
}

.tcw .section.deep {
  background: var(--bg-deep);
  color: #efece6;
}

.tcw .section.deep h1,
.tcw .section.deep h2,
.tcw .section.deep h3 {
  color: #fff;
}

.tcw .center {
  text-align: center;
}

.tcw .center .eyebrow {
  justify-content: center;
}

.tcw .divider {
  height: 1px;
  background: var(--line);
  border: 0;
  margin: 0;
}

.tcw .grid {
  display: grid;
  gap: clamp(14px, 1.8vw, 24px);
}

.tcw .g-2 {
  grid-template-columns: repeat(2, 1fr);
}

.tcw .g-3 {
  grid-template-columns: repeat(3, 1fr);
}

.tcw .g-4 {
  grid-template-columns: repeat(4, 1fr);
}

.tcw .btn {
  display: inline-flex;
  align-items: center;
  gap: .6em;
  font-family: var(--ui);
  font-weight: 600;
  font-size: .78rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  padding: 1.1em 2.1em;
  border-radius: var(--radius);
  transition: all .4s var(--ease);
  position: relative;
  white-space: nowrap;
}

.tcw .btn .arrow {
  transition: transform .4s var(--ease);
}

.tcw .btn:hover .arrow {
  transform: translateX(5px);
}

.tcw .btn-primary {
  background: var(--ink);
  color: #fff;
}

.tcw .btn-primary:hover {
  background: var(--accent);
  transform: translateY(-2px);
}

.tcw .btn-accent {
  background: var(--accent);
  color: #fff;
  box-shadow: 0 14px 34px -14px rgba(119, 34, 137, .5);
}

.tcw .btn-accent:hover {
  background: var(--accent-deep);
  transform: translateY(-2px);
  box-shadow: 0 18px 40px -14px rgba(119, 34, 137, .55);
}

.tcw .btn-ghost {
  border: 1px solid var(--accent);
  color: var(--ink);
}

.tcw .btn-ghost:hover {
  border-color: var(--ink);
  background: var(--ink);
  color: #fff;
}

.tcw .btn-gold {
  background: var(--gold);
  color: #fff;
}

.tcw .btn-gold:hover {
  background: var(--gold-deep);
  transform: translateY(-2px);
}

.tcw .btn-light {
  background: #fff;
  color: var(--ink);
}

.tcw .btn-light:hover {
  background: var(--accent);
  color: #fff;
}

.tcw .btn-sm {
  padding: .85em 1.45em;
  font-size: .7rem;
}

.tcw .link-underline {
  font-family: var(--ui);
  font-weight: 600;
  font-size: .76rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: .5em;
  color: var(--accent);
  border-bottom: 1.5px solid var(--accent);
  padding-bottom: 5px;
  transition: gap .3s var(--ease);
}

.tcw .link-underline:hover {
  gap: .9em;
  color: var(--accent-deep);
}

.tcw .topbar {
  background: var(--bg-deep);
  color: #bdb6a4;
  font-size: .74rem;
  letter-spacing: .06em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  padding: 8px var(--gutter);
  max-width: 100%;
}

.tcw .topbar .tb-left {
  display: flex;
  align-items: center;
  gap: .6rem;
}

.tcw .topbar .tb-left .dot {
  color: var(--gold);
}

.tcw .topbar a {
  color: #efe9da;
  font-weight: 500;
  transition: color .25s;
}

.tcw .topbar a:hover {
  color: var(--gold);
}

.tcw .topbar .sep {
  opacity: .4;
}

.tcw .topbar .tb-right {
  display: flex;
  gap: 1.6rem;
  align-items: center;
}

@media(max-width:820px) {
  .tcw .topbar {
    justify-content: center;
  }

  .tcw .topbar .tb-extra {
    display: none;
  }
}

/* Top banner is static: it scrolls away with the page, the nav stays pinned.
   The whole group is sticky with a negative top = the banner's height, so the
   banner slides off-screen and the nav lands at top:0. */
#header-group {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: -38px !important;
  z-index: 1100 !important;
  width: 100%;
  overflow: visible;
}

@media (max-width: 749px) {
  #header-group {
    top: -34px !important;
  }
}

.tc-header-section {
  position: relative;
  z-index: 1101;
  overflow: visible;
}

.tc-header-section .tcw {
  overflow: visible;
}

.tcw .site-header {
  position: relative;
  z-index: 1102;
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(16px) saturate(1.4);
  -webkit-backdrop-filter: blur(16px) saturate(1.4);
  border-bottom: 1px solid var(--line);
  transition: box-shadow .3s, background .3s, border-color .3s;
}

.tcw .site-header.scrolled {
  box-shadow: 0 6px 30px -18px rgba(20, 15, 30, .4);
  border-color: transparent;
}

.tcw .nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  height: 82px;
  max-width: 1340px;
  margin: 0 auto;
  padding-inline: var(--gutter);
}

.tcw .brand {
  display: flex;
  align-items: center;
  gap: .7rem;
  flex-shrink: 0;
  transition: opacity .25s;
}

.tcw .brand:hover {
  opacity: .78;
}

.tcw .brand img {
  height: 50px;
  width: auto;
}

.tcw .nav-div {
  width: 1px;
  height: 24px;
  background: var(--line-2);
  margin: 0 4px;
  flex-shrink: 0;
}

.tcw .brand .bmark {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 1.1rem;
  letter-spacing: -.01em;
  line-height: 1;
}

.tcw .brand .bmark small {
  display: block;
  font-size: .58rem;
  letter-spacing: .34em;
  font-weight: 500;
  color: var(--muted);
  text-transform: uppercase;
  margin-top: 3px;
  font-family: var(--ui);
}

.tcw .nav-links {
  display: flex;
  align-items: center;
  gap: clamp(.35rem, 1vw, 1.05rem);
}

.tcw .nav-links a {
  font-family: var(--ui);
  font-size: .8rem;
  font-weight: 500;
  letter-spacing: .005em;
  color: var(--ink-soft);
  position: relative;
  padding: 8px 2px;
  transition: color .25s;
  white-space: nowrap;
}

.tcw .nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1.5px;
  width: 0;
  background: var(--gold);
  transition: width .3s var(--ease);
}

.tcw .nav-links a:hover,
.tcw .nav-links a.active {
  color: var(--accent);
}

.tcw .nav-links a:hover::after,
.tcw .nav-links a.active::after {
  width: 100%;
}

.tcw .nav-more {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 230;
}

.tcw .nav-more::after {
  content: "";
  position: absolute;
  left: -8px;
  right: -8px;
  top: 100%;
  height: 12px;
}

.tcw .nav-more-btn {
  display: inline-flex;
  align-items: center;
  gap: .35em;
  font-family: var(--ui);
  font-size: .8rem;
  font-weight: 500;
  color: var(--ink-soft);
  padding: 8px 2px;
  cursor: pointer;
  transition: color .25s;
}

.tcw .nav-more-btn .chev {
  transition: transform .3s var(--ease);
}

.tcw .nav-more:hover .nav-more-btn,
.tcw .nav-more.active .nav-more-btn {
  color: var(--accent);
}

.tcw .nav-more:hover .nav-more-btn .chev {
  transform: rotate(180deg);
}

.tcw .nav-dd {
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 212px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  margin-top: 12px;
  padding: 8px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(8px);
  transition: .28s var(--ease);
  z-index: 240;
}

.tcw .nav-dd::before {
  content: "";
  position: absolute;
  top: -6px;
  right: 24px;
  width: 12px;
  height: 12px;
  background: #fff;
  border-left: 1px solid var(--line);
  border-top: 1px solid var(--line);
  transform: rotate(45deg);
}

.tcw .nav-more:hover .nav-dd,
.tcw .nav-more:focus-within .nav-dd {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: none;
}

.tcw .nav-dd a {
  display: block;
  padding: 10px 14px;
  border-radius: var(--radius);
  font-family: var(--ui);
  font-size: .85rem;
  font-weight: 500;
  color: var(--ink-soft);
  transition: .2s;
  white-space: nowrap;
}

.tcw .nav-dd a::after {
  display: none;
}

.tcw .nav-dd a:hover {
  background: var(--bg-soft);
  color: var(--accent);
  padding-left: 18px;
}

.tcw .nav-dd a.active {
  color: var(--accent);
}

.tcw .nav-actions {
  display: flex;
  align-items: center;
  gap: .5rem;
  flex-shrink: 0;
}

.tcw .nav-phone {
  display: inline-flex;
  align-items: center;
  gap: .45em;
  font-family: var(--ui);
  font-size: .82rem;
  font-weight: 600;
  color: var(--ink);
  padding: 0 .4rem;
  transition: color .25s;
}

.tcw .nav-phone:hover {
  color: var(--accent);
}

.tcw .nav-phone svg {
  width: 16px;
  height: 16px;
  stroke: var(--accent);
  fill: none;
  stroke-width: 1.7;
}

.tcw .icon-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  position: relative;
  transition: background .25s;
}

.tcw .icon-btn:hover {
  background: var(--bg-soft);
}

.tcw .icon-btn svg {
  width: 21px;
  height: 21px;
  stroke: var(--ink);
  fill: none;
  stroke-width: 1.6;
}

.tcw .cart-count {
  position: absolute;
  top: 4px;
  right: 3px;
  min-width: 18px;
  height: 18px;
  background: var(--accent);
  color: #fff;
  border-radius: 9px;
  font-size: .66rem;
  font-weight: 700;
  display: grid;
  place-items: center;
  padding: 0 4px;
  font-family: var(--body);
  transform: scale(0);
  transition: transform .25s var(--ease);
}

.tcw .cart-count.show {
  transform: scale(1);
}

.tcw .burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
}

.tcw .burger span {
  width: 22px;
  height: 2px;
  background: var(--ink);
  transition: .3s;
}

.tcw .cta-nav {
  display: inline-flex;
}

@media(max-width:1040px) {

  .tcw .nav-links,
  .tcw .cta-nav,
  .tcw .nav-phone,
  .tcw .nav-div {
    display: none;
  }

  .tcw .burger {
    display: flex;
  }
}

@media(max-width:560px) {
  #header-group {
    left: 0;
    right: 0;
    width: 100%;
  }

  .tcw .nav {
    height: 76px;
    padding-inline: 20px;
  }

  .tcw .brand img {
    width: auto;
    height: auto;
    max-width: 180px;
    max-height: 58px;
  }

  .tcw .mnav-panel {
    width: min(86vw, 380px);
    padding: 24px 20px;
  }
}

.tcw .mnav {
  position: fixed;
  inset: 0;
  z-index: 1200;
  visibility: hidden;
  pointer-events: none;
}

.tcw .mnav.open {
  visibility: visible;
  pointer-events: auto;
}

.tcw .mnav-overlay {
  position: absolute;
  inset: 0;
  background: rgba(17, 17, 16, .5);
  opacity: 0;
  transition: opacity .4s;
  z-index: 1;
}

.tcw .mnav.open .mnav-overlay {
  opacity: 1;
}

.tcw .mnav-panel {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: min(86vw, 380px);
  background: var(--bg);
  box-shadow: var(--shadow-lg);
  transform: translateX(100%);
  transition: transform .45s var(--ease);
  display: flex;
  flex-direction: column;
  padding: 26px;
  z-index: 2;
  max-width: 100vw;
  overflow-y: auto;
  overflow-x: hidden;
}

.tcw .mnav.open .mnav-panel {
  transform: translateX(0);
}

.tcw .mnav-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.tcw .mnav-head img {
  max-width: 180px;
  width: auto;
  height: auto;
}

.tcw .mnav-links {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-top: 6px;
}

.tcw .mnav-links a {
  font-family: var(--display);
  font-size: 1.18rem;
  font-weight: 500;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
}

.tcw .mnav-links a:hover {
  color: var(--accent);
  padding-left: 8px;
  transition: .25s;
}

.tcw .mnav-foot {
  margin-top: auto;
  padding-top: 20px;
  color: var(--muted);
  font-size: .85rem;
}

.tcw .marquee {
  background: var(--bg-deep);
  color: #e9e4d6;
  overflow: hidden;
  white-space: nowrap;
  padding: 12px 0;
  border-block: 1px solid rgba(255, 255, 255, .1);
}

.tcw .marquee-track {
  display: inline-flex;
  gap: 0;
  animation: marquee 36s linear infinite;
}

.tcw .marquee:hover .marquee-track {
  animation-play-state: paused;
}

.tcw .marquee-track span {
  font-family: var(--ui);
  font-size: .78rem;
  font-weight: 500;
  letter-spacing: .18em;
  text-transform: uppercase;
  padding-inline: 1.7rem;
  display: inline-flex;
  align-items: center;
  gap: 1.7rem;
  color: #fff !important;
}

.tcw .marquee-track span::after {
  content: "✦";
  color: #fff;
  font-size: .66rem;
}

@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}

.tcw .hero-slider {
  position: relative;
  min-height: clamp(460px, 74vh, 660px);
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--bg-deep);
}

.tcw .hs-slides {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.tcw .hs-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1.2s ease;
}

.tcw .hs-slide.active {
  opacity: 1;
  animation: hsZoom 7000ms ease-out both;
}

@keyframes hsZoom {
  from {
    transform: scale(1.08);
  }

  to {
    transform: scale(1);
  }
}

.tcw .hero-slider::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(92deg, rgba(13, 13, 23, .94) 0%, rgba(13, 13, 23, .78) 38%, rgba(13, 13, 23, .32) 78%, rgba(92, 23, 105, .4) 120%);
}

.tcw .hero-slider .wrap {
  position: relative;
  z-index: 2;
}

.tcw .hs-content {
  max-width: 660px;
  color: #fff;
  padding-block: clamp(48px, 8vw, 90px);
}

.tcw .hs-content .eyebrow {
  color: var(--gold);
}

.tcw .hs-content .eyebrow::before {
  background: var(--gold);
}

.tcw .hs-content h1 {
  color: #fff;
  margin: 18px 0 18px;
  font-weight: 600;
  letter-spacing: -.025em;
}

.tcw .hs-content h1 .accent-word {
  color: var(--gold);
  font-style: italic;
  font-weight: 500;
}

.tcw .hs-content .lead {
  color: #dcd8e2;
  max-width: 50ch;
  margin-bottom: 28px;
}

.tcw .hs-content .hero-cta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.tcw .hs-content .hero-stats {
  display: flex;
  gap: 36px;
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, .16);
  flex-wrap: wrap;
}

.tcw .hs-content .hero-stats .n {
  font-family: var(--ui);
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1;
  color: var(--gold);
}

.tcw .hs-content .hero-stats .l {
  font-family: var(--ui);
  font-size: .7rem;
  color: #bdb8c6;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-top: 8px;
}

.tcw .hs-dots {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  gap: 9px;
}

.tcw .hs-dot {
  width: 30px;
  height: 3px;
  border-radius: 2px;
  background: rgba(255, 255, 255, .32);
  cursor: pointer;
  transition: .35s;
}

.tcw .hs-dot.active {
  background: var(--gold);
  width: 46px;
}

@media(max-width:560px) {
  .tcw .hs-content .hero-cta .btn {
    flex: 1;
    justify-content: center;
  }
}

.tcw .hero {
  position: relative;
  background: var(--bg-soft);
  overflow: hidden;
}

.tcw .hero-inner {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(24px, 4vw, 60px);
  align-items: center;
  padding-block: clamp(38px, 5vw, 68px);
  position: relative;
  z-index: 2;
}

.tcw .hero-pattern {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: .06;
  z-index: 1;
  filter: grayscale(1);
}

.tcw .hero h1 {
  margin-bottom: 20px;
}

.tcw .hero .lead {
  max-width: 46ch;
  margin-bottom: 28px;
}

.tcw .hero-cta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.tcw .hero-stats {
  display: flex;
  gap: 38px;
  margin-top: 48px;
  flex-wrap: wrap;
  padding-top: 34px;
  border-top: 1px solid var(--line);
}

.tcw .hero-stats .stat .n {
  font-family: var(--serif);
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1;
  color: var(--accent);
}

.tcw .hero-stats .stat .l {
  font-family: var(--ui);
  font-size: .7rem;
  color: var(--muted);
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-top: 8px;
}

.tcw .hero-media {
  position: relative;
}

.tcw .hero-media img {
  width: 100%;
  border-radius: var(--radius-lg);
  position: relative;
  z-index: 2;
}

.tcw .hero-badge {
  position: absolute;
  z-index: 3;
  background: #fff;
  box-shadow: var(--shadow);
  border-radius: var(--radius-lg);
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
      display: none;
}

.tcw .hero-badge.b1 {
  bottom: 24px;
  left: -18px;
}

.tcw .hero-badge .ico {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--accent-soft);
  display: grid;
  place-items: center;
  color: var(--accent);
  flex-shrink: 0;
}

.tcw .hero-badge .t {
  font-family: var(--display);
  font-weight: 600;
  font-size: .92rem;
  line-height: 1.1;
}

.tcw .hero-badge .s {
  font-size: .74rem;
  color: var(--muted);
}

.tcw .hero-ring {
  display: none;
}

@media(max-width:900px) {
  .tcw .hero-inner {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .tcw .hero-media {
    order: -1;
    max-width: 520px;
  }

  .tcw .hero-ring {
    display: none;
  }
}

.tcw .pbanner {
  background: var(--bg-soft);
  color: var(--ink);
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.tcw .pbanner .hero-pattern {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: .05;
  z-index: 0;
  filter: grayscale(1);
}

.tcw .pbanner .wrap {
  position: relative;
  z-index: 2;
}

.tcw .pbh-inner {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(28px, 5vw, 60px);
  align-items: center;
  padding-block: clamp(40px, 5.5vw, 76px);
}

.tcw .pbanner .crumbs {
  font-family: var(--ui);
  font-size: .72rem;
  color: var(--gold-deep);
  margin-bottom: 18px;
  letter-spacing: .18em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: .6em;
}

.tcw .pbanner .crumbs::before {
  content: "";
  width: 26px;
  height: 1px;
  background: var(--gold);
}

.tcw .pbanner .crumbs a {
  color: var(--accent);
}

.tcw .pbanner .crumbs a:hover {
  color: var(--ink);
}

.tcw .pbanner h1 {
  font-size: clamp(2rem, 4.4vw, 3.3rem);
  color: var(--ink);
  max-width: 18ch;
  font-weight: 600;
  letter-spacing: -.02em;
  line-height: 1.02;
}

.tcw .pbanner p {
  color: var(--ink-soft);
  margin-top: 16px;
  max-width: 48ch;
  font-size: 1.02rem;
  line-height: 1.55;
}

.tcw .pbh-media {
  position: relative;
}

.tcw .pbh-media img {
  width: 100%;
  aspect-ratio: 5/4;
  object-fit: cover;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  position: relative;
  z-index: 2;
}

.tcw .pbh-ring {
  display: none;
}

.tcw .pbh-badge {
  position: absolute;
  z-index: 3;
  left: -16px;
  bottom: 22px;
  background: #fff;
  box-shadow: var(--shadow);
  border-radius: var(--radius-lg);
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  display: none;
}

.tcw .pbh-badge .ico {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--accent-soft);
  display: grid;
  place-items: center;
  color: var(--accent);
  flex-shrink: 0;
}

.tcw .pbh-badge .ico svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
}

.tcw .pbh-badge .t {
  font-family: var(--ui);
  font-weight: 600;
  font-size: .82rem;
  line-height: 1.1;
}

.tcw .pbh-badge .s {
  font-size: .72rem;
  color: var(--muted);
}

@media(max-width:860px) {
  .tcw .pbh-inner {
    grid-template-columns: 1fr;
  }

  .tcw .pbh-media {
    max-width: 460px;
    margin-top: 6px;
  }

  .tcw .pbh-ring,
  .tcw .pbh-badge {
    display: none;
  }
}

.tcw .card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .3s;
}

.tcw .card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
  border-color: transparent;
}

.tcw .feature {
  padding: 26px 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  transition: .4s var(--ease);
  position: relative;
  overflow: hidden;
}

.tcw .feature::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 3px;
  width: 0;
  background: var(--accent);
  transition: width .4s var(--ease);
}

.tcw .feature:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}

.tcw .feature:hover::before {
  width: 100%;
}

.tcw .feature .ico {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--accent-soft);
  display: grid;
  place-items: center;
  margin-bottom: 16px;
}

.tcw .feature .ico img {
  width: 26px;
  height: 26px;
}

.tcw .feature h3 {
  font-size: .9rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: var(--ui);
}

.tcw .feature p {
  color: var(--muted);
  font-size: .9rem;
  line-height: 1.5;
}

.tcw .feature p b {
  color: var(--ink);
}

.tcw .svc {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: .4s var(--ease);
}

.tcw .svc:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
  border-color: transparent;
}

.tcw .svc-img {
  aspect-ratio: 4/3;
  overflow: hidden;
  background: var(--bg-soft);
}

.tcw .svc-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 14px;
  transition: transform .6s var(--ease);
}

.tcw .svc:hover .svc-img img {
  transform: scale(1.05);
}

.tcw .svc-body {
  padding: 24px 24px 28px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.tcw .svc-body h3 {
  font-size: 1.18rem;
  margin-bottom: 6px;
}

.tcw .svc .price {
  font-family: var(--display);
  color: var(--accent);
  font-weight: 600;
  font-size: .92rem;
  letter-spacing: .04em;
  margin-bottom: 12px;
}

.tcw .svc .price b {
  font-size: 1.5rem;
}

.tcw .svc-body p {
  color: var(--muted);
  font-size: .92rem;
  margin-bottom: 20px;
  flex: 1;
}

.tcw .ind {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 26px 24px;
  transition: .35s var(--ease);
  position: relative;
}

.tcw .ind:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
  border-color: transparent;
}

.tcw .ind .from {
  font-family: var(--display);
  font-size: .72rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--muted-2);
}

.tcw .ind .from b {
  color: var(--accent);
  font-size: 1.3rem;
  display: block;
  margin-top: 2px;
}

.tcw .ind h3 {
  font-size: 1.12rem;
  margin: 14px 0 10px;
}

.tcw .ind p {
  color: var(--muted);
  font-size: .9rem;
  margin-bottom: 16px;
}

.tcw .steps {
  counter-reset: step;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(16px, 1.8vw, 22px);
}

.tcw .step {
  position: relative;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 28px 26px 30px;
  transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .3s;
  overflow: hidden;
}

.tcw .step::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 3px;
  width: 0;
  background: var(--accent);
  transition: width .4s var(--ease);
}

.tcw .step:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
  border-color: transparent;
}

.tcw .step:hover::before {
  width: 100%;
}

.tcw .step .num {
  counter-increment: step;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--accent-soft);
  color: var(--accent);
  font-family: var(--ui);
  font-weight: 600;
  font-size: 1.05rem;
  margin-bottom: 20px;
  transition: .35s var(--ease);
}

.tcw .step .num::before {
  content: "0" counter(step);
}

.tcw .step:hover .num {
  background: var(--accent);
  color: #fff;
  transform: scale(1.06);
}

.tcw .step h3 {
  font-size: 1.12rem;
  margin: 0 0 10px;
}

.tcw .step p {
  color: var(--muted);
  font-size: .9rem;
  line-height: 1.55;
  margin-bottom: 16px;
  min-height: 76px;
}

.tcw .step .bar {
  display: none;
}

.tcw .split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}

.tcw .split.rev .split-media {
  order: 2;
}

.tcw .split-media {
  position: relative;
}

.tcw .split-media img {
  width: 100%;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.tcw .split-media .stack-2 {
  position: absolute;
  width: 46%;
  bottom: -28px;
  right: -22px;
  border: 6px solid #fff;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.tcw .split-body p {
  color: var(--ink-soft);
  margin-bottom: 16px;
}

@media(max-width:840px) {
  .tcw .split {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .tcw .split.rev .split-media {
    order: 0;
  }

  .tcw .split-media .stack-2 {
    display: none;
  }
}

.tcw .masonry {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  align-items: start;
}

.tcw .masonry .m-item {
  border-radius: var(--radius-lg);
  overflow: hidden;
  cursor: pointer;
  position: relative;
  background: var(--bg-soft);
  aspect-ratio: 4 / 5;
}

.tcw .masonry .m-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .6s var(--ease);
}

.tcw .masonry .m-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(17, 17, 16, .5));
  opacity: 0;
  transition: opacity .4s;
  pointer-events: none;
}

.tcw .masonry .m-item > a {
  display: block;
  width: 100%;
  height: 100%;
}

.tcw .masonry .m-item:hover img {
  transform: scale(1.06);
}

.tcw .masonry .m-item:hover::after {
  opacity: 1;
}

.tcw .masonry .m-item .zoom {
  position: absolute;
  bottom: 14px;
  right: 14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  display: grid;
  place-items: center;
  z-index: 2;
  opacity: 0;
  transform: translateY(8px);
  transition: .4s;
}

.tcw .masonry .m-item:hover .zoom {
  opacity: 1;
  transform: none;
}

@media(max-width:1024px) {
  .tcw .masonry {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media(max-width:680px) {
  .tcw .masonry {
    grid-template-columns: repeat(2, 1fr);
  }
}

.tcw .lightbox {
  position: fixed;
  inset: 0;
  z-index: 300;
  background: rgba(12, 12, 11, .94);
  display: none;
  place-items: center;
  padding: 30px;
}

.tcw .lightbox.open {
  display: grid;
}

.tcw .lightbox img {
  max-width: 90vw;
  max-height: 86vh;
  border-radius: 6px;
  box-shadow: var(--shadow-lg);
}

.tcw .lightbox .lb-close {
  position: absolute;
  top: 24px;
  right: 28px;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
}

.tcw .lightbox .lb-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 2.4rem;
  padding: 16px;
  opacity: .7;
}

.tcw .lightbox .lb-nav:hover {
  opacity: 1;
}

.tcw .lb-prev {
  left: 14px;
}

.tcw .lb-next {
  right: 14px;
}

.tcw .prod {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: .4s var(--ease);
}

.tcw .prod:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
  border-color: transparent;
}

.tcw .prod-img {
  aspect-ratio: 1;
  overflow: hidden;
  background: #fff;
  position: relative;
}

.tcw .prod-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  transition: opacity .5s ease;
}

.tcw .prod-img .prod-hover-image {
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 2;
  pointer-events: none;
}

.tcw .prod-img.has-hover-image:hover .prod-primary-image {
  opacity: 0;
}

.tcw .prod-img.has-hover-image:hover .prod-hover-image {
  opacity: 1;
}

/* Collection / product-grid cards (Horizon): crossfade to the 2nd image on
   hover to MATCH the homepage (instead of Horizon's sliding slideshow). */
.product-card .card-gallery slideshow-slides {
  display: grid !important;
  transform: none !important;
}
.product-card .card-gallery slideshow-slide {
  grid-area: 1 / 1;
  content-visibility: visible !important;
  transition: opacity .5s ease;
}
.product-card .card-gallery slideshow-slides:has(> slideshow-slide:nth-child(2)) > slideshow-slide:nth-child(2) {
  opacity: 0;
}
.product-card:hover .card-gallery slideshow-slides:has(> slideshow-slide:nth-child(2)) > slideshow-slide:first-child {
  opacity: 0;
}
.product-card:hover .card-gallery slideshow-slides:has(> slideshow-slide:nth-child(2)) > slideshow-slide:nth-child(2) {
  opacity: 1;
}

/* Combined front|back product image: show the front (left half) by default,
   slide to the back (right half) on hover. Only on products flagged
   custom.combined_image (class .prod-split). */
.tcw .prod-img img.prod-split {
  position: absolute;
  top: 65%;
  left: 0;
  width: 100%;
  height: auto;
  max-width: none;
  transform: translate(0, -50%);
  transition: transform .5s var(--ease, ease);
}
/* .tcw .prod:hover .prod-img img.prod-split {
  transform: translate(-50%, -50%);
} */

.tcw .prod-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--ink);
  color: #fff;
  font-family: var(--display);
  font-size: .66rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 3px;
}

.tcw .prod-tag.usa {
  background: var(--accent);
}

.tcw .prod-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.tcw .prod-body .cat {
  font-size: .72rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--muted-2);
  font-family: var(--display);
}

.tcw .prod-body h3 {
  font-size: 1.08rem;
  margin: 7px 0 4px;
}

.tcw .prod-body .blurb {
  color: var(--muted);
  font-size: .86rem;
  margin-bottom: 16px;
  flex: 1;
}

.tcw .custom-product-card .custom-blurb {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tcw .custom-product-card .custom-blurb.is-expanded {
  display: block;
  -webkit-line-clamp: unset;
  overflow: visible;
}

.tcw .custom-read-more {
  align-self: flex-start;
  color: var(--accent);
  font-family: var(--ui);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin: -6px 0 14px;
  padding: 0;
}

.tcw .prod-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: auto;
}

.tcw .prod-foot .pr {
  font-family: var(--display);
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1;
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
}

.tcw .prod-foot .pr small {
  font-size: .72rem;
  color: var(--muted);
  font-weight: 500;
}

.tcw .add-btn {
  background: var(--ink);
  color: #fff;
  border-radius: var(--radius);
  min-height: 40px;
  padding: 0 1em;
  font-family: var(--display);
  font-size: .72rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  transition: .3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5em;
  line-height: 1;
  flex-shrink: 0;
}

.tcw .add-btn:hover {
  background: var(--accent);
}

.tcw .tc-spinner {
  width: 14px;
  height: 14px;
  border: 2px solid rgba(255, 255, 255, .38);
  border-top-color: #fff;
  border-radius: 50%;
  display: inline-block;
  flex-shrink: 0;
  animation: tcSpin .7s linear infinite;
}

.tcw button.is-loading {
  pointer-events: none;
  opacity: .88;
}

.tcw .add-btn.is-loading,
.tcw .btn.is-loading {
  background: var(--accent);
  color: #fff;
}

.tcw .ci-qty button.is-loading,
.tcw .ci-remove.is-loading {
  color: var(--accent);
}

@keyframes tcSpin {
  to {
    transform: rotate(360deg);
  }
}

.tcw .pdp {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
}

.tcw .pdp-gallery .main {
  /* aspect-ratio: 1; */
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--bg-soft);
}

.tcw .pdp-gallery .main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tcw .pdp-thumbs {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.tcw .pdp-thumbs img {
  width: 74px;
  height: 74px;
  object-fit: cover;
  border-radius: 6px;
  border: 1px solid var(--line);
  cursor: pointer;
  opacity: .6;
  transition: .25s;
}

.tcw .pdp-thumbs img.active,
.tcw .pdp-thumbs img:hover {
  opacity: 1;
  border-color: var(--ink);
}

.tcw .pdp-info .price-lg {
  font-family: var(--display);
  font-size: 2rem;
  font-weight: 600;
  margin: 6px 0 18px;
}

.tcw .pdp-info .price-lg small {
  font-size: .9rem;
  color: var(--muted);
  font-weight: 500;
}

.tcw .opt-row {
  margin: 20px 0;
}

.tcw .opt-row .lbl {
  font-family: var(--display);
  font-size: .78rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: var(--ink-soft);
}

.tcw .opt-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tcw .pill {
  min-width: 46px;
  padding: .6em .9em;
  border: 1px solid var(--line-2);
  border-radius: var(--radius);
  font-family: var(--display);
  font-weight: 500;
  font-size: .85rem;
  text-align: center;
  transition: .2s;
}

.tcw .pill:hover {
  border-color: var(--ink);
}

.tcw .pill.active {
  background: var(--ink);
  color: #fff;
  border-color: var(--ink);
}

.tcw .qty {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--line-2);
  border-radius: var(--radius);
}

.tcw .qty button {
  width: 42px;
  height: 46px;
  font-size: 1.2rem;
  color: var(--ink);
}

.tcw .qty input {
  width: 50px;
  text-align: center;
  border: none;
  font-family: var(--display);
  font-size: 1rem;
  font-weight: 600;
}

.tcw .qty input:focus {
  outline: none;
}

.tcw .pdp-cta {
  display: flex;
  gap: 12px;
  margin-top: 26px;
  flex-wrap: wrap;
}

.tcw .pdp-cta .btn {
  flex: 1 1 0;
  justify-content: center;
  min-width: 0;
}

.tcw .pdp-cta .btn.is-loading {
  min-width: 0 !important;
}

.tcw .pdp-meta {
  margin-top: 26px;
  border-top: 1px solid var(--line);
  padding-top: 22px;
  display: grid;
  gap: 12px;
}

.tcw .pdp-meta .row {
  display: flex;
  gap: 12px;
  align-items: center;
  color: var(--ink-soft);
  font-size: .92rem;
}

.tcw .pdp-meta .row svg {
  width: 20px;
  height: 20px;
  stroke: var(--accent);
  fill: none;
  stroke-width: 1.6;
  flex-shrink: 0;
}

@media(max-width:840px) {
  .tcw .pdp {
    grid-template-columns: 1fr;
  }
}

.tcw .cart-drawer {
  position: fixed;
  inset: 0;
  z-index: 1300;
  visibility: hidden;
  pointer-events: none;
}

.tcw .cart-drawer.open {
  visibility: visible;
  pointer-events: auto;
}

.tcw .cart-overlay {
  position: absolute;
  inset: 0;
  background: rgba(17, 17, 16, .5);
  opacity: 0;
  transition: opacity .4s;
}

.tcw .cart-drawer.open .cart-overlay {
  opacity: 1;
}

.tcw .cart-panel {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: min(92vw, 440px);
  background: #fff;
  box-shadow: var(--shadow-lg);
  transform: translateX(100%);
  transition: transform .45s var(--ease);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.tcw .cart-drawer.open .cart-panel {
  transform: translateX(0);
}

.tcw .cart-panel::after {
  content: "";
  position: absolute;
  top: 0;
  left: -45%;
  width: 45%;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
  opacity: 0;
  pointer-events: none;
}

.tcw .cart-drawer.is-updating .cart-panel::after {
  opacity: 1;
  animation: tcProgress 1s var(--ease) infinite;
}

.tcw .cart-drawer.is-updating .cart-items {
  opacity: .68;
  transition: opacity .25s var(--ease);
}

@keyframes tcProgress {
  to {
    left: 100%;
  }
}

.tcw .cart-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 26px;
  border-bottom: 1px solid var(--line);
}

.tcw .cart-head h3 {
  font-size: 1.15rem;
  display: flex;
  align-items: center;
  gap: .5em;
}

.tcw .cart-head .count-pill {
  font-family: var(--body);
  font-size: .72rem;
  background: var(--accent);
  color: #fff;
  border-radius: 20px;
  padding: 2px 9px;
  font-weight: 700;
}

.tcw .cart-items {
  flex: 1;
  overflow-y: auto;
  padding: 16px 26px;
}

.tcw .cart-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  color: var(--muted);
  gap: 16px;
  padding: 30px;
}

.tcw .cart-empty svg {
  width: 54px;
  height: 54px;
  stroke: var(--line-2);
  fill: none;
  stroke-width: 1.3;
}

.tcw .ci {
  display: flex;
  gap: 12px;
  padding: 11px 0;
  border-bottom: 1px solid var(--line);
}

.tcw .ci-img {
  width: 58px;
  height: 58px;
  border-radius: 8px;
  object-fit: cover;
  background: var(--bg-soft);
  flex-shrink: 0;
}

.tcw .ci-info {
  flex: 1;
  min-width: 0;
}

.tcw .ci-info h4 {
  font-family: var(--display);
  font-size: .85rem;
  font-weight: 600;
  margin-bottom: 2px;
}

.tcw .ci-info .meta {
  font-size: .74rem;
  color: var(--muted);
  margin-bottom: 5px;
}

.tcw .ci-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tcw .ci-qty {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.tcw .ci-qty button {
  width: 28px;
  height: 28px;
  font-size: 1rem;
  color: var(--ink);
}

.tcw .ci-qty span {
  width: 30px;
  text-align: center;
  font-weight: 600;
  font-size: .85rem;
}

.tcw .ci-price {
  font-family: var(--display);
  font-weight: 600;
}

.tcw .ci-remove {
  font-size: .74rem;
  color: var(--muted);
  text-decoration: underline;
  margin-top: 6px;
}

.tcw .ci-remove:hover {
  color: var(--accent);
}

.tcw .cart-foot {
  border-top: 1px solid var(--line);
  padding: 11px 22px;
  background: var(--bg-soft);
}

.tcw .cart-foot .ct-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2px;
  font-size: .76rem;
  color: var(--muted);
}

.tcw .cart-foot .ct-total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-family: var(--display);
  font-weight: 600;
  font-size: .92rem;
  margin: 4px 0 2px;
  color: var(--ink);
}

.tcw .cart-foot .note {
  font-size: 9px;
  color: var(--muted);
  margin: 4px 0 8px;
}

.tcw .cart-foot .btn {
  width: 100%;
  justify-content: center;
}

/* Sticky product image on desktop so info column scrolls alone */
@media(min-width:781px){
  .tcw .pdp-gallery{ position: sticky; top: 90px; align-self: start; }
}

/* Compact cart text on mobile */
@media(max-width:780px){
  .tcw .cart-foot .note{ font-size: 9px; }
  .tcw .cart-progress{ font-size: 9px; padding: 6px 10px; }
}

.tcw .toast {
  position: fixed;
  bottom: 26px;
  left: 50%;
  transform: translX(-50%) translateY(20px);
  transform: translate(-50%, 20px);
  background: var(--ink);
  color: #fff;
  padding: 14px 22px;
  border-radius: var(--radius);
  font-size: .9rem;
  z-index: 400;
  opacity: 0;
  pointer-events: none;
  transition: .4s var(--ease);
  box-shadow: var(--shadow);
  display: flex;
  align-items: center;
  gap: .6em;
}

.tcw .toast.show {
  opacity: 1;
  transform: translate(-50%, 0);
}

.tcw .toast svg {
  width: 18px;
  height: 18px;
  stroke: #7ee0a0;
  fill: none;
  stroke-width: 2;
}

.tcw .form-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: clamp(26px, 3.5vw, 44px);
}

.tcw .field {
  margin-bottom: 18px;
}

.tcw .field label {
  display: block;
  font-family: var(--display);
  font-size: .76rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin-bottom: 8px;
}

.tcw .field input,
.tcw .field textarea,
.tcw .field select {
  width: 100%;
  padding: .95em 1.05em;
  border: 1px solid var(--line-2);
  border-radius: var(--radius);
  font-family: var(--body);
  font-size: .96rem;
  background: #fff;
  color: var(--ink);
  transition: .25s;
}

.tcw .field input:focus,
.tcw .field textarea:focus,
.tcw .field select:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px var(--accent-soft);
}

.tcw .field textarea {
  resize: vertical;
  min-height: 130px;
}

.tcw .form-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 18px;
}

@media(max-width:560px) {
  .tcw .form-2 {
    grid-template-columns: 1fr;
  }
}

.tcw .acc {
  border-top: 1px solid var(--line);
}

.tcw .acc-item {
  border-bottom: 1px solid var(--line);
}

.tcw .acc-q {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  text-align: left;
  padding: 24px 4px;
  font-family: var(--display);
  font-weight: 600;
  font-size: 1.05rem;
  color: var(--ink);
  transition: color .25s;
}

.tcw .acc-q:hover {
  color: var(--accent);
}

.tcw .acc-q .ico {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid var(--line-2);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  transition: .3s;
  font-size: 1.1rem;
  position: relative;
}

.tcw .acc-item.open .acc-q .ico {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
  transform: rotate(45deg);
}

.tcw .acc-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s var(--ease);
}

.tcw .acc-a p {
  color: var(--muted);
  padding: 0 4px 24px;
  max-width: 74ch;
}

.tcw .post {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: .4s var(--ease);
}

.tcw .post:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
  border-color: transparent;
}

.tcw .post-img {
  aspect-ratio: 16/10;
  overflow: hidden;
  background: var(--bg-soft);
}

.tcw .post-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s var(--ease);
}

.tcw .post:hover .post-img img {
  transform: scale(1.05);
}

.tcw .post-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.tcw .post-body .pmeta {
  font-size: .74rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--accent);
  font-family: var(--display);
  margin-bottom: 12px;
}

.tcw .post-body h3 {
  font-size: 1.22rem;
  margin-bottom: 10px;
  line-height: 1.2;
}

.tcw .post-body p {
  color: var(--muted);
  font-size: .92rem;
  margin-bottom: 18px;
  flex: 1;
}

.tcw .cta-band {
  background: var(--accent-soft);
  color: #fff;
  position: relative;
  overflow: hidden;
}

.tcw .cta-band .cta-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center 30%;
  opacity: .22;
  z-index: 0;
  transform: scale(1.04);
  animation: pbZoom 22s ease-in-out infinite alternate;
}

h2.h-lg.custom-heading-lg.custom-section-title {
    margin: 20px 0 60px;
}

.tcw .cta-band::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(80% 140% at 100% 120%, rgba(119, 34, 137, .55), transparent 55%),
    radial-gradient(50% 90% at 6% 0%, rgba(150, 90, 170, .18), transparent 55%);
}

.tcw .cta-watermark {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  font-family: var(--ui);
  font-weight: 700;
  font-size: clamp(5rem, 16vw, 15rem);
  line-height: 1;
  letter-spacing: -.04em;
  color: rgba(255, 255, 255, .035);
  text-transform: uppercase;
  white-space: nowrap;
  pointer-events: none;
}

.tcw .cta-band .wrap {
  position: relative;
  z-index: 2;
  padding-block: clamp(48px, 6vw, 86px);
}

.tcw .cta-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 22px;
  max-width: 720px;
  margin: 0 auto;
}

.tcw .cta-text {
  max-width: 600px;
}

.tcw .cta-band .eyebrow {
  justify-content: center;
}

.tcw .cta-band h2 {
  color: var(--accent);
  margin: 14px 0 12px;
  letter-spacing: -.02em;
}

.tcw .cta-band p {
  color: #c8c3d2;
  font-size: 1.02rem;
  line-height: 1.55;
  margin: 0 auto;
}

.tcw .cta-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.tcw .btn-outline-light {
  border: 1px solid var(--accent);
  color: var(--accent);
}

.tcw .btn-outline-light:hover {
  background: #fff;
  color: var(--ink);
  border-color: #fff;
  transform: translateY(-2px);
}

.tcw .cta-points {
  display: flex;
  gap: 26px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, .1);
  
  margin-left: auto;
  margin-right: auto;
}

.tcw .cta-points span {
  display: inline-flex;
  align-items: center;
  gap: .5em;
  font-family: var(--ui);
  font-size: .76rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--accent);
}

.tcw .cta-points svg {
  width: 15px;
  height: 15px;
  stroke: var(--accent);
  fill: none;
  stroke-width: 2;
}

@media(max-width:720px) {
  .tcw .cta-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

.tcw .footer {
  background: var(--bg-deep);
  color: #a09bac;
  position: relative;
  overflow: hidden;
  padding-top: clamp(46px, 6vw, 72px);
}

.tcw .footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(119, 34, 137, .55), transparent);
}

.tcw .footer::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 55%;
  height: 60%;
  z-index: 0;
  background: radial-gradient(70% 100% at 100% 0%, rgba(119, 34, 137, .22), transparent 60%);
}

.tcw .footer .wrap {
  position: relative;
  z-index: 2;
}

.tcw .footer-top {
  display: grid;
  grid-template-columns: 1.7fr 1fr 1fr 1.35fr;
  gap: clamp(26px, 4vw, 50px);
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.tcw .footer .f-brand img {
  margin-bottom: 18px;
  max-width: 200px;
}

.tcw .footer .f-brand p {
  max-width: 36ch;
  font-size: .88rem;
  line-height: 1.6;
  color: #9792a2;
}

.tcw .f-news {
  margin-top: 22px;
}

.tcw .f-news .lbl {
  font-family: var(--ui);
  font-size: .7rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #d3cedb;
  margin-bottom: 10px;
}

.tcw .f-news form {
  display: flex;
  gap: 8px;
  max-width: 340px;
}

.tcw .f-news input {
  flex: 1;
  min-width: 0;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: var(--radius);
  color: #fff;
  padding: .78em 1em;
  font-size: .88rem;
  font-family: var(--body);
}

.tcw .f-news input::placeholder {
  color: #8b8696;
}

.tcw .f-news input:focus {
  outline: none;
  border-color: var(--gold);
  background: rgba(255, 255, 255, .08);
}

.tcw .f-news button {
  background: var(--accent);
  color: #fff;
  border-radius: var(--radius);
  padding: 0 1.15em;
  font-family: var(--ui);
  font-weight: 600;
  font-size: .72rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: .25s;
  white-space: nowrap;
}

.tcw .f-news button:hover {
  background: #fff;
  color: var(--ink);
}

.tcw .footer h4 {
  color: #fff;
  font-family: var(--ui);
  font-size: .72rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.tcw .footer .f-links a {
  display: block;
  padding: 6px 0;
  font-size: .88rem;
  transition: .25s;
  color: #a09bac;
}

.tcw .footer .f-links a:hover {
  color: var(--gold);
  padding-left: 7px;
}

.tcw .footer .f-contact li {
  display: flex;
  gap: 12px;
  margin-bottom: 13px;
  font-size: .88rem;
  align-items: flex-start;
  color: #a09bac;
}

.tcw .footer .f-contact svg {
  width: 17px;
  height: 17px;
  stroke: var(--gold);
  fill: none;
  stroke-width: 1.6;
  flex-shrink: 0;
  margin-top: 3px;
}

.tcw .footer .f-contact a:hover {
  color: #fff;
}

.tcw .f-social {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.tcw .f-social a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .16);
  display: grid;
  place-items: center;
  transition: .3s;
}

.tcw .f-social a:hover {
  background: var(--accent);
  border-color: var(--accent);
  transform: translateY(-3px);
}

.tcw .f-social svg {
  width: 17px;
  height: 17px;
  fill: #fff;
}

.tcw .footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-block: 20px;
  font-size: .78rem;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
  color: #8d889a;
}

.tcw .footer-bottom a:hover {
  color: var(--gold);
}

.tcw .footer-wordmark {
  position: relative;
  z-index: 1;
  text-align: center;
  font-family: var(--ui);
  font-weight: 700;
  font-size: clamp(2.4rem, 13.5vw, 12.5rem);
  line-height: .78;
  letter-spacing: -.03em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, .08);
  text-stroke: 1px rgba(255, 255, 255, .08);
  text-transform: uppercase;
  margin-top: 6px;
  white-space: nowrap;
  overflow: hidden;
  user-select: none;
}

@media(max-width:880px) {
  .tcw .footer-top {
    grid-template-columns: 1fr 1fr;
  }

  .tcw .f-brand {
    grid-column: 1/-1;
  }
}

@media(max-width:520px) {
  .tcw .footer-top {
    grid-template-columns: 1fr;
  }
}

.tcw .tag {
  display: inline-block;
  font-family: var(--display);
  font-size: .72rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--accent);
  background: var(--accent-soft);
  padding: 6px 12px;
  border-radius: 30px;
  margin-bottom: 18px;
}

.tcw .note-strip {
  background: var(--accent-soft);
  border: 1px solid #f3d8cd;
  border-radius: var(--radius-lg);
  padding: 18px 22px;
  color: var(--accent-deep);
  font-size: .92rem;
  display: flex;
  gap: 12px;
  align-items: center;
}

.tcw .note-strip svg {
  width: 22px;
  height: 22px;
  stroke: var(--accent);
  fill: none;
  stroke-width: 1.6;
  flex-shrink: 0;
}

.tcw .reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .7s var(--ease), transform .7s var(--ease);
}

.tcw .reveal.in {
  opacity: 1;
  transform: none;
}

@media(max-width:980px) {
  .tcw .g-4 {
    grid-template-columns: repeat(2, 1fr);
  }

  .tcw .steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .tcw .h-xxl {
    font-size: 40px;
  }

  .tcw .h-xl {
    font-size: 29px;
  }
}

@media(max-width:760px) {
  .tcw .g-3 {
    grid-template-columns: 1fr;
  }

  .tcw .g-2 {
    grid-template-columns: 1fr;
  }
}

@media(max-width:560px) {
  .tcw .g-4 {
    grid-template-columns: 1fr;
  }

  .tcw .steps {
    grid-template-columns: 1fr;
  }

  .tcw .hero-cta .btn {
    flex: 1;
    justify-content: center;
  }

  .tcw .h-xxl {
    font-size: 31px;
  }

  .tcw .h-xl {
    font-size: 25px;
  }

  .tcw .h-lg {
    font-size: 22px;
  }

  .tcw .h-md {
    font-size: 18px;
  }
}

.tcw .sec-head {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.tcw .sec-head .eyebrow {
  justify-content: center;
}

.tcw .more {
  margin-top: 22px;
}

.tcw .form-msg {
  display: none;
  margin-top: 14px;
  color: var(--accent-deep);
  text-align: center;
  font-weight: 600;
}

.tcw .custom-hero-c .hero-pattern {
  background-image: url('https://tampaclothing.com/wp-content/uploads/2022/11/banner-image-pattern-edit-two-com-version.jpg');
}

.tcw .custom-hero-c h1 {
  margin-top: 18px;
}

.tcw .custom-hero-c h1 em {
  font-style: italic;
  color: var(--accent);
}

.tcw .custom-intro-c h2 {
  margin: 18px 0 24px;
}

.tcw .custom-intro-c .more {
  margin-top: 22px;
}

.tcw .custom-process-c .sec-head {
  max-width: 680px;
  margin-bottom: 32px;
}

.tcw .custom-process-c .sec-head h2 {
  margin-top: 16px;
}

.tcw .custom-process-c .step .link-underline {
  font-size: 12px;
}

.tcw .custom-featured-c .sec-bar {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 28px;
}

.tcw .custom-featured-c .sec-bar h2 {
  margin-top: 16px;
}

.tcw .custom-featured-c .custom-grid {
  align-items: start;
}

.tcw .custom-featured-c .custom-featured-slider {
  position: relative;
  overflow: hidden;
  padding: 4px 4px 18px;
}

.tcw .custom-featured-c .custom-featured-slider:not(.swiper-initialized) .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 1.8vw, 24px);
}

.tcw .custom-featured-c .custom-featured-slider:not(.swiper-initialized) .custom-featured-arrow {
  display: none;
}

.tcw .custom-featured-c .swiper-slide {
  height: auto;
}

.tcw .custom-featured-c .custom-product-card {
  min-width: 0;
}

.tcw .custom-featured-c .custom-featured-arrow {
  position: absolute;
  top: 38%;
  z-index: 3;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  color: var(--accent);
  border: 1px solid rgba(119, 34, 137, .18);
  box-shadow: 0 12px 28px -14px rgba(119, 34, 137, .5);
  display: grid;
  place-items: center;
  transition: transform .25s var(--ease), background .25s var(--ease), color .25s var(--ease), opacity .25s var(--ease);
}

.tcw .custom-featured-c .custom-featured-arrow svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.tcw .custom-featured-c .custom-featured-arrow:hover {
  background: var(--accent);
  color: #fff;
  transform: translateY(-1px);
}

.tcw .custom-featured-c .custom-featured-arrow-prev {
  left: 8px;
}

.tcw .custom-featured-c .custom-featured-arrow-next {
  right: 8px;
}

.tcw .custom-featured-c .custom-featured-arrow.swiper-button-disabled {
  opacity: .32;
  pointer-events: none;
}

@media(max-width:989px) {
  .tcw .custom-featured-c .custom-featured-slider:not(.swiper-initialized) .swiper-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media(max-width:639px) {
  .tcw .custom-featured-c .custom-featured-slider:not(.swiper-initialized) .swiper-wrapper {
    grid-template-columns: 1fr;
  }

  .tcw .custom-featured-c .custom-featured-arrow {
    width: 40px;
    height: 40px;
  }
}

@media(min-width:1180px) {
  .tcw .custom-related-products-c .custom-featured-arrow.swiper-button-disabled,
  .tcw .custom-related-products-c .custom-featured-arrow.swiper-button-lock {
    display: none;
  }
}

.tcw .custom-clients-c .sec-head {
  max-width: 680px;
  margin-bottom: 28px;
}

.tcw .custom-clients-c .sec-head h2 {
  margin-top: 16px;
}

.tcw .custom-clients-c .sec-head p {
  margin-top: 14px;
}

.tcw .custom-clients-c .more {
  margin-top: 30px;
  text-align: center;
}

.tcw .client-card {
  aspect-ratio: 1;
  background-size: cover;
  background-position: center;
}

.tcw .custom-industries-c .sec-head {
  max-width: 640px;
  margin-bottom: 36px;
}

.tcw .custom-industries-c .sec-head h2 {
  margin-top: 14px;
}

.tcw .custom-industries-c .sec-head p {
  margin-top: 12px;
}

.tcw .custom-why-c .sec-head {
  max-width: 640px;
  margin-bottom: 32px;
}

.tcw .custom-why-c .sec-head h2 {
  margin-top: 14px;
}

.tcw .custom-why-c .feat-main .btn {
  margin-top: 6px;
}

.tcw .custom-why-c .reviews {
  margin-top: 24px;
}

.tcw .custom-contact-c h2 {
  margin: 14px 0 16px;
}

.tcw .custom-contact-c .contact-intro {
  margin-bottom: 22px;
}

.tcw .custom-contact-c .contact-intro a {
  color: var(--accent);
  font-weight: 600;
}

.tcw .custom-contact-c .check-list {
  display: grid;
  gap: 13px;
}

.tcw .custom-contact-c .check-list li {
  display: flex;
  gap: 12px;
  align-items: center;
  color: var(--ink-soft);
}

.tcw .custom-contact-c .check-list li i {
  color: var(--accent);
  font-weight: 700;
  font-style: normal;
}

.tcw .custom-contact-c .form-card .btn {
  width: 100%;
  justify-content: center;
}

.tcw .custom-faq-c .wrap {
  max-width: 860px;
}

.tcw .custom-faq-c .sec-head {
  margin-bottom: 30px;
}

.tcw .custom-faq-c .sec-head h2 {
  margin-top: 14px;
}

.tcw .custom-faq-c .more {
  margin-top: 24px;
  text-align: center;
}

.tcw .custom-service-link {
  font-size: 11px;
}

.tcw .custom-service-note {
  margin-top: 26px;
}

.tcw .custom-service-action {
  margin-top: 22px;
}

.tcw .custom-content-title {
  margin: 12px 0 16px;
}

.tcw .custom-business-grid-c .custom-business-grid-head {
  max-width: 680px;
  margin: 0 auto 28px;
}

.tcw .custom-business-grid-c .custom-section-title {
  margin-top: 16px;
}

.tcw .custom-business-grid-c .custom-business-grid-text {
  margin-top: 14px;
}

.tcw .custom-business-why-c .custom-business-point {
  margin-bottom: 8px;
}

.tcw .custom-business-process-c .custom-business-process-container {
  max-width: 880px;
}

.tcw .custom-business-process-c .custom-business-copy {
  margin-bottom: 16px;
  color: var(--ink-soft);
}

.tcw .custom-business-process-c .custom-business-copy-last {
  margin-bottom: 0;
}

.tcw .custom-business-process-c .custom-business-feature-grid {
  margin-top: 30px;
}

.tcw .custom-text-link {
  font-size: 11px;
}

.tcw .option-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 26px 24px;
  transition: .35s var(--ease);
  position: relative;
}

.tcw .option-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
  border-color: transparent;
}

.tcw .option-card .price-from {
  font-family: var(--display);
  font-size: .76rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--muted-2);
}

.tcw .option-card .price-from b {
  color: var(--accent);
  font-size: 1.32rem;
  display: block;
  margin-top: 2px;
}

.tcw .option-card h3 {
  font-size: 1.12rem;
  margin: 14px 0 10px;
}

.tcw .option-card p {
  color: var(--muted);
  font-size: .9rem;
  margin-bottom: 16px;
}

.tcw .custom-order-options-c .order-options-head {
  max-width: 620px;
  margin: 0 auto 28px;
}

.tcw .custom-order-options-c .order-section-title {
  margin-top: 14px;
}

.tcw .custom-order-options-c .order-note {
  margin-top: 24px;
}

.tcw .custom-order-form-c .order-section-title {
  margin: 12px 0 16px;
}

.tcw .custom-order-form-c .order-text {
  margin-bottom: 26px;
}

.tcw .custom-order-form-c .order-text a {
  color: var(--accent);
  font-weight: 600;
}

.tcw .custom-order-form-c .order-list {
  display: grid;
  gap: 16px;
}

.tcw .custom-order-form-c .order-list li {
  display: flex;
  gap: 12px;
  align-items: center;
  color: var(--ink-soft);
}

.tcw .custom-order-form-c .order-list span {
  color: var(--accent);
}

.tcw .custom-order-form-c .form-button {
  width: 100%;
  justify-content: center;
}

.tcw .form-error {
  color: #a32121;
}

.tcw .custom-size-measure-c .content-title {
  margin: 12px 0 16px;
}

.tcw .custom-size-table-c .size-table-container {
  max-width: 760px;
}

.tcw .custom-size-table-c .size-table-head {
  margin-bottom: 32px;
}

.tcw .custom-size-table-c .size-section-title {
  margin-top: 14px;
}

.tcw .table-card {
  padding: 0;
  overflow: auto;
}

.tcw .table {
  width: 100%;
  border-collapse: collapse;
  font-size: .9rem;
  min-width: 520px;
}

.tcw .table-head-row {
  background: var(--bg-deep);
  color: #fff;
  font-family: var(--display);
}

.tcw .table th {
  text-align: left;
  padding: 15px 22px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: .76rem;
}

.tcw .table-row {
  border-bottom: 1px solid var(--line);
}

.tcw .table-row-alt {
  background: #faf9f6;
}

.tcw .table td {
  padding: 13px 22px;
}

.tcw .table-main-cell {
  font-family: var(--display);
  font-weight: 600;
}

.tcw .table-caption {
  margin-top: 18px;
  font-size: .84rem;
}

.tcw .table-caption a {
  color: var(--accent);
  font-weight: 600;
}

.tcw .reveal {
  opacity: 1 !important;
  transform: none !important;
}


button.add-btn.custom-add-button svg {
    color: #fff !important;
    fill: #fff;
}

/* ---------- fullscreen image lightbox ---------- */
.tcw-lightbox{
  position: fixed; inset: 0; z-index: 100000;
  display: none; align-items: center; justify-content: center;
  background: rgba(13,13,23,.92); padding: 24px;
  cursor: zoom-out; opacity: 0; transition: opacity .2s ease;
}
.tcw-lightbox.open{ display: flex; opacity: 1; }
.tcw-lightbox img{
  max-width: 96vw; max-height: 92vh; width: auto; height: auto;
  border-radius: 8px; box-shadow: 0 24px 80px rgba(0,0,0,.5); cursor: default;
}
.tcw-lightbox-close{
  position: absolute; top: 18px; right: 22px;
  width: 46px; height: 46px; border: 0; border-radius: 50%;
  background: rgba(255,255,255,.12); color: #fff; font-size: 30px; line-height: 1;
  cursor: pointer; transition: background .15s ease;
}
.tcw-lightbox-close:hover{ background: rgba(255,255,255,.25); }
.tcw [data-zoom]{ cursor: zoom-in; display: block; }

/* zoomable image section (price list, etc.) */
.tcw .zoom-figure{ margin: 0 auto; max-width: 980px; text-align: center; }
.tcw .zoom-figure img{ width: 100%; height: auto; border-radius: 12px; border: 1px solid var(--line); box-shadow: 0 14px 40px rgba(13,13,23,.10); }
.tcw .zoom-figure figcaption{ margin-top: 12px; font-size: 13px; color: var(--ink-soft); }
.tcw .zoom-hint{ display: inline-flex; align-items: center; gap: 6px; margin-top: 14px; font-size: 12px; letter-spacing: .04em; text-transform: uppercase; color: var(--accent); font-weight: 600; }
