:root {
  --tn-yellow: #f4b315;
  --tn-yellow-deep: #d99b00;
  --tn-charcoal: #232323;
  --tn-charcoal-soft: #393939;
  --tn-slate: #5b5b5b;
  --tn-cream: #f8f5ee;
  --tn-cream-deep: #efe8d8;
  --tn-white: #fffdf8;
  --tn-border: rgba(46, 40, 26, 0.12);
  --tn-line-strong: rgba(24, 24, 24, 0.82);
  --tn-shadow: 0 24px 70px -38px rgba(20, 20, 20, 0.45);
  --tn-radius-xl: 28px;
  --tn-radius-lg: 22px;
  --tn-radius-md: 16px;
  --tn-radius-sm: 12px;
  --tn-container: min(1260px, calc(100vw - 32px));
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at top left, rgba(244, 179, 21, 0.18), transparent 28rem),
    linear-gradient(180deg, #f7f5ef 0%, #f3efe4 100%);
  color: var(--tn-charcoal);
  font-family: "Archivo", "Trebuchet MS", sans-serif;
  line-height: 1.5;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

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

svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.tn-container {
  width: var(--tn-container);
  margin: 0 auto;
}

.tn-site-main {
  display: block;
}

.tn-topbar {
  background: linear-gradient(135deg, #303030 0%, #1b1b1b 100%);
  color: #fff8ea;
}

.tn-topbar__inner,
.tn-header__inner,
.tn-footer__grid,
.tn-footer__bottom,
.tn-page-head__row,
.tn-shop-toolbar,
.tn-section-heading {
  display: flex;
  gap: 20px;
}

.tn-topbar__inner {
  align-items: center;
  justify-content: space-between;
  min-height: 44px;
}

.tn-topbar__contact,
.tn-topbar__actions {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 0.92rem;
}

.tn-topbar__contact a,
.tn-topbar__actions a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.tn-topbar__icon {
  display: inline-flex;
  color: #ffd96d;
}

.tn-header {
  position: sticky;
  top: 0;
  z-index: 70;
  border-bottom: 1px solid rgba(46, 40, 26, 0.08);
  background: rgba(248, 245, 238, 0.92);
  backdrop-filter: blur(18px);
}

.tn-header__inner {
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  flex-wrap: nowrap;
}

.tn-brand {
  display: inline-flex;
  align-items: center;
}

.tn-brand__mark {
  width: min(260px, 100%);
  max-height: 70px;
  object-fit: contain;
}

.tn-primary-nav {
  flex: 1;
  display: flex;
  justify-content: center;
  min-width: 0;
  overflow: visible;
}

.tn-primary-nav__search {
  display: none;
}

.tn-menu {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: visible;
}

.tn-menu > li,
.tn-menu .menu-item-has-children {
  position: relative;
}

.tn-menu .menu-item-has-children::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 18px;
}

.tn-menu a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 14px;
  border-radius: 999px;
  color: var(--tn-charcoal);
  white-space: nowrap;
  transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.tn-menu__link {
  position: relative;
}

.tn-menu__item-inner {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.tn-menu__item-label {
  display: inline-flex;
  align-items: center;
}

.tn-menu__item-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(244, 179, 21, 0.24), rgba(217, 155, 0, 0.2));
  color: #735200;
  box-shadow: inset 0 0 0 1px rgba(217, 155, 0, 0.18);
  font-size: 0.88rem;
}

.tn-menu__item-icon svg,
.tn-menu__item-icon img,
.tn-category-rail__icon svg,
.tn-category-rail__icon img,
.tn-product-card__pill-icon svg,
.tn-product-card__pill-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.tn-menu__item-caret {
  display: inline-flex;
  font-size: 0.82rem;
  color: #7d651d;
  transform: rotate(90deg);
  transition: transform 0.24s ease;
}

.tn-menu .menu-item-has-children:hover > a .tn-menu__item-caret,
.tn-menu .menu-item-has-children:focus-within > a .tn-menu__item-caret,
.tn-menu .menu-item-has-children.is-open > a .tn-menu__item-caret {
  transform: rotate(-90deg);
}

.tn-menu .sub-menu {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  z-index: 30;
  display: grid;
  gap: 8px;
  min-width: 290px;
  padding: 14px;
  margin: 0;
  list-style: none;
  border: 1px solid var(--tn-border);
  border-radius: 22px;
  background: rgba(255, 252, 245, 0.98);
  box-shadow: 0 28px 70px -40px rgba(18, 18, 18, 0.45);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  pointer-events: none;
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
}

.tn-menu .sub-menu a {
  justify-content: flex-start;
  min-height: 50px;
  padding: 0 14px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 243, 230, 0.88));
  border: 1px solid rgba(217, 155, 0, 0.12);
}

.tn-menu > li:hover > .sub-menu,
.tn-menu > li:focus-within > .sub-menu,
.tn-menu > li.is-open > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.tn-menu a:hover,
.tn-menu .current-menu-item a,
.tn-menu .current_page_item a {
  background: rgba(244, 179, 21, 0.18);
  color: #1f1c14;
  transform: translateY(-1px);
}

.tn-header__tools {
  display: flex;
  align-items: center;
  gap: 14px;
}

.tn-header__search {
  width: min(360px, 100%);
}

.tn-nav-toggle {
  display: none;
  align-items: center;
  gap: 10px;
  border: 0;
  border-radius: 999px;
  padding: 12px 16px;
  background: linear-gradient(135deg, var(--tn-yellow) 0%, var(--tn-yellow-deep) 100%);
  color: #241b08;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.tn-nav-toggle__icon,
.tn-nav-toggle__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.tn-nav-toggle__icon svg {
  display: block;
  width: 22px;
  height: 22px;
}

.tn-header__cart {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #252525;
  color: #fff;
  box-shadow: var(--tn-shadow);
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.tn-header__cart-count {
  position: absolute;
  top: -4px;
  right: -2px;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--tn-yellow) 0%, var(--tn-yellow-deep) 100%);
  color: #1f1600;
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 22px;
  text-align: center;
  transform-origin: center;
  transition: transform 0.24s ease;
}

.tn-header__cart-flash {
  position: absolute;
  inset: -6px;
  border-radius: 999px;
  border: 2px solid rgba(244, 179, 21, 0.38);
  opacity: 0;
  transform: scale(0.7);
  pointer-events: none;
}

.tn-header__cart.is-bump {
  transform: translateY(-2px) scale(1.06);
  box-shadow: 0 22px 38px rgba(217, 155, 0, 0.28);
}

.tn-header__cart.is-bump .tn-header__cart-count {
  transform: scale(1.18);
}

.tn-header__cart.is-bump .tn-header__cart-flash {
  animation: tn-cart-flash 0.62s ease-out;
}

.tn-search-form {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 6px 6px 6px 12px;
  border: 1px solid var(--tn-border);
  border-radius: 999px;
  background: linear-gradient(180deg, #fffdf8 0%, #f7f3ea 100%);
  box-shadow: var(--tn-shadow);
}

.tn-search-form__icon {
  display: inline-flex;
  color: var(--tn-yellow-deep);
  font-size: 1.05rem;
}

.tn-search-form__input {
  width: 100%;
  border: 0;
  background: transparent;
  color: var(--tn-charcoal);
  font: inherit;
  outline: none;
}

.tn-search-form__input::placeholder {
  color: #8d8064;
}

.tn-search-form__button,
.tn-product-card__cta,
.tn-product-card__ghost,
.tn-section-heading__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 18px;
  border: 0;
  border-radius: 14px;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.tn-search-form__button,
.tn-product-card__cta,
.tn-section-heading__link {
  background: linear-gradient(135deg, var(--tn-yellow) 0%, var(--tn-yellow-deep) 100%);
  color: #231904;
  box-shadow: 0 18px 34px rgba(217, 155, 0, 0.25);
}

.tn-search-form__button:hover,
.tn-product-card__cta:hover,
.tn-product-card__ghost:hover,
.tn-section-heading__link:hover {
  transform: translateY(-2px);
}

.tn-product-card__ghost {
  border: 1px solid var(--tn-border);
  background: rgba(255, 255, 255, 0.72);
  color: var(--tn-charcoal);
}

.tn-home-slider {
  padding: 24px 0 12px;
  overflow: clip;
}

.tn-home-slider__bleed {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.tn-slider-shell {
  overflow: hidden;
  border-top: 1px solid rgba(34, 34, 34, 0.08);
  border-bottom: 1px solid rgba(34, 34, 34, 0.08);
  box-shadow: 0 26px 54px -40px rgba(20, 20, 20, 0.32);
}

.tn-slider-shell .depicter,
.tn-slider-shell .depicter-slider {
  width: 100% !important;
  max-width: none !important;
}

.tn-home-slider--full .tn-slider-shell,
.tn-home-slider--full .tn-slider-shell .depicter,
.tn-home-slider--full .tn-slider-shell .depicter-slider {
  border-radius: 0;
}

.tn-home-section,
.tn-page-shell,
.tn-page-head {
  padding: 18px 0 34px;
}

.tn-home-section--tight {
  padding-top: 0;
  padding-bottom: 12px;
}

.tn-home-section--grid {
  padding-top: 8px;
  padding-bottom: 52px;
}

.tn-section-heading {
  justify-content: space-between;
  align-items: end;
  margin-bottom: 20px;
}

.tn-section-heading__eyebrow,
.tn-footer__eyebrow,
.tn-highlight-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(244, 179, 21, 0.18);
  color: #6b5200;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.tn-section-heading h1,
.tn-section-heading h2,
.tn-page-head h1,
.tn-product-card--featured h2,
.tn-product-card h3 {
  margin: 8px 0 0;
  color: var(--tn-charcoal);
  font-family: "Roboto Slab", Georgia, serif;
}

.tn-section-heading h1,
.tn-page-head h1 {
  font-size: clamp(2.4rem, 4.8vw, 4rem);
}

.tn-section-heading h2 {
  font-size: clamp(1.9rem, 3.6vw, 3rem);
}

.tn-page-head__row {
  justify-content: space-between;
  align-items: end;
}

.tn-page-head--generic {
  padding-top: 26px;
}

.tn-page-hero__search {
  margin-top: 18px;
  width: min(520px, 100%);
}

.tn-category-rail {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 6px;
}

.tn-category-rail__item {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 56px;
  padding: 0 18px;
  border: 1px solid var(--tn-border);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--tn-shadow);
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.tn-category-rail__item:hover {
  transform: translateY(-2px);
  border-color: rgba(217, 155, 0, 0.4);
}

.tn-category-rail__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(244, 179, 21, 0.2), rgba(217, 155, 0, 0.26));
  color: #5d4300;
}

.tn-product-grid,
.woocommerce ul.products,
.woocommerce-page ul.products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  align-items: stretch;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tn-home-section--grid .tn-product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after,
.woocommerce-page ul.products::before,
.woocommerce-page ul.products::after {
  display: none;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  display: block;
  width: auto;
  margin: 0;
  float: none;
}

.tn-product-grid > *,
.tn-product-card-wrap,
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  width: 100% !important;
  min-width: 0;
}

.tn-product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 0;
  overflow: hidden;
  min-height: 100%;
  border: 3px solid var(--tn-line-strong);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 26px 54px -34px rgba(20, 20, 20, 0.45);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
  isolation: isolate;
}

.tn-product-card::before {
  content: "";
  position: absolute;
  inset: -40% auto auto -24%;
  width: 120px;
  height: 220px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
  transform: rotate(24deg);
  opacity: 0;
  transition: opacity 0.28s ease, transform 0.5s ease;
  pointer-events: none;
}

.tn-product-card:hover {
  transform: translateY(-10px);
  border-color: rgba(30, 30, 30, 0.92);
  box-shadow: 0 34px 64px -34px rgba(20, 20, 20, 0.55);
}

.tn-product-card:hover::before {
  opacity: 1;
  transform: rotate(24deg) translateX(26px);
}

.tn-product-card__media {
  display: block;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background:
    radial-gradient(circle at top, rgba(244, 179, 21, 0.12), transparent 30rem),
    linear-gradient(180deg, #fffdf9 0%, #f3eedf 100%);
}

.tn-product-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.38s ease;
}

.tn-product-card:hover .tn-product-card__media img {
  transform: scale(1.045);
}

.tn-product-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
  padding: 0 0 22px;
}

.tn-product-card__topline {
  display: grid;
  grid-template-columns: minmax(0, auto) minmax(0, 1fr);
  gap: 2px;
  align-items: stretch;
  padding: 0 0;
  background: linear-gradient(135deg, var(--tn-yellow) 0%, #dfaa2f 100%);
}

.tn-product-card__pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 28px;
  padding: 0 14px;
  color: #fff6db;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1;
  text-transform: uppercase;
  background: rgba(36, 31, 17, 0.12);
}

.tn-product-card__pill--muted {
  min-width: 0;
  color: #4f3611;
  font-weight: 700;
  justify-content: flex-start;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: rgba(255, 248, 231, 0.15);
}

.tn-product-card__pill-icon {
  display: inline-grid;
  flex: 0 0 auto;
  place-items: center;
  width: 1.15rem;
  height: 1.15rem;
  min-width: 1.15rem;
  min-height: 1.15rem;
  overflow: hidden;
  font-size: 0.92rem;
  line-height: 0;
  transform: translateY(-0.5px);
}

.tn-product-card__pill-icon img,
.tn-product-card__pill-icon svg {
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: contain;
  object-position: center;
}

.tn-product-card h3,
.tn-product-card--featured h2 {
  padding: 0 18px;
  margin-top: 0;
  font-size: clamp(1.05rem, 1.65vw, 1.58rem);
  line-height: 1.14;
  text-transform: uppercase;
}

.tn-product-card h3 {
  min-height: calc(1.14em * 2.2);
}

.tn-product-card h3 a,
.tn-product-card--featured h2 a {
  display: -webkit-box;
  overflow: hidden;
  color: inherit;
  word-break: break-word;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.tn-product-card__footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(148px, 42%);
  gap: 16px;
  align-items: stretch;
  margin-top: auto;
  padding: 0 18px;
}

.tn-product-card__price {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 8px 16px;
  border-radius: 14px;
  background: #222222;
  color: #fff;
  font-family: "Roboto Slab", Georgia, serif;
  font-size: 1.15rem;
  font-weight: 700;
  text-align: center;
}

.tn-product-card__price del {
  opacity: 0.55;
  margin-right: 8px;
}

.tn-product-card__price ins {
  text-decoration: none;
}

.tn-product-card__cta {
  width: 100%;
  min-height: 50px;
  padding: 10px 12px;
  font-size: 0.94rem;
  text-align: center;
}

.tn-product-card__ctas {
  display: grid;
  gap: 10px;
  align-content: start;
}

.tn-product-card__cta--buy-now {
  background: #232323;
  color: #fff7e0;
  box-shadow: 0 18px 34px rgba(35, 35, 35, 0.16);
}

.tn-product-card__cta--buy-now:hover {
  background: #171717;
  color: #fff7e0;
}

.tn-product-card__cta.is-added {
  animation: tn-cart-button-pop 0.54s ease;
}

.tn-product-card__cta-icon {
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 0.95rem;
}

.tn-product-card__cta-icon svg {
  width: 1em;
  height: 1em;
}

.tn-product-card__cta-text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.tn-product-card--featured {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  align-items: stretch;
}

.tn-product-card__media--featured {
  aspect-ratio: auto;
  min-height: 520px;
}

.tn-product-card__body--featured {
  align-content: center;
  padding: 26px;
}

.tn-product-card__footer--featured {
  grid-template-columns: minmax(0, 1fr);
}

.tn-product-card__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.tn-highlight-chip {
  justify-self: flex-start;
}

.tn-highlight-chip svg {
  color: var(--tn-yellow-deep);
}

.tn-shop-toolbar {
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  padding: 16px 20px;
  border: 1px solid var(--tn-border);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.75);
  box-shadow: var(--tn-shadow);
}

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
  float: none;
  margin: 0;
}

.woocommerce .woocommerce-ordering select,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce .quantity .qty {
  border: 1px solid var(--tn-border);
  border-radius: 14px;
  background: linear-gradient(180deg, #fffdf8 0%, #f7f3ea 100%);
  color: var(--tn-charcoal);
}

.woocommerce .price,
.woocommerce-Price-amount {
  color: inherit;
}

.woocommerce span.onsale {
  left: 14px;
  top: 14px;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: #222;
  color: #fff;
  line-height: 34px;
}

.tn-page-shell .woocommerce-notices-wrapper,
.tn-page-shell .woocommerce-message,
.tn-page-shell .woocommerce-error,
.tn-page-shell .woocommerce-info {
  margin-bottom: 16px;
}

.tn-page-shell .product,
.tn-page-shell .woocommerce-cart-form,
.tn-page-shell .cart-collaterals,
.tn-page-shell .woocommerce-checkout-review-order,
.tn-page-shell .woocommerce-account .woocommerce,
.tn-page-shell form.checkout {
  border: 1px solid var(--tn-border);
  border-radius: var(--tn-radius-lg);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--tn-shadow);
}

.tn-page-shell .product,
.tn-page-shell form.checkout,
.tn-page-shell .woocommerce-account .woocommerce {
  padding: 24px;
}

.tn-page-shell table.shop_table {
  border: 1px solid var(--tn-border);
  border-radius: 18px;
  overflow: hidden;
}

.woocommerce-cart .e-cart__container {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.92fr);
  gap: 26px;
  align-items: start;
}

.woocommerce-cart .woocommerce-cart-form,
.woocommerce-cart .e-cart-totals,
.woocommerce-cart .coupon.e-cart-section.shop_table {
  padding: 22px;
}

.woocommerce-cart .woocommerce-cart-form,
.woocommerce-cart .e-cart-totals,
.woocommerce-cart .coupon.e-cart-section.shop_table,
.woocommerce-cart .cart-collaterals {
  background:
    radial-gradient(circle at top right, rgba(244, 179, 21, 0.11), transparent 16rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(248, 244, 234, 0.9) 100%);
}

.woocommerce-cart .e-shop-table,
.woocommerce-cart .cart-collaterals,
.woocommerce-cart .cart_totals {
  min-width: 0;
}

.woocommerce-cart table.shop_table.cart {
  border: 0;
  border-radius: 0;
  background: transparent;
}

.woocommerce-cart table.shop_table.cart thead th {
  padding: 0 12px 16px;
  border: 0;
  color: #6c5a30;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.woocommerce-cart table.shop_table.cart tbody td {
  padding: 18px 12px;
  border-top: 1px solid rgba(54, 44, 18, 0.08);
  vertical-align: middle;
}

.woocommerce-cart td.product-remove {
  width: 48px;
}

.woocommerce-cart td.product-remove a.remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #232323;
  color: #fff !important;
  font-size: 1.15rem;
  line-height: 1;
  transition: transform 0.22s ease, background-color 0.22s ease;
}

.woocommerce-cart td.product-remove a.remove:hover {
  transform: scale(1.05);
  background: var(--tn-yellow-deep);
  color: #231904 !important;
}

.woocommerce-cart td.product-thumbnail {
  width: 112px;
}

.woocommerce-cart td.product-thumbnail a {
  display: block;
  width: 92px;
  border-radius: 18px;
  overflow: hidden;
  background:
    radial-gradient(circle at top, rgba(244, 179, 21, 0.12), transparent 10rem),
    linear-gradient(180deg, #fffdf9 0%, #f1ecd9 100%);
  box-shadow: 0 18px 34px -28px rgba(20, 20, 20, 0.45);
}

.woocommerce-cart td.product-thumbnail img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.woocommerce-cart td.product-name a {
  display: inline-block;
  color: var(--tn-charcoal);
  font-size: 1.02rem;
  font-weight: 800;
  line-height: 1.22;
}

.woocommerce-cart td.product-price,
.woocommerce-cart td.product-subtotal {
  font-weight: 700;
}

.woocommerce-cart td.product-quantity .quantity {
  display: inline-flex;
}

.woocommerce-cart td.product-quantity .qty {
  min-width: 88px;
  min-height: 46px;
  text-align: center;
}

.woocommerce-cart .woocommerce-cart-form .actions {
  padding: 0;
  border: 0;
}

.woocommerce-cart .woocommerce-cart-form .actions > .button[name="update_cart"] {
  display: none !important;
}

.woocommerce-cart .coupon.e-cart-section.shop_table {
  margin-top: 18px;
  border: 1px solid var(--tn-border);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.56);
  box-shadow: none;
  opacity: 0.82;
}

.woocommerce-cart .coupon-col {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
}

.woocommerce-cart .coupon-col-start,
.woocommerce-cart .coupon-col-end {
  min-width: 0;
}

.woocommerce-cart .coupon .input-text,
.woocommerce-cart .shipping-calculator-form .input-text {
  width: 100%;
  min-height: 50px;
  border: 1px solid var(--tn-border);
  border-radius: 14px;
  background: linear-gradient(180deg, #fffdf8 0%, #f7f3ea 100%);
  color: var(--tn-charcoal);
}

.woocommerce-cart .coupon .input-text::placeholder {
  color: #9f9278;
}

.woocommerce-cart .coupon .button,
.woocommerce-cart .cart_totals .button,
.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
  min-height: 50px;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--tn-yellow) 0%, var(--tn-yellow-deep) 100%);
  color: #231904;
  font-weight: 800;
  box-shadow: 0 18px 34px rgba(217, 155, 0, 0.18);
}

.woocommerce-cart .coupon .button {
  background: rgba(44, 39, 30, 0.08);
  color: #5f5339;
  box-shadow: none;
}

.woocommerce-cart .cart_totals h2 {
  margin: 0 0 18px;
  color: var(--tn-charcoal);
  font-family: "Roboto Slab", Georgia, serif;
  font-size: clamp(1.3rem, 2vw, 1.8rem);
}

.woocommerce-cart .cart_totals table {
  border: 0;
  border-radius: 0;
  background: transparent;
}

.woocommerce-cart .cart_totals th,
.woocommerce-cart .cart_totals td {
  padding: 14px 0;
  border-top: 1px solid rgba(54, 44, 18, 0.08);
}

.woocommerce-cart .shipping-calculator-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  color: var(--tn-charcoal);
  font-weight: 700;
}

.woocommerce-cart .wc-proceed-to-checkout {
  margin-top: 18px;
}

.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
  width: 100%;
  min-height: 56px;
}

.tn-page-head--product {
  padding: 18px 0 4px;
}

.tn-single-product__breadcrumb .woocommerce-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: #7a6b4d;
  font-size: 0.92rem;
}

.tn-single-product__breadcrumb .woocommerce-breadcrumb a {
  color: var(--tn-charcoal);
  font-weight: 700;
}

.tn-single-product__breadcrumb-sep {
  color: rgba(35, 35, 35, 0.4);
}

.tn-page-shell--product {
  padding-top: 10px;
}

.tn-single-product__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
  gap: 28px;
  align-items: start;
}

.tn-single-product__gallery-panel,
.tn-single-product__summary-panel,
.tn-single-product__details .woocommerce-tabs,
.tn-single-product__related .related {
  position: relative;
  border: 1px solid var(--tn-border);
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(244, 179, 21, 0.12), transparent 20rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.97) 0%, rgba(247, 242, 231, 0.94) 100%);
  box-shadow: var(--tn-shadow);
}

.tn-single-product__gallery-panel {
  padding: 24px;
  overflow: hidden;
}

.tn-single-product__sale-badge {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  background: #222;
  color: #fff7de;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.tn-single-product__gallery-panel .woocommerce-product-gallery {
  width: 100% !important;
  margin: 0 !important;
}

.tn-single-product__gallery-panel .woocommerce-product-gallery__wrapper {
  overflow: hidden;
  border-radius: 24px;
  background:
    radial-gradient(circle at top, rgba(244, 179, 21, 0.14), transparent 22rem),
    linear-gradient(180deg, #fffdf9 0%, #f0eadb 100%);
}

.tn-single-product__gallery-panel .woocommerce-product-gallery__image a {
  display: block;
}

.tn-single-product__gallery-panel .woocommerce-product-gallery__image img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.tn-single-product__gallery-panel .flex-control-thumbs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
  padding: 0;
  list-style: none;
}

.tn-single-product__gallery-panel .flex-control-thumbs li {
  float: none !important;
  width: auto !important;
  border: 1px solid var(--tn-border);
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.86);
  transition: transform 0.24s ease, border-color 0.24s ease;
}

.tn-single-product__gallery-panel .flex-control-thumbs li:hover {
  transform: translateY(-2px);
  border-color: rgba(217, 155, 0, 0.4);
}

.tn-single-product__gallery-panel .flex-control-thumbs img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  opacity: 1 !important;
}

.tn-single-product__summary-panel {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 28px;
}

.tn-single-product__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tn-single-product__badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid var(--tn-border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  color: #58461c;
  font-size: 0.92rem;
  font-weight: 800;
}

.tn-single-product__badge--category {
  background: rgba(35, 35, 35, 0.94);
  color: #fff7de;
}

.tn-single-product__badge-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  color: currentColor;
}

.tn-single-product__badge-icon img,
.tn-single-product__badge-icon svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.tn-single-product__title {
  margin: 0;
  color: var(--tn-charcoal);
  font-family: "Roboto Slab", Georgia, serif;
  font-size: clamp(1.7rem, 3.2vw, 2.9rem);
  line-height: 1.02;
  max-width: 13ch;
}

.tn-single-product__rating:empty {
  display: none;
}

.tn-single-product__rating .star-rating,
.tn-single-product__rating .woocommerce-review-link {
  font-size: 0.96rem;
}

.tn-single-product__price {
  color: var(--tn-charcoal);
  font-family: "Roboto Slab", Georgia, serif;
}

.tn-single-product__price .price {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  gap: 10px 12px;
  margin: 0;
}

.tn-single-product__price .price > .woocommerce-Price-amount,
.tn-single-product__price .price > .amount {
  font-size: clamp(2.35rem, 5vw, 3.8rem);
  line-height: 0.95;
}

.tn-single-product__price ins {
  color: var(--tn-charcoal);
  font-size: clamp(2.35rem, 5vw, 3.8rem);
  text-decoration: none;
}

.tn-single-product__price del {
  color: rgba(35, 35, 35, 0.46);
  font-size: 1.12rem;
}

.tn-single-product__summary-copy {
  color: #574e3a;
  font-size: 1rem;
}

.tn-single-product__summary-copy p {
  margin: 0;
}

@media (min-width: 981px) {
  .tn-single-product__summary-copy {
    display: none;
  }
}

.tn-single-product__highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.tn-single-product__highlight,
.tn-single-product__purchase-card,
.tn-single-product__shipping-card,
.tn-single-product__meta-card {
  border: 1px solid var(--tn-border);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.tn-single-product__highlight {
  display: flex;
  gap: 12px;
  padding: 16px;
}

.tn-single-product__highlight-icon,
.tn-single-product__card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(244, 179, 21, 0.24) 0%, rgba(217, 155, 0, 0.18) 100%);
  color: #7b5908;
  font-size: 1.15rem;
}

.tn-single-product__highlight strong {
  display: block;
  margin-bottom: 4px;
  color: var(--tn-charcoal);
}

.tn-single-product__highlight p {
  margin: 0;
  color: #6a614f;
  font-size: 0.92rem;
  line-height: 1.4;
}

.tn-single-product__purchase-card,
.tn-single-product__shipping-card,
.tn-single-product__meta-card {
  padding: 20px;
}

.tn-single-product__card-head {
  display: flex;
  gap: 12px;
  align-items: start;
  margin-bottom: 16px;
}

.tn-single-product__card-head h2 {
  margin: 0 0 4px;
  color: var(--tn-charcoal);
  font-size: 1.08rem;
}

.tn-single-product__card-head p {
  margin: 0;
  color: #6a614f;
  font-size: 0.94rem;
}

.tn-single-product__purchase-card form.cart {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr) minmax(0, 1fr);
  gap: 12px;
  margin: 0;
}

.tn-single-product__purchase-card form.cart .quantity {
  margin: 0 !important;
}

.tn-single-product__purchase-card form.cart .qty,
.tn-single-product__shipping-card .infixs-correios-automatico-input,
.tn-single-product__shipping-card input.infixs-correios-automatico-input {
  width: 100%;
  min-height: 54px;
  border: 1px solid var(--tn-border);
  border-radius: 16px;
  background: linear-gradient(180deg, #fffdf8 0%, #f7f3ea 100%);
  color: var(--tn-charcoal);
  text-align: center;
}

.tn-single-product__purchase-card form.cart .single_add_to_cart_button,
.tn-single-product__shipping-card .infixs-correios-automatico-calculate-submit {
  min-height: 54px;
  border: 0;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--tn-yellow) 0%, var(--tn-yellow-deep) 100%);
  color: #231904;
  font-weight: 800;
  box-shadow: 0 18px 34px rgba(217, 155, 0, 0.18);
}

.tn-single-product__purchase-card form.cart .tn-single-product__buy-now {
  min-height: 54px;
}

.tn-single-product__action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.tn-single-product__action-row > * {
  flex: 1 1 220px;
}

.tn-single-product__whatsapp {
  background: linear-gradient(135deg, #232323 0%, #131313 100%);
  color: #fff8ea;
  box-shadow: 0 20px 34px rgba(18, 18, 18, 0.2);
}

.tn-single-product__whatsapp .tn-product-card__cta-icon {
  color: #ffd96d;
}

.tn-single-product__ghost {
  min-height: 54px;
}

.tn-single-product__shipping-card .infixs-correios-automatico-calculator {
  margin: 0;
}

.tn-single-product__shipping-card .infixs-correios-automatico-calculator-title {
  display: none;
}

.tn-single-product__shipping-card .infixs-correios-automatico-calculate-box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
}

.tn-single-product__shipping-card .infixs-correios-automatico-input-text,
.tn-single-product__shipping-card .infixs-correios-automatico-postcode-button-box {
  width: 100%;
}

.tn-single-product__shipping-card .infixs-correios-automatico-calculate-submit {
  padding: 0 22px;
}

.tn-single-product__shipping-card .infixs-correios-automatico-shipping-results {
  margin-top: 16px;
}

.tn-single-product__shipping-card .infixs-correios-automatico-shipping-results-grid {
  border: 1px solid rgba(54, 44, 18, 0.08);
  border-radius: 18px;
  overflow: hidden;
}

.tn-single-product__meta-card .product_meta {
  display: grid;
  gap: 10px;
  color: #6a614f;
  font-size: 0.94rem;
}

.tn-single-product__meta-card .product_meta > span {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tn-single-product__meta-card .product_meta a {
  color: var(--tn-charcoal);
  font-weight: 700;
}

.tn-single-product__details,
.tn-single-product__related,
.tn-single-product__highlights-section {
  margin-top: 30px;
}

.tn-single-product__details .woocommerce-tabs,
.tn-single-product__related .related {
  padding: 24px;
}

.tn-single-product__details .woocommerce-tabs ul.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 18px;
  padding: 0;
  border: 0;
}

.tn-single-product__details .woocommerce-tabs ul.tabs::before,
.tn-single-product__details .woocommerce-tabs ul.tabs li::before,
.tn-single-product__details .woocommerce-tabs ul.tabs li::after {
  display: none !important;
}

.tn-single-product__details .woocommerce-tabs ul.tabs li {
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid var(--tn-border) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.78) !important;
}

.tn-single-product__details .woocommerce-tabs ul.tabs li.active {
  background: linear-gradient(135deg, var(--tn-yellow) 0%, var(--tn-yellow-deep) 100%) !important;
  border-color: rgba(217, 155, 0, 0.32) !important;
}

.tn-single-product__details .woocommerce-tabs ul.tabs li a {
  padding: 12px 18px !important;
  color: var(--tn-charcoal) !important;
  font-weight: 800 !important;
}

.tn-single-product__details .woocommerce-tabs .panel {
  margin: 0;
  color: #564d3b;
}

.tn-single-product__details .woocommerce-tabs .panel > h2:first-child {
  margin-top: 0;
  color: var(--tn-charcoal);
  font-family: "Roboto Slab", Georgia, serif;
}

.tn-single-product__details .shop_attributes {
  border: 0;
}

.tn-single-product__details .shop_attributes th,
.tn-single-product__details .shop_attributes td {
  padding: 12px 0;
  border-top: 1px solid rgba(54, 44, 18, 0.08);
}

.tn-single-product__related .related > h2 {
  display: none;
}

.tn-single-product__related .products {
  margin-top: 0 !important;
}

.tn-single-product__highlights-section {
  padding-bottom: 6px;
}

.tn-footer {
  margin-top: 28px;
  padding: 42px 0 24px;
  background: linear-gradient(180deg, #303030 0%, #171717 100%);
  color: #fff8ea;
}

.tn-footer__grid {
  align-items: start;
}

.tn-footer__grid > * {
  flex: 1 1 0;
}

.tn-footer__brand .tn-brand__mark {
  width: min(220px, 100%);
  filter: brightness(1.06);
}

.tn-footer p,
.tn-footer__links a {
  color: rgba(255, 248, 234, 0.78);
}

.tn-footer h3 {
  margin-top: 0;
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tn-footer__links {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.tn-social-list {
  display: flex;
  gap: 12px;
}

.tn-social-list a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #fff;
}

.tn-footer__bottom {
  justify-content: space-between;
  align-items: center;
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.tn-reveal {
  opacity: 0;
  transform: translateY(26px) scale(0.985);
  transition:
    opacity 0.6s ease var(--tn-delay, 0s),
    transform 0.6s ease var(--tn-delay, 0s);
}

.tn-reveal.is-visible {
  opacity: 1;
  transform: none;
}

@keyframes tn-cart-flash {
  0% {
    opacity: 0;
    transform: scale(0.72);
  }

  30% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: scale(1.42);
  }
}

@keyframes tn-cart-button-pop {
  0% {
    transform: scale(1);
  }

  35% {
    transform: scale(0.96);
  }

  70% {
    transform: scale(1.04);
  }

  100% {
    transform: scale(1);
  }
}


@media (max-width: 1180px) {
  .tn-home-section--grid .tn-product-grid,
  .tn-product-grid,
  .woocommerce ul.products,
  .woocommerce-page ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .tn-product-card--featured {
    grid-template-columns: 1fr;
  }

  .tn-product-card__media--featured {
    min-height: 420px;
  }

  .tn-header__search {
    width: min(280px, 100%);
  }
}

@media (max-width: 980px) {
  .tn-topbar {
    display: none;
  }

  .tn-topbar__inner,
  .tn-page-head__row,
  .tn-shop-toolbar,
  .tn-section-heading,
  .tn-footer__grid,
  .tn-footer__bottom {
    flex-direction: column;
    align-items: stretch;
  }

  .tn-nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    justify-self: end;
    width: 48px;
    height: 48px;
    padding: 0;
    border-radius: 16px;
    box-shadow: 0 16px 32px rgba(217, 155, 0, 0.2);
  }

  .tn-nav-toggle__icon {
    width: 100%;
    height: 100%;
  }

  .tn-nav-toggle__label {
    display: none;
  }

  .tn-primary-nav {
    position: fixed;
    top: 84px;
    left: 12px;
    right: 12px;
    display: block;
    padding: 18px;
    border: 1px solid var(--tn-border);
    border-radius: 24px;
    background: rgba(255, 253, 248, 0.98);
    box-shadow: var(--tn-shadow);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
    max-height: calc(100vh - 104px);
    overflow: auto;
    z-index: 90;
  }

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

  .tn-primary-nav__search {
    display: block;
    margin-bottom: 16px;
  }

  .tn-search-form--drawer {
    min-height: 54px;
    border-radius: 18px;
    box-shadow: none;
  }

  .tn-menu {
    flex-direction: column;
    align-items: stretch;
  }

  .tn-menu a {
    justify-content: flex-start;
  }

  .tn-menu > li {
    position: static;
  }

  .tn-menu .menu-item-has-children::after {
    display: none;
  }

  .tn-menu .sub-menu {
    position: static;
    min-width: 0;
    margin: 8px 0 0;
    padding: 10px 0 0 14px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: auto;
    display: none;
  }

  .tn-menu .menu-item-has-children.is-open > .sub-menu {
    display: grid;
  }

  .tn-menu .sub-menu a {
    background: rgba(255, 255, 255, 0.86);
  }

  .tn-header__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 12px;
    padding: 12px 0;
  }

  .tn-header__brand {
    min-width: 0;
  }

  .tn-brand__mark {
    width: clamp(128px, 22vw, 162px);
    max-height: 56px;
  }

  .tn-header__tools {
    margin-left: 0;
    width: auto;
    gap: 10px;
    justify-self: end;
  }

  .tn-header__search {
    display: none;
  }

  body.tn-menu-open {
    overflow: hidden;
  }

  .tn-home-section--grid .tn-product-grid,
  .tn-product-grid,
  .woocommerce ul.products,
  .woocommerce-page ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .woocommerce-cart .e-cart__container {
    grid-template-columns: 1fr;
  }

  .tn-single-product__grid,
  .tn-single-product__highlights {
    grid-template-columns: 1fr;
  }

  .tn-single-product__title {
    max-width: none;
  }

  .tn-single-product__purchase-card form.cart,
  .tn-single-product__shipping-card .infixs-correios-automatico-calculate-box {
    grid-template-columns: 1fr;
  }

  .tn-single-product__action-row > * {
    flex-basis: 100%;
  }
}

@media (max-width: 760px) {
  .tn-topbar__contact,
  .tn-topbar__actions {
    flex-wrap: wrap;
    gap: 10px 14px;
  }

  .tn-header__inner {
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 10px;
  }

  .tn-brand__mark {
    width: 124px;
    max-height: 46px;
  }

  .tn-header__tools {
    width: auto;
  }

  .tn-home-section--grid .tn-product-grid,
  .tn-product-grid,
  .woocommerce ul.products,
  .woocommerce-page ul.products {
    grid-template-columns: 1fr;
  }

  .tn-page-head--product {
    padding-top: 10px;
  }

  .tn-single-product__gallery-panel,
  .tn-single-product__summary-panel,
  .tn-single-product__details .woocommerce-tabs,
  .tn-single-product__related .related {
    padding: 18px;
    border-radius: 24px;
  }

  .tn-single-product__gallery-panel .flex-control-thumbs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }

  .tn-single-product__badges {
    gap: 8px;
  }

  .tn-single-product__badge {
    min-height: 40px;
    padding: 0 14px;
    font-size: 0.86rem;
  }

  .tn-single-product__title {
    font-size: clamp(1.8rem, 10vw, 2.6rem);
  }

  .tn-single-product__price .price > .woocommerce-Price-amount,
  .tn-single-product__price .price > .amount,
  .tn-single-product__price ins {
    font-size: clamp(2rem, 9vw, 3rem);
  }

  .tn-single-product__card-head {
    align-items: flex-start;
  }

  .tn-single-product__details .woocommerce-tabs ul.tabs {
    flex-direction: column;
  }

  .tn-single-product__details .woocommerce-tabs ul.tabs li {
    width: 100%;
  }

  .tn-product-card__footer {
    grid-template-columns: 1fr;
  }

  .tn-product-card__actions {
    flex-direction: column;
  }

  .tn-product-card__ctas,
  .tn-product-card__ghost,
  .tn-product-card__cta {
    width: 100%;
  }

  .woocommerce-cart .woocommerce-cart-form,
  .woocommerce-cart .e-cart-totals,
  .woocommerce-cart .coupon.e-cart-section.shop_table {
    padding: 16px;
  }

  .woocommerce-cart table.shop_table.cart {
    border: 0;
  }

  .woocommerce-cart table.shop_table_responsive.cart thead {
    display: none;
  }

  .woocommerce-cart table.shop_table_responsive.cart tbody {
    display: grid;
    gap: 14px;
  }

  .woocommerce-cart table.shop_table_responsive.cart tbody tr.cart_item {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 18px 16px;
    border: 1px solid var(--tn-border);
    border-radius: 22px;
    background:
      radial-gradient(circle at top right, rgba(244, 179, 21, 0.12), transparent 12rem),
      linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 242, 231, 0.92) 100%);
    box-shadow: 0 18px 36px -30px rgba(20, 20, 20, 0.42);
  }

  .woocommerce-cart table.shop_table_responsive.cart tbody tr.cart_item td {
    display: flex !important;
    width: auto !important;
    min-width: 0;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    padding: 0;
    border: 0;
    text-align: left !important;
  }

  .woocommerce-cart table.shop_table_responsive.cart tbody tr.cart_item td::before {
    padding-right: 0;
    color: #6c5a30;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  .woocommerce-cart table.shop_table_responsive.cart tbody tr.cart_item td.product-remove {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block !important;
    width: auto !important;
    padding: 0 !important;
  }

  .woocommerce-cart table.shop_table_responsive.cart tbody tr.cart_item td.product-remove::before {
    display: none !important;
  }

  .woocommerce-cart table.shop_table_responsive.cart tbody tr.cart_item td.product-remove a.remove {
    width: 34px;
    height: 34px;
    font-size: 0;
  }

  .woocommerce-cart table.shop_table_responsive.cart tbody tr.cart_item td.product-remove a.remove::before {
    content: "\00d7";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 1.28rem;
    font-weight: 700;
    line-height: 1;
  }

  .woocommerce-cart table.shop_table_responsive.cart tbody tr.cart_item td.product-thumbnail {
    display: block !important;
    justify-self: center;
    width: 100% !important;
  }

  .woocommerce-cart table.shop_table_responsive.cart tbody tr.cart_item td.product-thumbnail::before {
    display: none !important;
  }

  .woocommerce-cart table.shop_table_responsive.cart tbody tr.cart_item td.product-thumbnail a {
    width: min(190px, 56vw);
    margin: 0 auto;
  }

  .woocommerce-cart table.shop_table_responsive.cart tbody tr.cart_item td.product-name {
    display: block !important;
    width: 100% !important;
    padding-right: 42px;
  }

  .woocommerce-cart table.shop_table_responsive.cart tbody tr.cart_item td.product-name::before {
    display: none !important;
  }

  .woocommerce-cart table.shop_table_responsive.cart tbody tr.cart_item td.product-name a {
    color: var(--tn-charcoal) !important;
    font-size: 1rem !important;
    line-height: 1.2;
  }

  .woocommerce-cart table.shop_table_responsive.cart tbody tr.cart_item td.product-price,
  .woocommerce-cart table.shop_table_responsive.cart tbody tr.cart_item td.product-subtotal,
  .woocommerce-cart table.shop_table_responsive.cart tbody tr.cart_item td.product-quantity {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100% !important;
    gap: 4px;
  }

  .woocommerce-cart table.shop_table_responsive.cart tbody tr.cart_item td.product-price::before,
  .woocommerce-cart table.shop_table_responsive.cart tbody tr.cart_item td.product-subtotal::before,
  .woocommerce-cart table.shop_table_responsive.cart tbody tr.cart_item td.product-quantity::before {
    display: block;
  }

  .woocommerce-cart table.shop_table_responsive.cart tbody tr.cart_item td.product-price .amount,
  .woocommerce-cart table.shop_table_responsive.cart tbody tr.cart_item td.product-subtotal .amount {
    white-space: nowrap;
    text-align: left;
  }

  .woocommerce-cart table.shop_table_responsive.cart tbody tr.cart_item td.product-quantity .quantity {
    margin-left: 0;
  }

  .woocommerce-cart table.shop_table_responsive.cart tbody tr.cart_item td.product-quantity .qty {
    min-width: 82px;
    width: 82px;
    height: 42px;
  }

  .woocommerce-cart table.shop_table_responsive.cart tbody tr.actions {
    display: none !important;
  }

  .woocommerce-cart .coupon-col {
    grid-template-columns: 1fr;
  }

  .woocommerce-cart .coupon-col-end .button,
  .woocommerce-cart .wc-proceed-to-checkout .checkout-button {
    width: 100%;
  }

  .tn-product-card__media--featured {
    min-height: 320px;
  }

  .tn-page-head h1,
  .tn-section-heading h1,
  .tn-section-heading h2 {
    max-width: 12ch;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }

  .tn-reveal {
    opacity: 1;
    transform: none;
  }
}
