



.site-footer {
  --tn-brown: #2f3529;
  --tn-orange: #d9b98a;
  background: var(--tn-brown);
  color: #fff;
  margin-top: 6rem;
}
.site-footer a { color: #fff; text-decoration: none; }
.site-footer a:hover,
.site-footer a:focus-visible { color: var(--tn-orange); text-decoration: underline; }
.site-footer .wrap { max-width: 1400px; margin-inline: auto; padding-inline: 2.4rem; }

.site-footer .footer-top {
  display: grid;
  gap: 3.2rem;
  padding-block: 5.6rem 4rem;
  grid-template-columns: 1fr;
}
@media (min-width: 800px) {
  .site-footer .footer-top { grid-template-columns: 1.6fr repeat(3, 1fr) 1.6fr; gap: 4rem; }
}
.site-footer .footer-col { display: flex; flex-direction: column; gap: 0.8rem; align-items: flex-start; }
.site-footer .footer-col h4,
.site-footer .footer-news h4 {
  font-size: 1.3rem; letter-spacing: 0.08em; text-transform: uppercase;
  margin: 0 0 0.8rem; color: #fff; font-weight: 600;
}
.site-footer .footer-col__rte p { margin: 0 0 0.8rem; opacity: 0.85; font-size: 1.4rem; }
.site-footer .footer-brand p { opacity: 0.85; font-size: 1.4rem; max-width: 30ch; }

.site-footer .footer-trust {
  border-top: 1px solid rgba(255,255,255,0.18);
  border-bottom: 1px solid rgba(255,255,255,0.18);
  text-align: center; padding-block: 1.4rem;
  font-size: 1.2rem; letter-spacing: 0.08em; text-transform: uppercase;
}

.site-footer .footer-bottom {
  display: grid; gap: 1.6rem; align-items: center;
  padding-block: 2.4rem 3.2rem;
  grid-template-columns: 1fr;
  text-align: center;
}
@media (min-width: 900px) {
  .site-footer .footer-bottom { grid-template-columns: 1fr auto 1fr; text-align: left; }
  .site-footer .footer-bottom__end { justify-self: end; }
}
.site-footer .footer-bottom__centre { display: flex; flex-direction: column; align-items: center; gap: 1rem; }
.site-footer .footer-bottom small { opacity: 0.8; font-size: 1.2rem; }

.site-footer .footer-pay { display: flex; flex-wrap: wrap; gap: 0.6rem; justify-content: center; padding: 0; margin: 0; list-style: none; }
.site-footer .footer-pay__icon { height: 24px; width: auto; display: block; }

.site-footer .footer-policies__list {
  display: flex; flex-wrap: wrap; gap: 0.4rem 1.6rem;
  justify-content: center; padding: 0; margin: 0; list-style: none;
  font-size: 1.2rem;
}

.site-footer .footer-locale { display: flex; gap: 0.8rem; flex-wrap: wrap; justify-content: center; }
.site-footer .locale-switch select {
  background: transparent; color: #fff; font-size: 1.2rem;
  border: 1px solid rgba(255,255,255,0.35); border-radius: 4px;
  padding: 0.5rem 0.8rem; cursor: pointer;
}
.site-footer .locale-switch select option { color: #111; }


:root {
  --tn-cta: #3f4d36;
  --tn-cta-ink: #f6f3ec;
}

.button--cta.button--cta,
.button--primary.button--primary,
.shopify-payment-button__button--unbranded,
.product-form__submit,
.site-footer .newsletter-form__button,
.tn-btn {
  background: var(--tn-cta);
  color: var(--tn-cta-ink);
  border: 1px solid var(--tn-cta);
  border-radius: 2px;
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
  padding: 1.2rem 2.4rem;
  min-height: 44px;                cursor: pointer;
  transition: background-color 0.15s ease, border-color 0.15s ease;
}
.button--cta.button--cta:hover,
.button--primary.button--primary:hover,
.product-form__submit:hover,
.site-footer .newsletter-form__button:hover,
.tn-btn:hover { background: #2f3529; border-color: #2f3529; }

.button--cta.button--cta .label { color: inherit; }

.slideshow__button .button.button,
.slideshow__button .button--cta.button--cta {
  background: var(--tn-cta);
  color: var(--tn-cta-ink);
  border: 1px solid var(--tn-cta);
  border-radius: 2px;
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
  padding: 1.2rem 2.4rem;
  min-height: 44px;
}
.slideshow__button .button.button:hover,
.slideshow__button .button--cta.button--cta:hover {
  background: #2f3529;
  border-color: #2f3529;
  color: var(--tn-cta-ink);
}
.slideshow__button .button .label { color: inherit; }

.site-footer .footer-news form,
.site-footer .newsletter-form { display: flex; flex-wrap: wrap; gap: 0.8rem; align-items: stretch; }
.site-footer .footer-news input[type="email"],
.site-footer .newsletter-form__field input {
  flex: 1 1 18rem;
  min-height: 44px;
  padding: 1rem 1.2rem;
  font-size: 1.4rem;
  color: #fff;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.45);
  border-radius: 2px;
}
.site-footer .footer-news input[type="email"]::placeholder,
.site-footer .newsletter-form__field input::placeholder { color: rgba(255,255,255,0.65); }
.site-footer .footer-news input[type="email"]:focus-visible,
.site-footer .newsletter-form__field input:focus-visible { outline: 2px solid var(--tn-cta); outline-offset: 1px; }
.site-footer .footer-news button,
.site-footer .newsletter-form button {
  background: var(--tn-cta); color: var(--tn-cta-ink);
  border: 1px solid var(--tn-cta); border-radius: 2px;
  min-height: 44px; padding: 1rem 2rem;
  font-size: 1.3rem; letter-spacing: 0.08em; text-transform: uppercase; font-weight: 600;
  cursor: pointer;
}

@media (prefers-reduced-motion: no-preference) {
  [data-tn-reveal] {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.55s ease, transform 0.55s ease;
    will-change: opacity, transform;
  }
  [data-tn-reveal].tn-revealed { opacity: 1; transform: none; }
}

.tn-lang { position: relative; }
.tn-lang__toggle {
  display: flex; align-items: center; justify-content: center;
  min-width: 44px; min-height: 44px;
  cursor: pointer; list-style: none;
  font-size: 1.2rem; letter-spacing: 0.06em; font-weight: 600;
}
.tn-lang__toggle::-webkit-details-marker { display: none; }
.tn-lang__panel {
  position: absolute; right: 0; top: 100%; z-index: 60;
  background: #fff; border: 1px solid rgba(0,0,0,0.12);
  border-radius: 2px; box-shadow: 0 6px 24px rgba(0,0,0,0.12);
  min-width: 14rem; padding: 0.4rem;
}
.tn-lang__list { list-style: none; margin: 0; padding: 0; }
.tn-lang__item {
  display: block; width: 100%; text-align: left;
  background: none; border: 0; cursor: pointer;
  padding: 0.9rem 1.2rem; font-size: 1.4rem; min-height: 44px;
}
.tn-lang__item:hover { background: rgba(0,0,0,0.05); }
.tn-lang__item.is-current { font-weight: 700; }

.header__icons .language-wrap { display: none !important; }

.slideshow__box.slideshow__box {
  background: linear-gradient(180deg, rgba(20,16,12,0.62), rgba(20,16,12,0.72));
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  padding: 3.2rem 3.6rem;
  border-radius: 3px;
  max-width: 52rem;
}
.slideshow__box .slideshow__text,
.slideshow__box h1,
.slideshow__box h2,
.slideshow__box p { color: #fff; }
.slideshow__box p { text-shadow: none; }

@media (max-width: 749px) {
  .slideshow__box { padding: 2.2rem 2rem; max-width: none; }
}

@media screen and (min-width: 750px) {
  .slideshow--only1.slideshow--only1 .slideshow__center {
    left: 0;
    right: 0;
    transform: translateY(-50%);
    max-width: var(--page-width, 1400px);
    flex: none;
    margin-inline: auto;
    padding-inline: 2.4rem;
    display: flex;
  }

  .slideshow--only1.slideshow--only1 .slideshow__box { width: auto; max-width: 52rem; }

  .slideshow--only1.slideshow--only1 .slideshow__box--top-left,
  .slideshow--only1.slideshow--only1 .slideshow__box--middle-left,
  .slideshow--only1.slideshow--only1 .slideshow__box--bottom-left { margin-right: auto; margin-left: 0; }

  .slideshow--only1.slideshow--only1 .slideshow__box--top-right,
  .slideshow--only1.slideshow--only1 .slideshow__box--middle-right,
  .slideshow--only1.slideshow--only1 .slideshow__box--bottom-right { margin-left: auto; margin-right: 0; }

  .slideshow--only1.slideshow--only1 .slideshow__box--top-center,
  .slideshow--only1.slideshow--only1 .slideshow__box--middle-center,
  .slideshow--only1.slideshow--only1 .slideshow__box--bottom-center { margin-inline: auto; }
}

.product-grid.product-grid { gap: 2.4rem; }

.product-grid.product-grid > .grid__item { display: flex; }
.product-grid.product-grid .card-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.product-grid.product-grid .card__content,
.product-grid.product-grid .card-information {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.product-grid.product-grid .card-information .button--small,
.product-grid.product-grid add-to-cart.button--small {
  margin-top: auto;
  align-self: center;
  width: 100%;
  max-width: 24rem;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--tn-cta, #3f4d36);
  color: var(--tn-cta-ink, #1a1b18);
  border: 1px solid var(--tn-cta, #3f4d36);
  border-radius: 2px;
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}

@media screen and (min-width: 990px) {
  [id*="start-here"] .product-grid.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
  [id*="start-here"] .product-grid.product-grid > .grid__item { width: auto; max-width: none; }
}


.collection-hero.collection-hero,
.collection-hero.collection-hero .collection-hero__inner {
  text-align: left;
  align-items: flex-start;
}
.collection-hero.collection-hero .collection-hero__description { max-width: 68ch; }

.tn-seotext__inner { max-width: 80ch; margin-inline: auto; }
.tn-seotext__heading { margin: 0 0 1.6rem; }
.tn-seotext__body p { margin: 0 0 1.2rem; line-height: 1.7; }

.tn-seotext__more > summary {
  list-style: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  min-height: 44px;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.tn-seotext__more > summary::-webkit-details-marker { display: none; }
.tn-seotext__more > summary::after {
  content: "";
  width: 0.6rem; height: 0.6rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}
.tn-seotext__more[open] > summary::after { transform: rotate(-135deg); }
.tn-seotext__more .tn-seotext__toggle-close { display: none; }
.tn-seotext__more[open] .tn-seotext__toggle-open { display: none; }
.tn-seotext__more[open] .tn-seotext__toggle-close { display: inline; }

@media screen and (min-width: 990px) {
  .product.product .product__media-wrapper {
    position: sticky;
        top: calc(var(--header-height, 70px) + 2rem);
    align-self: start;
  }
}

.product.product .thumbnail-slider { scroll-behavior: smooth; }
.product.product .thumbnail-list {
  display: flex;
  gap: 0.8rem;
  overflow-x: auto;
  padding-bottom: 0.4rem;
}

.product-media-modal.product-media-modal img,
.product-media-modal.product-media-modal .product-media-modal__content img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100vh;
  margin-inline: auto;
}

.tn-blog-hero {
  display: grid;
  gap: 0;
  margin-bottom: 4rem;
  text-decoration: none;
  color: inherit;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 3px;
  overflow: hidden;
}
@media screen and (min-width: 750px) {
  .tn-blog-hero { grid-template-columns: 1.4fr 1fr; align-items: stretch; }
}
.tn-blog-hero__media { overflow: hidden; }
.tn-blog-hero__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.tn-blog-hero__body {
  display: flex; flex-direction: column; justify-content: center;
  gap: 1.2rem; padding: 3.2rem;
}
.tn-blog-hero__title { margin: 0; font-size: clamp(2.4rem, 3.2vw, 3.6rem); line-height: 1.2; }
.tn-blog-hero__excerpt { margin: 0; line-height: 1.7; opacity: 0.85; }
.tn-blog-hero__cta {
  align-self: flex-start;
  min-height: 44px; display: inline-flex; align-items: center;
  padding: 1rem 2.2rem;
  background: var(--tn-cta, #3f4d36);
  color: var(--tn-cta-ink, #1a1b18);
  border-radius: 2px;
  font-size: 1.3rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase;
}
.tn-blog-hero:hover .tn-blog-hero__cta { background: #2f3529; }

.blog-filter.blog-filter { display: flex; flex-wrap: wrap; gap: 0.6rem 1.6rem; }
.blog-filter.blog-filter .link { font-size: 1.3rem; }

.article-template__content.article-template__content,
.article-template .rte {
  max-width: 72ch;
  margin-inline: auto;
  font-size: 1.7rem;
  line-height: 1.75;
}
.article-template .rte h2 { margin: 4.8rem 0 1.6rem; line-height: 1.25; }
.article-template .rte h3 { margin: 3.6rem 0 1.2rem; line-height: 1.3; }
.article-template .rte p { margin: 0 0 1.6rem; }
.article-template .rte strong,
.article-template .rte b { font-weight: 700; }
.article-template .rte ul,
.article-template .rte ol { margin: 0 0 1.6rem; padding-left: 2.2rem; }
.article-template .rte li { margin-bottom: 0.6rem; line-height: 1.7; }
.article-template .rte img { border-radius: 3px; margin-block: 2.4rem; }
.article-template .rte a { text-decoration: underline; text-underline-offset: 3px; }
.article-template .rte blockquote {
  margin: 2.8rem 0; padding-left: 1.8rem;
  border-left: 3px solid var(--tn-cta, #3f4d36);
  font-style: normal;
}


.product__media-wrapper {
    --tn-media-frame: calc(100vh - 13rem);
}


@media screen and (min-width: 990px) {
  .product__media-wrapper.product__media-wrapper {
    height: var(--tn-media-frame);
    display: flex;
    flex-direction: column;
  }
  .product__media-wrapper .slider-mobile-gutter { flex: 1 1 auto; min-height: 0; }
    .product__media-wrapper .thumbnail-slider { flex: 0 0 auto; margin-top: 1rem; }
}

@media screen and (max-width: 989px) {
  .product__media-wrapper.product__media-wrapper {
    --tn-media-frame: calc(100vh - 9rem);
    --tn-thumb-reserve: 10rem;          height: var(--tn-media-frame);
    display: flex;
    flex-direction: column;
  }
  .product__media-wrapper .slider-mobile-gutter { flex: 1 1 auto; min-height: 0; }
    .product__media-wrapper .thumbnail-slider { flex: 0 0 auto; margin-top: 0.8rem; }
}


.product-media-modal__content.product-media-modal__content {
  flex-direction: row;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  align-items: center;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  height: 100vh;
  padding: 0;
  gap: 0;
  scrollbar-width: none;               }
.product-media-modal__content.product-media-modal__content::-webkit-scrollbar { display: none; }

.product-media-modal__content.product-media-modal__content > * {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  scroll-snap-align: center;
  scroll-snap-stop: always;
  margin: 0 auto;
}
.product-media-modal__content.product-media-modal__content > img,
.product-media-modal__content.product-media-modal__content > * img,
.product-media-modal__content.product-media-modal__content > * video {
  max-height: 92vh;
  max-width: min(100%, 1200px);
  width: auto;
  height: auto;
  object-fit: contain;
  margin-inline: auto;
  display: block;
}

.tn-modal-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  border: 1px solid rgba(0,0,0,0.12);
  background: rgba(255,255,255,0.92);
  color: #1a1b18;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 1.8rem;
  line-height: 1;
  padding: 0;
}
.tn-modal-nav:hover { background: #fff; }
.tn-modal-nav[disabled] { opacity: 0.35; cursor: default; }
.tn-modal-nav--prev { left: 2rem; }
.tn-modal-nav--next { right: 2rem; }
@media screen and (max-width: 749px) {
  .tn-modal-nav { width: 3.6rem; height: 3.6rem; }
  .tn-modal-nav--prev { left: 0.8rem; }
  .tn-modal-nav--next { right: 0.8rem; }
}

.tn-modal-count {
  position: absolute;
  bottom: 1.6rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  font-size: 1.3rem;
  letter-spacing: 0.04em;
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(0,0,0,0.12);
  border-radius: 100px;
  padding: 0.4rem 1.2rem;
  color: #1a1b18;
}


.thumbnail-list.thumbnail-list,
.product__media-list.product__media-list,
.slider.slider--mobile,
.slider.slider--tablet-up {
  scrollbar-width: none;            -ms-overflow-style: none;       }
.thumbnail-list.thumbnail-list::-webkit-scrollbar,
.product__media-list.product__media-list::-webkit-scrollbar,
.slider.slider--mobile::-webkit-scrollbar,
.slider.slider--tablet-up::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

.product__media-item .product__media.product__media,
.product__media-item .media.media {
  padding-bottom: 0;
  aspect-ratio: var(--tn-media-ratio, 1);
  height: var(--tn-media-box, calc(var(--tn-media-frame) - var(--tn-thumb-reserve, 11rem)));
  width: auto;
  max-width: 100%;
  max-height: calc(var(--tn-media-frame) - var(--tn-thumb-reserve, 11rem));
  margin-inline: auto;
}
.product__media-wrapper .slider-mobile-gutter {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product__media-item .product__media img,
.product__media-item .media img { object-fit: contain; }

@media screen and (min-width: 990px) {
  .header .header__inline-menu {
    text-align: center;
    margin-inline-start: 0;        }
}


.product-form__buttons button.nm-wishlist-button.nm-wishlist-button,
.product-form__buttons button.nm-PRODUCT_PAGE-wishlist-button.nm-PRODUCT_PAGE-wishlist-button,
button.nm-wishlist-button.nm-wishlist-button,
button.nm-PRODUCT_PAGE-wishlist-button.nm-PRODUCT_PAGE-wishlist-button { display: none !important; }

.price--on-sale .price__sale {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.8rem;
}
.price__sale > dt.price__compare,
.price__sale > dd.price__compare { order: 2; }

.product__info-container > .rating,
.product__info-container > .rating-text,
.product__info-container > .rating-count {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  margin: 0 0.6rem 0 0;
}
.product__info-container > .rating-text,
.product__info-container > .rating-count { font-size: 1.4rem; opacity: 0.85; }

.tn-stock-moved {
  margin: 0 0 0.8rem;
  display: block;
}


.sticky-cart-wrapper product-sticky-cart {
  left: 0;
  right: 0;
  width: 100%;
  max-width: none;
  transform: translateY(100%);
  border-radius: 0;
  overflow: hidden;
}
animate-sticky.sticky-cart-wrapper[animate] product-sticky-cart {
  transform: translateY(0);
}
.sticky-cart-wrapper product-sticky-cart::before {
  border-radius: 8px 8px 0 0;
  box-shadow: 0 -2px 24px rgba(0,0,0,0.12);
}
.sticky-cart-wrapper .sticky-cart.page-width {
  padding-inline: 4rem;
  max-width: none;
  width: 100%;
}

.sticky-cart .sticky-cart__form .product-form__buttons {
  display: flex;
  grid-template-columns: none;
  align-items: center;
  gap: 1.6rem;
}
.sticky-cart .sticky-cart__form variant-selects {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  overflow: visible;            width: auto;
  margin-inline-end: 0;       }
.sticky-cart .sticky-cart__form .product-form__input { margin: 0; }
.sticky-cart .sticky-cart__form select {
  width: auto;
  padding-inline: 1.6rem;
}
.sticky-cart .sticky-cart__form .product-form__submit {
  width: auto;
    min-width: 21rem;
    flex: 0 0 auto;
  white-space: nowrap;
  overflow: visible;
    padding-inline-start: 2.4rem;
  padding-inline-end: calc(2.4rem + 0.1em);
}
.sticky-cart .sticky-cart__form variant-selects,
.sticky-cart .sticky-cart__form .product-form__input { flex: 0 0 auto; }
.sticky-cart .sticky-cart__content { flex: 1 1 auto; min-width: 0; }
.sticky-cart .sticky-cart__content { padding-inline-end: 2.4rem; }
.sticky-cart__form .product-form__submit { white-space: nowrap; }

.site-footer .footer-brand .logo__img {
  max-width: 16rem;
  height: auto;
}
.site-footer .footer-col--products .footer-col__all {
  margin-top: 0.6rem;
  text-decoration: underline;
}

.site-footer .footer-trust,
.site-footer .footer-trust span {
  text-transform: none;
  letter-spacing: 0.01em;
}


.button--cta.button--cta,
.button--primary.button--primary,
.product-form__submit,
.shopify-payment-button__button--unbranded,
add-to-cart.button,
.site-footer .newsletter-form__button,
.site-footer .footer-news button,
.tn-btn,
.slideshow__button .button.button,
.tn-sc__go .button {
  background: var(--tn-cta);
  color: var(--tn-cta-ink);
  border: 1px solid var(--tn-cta);
  border-radius: 2px;
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
  min-height: 44px;
  cursor: pointer;
    padding-inline-end: calc(1em + 0.1em);
  transition: background-color 0.18s ease, border-color 0.18s ease,
              transform 0.18s ease, box-shadow 0.18s ease;
}

.button--cta.button--cta:hover,
.button--primary.button--primary:hover,
.product-form__submit:hover,
.shopify-payment-button__button--unbranded:hover,
add-to-cart.button:hover,
.site-footer .newsletter-form__button:hover,
.site-footer .footer-news button:hover,
.tn-btn:hover,
.slideshow__button .button.button:hover,
.tn-sc__go .button:hover {
  background: #2f3529;
  border-color: #2f3529;
  color: var(--tn-cta-ink);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.16);
}

.button--cta.button--cta:active,
.product-form__submit:active,
add-to-cart.button:active,
.tn-btn:active,
.slideshow__button .button.button:active,
.tn-sc__go .button:active {
  transform: translateY(0);
  box-shadow: none;
}

.button--tertiary,
.button--secondary,
.footer-col__all,
.tn-seotext__toggle {
  transition: color 0.18s ease, border-color 0.18s ease,
              transform 0.18s ease, opacity 0.18s ease;
}
.button--tertiary:hover,
.button--secondary:hover,
.footer-col__all:hover,
.tn-seotext__toggle:hover {
  transform: translateY(-2px);
  opacity: 0.85;
}

@media (prefers-reduced-motion: reduce) {
  .button--cta.button--cta,
  .product-form__submit,
  add-to-cart.button,
  .tn-btn,
  .button--tertiary,
  .button--secondary { transition: none; }
  .button--cta.button--cta:hover,
  .product-form__submit:hover,
  add-to-cart.button:hover,
  .tn-btn:hover,
  .button--tertiary:hover,
  .button--secondary:hover { transform: none; }
}

.tn-marquee-track {
  display: flex !important;
  width: max-content !important;
    transition: none !important;
  animation: tn-marquee-scroll var(--tn-marquee-duration, 40s) linear infinite;
  will-change: transform;
}
.tn-marquee-track > * { flex: 0 0 auto; }

@keyframes tn-marquee-scroll {
  from { transform: translate3d(0, 0, 0); }
  to   { transform: translate3d(-50%, 0, 0); }
}

.tn-marquee-hide { display: none !important; }

@media (prefers-reduced-motion: reduce) {
  .tn-marquee-track { animation: none; }
}

.sticky-cart-wrapper.tn-sticky-out-of-range product-sticky-cart {
  opacity: 0 !important;
  pointer-events: none !important;
  transform: translateX(-50%) translateY(100%) !important;
}


:root {
    --tn-sale: #e0521f;
  --tn-sale-glow: rgba(224, 82, 31, 0.45);
}

.badge.price__badge-sale,
.badge.badge--onsale {
  background: var(--tn-sale);
  color: #fff;
  border: 0;
  border-radius: 2px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.4rem 0.8rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  animation: tn-sale-glow 2.4s ease-in-out infinite;
}

@keyframes tn-sale-glow {
  0%, 100% { box-shadow: 0 0 0 0 var(--tn-sale-glow); }
  50%      { box-shadow: 0 0 10px 2px var(--tn-sale-glow); }
}

div.hengam-low-stock-description.tn-stock-moved {
    display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  width: fit-content;
  max-width: 100%;
  margin: 0 0 0.6rem;
  text-align: left;
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--tn-sale);
  animation: tn-stock-pulse 2.2s ease-in-out infinite;
}

@keyframes tn-stock-pulse {
  0%, 100% { opacity: 1; transform: translateY(0); }
  50%      { opacity: 0.78; transform: translateY(-1px); }
}

.button:not(.button--secondary):not(.button--tertiary):not(.select):not(.skip-to-content-link):not(.button--soldout):not(.quick-view__summary),
.article-template__link.button--tertiary {
  background: var(--tn-cta);
  color: var(--tn-cta-ink);
  border: 1px solid var(--tn-cta);
  border-radius: 2px;
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
  min-height: 44px;
  padding-inline-end: calc(1em + 0.1em);
  transition: background-color 0.18s ease, border-color 0.18s ease,
              transform 0.18s ease, box-shadow 0.18s ease;
}

.button:not(.button--secondary):not(.button--tertiary):not(.select):not(.skip-to-content-link):not(.button--soldout):not(.quick-view__summary):hover,
.article-template__link.button--tertiary:hover {
  background: #2f3529;
  border-color: #2f3529;
  color: var(--tn-cta-ink);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.16);
}

.product__description a:not(.button),
.product__accordion a:not(.button),
.rte a:not(.button),
.tn-sc__note a:not(.button),
.tn-sc__measure-note a:not(.button),
.tn-size-logic__note a:not(.button) {
  color: #9b4a24;
  text-decoration: underline;
  text-underline-offset: 0.25rem;
}

.product__description a:not(.button):hover,
.product__accordion a:not(.button):hover,
.rte a:not(.button):hover,
.tn-sc__note a:not(.button):hover,
.tn-sc__measure-note a:not(.button):hover,
.tn-size-logic__note a:not(.button):hover {
  color: var(--tn-cta);
}

@media (prefers-reduced-motion: reduce) {
  .badge.price__badge-sale,
  .badge.badge--onsale,
  div.hengam-low-stock-description.tn-stock-moved {
    animation: none;
  }
}

.site-footer .tn-footer-social {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  margin: 1.8rem 0 0;
  padding: 0;
  list-style: none;
}

.site-footer .tn-footer-social .list-social__item {
  margin: 0;
}

.site-footer .tn-footer-social .list-social__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  transition: background-color 0.18s ease, color 0.18s ease;
  animation: tn-social-bounce 2.6s ease-in-out infinite;
}

.site-footer .tn-footer-social .list-social__item:nth-child(2) .list-social__link { animation-delay: 0.2s; }
.site-footer .tn-footer-social .list-social__item:nth-child(3) .list-social__link { animation-delay: 0.4s; }
.site-footer .tn-footer-social .list-social__item:nth-child(4) .list-social__link { animation-delay: 0.6s; }
.site-footer .tn-footer-social .list-social__item:nth-child(5) .list-social__link { animation-delay: 0.8s; }

.site-footer .tn-footer-social .list-social__link:hover {
  background: var(--tn-cta);
  color: var(--tn-cta-ink);
}

.site-footer .tn-footer-social .icon {
  width: 20px;
  height: 20px;
}

@keyframes tn-social-bounce {
  0%, 100%   { transform: translateY(0); }
  50%        { transform: translateY(-5px); }
}

@media (prefers-reduced-motion: reduce) {
  .site-footer .tn-footer-social .list-social__link { animation: none; }
}

@media screen and (max-width: 749px) {
  .slideshow .slideshow__center.slideshow__center {
    order: 0;
  }
  .slideshow .slideshow__right.slideshow__right {
    order: 1;
  }
    .slideshow.slideshow.slideshow--only1 {
    flex-direction: column;
  }
}


.price.price.price--on-sale .price__sale {
  display: inline-flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0 0.8rem;
}

.price.price .price__compare,
.price.price--on-sale .price-item--regular {
  font-size: 1.5rem;
  opacity: 0.55;
  margin: 0;
}

.price.price s.price-item--regular {
  text-decoration: line-through;
  text-decoration-thickness: 1px;
}

.price.price .price__badge-sale {
  margin-inline-start: 0.8rem;
}

.price.price .price__sale > dt {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.price.price .price__sale > dd {
  margin: 0;
}

@media screen and (max-width: 749px) {
  .sticky-cart-wrapper .sticky-cart.page-width {
    padding-inline: 1.6rem;
  }
}

@media screen and (max-width: 749px) {
  .product__media-item .product__media.product__media,
  .product__media-item .media.media {
    width: 100%;
    height: auto;
    max-height: none;
    margin-inline: 0;
  }

    .product__media-wrapper.product__media-wrapper {
    height: auto;
  }

    .product .product__media-wrapper .product__media-list {
    margin-inline: -2rem;
    width: calc(100% + 4rem);
    max-width: calc(100% + 4rem);
  }

    .product__media-item .product__media img,
  .product__media-item .media img {
    object-fit: contain;
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 749px) {
  .product__media-list.product__media-list {
    height: var(--tn-list-h, auto);
    align-items: flex-start;
    transition: height 0.2s ease;
  }
}

@media screen and (min-width: 990px) {
  .product__media-wrapper.product__media-wrapper {
    --tn-thumb-reserve: 12rem;
  }
}

@media screen and (min-width: 990px) {
  .product-grid.grid--3-col-desktop > .grid__item {
    max-width: calc(33.333% - 1.6rem);
    flex: 0 1 calc(33.333% - 1.6rem);
  }
}

@media screen and (max-width: 749px) {
    .product-grid.product-grid {
    gap: 1.2rem;
  }
  .product-grid.product-grid > .grid__item {
    max-width: calc(50% - 0.6rem);
    flex: 0 1 calc(50% - 0.6rem);
  }
  }

.card-information .tn-card-desc {
  display: block;
  margin: 0.4rem 0 0.6rem;
  font-size: 1.3rem;
  line-height: 1.5;
  opacity: 0.75;
}

.facets .facets__form.facets__form {
  justify-items: end;
}

.facets .facets__wrapper.facets__wrapper {
  margin-left: auto;
  justify-content: flex-end;
  gap: 1rem;
}

.facets .facets__summary .button.button--small,
.facets .facets__summary .facets__open.button {
  min-height: 36px;
  padding: 0.4rem 1.2rem;
  font-size: 1.1rem;
  letter-spacing: 0.06em;
  gap: 0.6rem;
}

.facets .facets__summary .icon {
  width: 10px;
  height: 10px;
}

.tn-seotext .tn-seotext__inner,
.tn-seotext .tn-seotext__body {
  max-width: none;
  width: 100%;
  margin-inline: 0;
}

@media screen and (min-width: 990px) {
  .tn-seotext .tn-seotext__more .tn-seotext__body {
    column-count: 2;
    column-gap: 4rem;
  }
    .tn-seotext .tn-seotext__more .tn-seotext__body h3 {
    break-after: avoid;
    break-inside: avoid;
    margin-top: 0;
  }
  .tn-seotext .tn-seotext__more .tn-seotext__body p {
    break-inside: avoid-column;
  }
}


.tn-blog-intro {
  max-width: 70ch;
  margin: 1.2rem 0 0;
  font-size: 1.5rem;
  line-height: 1.6;
  opacity: 0.85;
}

@media screen and (min-width: 750px) {
  .tn-blog-hero.tn-blog-hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 0;
    text-decoration: none;
  }
  .tn-blog-hero .tn-blog-hero__media {
        aspect-ratio: 4 / 3;
    height: 100%;
    overflow: hidden;
    margin: 0;
  }
  .tn-blog-hero .tn-blog-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .tn-blog-hero .tn-blog-hero__body {
    padding: 0 4rem;
  }
}

.tn-blog-hero .tn-blog-hero__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.8rem;
  min-height: 44px;
  padding: 0 2.4rem;
  border-radius: 2px;
  background: var(--tn-cta);
  color: var(--tn-cta-ink);
  border: 1px solid var(--tn-cta);
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: background-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.tn-blog-hero:hover .tn-blog-hero__cta {
  background: #2f3529;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.16);
}

.tn-blog-controls {
    grid-column: 1 / -1;
  flex: 0 0 100%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
  margin: 3.2rem 0 2.4rem;
}

.tn-blog-filter {
  position: relative;
}

.tn-blog-filter__toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  cursor: pointer;
  list-style: none;
}

.tn-blog-filter__toggle::-webkit-details-marker {
  display: none;
}

.tn-blog-filter__toggle .icon {
  width: 14px;
  height: 14px;
}

.tn-blog-filter__list {
  position: absolute;
  z-index: 3;
  top: calc(100% + 0.6rem);
  left: 0;
  min-width: 20rem;
  margin: 0;
  padding: 0.8rem 0;
  background: rgb(var(--color-background));
  border: 1px solid rgba(var(--color-foreground), 0.15);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.tn-blog-filter__list li {
  margin: 0;
}

.tn-blog-filter__list a {
  display: block;
  padding: 0.8rem 1.6rem;
  text-decoration: none;
  font-size: 1.4rem;
}

.tn-blog-filter__list a:hover,
.tn-blog-filter__list a.is-selected {
  background: rgba(var(--color-foreground), 0.06);
}

.tn-blog-sort {
  cursor: pointer;
}

.article-card .article-card__link.button {
  text-decoration: none;
  margin-top: 1.2rem;
}

.pagination__item--prev::after {
  content: '\2192';
  margin-inline-start: 0.6rem;
}

.pagination__item--next::before {
  content: '\2190';
  margin-inline-end: 0.6rem;
}

.blog-header.blog-header {
  display: block;
}

.blog-header .tn-blog-intro {
  display: block;
}

@media screen and (max-width: 749px) {
  .blog-articles.blog-articles {
        gap: 3rem 1.2rem;
    align-items: flex-start;
  }

  .blog-articles.blog-articles > .blog-articles__article {
        flex: 0 0 calc(50% - 0.6rem);
    max-width: calc(50% - 0.6rem);
        margin-top: 0;
  }

    .tn-blog-hero.tn-blog-hero {
        margin-inline: -2rem;
    width: calc(100% + 4rem);
    max-width: calc(100% + 4rem);
  }

  .tn-blog-hero .tn-blog-hero__media {
        aspect-ratio: 16 / 10;
    height: auto;
    width: 100%;
    overflow: hidden;
  }

  .tn-blog-hero .tn-blog-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

    .tn-blog-hero .tn-blog-hero__body {
    padding-inline: 2rem;
  }
}


.collabs-page__main .collabs-page__images.collabs-page__images {
  display: none;
}

.collabs-page__opportunities ul,
.collabs-page ul:has(> li) {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.2rem;
  list-style: none;
  margin: 2.4rem 0 0;
  padding: 0;
}

.collabs-page__opportunities li,
.collabs-page ul > li {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  margin: 0;
  padding: 1rem 2rem;
  border: 1px solid rgba(var(--color-foreground), 0.18);
  border-radius: 999px;
  background: transparent;
  color: rgb(var(--color-foreground));
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
  transition: border-color 0.18s ease, background-color 0.18s ease;
}

.collabs-page__opportunities li::before,
.collabs-page ul > li::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--tn-cta);
  flex: 0 0 auto;
}

.collabs-page__opportunities li:hover,
.collabs-page ul > li:hover {
  border-color: var(--tn-cta);
  background: rgba(255, 157, 77, 0.08);
}


.article-template__content.page-width--inner,
.tn-article-index.page-width--inner,
.tn-article-nav.page-width--inner {
    max-width: min(82rem, 100%);
}

.tn-article-index {
  margin: 3.2rem auto 0;
  padding: 2.4rem 2.8rem;
  border: 1px solid rgba(var(--color-foreground), 0.14);
  border-radius: 4px;
  background: rgba(var(--color-foreground), 0.02);
}

.tn-article-index__title {
  margin: 0 0 1.2rem;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.tn-article-index__list {
  margin: 0;
  padding-inline-start: 2rem;
  display: grid;
  gap: 0.6rem;
}

.tn-article-index__list a {
  color: rgb(var(--color-foreground));
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.tn-article-index__list a:hover {
  border-bottom-color: var(--tn-cta);
}

.article-template__content h2,
[id*="article-faq"] h2 {
  scroll-margin-top: 10rem;
}

.tn-article-nav {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 2rem;
  margin: 4rem auto 0;
}

.tn-article-nav__side--next {
  justify-self: end;
  text-align: right;
}

.tn-article-nav__link {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  text-decoration: none;
  font-size: 1.3rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(var(--color-foreground), 0.75);
}

.tn-article-nav__link:hover {
  color: rgb(var(--color-foreground));
}

.tn-article-nav__link .icon {
  width: 16px;
  height: 16px;
}

.tn-article-nav__side--prev .icon {
  transform: rotate(180deg);
}

.tn-article-nav__social .social-sharing__title,
.tn-article-nav__social .share-button__label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.tn-article-nav__social ul,
.tn-article-nav__social .social-sharing {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tn-article-nav__social a,
.tn-article-nav__social .share-button__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(var(--color-foreground), 0.18);
  animation: tn-social-bounce 2.6s ease-in-out infinite;
}

.tn-article-nav__social li:nth-child(2) a { animation-delay: 0.2s; }
.tn-article-nav__social li:nth-child(3) a { animation-delay: 0.4s; }
.tn-article-nav__social li:nth-child(4) a { animation-delay: 0.6s; }

.tn-article-nav__social a:hover,
.tn-article-nav__social .share-button__button:hover {
  border-color: var(--tn-cta);
  color: var(--tn-cta);
}

.article-template__comment-wrapper,
.article-template__navigation,
.article-template__social-sharing {
  border-top: 0;
  border-bottom: 0;
}

.article-template__comment-button {
  margin-bottom: 3.2rem;
}

.article-template__comment-wrapper {
  padding-bottom: 4rem;
}

@media screen and (max-width: 749px) {
  .tn-article-nav {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 1.6rem;
    text-align: center;
  }
  .tn-article-nav__side--next {
    justify-self: center;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tn-article-nav__social a,
  .tn-article-nav__social .share-button__button { animation: none; }
}


@media screen and (max-width: 989px) {
    .header .header__icons .cart-drawer-container,
  .header .header__icons > .header__icon--cart {
    display: none;
  }

    .header .header__icons {
    display: flex;
    align-items: center;
  }
  .header .header__icons .tn-lang {
    order: 9;
  }
}

.menu-drawer .menu-drawer__inner-container {
  background: rgb(var(--color-background));
}

.menu-drawer .menu-drawer__menu-item {
  font-size: 1.7rem;
  letter-spacing: 0.02em;
}

.menu-drawer .menu-drawer__menu-item--active,
.menu-drawer .menu-drawer__menu-item:hover {
  color: var(--tn-cta);
  background: transparent;
}

.menu-drawer .tn-drawer__all {
  font-weight: 600;
  border-bottom: 1px solid rgba(var(--color-foreground), 0.12);
}

.menu-drawer .menu-drawer__utility-links {
  display: grid;
  gap: 1rem;
  padding: 1.6rem;
  background: #2f3529;      }

.menu-drawer .tn-drawer__account.button,
.menu-drawer .tn-drawer__cart.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  width: 100%;
  min-height: 44px;
  border-radius: 2px;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
}

.menu-drawer .tn-drawer__cart.button {
  background: var(--tn-cta);
  color: var(--tn-cta-ink);
  border: 1px solid var(--tn-cta);
}

.menu-drawer .tn-drawer__account.button {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.55);
}

.menu-drawer .tn-drawer__account.button:hover {
  border-color: #fff;
}

.menu-drawer .tn-drawer__cart .icon,
.menu-drawer .tn-drawer__account .icon {
  width: 18px;
  height: 18px;
}


@media (max-width: 799px) {
  .site-footer .footer-top {
    grid-template-columns: 1fr 1fr;
    column-gap: 2rem;
    row-gap: 3.2rem;
    padding-block: 4rem 3.2rem;
  }

    .site-footer .footer-brand {
    grid-column: 1 / -1;
    order: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1.2rem;
  }
  .site-footer .footer-brand p {
    max-width: 36ch;
    margin: 0;
  }
  .site-footer .footer-brand .logo {
    display: block;
    line-height: 0;
  }
    .site-footer .footer-brand .logo__img {
    max-width: 24rem;
    width: 24rem;
  }
  .site-footer .footer-brand .tn-footer-social {
    justify-content: center;
  }

    .site-footer .footer-col--products { order: 2; grid-column: 1; }
  .site-footer .footer-col--explore  { order: 3; grid-column: 2; }
  .site-footer .footer-col--about    { order: 4; grid-column: 1 / -1; }
  .site-footer .footer-news          { order: 5; grid-column: 1 / -1; }

    .site-footer .footer-col--about {
    display: block;
    columns: 2;
    column-gap: 2rem;
  }
  .site-footer .footer-col--about h4 {
    column-span: all;
  }
  .site-footer .footer-col--about a {
    display: block;
    padding-block: 0.4rem;
    break-inside: avoid;
  }
}

tn-row { display: block; min-width: 0; }
.tab-collage .button, .tab-collage__content .button { background: #f6f3ec; color: #23261f; border-color: #f6f3ec; }
.tn-prow__grid { position: relative; }
.tn-crumbs.page-width { padding-inline: 1.6rem; }
@media screen and (min-width: 750px) { .tn-crumbs.page-width { padding-inline: 5rem; } }

/* Marquee tracks and off-canvas drawers extend past the viewport by design; clip at the page edge so a 320px phone never scrolls sideways (live gate, 2026-09-15). */
html,body{overflow-x:clip}
