.tnc-breadcrumb {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
}

.tnc-breadcrumb a {
  color: inherit;
}

.tnc-catalog__header {
  align-items: end;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 28px;
}

.tnc-catalog__count {
  color: rgba(37, 37, 37, 0.68);
  margin: 0;
}

.tnc-catalog-nav {
  align-items: start;
  border-top: 1px solid rgba(37, 37, 37, 0.12);
  display: grid;
  gap: 12px;
  grid-template-columns: 150px 1fr;
  margin-bottom: 16px;
  padding-top: 16px;
}

.tnc-catalog-nav span {
  color: rgba(37, 37, 37, 0.64);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.tnc-catalog-nav div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tnc-catalog-nav a {
  border: 1px solid rgba(37, 37, 37, 0.16);
  border-radius: 999px;
  font-size: 0.9rem;
  padding: 7px 12px;
  text-decoration: none;
}

.tnc-catalog-nav a.is-active {
  background: #143f34;
  border-color: #143f34;
  color: #fffaf2;
}

.tnc-catalog-nav--featured {
  border-top: 0;
  padding-top: 0;
}

.tnc-catalog-filters {
  align-items: end;
  background: #fffaf2;
  border: 1px solid rgba(37, 37, 37, 0.14);
  border-radius: 8px;
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(130px, 1fr));
  margin-bottom: 28px;
  padding: 16px;
}

.tnc-catalog-filters label {
  display: grid;
  font-size: 0.86rem;
  font-weight: 700;
  gap: 7px;
}

.tnc-catalog-filters select {
  background: #f8f3ea;
  border: 1px solid rgba(37, 37, 37, 0.18);
  border-radius: 8px;
  color: #252525;
  font: inherit;
  min-height: 42px;
  padding: 8px 10px;
}

.tnc-filter-reset {
  align-items: center;
  display: inline-flex;
  min-height: 44px;
  text-decoration: none;
}

.tnc-product-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(4, 1fr);
}

.tnc-product-card {
  background: #fffaf2;
  border: 1px solid rgba(37, 37, 37, 0.14);
  border-radius: 8px;
  overflow: hidden;
}

.tnc-product-card.is-selected {
  border-color: #143f34;
  box-shadow: inset 0 0 0 1px #143f34;
}

.tnc-product-card__media {
  align-items: center;
  aspect-ratio: 1 / 1;
  background: #fbf7ef;
  display: grid;
  justify-items: center;
  overflow: hidden;
  padding: 10px;
  position: relative;
}

.tnc-product-card__media img {
  grid-area: 1 / 1;
  max-height: 100%;
  object-fit: contain;
  transition: opacity 180ms ease;
  width: 100%;
}

.tnc-product-card__hover {
  opacity: 0;
}

.tnc-product-card:hover .tnc-product-card__hover,
.tnc-product-card:focus-within .tnc-product-card__hover {
  opacity: 1;
}

.tnc-product-card:hover .tnc-product-card__media img:first-child,
.tnc-product-card:focus-within .tnc-product-card__media img:first-child {
  opacity: 0;
}

.tnc-product-card__body {
  display: grid;
  gap: 8px;
  grid-template-rows: minmax(2.4em, auto) auto auto;
  min-height: 132px;
  padding: 15px;
  text-align: center;
}

.tnc-catalog .tnc-product-card h2 {
  align-items: center;
  display: flex;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.05rem, 1.15vw, 1.22rem);
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
  min-height: 2.4em;
  place-self: center;
  justify-content: center;
  text-align: center;
  text-wrap: balance;
}

.tnc-catalog .tnc-product-card h2 a {
  text-decoration: none;
}

.tnc-product-card p,
.tnc-product-card strong {
  margin: 0;
}

.tnc-product-card strong {
  align-self: end;
  color: #a57c32;
  font-size: 0.98rem;
  justify-self: center;
  line-height: 1.1;
}

.tnc-product-card__selected {
  color: #143f34;
  font-size: 0.76rem;
  font-weight: 800;
  justify-self: center;
  line-height: 1.25;
  margin-top: 2px;
}

.tnc-pdp__grid {
  align-items: start;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
}

.tnc-pdp__gallery {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr 1fr;
}

.tnc-pdp__gallery-item {
  background: transparent;
  border: 0;
  cursor: zoom-in;
  display: block;
  overflow: hidden;
  padding: 0;
  text-align: left;
}

.tnc-pdp__gallery img {
  aspect-ratio: 1 / 1;
  background: #fffaf2;
  border: 1px solid rgba(37, 37, 37, 0.12);
  border-radius: 8px;
  object-fit: contain;
  transition: transform 180ms ease;
  width: 100%;
}

.tnc-pdp__gallery img.is-primary:hover {
  transform: scale(1.75);
}

.tnc-pdp__summary {
  background: #fffaf2;
  border: 1px solid rgba(37, 37, 37, 0.14);
  border-radius: 8px;
  padding: 20px;
  position: sticky;
  top: 104px;
}

.tnc-pdp__summary h1 {
  font-size: clamp(0.98rem, 1.16vw, 1.16rem);
  line-height: 1.15;
  margin-bottom: 8px;
}

.tnc-pdp__price {
  align-items: baseline;
  display: flex;
  font-size: 1.08rem;
  font-weight: 700;
  gap: 9px;
  margin: 10px 0 5px;
}

.tnc-price__compare {
  color: rgba(37, 37, 37, 0.52);
  font-size: 0.88em;
  font-weight: 500;
  text-decoration-thickness: 1px;
}

.tnc-price__current {
  color: inherit;
  text-decoration: none;
}

.tnc-pdp__price-note {
  color: rgba(37, 37, 37, 0.62);
  font-size: 0.9rem;
  margin: 0 0 16px;
}

.tnc-pdp__options {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.tnc-pdp__options h2 {
  font-family: inherit;
  font-size: 0.9rem;
  font-weight: 700;
  margin: 0 0 8px;
}

.tnc-option-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.tnc-option-list a {
  border: 1px solid rgba(37, 37, 37, 0.22);
  border-radius: 8px;
  font-size: 0.9rem;
  padding: 7px 9px;
  text-decoration: none;
}

.tnc-option-list a.is-active {
  background: #b8924a;
  border-color: #b8924a;
  color: #1f1a12;
}

.tnc-pdp__accordions {
  border-top: 1px solid rgba(37, 37, 37, 0.12);
  display: grid;
  margin-top: 16px;
}

.tnc-pdp__accordions details {
  border-bottom: 1px solid rgba(37, 37, 37, 0.12);
  padding: 11px 0;
}

.tnc-pdp__accordions summary {
  cursor: pointer;
  font-size: 0.95rem;
  font-weight: 700;
  list-style: none;
}

.tnc-pdp__accordions summary::-webkit-details-marker {
  display: none;
}

.tnc-pdp__accordions summary::after {
  content: "+";
  float: right;
  font-weight: 500;
}

.tnc-pdp__accordions details[open] summary::after {
  content: "-";
}

.tnc-pdp__accordions p {
  color: rgba(37, 37, 37, 0.76);
  font-size: 0.9rem;
  line-height: 1.48;
  margin: 8px 0 0;
}

.tnc-pdp__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.tnc-pdp__purchase-form {
  display: grid;
  gap: 12px;
  min-width: min(100%, 360px);
}

.tnc-pdp__button-row {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr;
}

.tnc-pdp__field {
  display: grid;
  font-size: 0.9rem;
  font-weight: 700;
  gap: 7px;
}

.tnc-pdp__field select {
  background: #f8f3ea;
  border: 1px solid rgba(37, 37, 37, 0.18);
  border-radius: 8px;
  color: #252525;
  font: inherit;
  min-height: 44px;
  padding: 8px 10px;
  width: 100%;
}

.tnc-pdp__size-guide-link {
  color: #8f6f31;
  font-size: 0.84rem;
  font-weight: 700;
  justify-self: start;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

.tnc-pdp__validation {
  color: #8a3a2c;
  font-weight: 700;
  margin: 0;
}

.tnc-pdp__custom-nudge {
  background: linear-gradient(135deg, rgba(255, 250, 242, 0.98), rgba(248, 241, 229, 0.96));
  border: 1px solid rgba(184, 146, 74, 0.36);
  border-left: 4px solid #b8924a;
  border-radius: 16px;
  box-shadow: 0 18px 42px rgba(20, 63, 52, 0.16);
  color: #252525;
  display: grid;
  gap: 4px;
  max-width: 292px;
  padding: 14px 17px 15px;
  position: fixed;
  right: 22px;
  text-decoration: none;
  top: 42%;
  transform: translateY(-50%);
  z-index: 60;
}

.tnc-pdp__custom-nudge small {
  color: #8f6f31;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1;
  text-transform: uppercase;
}

.tnc-pdp__custom-nudge strong {
  color: #143f34;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.03rem;
  font-weight: 500;
  line-height: 1.18;
}

.tnc-pdp__custom-nudge span {
  color: rgba(37, 37, 37, 0.68);
  font-size: 0.78rem;
  line-height: 1.25;
}

.tnc-pdp__note {
  background: rgba(184, 146, 74, 0.12);
  border: 1px solid rgba(184, 146, 74, 0.32);
  border-radius: 8px;
  margin-top: 18px;
  padding: 14px;
}

.tnc-setting-steps {
  background: #fffaf2;
  border: 1px solid rgba(37, 37, 37, 0.14);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  margin: 20px 0 28px;
  padding: 0;
}

.tnc-setting-steps li {
  align-items: center;
  border-right: 1px solid rgba(37, 37, 37, 0.14);
  display: grid;
  gap: 14px;
  grid-template-columns: auto 1fr;
  min-height: 92px;
  padding: 18px 22px;
  position: relative;
}

.tnc-setting-steps li:last-child {
  border-right: 0;
}

.tnc-setting-steps span {
  align-items: center;
  border: 1px solid rgba(184, 146, 74, 0.55);
  border-radius: 999px;
  color: #143f34;
  display: inline-flex;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.tnc-setting-steps strong {
  display: block;
  font-size: 0.96rem;
}

.tnc-setting-steps small {
  color: rgba(37, 37, 37, 0.6);
  display: block;
  line-height: 1.35;
  margin-top: 3px;
}

.tnc-setting-steps .is-current {
  background: rgba(184, 146, 74, 0.1);
}

.tnc-setting-steps .is-current span {
  background: #b8924a;
  border-color: #b8924a;
  color: #1f1a12;
}

.tnc-setting-steps .is-complete {
  background: rgba(20, 63, 52, 0.08);
}

.tnc-setting-steps .is-complete span,
.tnc-setting-steps .is-ready span {
  background: #143f34;
  border-color: #143f34;
  color: #fffaf2;
}

.tnc-setting-steps--listing {
  margin-bottom: 30px;
}

.tnc-setting-flow__resume {
  align-items: center;
  background: rgba(20, 63, 52, 0.055);
  border: 1px solid rgba(20, 63, 52, 0.16);
  border-left: 3px solid #b8924a;
  border-radius: 12px;
  color: #252525;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin: -8px 0 30px;
  padding: 15px 18px;
}

.tnc-setting-flow__resume[hidden],
.tnc-setting-flow__resume [hidden] {
  display: none !important;
}

.tnc-setting-flow__resume strong {
  color: #143f34;
  display: block;
  font-size: 0.94rem;
  margin-bottom: 3px;
}

.tnc-setting-flow__resume p {
  color: rgba(37, 37, 37, 0.68);
  font-size: 0.86rem;
  line-height: 1.45;
  margin: 0;
  max-width: 66ch;
}

.tnc-setting-flow__resume .tnc-button {
  align-items: center;
  background: transparent;
  border: 1px solid rgba(20, 63, 52, 0.42);
  border-radius: 999px;
  color: #143f34;
  display: inline-flex;
  font-size: 0.78rem;
  justify-content: center;
  min-height: 40px;
  padding: 10px 17px;
  white-space: nowrap;
}

.tnc-setting-flow__resume .tnc-button:hover,
.tnc-setting-flow__resume .tnc-button:focus-visible {
  background: #143f34;
  border-color: #143f34;
  color: #fffaf2;
}

.tnc-setting-view-bar {
  align-items: center;
  background: #fffaf2;
  border: 1px solid rgba(37, 37, 37, 0.13);
  border-radius: 12px;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin: -8px 0 28px;
  padding: 14px 18px;
}

.tnc-setting-view-bar > div {
  display: grid;
  gap: 2px;
}

.tnc-setting-view-bar strong {
  color: #143f34;
  font-size: 0.9rem;
}

.tnc-setting-view-bar span {
  color: rgba(37, 37, 37, 0.64);
  font-size: 0.82rem;
  line-height: 1.4;
}

.tnc-setting-view-bar > a {
  align-items: center;
  border: 1px solid #b8924a;
  border-radius: 999px;
  color: #143f34;
  display: inline-flex;
  font-size: 0.8rem;
  font-weight: 800;
  justify-content: center;
  min-height: 42px;
  padding: 10px 18px;
  text-decoration: none;
  white-space: nowrap;
}

.tnc-setting-view-bar > a:hover,
.tnc-setting-view-bar > a:focus-visible {
  background: #143f34;
  border-color: #143f34;
  color: #fffaf2;
}

.tnc-catalog__header--build h1 {
  font-size: clamp(2.1rem, 4vw, 2.75rem);
}

.tnc-setting-emotion {
  display: grid;
  gap: clamp(42px, 6vw, 78px);
  margin-top: clamp(46px, 6vw, 72px);
}

.tnc-setting-emotion small {
  color: #b8924a;
  display: block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.tnc-setting-emotion__next {
  background: #fffaf2;
  border: 1px solid rgba(37, 37, 37, 0.12);
  border-radius: 8px;
  display: block;
  overflow: hidden;
  position: relative;
}

.tnc-setting-emotion__next img {
  display: block;
  height: auto;
  width: 100%;
}

.tnc-setting-emotion__next-copy {
  display: grid;
  gap: 9px;
  max-width: min(39%, 470px);
  position: absolute;
  right: 7.5%;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

.tnc-setting-emotion__next-copy strong,
.tnc-setting-emotion__engraving h2,
.tnc-setting-emotion__proposal-head h2 {
  color: #252525;
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  line-height: 1.05;
  margin: 0;
}

.tnc-setting-emotion__next-copy strong {
  font-size: clamp(1.75rem, 3.25vw, 3.25rem);
}

.tnc-setting-emotion__next-copy em {
  color: rgba(37, 37, 37, 0.68);
  font-style: normal;
  line-height: 1.45;
}

.tnc-setting-emotion__next-button {
  align-self: center;
  border-radius: 2px;
  font-size: 0.88rem;
  justify-self: center;
  min-height: 44px;
  padding: 12px 20px;
  width: auto;
}

.tnc-setting-emotion__next-copy span {
  color: rgba(37, 37, 37, 0.58);
  font-size: 0.82rem;
}

.tnc-setting-emotion__engraving {
  background: #fffaf2;
  border: 1px solid rgba(37, 37, 37, 0.12);
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

.tnc-setting-emotion__engraving img {
  display: block;
  height: auto;
  width: 100%;
}

.tnc-setting-emotion__engraving > div {
  left: 55%;
  max-width: 36%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.tnc-setting-emotion__engraving h2,
.tnc-setting-emotion__proposal-head h2 {
  font-size: clamp(1.85rem, 3.25vw, 3.15rem);
  margin-bottom: 14px;
}

.tnc-setting-emotion__engraving p,
.tnc-setting-emotion__proposal-head p {
  color: rgba(37, 37, 37, 0.68);
  font-size: 1rem;
  line-height: 1.58;
  margin: 0;
}

.tnc-setting-emotion__engraving span {
  border-top: 1px solid rgba(184, 146, 74, 0.34);
  color: #8f6f31;
  display: block;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-top: 22px;
  padding-top: 14px;
}

.tnc-setting-emotion__proposal {
  display: grid;
  gap: 24px;
}

.tnc-setting-emotion__proposal-head {
  margin-inline: auto;
  max-width: 660px;
  text-align: center;
}

.tnc-setting-emotion__proposal-carousel {
  position: relative;
}

.tnc-setting-emotion__proposal-rail {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  padding: 2px 2px 14px;
  scrollbar-color: rgba(20, 63, 52, 0.36) transparent;
  scrollbar-width: thin;
  scroll-snap-type: x mandatory;
}

.tnc-setting-emotion__proposal-rail:focus-visible {
  outline: 2px solid #143f34;
  outline-offset: 5px;
}

.tnc-setting-emotion__proposal-card {
  background: #fffaf2;
  border: 1px solid rgba(37, 37, 37, 0.12);
  border-radius: 8px;
  flex: 0 0 clamp(220px, 22.4%, 270px);
  overflow: hidden;
  position: relative;
  scroll-snap-align: start;
}

.tnc-setting-emotion__proposal-card img {
  display: block;
  height: auto;
  width: 100%;
}

.tnc-setting-emotion__proposal-card div {
  bottom: 7%;
  left: 9%;
  position: absolute;
  right: 9%;
  text-align: center;
}

.tnc-setting-emotion__proposal-card h3 {
  color: #143f34;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.08rem, 1.5vw, 1.38rem);
  font-weight: 500;
  line-height: 1.08;
  margin: 0 0 9px;
}

.tnc-setting-emotion__proposal-card p {
  color: rgba(37, 37, 37, 0.66);
  font-size: 0.78rem;
  line-height: 1.36;
  margin: 0;
}

.tnc-setting-emotion__proposal-arrow {
  align-items: center;
  background: #fffaf2;
  border: 1px solid rgba(20, 63, 52, 0.28);
  border-radius: 50%;
  color: #143f34;
  cursor: pointer;
  display: flex;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  height: 46px;
  justify-content: center;
  line-height: 1;
  padding: 0 0 4px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: background 160ms ease, color 160ms ease, opacity 160ms ease;
  width: 46px;
  z-index: 2;
}

.tnc-setting-emotion__proposal-arrow.is-prev {
  left: -23px;
}

.tnc-setting-emotion__proposal-arrow.is-next {
  right: -23px;
}

.tnc-setting-emotion__proposal-arrow:hover,
.tnc-setting-emotion__proposal-arrow:focus-visible {
  background: #143f34;
  color: #fffaf2;
}

.tnc-setting-emotion__proposal-arrow:disabled {
  cursor: default;
  opacity: 0.28;
}

.tnc-setting-emotion__proposal-dots {
  display: flex;
  gap: 8px;
  justify-content: center;
}

.tnc-setting-emotion__proposal-dots button {
  background: rgba(20, 63, 52, 0.18);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  height: 8px;
  padding: 0;
  transition: background 160ms ease, transform 160ms ease;
  width: 8px;
}

.tnc-setting-emotion__proposal-dots button[aria-current="true"] {
  background: #143f34;
  transform: scale(1.25);
}

.tnc-setting-emotion__proposal-dots button:focus-visible {
  outline: 2px solid #143f34;
  outline-offset: 4px;
}

.tnc-related-products {
  margin-top: 56px;
}

.tnc-section-heading {
  text-align: center;
}

.tnc-section-heading h2 {
  font-size: clamp(1.75rem, 3.2vw, 2.55rem);
  margin: 0 0 24px;
}

.tnc-related-products__rail {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tnc-related-products .tnc-product-card__body {
  align-items: stretch;
  grid-template-rows: 3.15em 1.25em;
  min-height: 104px;
}

.tnc-related-products .tnc-product-card h2 {
  align-self: center;
  font-size: clamp(0.68rem, 0.72vw, 0.78rem);
  height: 3.15em;
  min-height: 0;
  overflow: hidden;
}

.tnc-related-products .tnc-product-card strong {
  align-self: end;
  justify-self: center;
  min-height: 1.2em;
}

.tnc-pdp-lightbox {
  align-items: center;
  background: rgba(20, 31, 28, 0.88);
  display: none;
  inset: 0;
  justify-content: center;
  padding: 28px;
  position: fixed;
  z-index: 9999;
}

.tnc-pdp-lightbox.is-open {
  display: flex;
}

.tnc-pdp-lightbox img {
  background: #fffaf2;
  border-radius: 8px;
  max-height: 88vh;
  max-width: 86vw;
  object-fit: contain;
}

.tnc-pdp-lightbox button {
  align-items: center;
  background: rgba(255, 250, 242, 0.94);
  border: 1px solid rgba(184, 146, 74, 0.32);
  border-radius: 999px;
  color: #252525;
  cursor: pointer;
  display: inline-flex;
  font-size: 1.55rem;
  height: 44px;
  justify-content: center;
  position: absolute;
  transition: background 160ms ease, transform 160ms ease;
  width: 44px;
}

.tnc-pdp-lightbox button:hover,
.tnc-pdp-lightbox button:focus-visible {
  background: #fffaf2;
  transform: scale(1.04);
}

.tnc-pdp-lightbox__close {
  right: 22px;
  top: 22px;
}

.tnc-pdp-lightbox__nav--prev {
  left: 24px;
}

.tnc-pdp-lightbox__nav--next {
  right: 24px;
}

@media (max-width: 1050px) {
  .tnc-catalog-filters {
    grid-template-columns: repeat(2, minmax(140px, 1fr));
  }

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

  .tnc-related-products__rail {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .tnc-catalog__header,
  .tnc-pdp__grid {
    display: grid;
    grid-template-columns: 1fr;
  }

  .tnc-pdp__summary {
    position: static;
  }

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

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

  .tnc-setting-steps li {
    border-bottom: 1px solid rgba(37, 37, 37, 0.14);
    border-right: 0;
    gap: 10px;
    min-height: 76px;
    padding: 13px 16px;
  }

  .tnc-setting-steps span {
    font-size: 1.08rem;
    height: 36px;
    width: 36px;
  }

  .tnc-setting-steps strong {
    font-size: 0.9rem;
  }

  .tnc-setting-steps small {
    font-size: 0.72rem;
  }

  .tnc-setting-steps li:last-child {
    border-bottom: 0;
  }

  .tnc-setting-flow__resume {
    align-items: start;
    grid-template-columns: minmax(0, 1fr);
  }

  .tnc-setting-flow__resume .tnc-button {
    justify-self: start;
  }

  .tnc-setting-view-bar {
    align-items: start;
    grid-template-columns: minmax(0, 1fr);
  }

  .tnc-setting-view-bar > a {
    justify-self: start;
  }

  .tnc-related-products__rail {
    display: flex;
    gap: 14px;
    margin-inline: -18px;
    overflow-x: auto;
    padding: 0 18px 8px;
    scroll-snap-type: x mandatory;
  }

  .tnc-related-products__rail .tnc-product-card {
    flex: 0 0 min(78vw, 320px);
    scroll-snap-align: start;
  }

  .tnc-setting-emotion {
    gap: 34px;
    margin-top: 40px;
  }

  .tnc-setting-emotion__next-copy {
    gap: 8px;
    max-width: none;
    padding: 24px 20px 26px;
    position: static;
    transform: none;
  }

  .tnc-setting-emotion__next-copy strong {
    font-size: clamp(1.7rem, 7vw, 2.35rem);
  }

  .tnc-setting-emotion__next-copy em,
  .tnc-setting-emotion__next-copy span {
    font-size: 0.82rem;
    line-height: 1.45;
  }

  .tnc-setting-emotion__next-button {
    font-size: 0.84rem;
    min-height: 44px;
    padding: 10px 16px;
  }

  .tnc-setting-emotion__engraving img {
    aspect-ratio: 6 / 5;
    object-fit: cover;
    object-position: left center;
  }

  .tnc-setting-emotion__engraving > div {
    left: auto;
    max-width: none;
    padding: 26px 22px 30px;
    position: static;
    text-align: center;
    transform: none;
  }

  .tnc-setting-emotion__proposal-carousel {
    margin-inline: -18px;
  }

  .tnc-setting-emotion__proposal-rail {
    padding: 0 18px 12px;
  }

  .tnc-setting-emotion__proposal-card {
    flex-basis: min(82vw, 310px);
  }

  .tnc-setting-emotion__proposal-arrow {
    display: none;
  }
}

@media (max-width: 620px) {
  .tnc-catalog,
  .tnc-catalog *,
  .tnc-pdp,
  .tnc-pdp * {
    min-width: 0;
  }

  .tnc-catalog__header,
  .tnc-pdp__grid {
    align-items: start;
    display: grid;
    gap: 16px;
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
  }

  .tnc-catalog-filters,
  .tnc-product-grid,
  .tnc-pdp__gallery {
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
  }

  .tnc-catalog-filters {
    padding: 12px;
  }

  .tnc-catalog-nav {
    grid-template-columns: 1fr;
  }

  .tnc-catalog-filters label,
  .tnc-catalog-filters select {
    max-width: 100%;
    width: 100%;
  }

  .tnc-product-card,
  .tnc-pdp__summary {
    max-width: 100%;
    width: 100%;
  }

  .tnc-pdp__summary {
    padding: 20px 16px;
  }

  .tnc-pdp__summary h1 {
    font-size: clamp(1rem, 3.75vw, 1.16rem);
    overflow-wrap: anywhere;
  }

  .tnc-product-card__body {
    min-height: 122px;
  }

  .tnc-catalog .tnc-product-card h2 {
    font-size: 1rem;
  }

  .tnc-pdp__button-row {
    grid-template-columns: minmax(0, 1fr);
  }

  .tnc-option-list a {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .tnc-pdp__purchase-form,
  .tnc-pdp__purchase-form .tnc-button {
    width: 100%;
  }

  .tnc-pdp__custom-nudge {
    border-radius: 14px 14px 0 0;
    border-left-width: 1px;
    border-top: 3px solid #b8924a;
    bottom: 16px;
    left: 14px;
    max-width: none;
    padding: 12px 14px;
    right: 14px;
    top: auto;
    transform: none;
  }

  .tnc-pdp__custom-nudge strong {
    font-size: 0.98rem;
  }

  .tnc-pdp__custom-nudge span {
    font-size: 0.72rem;
  }
}
