:root {
  --tf-ink: #17120e;
  --tf-night: #100d0b;
  --tf-cocoa: #2b2019;
  --tf-cream: #fff8ea;
  --tf-paper: #f4ead8;
  --tf-mist: #ebe0cf;
  --tf-gold: #d6ad55;
  --tf-bright: #fff1a6;
  --tf-copper: #ba6c37;
  --tf-emerald: #164a3f;
  --tf-jade: #35b099;
  --tf-wine: #74324b;
  --tf-blue: #314b74;
  --tf-line: rgba(52, 39, 27, 0.14);
  --tf-glass: rgba(255, 248, 234, 0.76);
  --tf-radius: 8px;
  --tf-shadow: 0 24px 70px rgba(33, 22, 12, 0.16);
  --tf-deep-shadow: 0 32px 100px rgba(18, 11, 5, 0.34);
}

* {
  letter-spacing: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--tf-ink) !important;
  background:
    linear-gradient(120deg, rgba(22, 74, 63, 0.10), transparent 36%),
    linear-gradient(220deg, rgba(186, 108, 55, 0.13), transparent 38%),
    linear-gradient(180deg, #fff9ec 0%, #efe2cf 52%, #f9f1e6 100%) !important;
  min-height: 100vh;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(23, 18, 14, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 18, 14, 0.035) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,.85), transparent 82%);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255,255,255,.35), transparent 24%),
    repeating-linear-gradient(90deg, rgba(255,255,255,.08) 0 1px, transparent 1px 7px);
  mix-blend-mode: soft-light;
}

.tf-shell,
.container,
.products,
.collections,
.gallery,
.testimonials,
.split {
  width: min(1240px, calc(100% - 32px)) !important;
  max-width: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.tf-top-link,
.back-link {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 0.9rem;
  border: 1px solid var(--tf-line);
  border-radius: var(--tf-radius);
  background: rgba(255, 248, 234, 0.76);
  color: var(--tf-emerald) !important;
  font-weight: 800;
  box-shadow: 0 10px 28px rgba(33, 22, 12, 0.08);
}

.navbar {
  width: min(1240px, calc(100% - 28px)) !important;
  top: 14px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  border: 1px solid rgba(255,255,255,.26) !important;
  background: rgba(20, 15, 11, 0.76) !important;
  color: var(--tf-cream) !important;
  border-radius: var(--tf-radius) !important;
  box-shadow: var(--tf-deep-shadow) !important;
}

.navbar.hidden {
  transform: translate(-50%, -140%) !important;
}

.navbar a,
.navbar .logo a {
  color: var(--tf-cream) !important;
}

.nav-links li a,
.cart-button {
  border-radius: 6px !important;
}

.cart-button,
.cta-btn,
.home-cart-btn,
.add-to-cart,
.search-box button,
.contact button,
.login-container button,
.register-container button,
.home-btn,
.btn-view {
  background: linear-gradient(135deg, var(--tf-emerald), var(--tf-gold) 58%, var(--tf-copper)) !important;
  color: #fffaf0 !important;
  border: 0 !important;
  border-radius: var(--tf-radius) !important;
  box-shadow: 0 16px 36px rgba(22, 74, 63, 0.18) !important;
  cursor: pointer;
  transition: transform .24s ease, box-shadow .24s ease, filter .24s ease !important;
}

.cart-button:hover,
.cta-btn:hover,
.home-cart-btn:hover,
.add-to-cart:hover,
.search-box button:hover,
.contact button:hover,
.login-container button:hover,
.register-container button:hover,
.btn-view:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 48px rgba(22, 74, 63, 0.22) !important;
  filter: saturate(1.08);
}

.home-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 1rem !important;
}

.home-cart-btn[data-in-cart="1"],
.add-to-cart[data-in-cart="1"],
.btn-delete {
  background: linear-gradient(135deg, var(--tf-wine), #b45b75) !important;
  color: #fffaf0 !important;
}

.hero {
  min-height: 96vh !important;
  background: var(--tf-night) !important;
}

.hero::before {
  background:
    linear-gradient(90deg, rgba(16, 13, 11, .96) 0%, rgba(16, 13, 11, .76) 45%, rgba(16, 13, 11, .32) 100%),
    linear-gradient(180deg, transparent 60%, rgba(245, 234, 216, .12)),
    radial-gradient(circle at 74% 30%, rgba(53, 176, 153, .18), transparent 19rem),
    radial-gradient(circle at 48% 74%, rgba(214, 173, 85, .22), transparent 24rem) !important;
}

.hero video {
  opacity: .58 !important;
  filter: saturate(1.06) contrast(1.04);
}

.hero-content {
  width: min(1240px, 100%) !important;
}

.hero-kicker {
  color: var(--tf-bright) !important;
}

.hero-content h1 {
  max-width: 850px !important;
  font-size: clamp(3rem, 7vw, 6.4rem) !important;
  line-height: .92 !important;
  background: linear-gradient(130deg, #fff9eb 0%, var(--tf-bright) 34%, #d58d45 70%, #9fe5d7 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

.hero-showcase,
.banner,
.collection-card,
.product-card,
.testimonial-card,
.contact,
.cart-container,
.order-card,
.login-container,
.register-container,
.tf-panel {
  border-radius: var(--tf-radius) !important;
  border: 1px solid var(--tf-line) !important;
  background: rgba(255, 250, 241, 0.86) !important;
  box-shadow: var(--tf-shadow) !important;
}

.hero-showcase {
  background: rgba(255,250,241,.10) !important;
  border-color: rgba(255,255,255,.22) !important;
}

.commerce-strip {
  width: min(1240px, calc(100% - 32px)) !important;
  border-radius: var(--tf-radius) !important;
  border: 1px solid var(--tf-line) !important;
  background: rgba(255,250,241,.84) !important;
  box-shadow: var(--tf-shadow) !important;
}

.commerce-strip div {
  background:
    linear-gradient(135deg, rgba(255,255,255,.82), rgba(255,248,234,.62)),
    rgba(255,250,241,.9) !important;
}

.section-head,
.tf-page-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 1.45rem;
}

.section-head h2,
.products h2,
.collections h2,
.gallery h2,
.testimonials h2,
.contact h2,
.tf-page-head h1,
h1 {
  color: var(--tf-ink) !important;
  -webkit-text-fill-color: initial !important;
  background: none !important;
  font-family: "Playfair Display", "Cinzel", Georgia, serif !important;
  letter-spacing: 0 !important;
}

.section-kicker,
.tf-kicker {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  margin-bottom: .7rem;
  color: var(--tf-emerald);
  font-size: .74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.section-kicker::before,
.tf-kicker::before {
  content: "";
  width: 34px;
  height: 1px;
  background: var(--tf-gold);
}

.collection-grid,
.products-grid,
.product-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)) !important;
  gap: 1rem !important;
}

.products-grid,
.product-grid {
  grid-template-columns: repeat(auto-fill, minmax(170px, 1fr)) !important;
  gap: .7rem !important;
}

.product-card,
.card {
  position: relative;
  overflow: hidden !important;
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease !important;
}

.product-card::before,
.card::before,
.collection-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(120deg, transparent 0%, rgba(255,255,255,.34) 42%, transparent 56%),
    linear-gradient(180deg, transparent 62%, rgba(16,13,11,.05));
  opacity: 0;
  transform: translateX(-45%);
  transition: opacity .3s ease, transform .7s ease;
}

.product-card:hover,
.card:hover,
.collection-card:hover {
  transform: translateY(-6px);
  border-color: rgba(214, 173, 85, .55) !important;
  box-shadow: 0 30px 80px rgba(33, 22, 12, 0.20) !important;
}

.product-card:hover::before,
.card:hover::before,
.collection-card:hover::before {
  opacity: 1;
  transform: translateX(45%);
}

.product-card img,
.card img,
.collection-image {
  transition: transform .5s ease, filter .5s ease !important;
}

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

.product-badge,
.product-category,
.hero-showcase-tag,
.badge,
.status-pill {
  border-radius: 999px !important;
  letter-spacing: 0 !important;
}

.product-info,
.card-info {
  position: relative;
  z-index: 2;
}

.product-info h3,
.card-info h3 {
  color: var(--tf-ink) !important;
}

.product-desc,
.card-info p,
.commerce-strip span,
.section-head p {
  color: rgba(23, 18, 14, .68) !important;
}

.product-price,
.price,
.card-info .price {
  color: var(--tf-copper) !important;
  font-weight: 900 !important;
}

.product-actions {
  gap: .55rem !important;
}

.product-link {
  border: 1px solid var(--tf-line) !important;
  border-radius: var(--tf-radius) !important;
  background: rgba(255,255,255,.72) !important;
  color: var(--tf-emerald) !important;
  font-weight: 900;
}

.tf-shop-hero,
.tf-product-hero,
.tf-cart-hero,
.tf-orders-hero,
.tf-auth-hero {
  position: relative;
  overflow: hidden;
  width: min(1240px, calc(100% - 32px));
  margin: 2rem auto 1.25rem;
  padding: clamp(1.2rem, 4vw, 3rem);
  border-radius: var(--tf-radius);
  border: 1px solid rgba(255,255,255,.24);
  color: var(--tf-cream);
  background:
    linear-gradient(125deg, rgba(16,13,11,.96), rgba(43,32,25,.86) 56%, rgba(22,74,63,.82)),
    linear-gradient(90deg, rgba(214,173,85,.18), transparent);
  box-shadow: var(--tf-deep-shadow);
}

.tf-shop-hero::after,
.tf-product-hero::after,
.tf-cart-hero::after,
.tf-orders-hero::after,
.tf-auth-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(90deg, rgba(0,0,0,.92), transparent);
}

.tf-shop-hero > *,
.tf-product-hero > *,
.tf-cart-hero > *,
.tf-orders-hero > *,
.tf-auth-hero > * {
  position: relative;
  z-index: 1;
}

.tf-shop-hero h1,
.tf-product-hero h1,
.tf-cart-hero h1,
.tf-orders-hero h1,
.tf-auth-hero h1 {
  color: var(--tf-cream) !important;
  font-size: clamp(2.2rem, 5vw, 4.8rem) !important;
  line-height: .96;
  margin: .3rem 0 .7rem !important;
}

.tf-shop-hero p,
.tf-product-hero p,
.tf-cart-hero p,
.tf-orders-hero p,
.tf-auth-hero p {
  max-width: 680px;
  color: rgba(255,248,234,.82);
  line-height: 1.7;
}

.tf-stat-row {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
  margin-top: 1rem;
}

.tf-stat-row span {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: .45rem .75rem;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: var(--tf-radius);
  background: rgba(255,255,255,.08);
  color: var(--tf-cream);
  font-weight: 800;
}

.products-grid .card {
  background: rgba(255,250,241,.88) !important;
  border-color: var(--tf-line) !important;
  box-shadow: var(--tf-shadow) !important;
}

.products-grid .card > a {
  display: block;
  overflow: hidden;
  background: #eadcc9;
}

.products-grid .card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.products-grid .card-info {
  padding: .9rem !important;
}

.products-grid .card-info h3 {
  font-family: "Playfair Display", "Cinzel", Georgia, serif !important;
  font-size: 1.08rem;
  line-height: 1.1;
  min-height: 2.35em;
}

.products-grid .card-info p {
  margin: .55rem 0 0 !important;
  line-height: 1.5;
}

.add-to-cart {
  width: 100%;
  min-height: 40px;
  margin-top: .75rem !important;
  font-weight: 900 !important;
}

.tf-product-layout,
.product-wrap {
  display: grid !important;
  grid-template-columns: minmax(250px, 420px) minmax(0, 1fr);
  gap: clamp(.9rem, 3vw, 1.5rem) !important;
  align-items: start;
}

.tf-product-shell {
  padding: 1rem 0 0 !important;
}

.prod-image {
  position: sticky;
  top: 96px;
  width: 100% !important;
  max-width: 420px;
  justify-self: start;
  background: rgba(255,250,241,.72);
  padding: .6rem;
  border: 1px solid var(--tf-line);
  border-radius: var(--tf-radius);
  box-shadow: var(--tf-shadow);
}

.product-gallery-main {
  overflow: hidden;
  border-radius: 7px;
  background: #eadcc9;
}

.prod-image img,
.product-gallery-main img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 7px !important;
}

.product-gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: .42rem;
  margin-top: .55rem;
}

.product-gallery-thumbs button {
  overflow: hidden;
  padding: 0;
  border: 1px solid var(--tf-line);
  border-radius: 7px;
  background: rgba(255,255,255,.75);
  cursor: pointer;
}

.product-gallery-thumbs button.is-active {
  border-color: var(--tf-emerald);
  box-shadow: 0 0 0 2px rgba(22,74,63,.12);
}

.product-gallery-thumbs img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.prod-details {
  background: rgba(255,250,241,.88);
  border: 1px solid var(--tf-line);
  border-radius: var(--tf-radius);
  box-shadow: var(--tf-shadow);
  padding: clamp(.9rem, 2vw, 1.25rem);
}

.prod-details h1 {
  font-size: clamp(1.35rem, 2.6vw, 2.2rem) !important;
  line-height: 1.08;
  margin-bottom: .65rem !important;
}

.prod-details p {
  color: rgba(23,18,14,.72) !important;
  line-height: 1.62;
  font-size: .9rem;
}

.neo-product-page .tf-product-hero {
  margin-top: 1rem;
  padding: clamp(.9rem, 2.4vw, 1.55rem);
}

.neo-product-page .tf-product-hero h1 {
  font-size: clamp(1.45rem, 3vw, 2.55rem) !important;
  line-height: 1.08;
}

.neo-product-page .tf-product-hero p {
  font-size: .9rem;
  line-height: 1.55;
}

.neo-product-page .tf-stat-row span {
  min-height: 34px;
  padding: .34rem .58rem;
  font-size: .78rem;
}

.tf-attributes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .7rem;
  margin: 1.2rem 0;
}

.tf-attributes div,
#addressView,
#checkoutForm,
.cart-summary,
.empty,
.no-orders {
  border: 1px solid var(--tf-line);
  border-radius: var(--tf-radius);
  background: rgba(255,255,255,.66) !important;
  box-shadow: 0 10px 30px rgba(33,22,12,.07);
}

.tf-attributes div {
  padding: .75rem;
}

.tf-attributes span {
  display: block;
  color: rgba(23,18,14,.55);
  font-size: .75rem;
  font-weight: 900;
  text-transform: uppercase;
}

.tf-attributes strong {
  display: block;
  margin-top: .25rem;
  color: var(--tf-ink);
}

#addressView,
#checkoutForm {
  padding: 1rem !important;
  margin-top: 1rem;
}

.related-products {
  width: min(1240px, calc(100% - 32px));
  margin: 1rem auto 2.5rem;
  padding: clamp(.9rem, 2vw, 1.2rem);
  border: 1px solid var(--tf-line);
  border-radius: var(--tf-radius);
  background: rgba(255,250,241,.88);
  box-shadow: var(--tf-shadow);
}

.related-products .section-head {
  margin-bottom: .85rem;
}

.related-products .section-head h2 {
  margin: .1rem 0 0 !important;
  font-size: clamp(1.2rem, 2.4vw, 1.75rem) !important;
  line-height: 1.16;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(145px, 1fr));
  gap: .65rem;
}

.related-card {
  overflow: hidden;
  border: 1px solid var(--tf-line);
  border-radius: var(--tf-radius);
  background: #fff;
  box-shadow: 0 12px 28px rgba(33,22,12,.08);
}

.related-media {
  display: block;
  overflow: hidden;
  background: #eadcc9;
}

.related-media img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.related-body {
  display: grid;
  gap: .35rem;
  padding: .55rem;
}

.related-body h3 {
  margin: 0;
  color: var(--tf-ink) !important;
  font-family: Inter, "Segoe UI", Arial, sans-serif !important;
  font-size: .78rem;
  line-height: 1.25;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.related-body strong {
  color: var(--tf-emerald);
  font-size: .86rem;
}

.related-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .3rem;
}

.related-actions a {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  font-size: .64rem;
  font-weight: 900;
}

.related-actions a:first-child {
  color: var(--tf-emerald);
  border: 1px solid var(--tf-line);
  background: rgba(255,255,255,.76);
}

.related-actions a:last-child {
  color: #fff;
  background: #14945f;
}

form input,
form textarea,
form select,
.search-box input,
.filter-select {
  border: 1px solid var(--tf-line) !important;
  border-radius: var(--tf-radius) !important;
  background: rgba(255,255,255,.78) !important;
  color: var(--tf-ink) !important;
  min-height: 44px;
}

.cart-container {
  width: min(1100px, calc(100% - 32px)) !important;
  max-width: none !important;
  margin: 1rem auto 3rem !important;
  padding: clamp(1rem, 3vw, 1.5rem) !important;
}

.cart-container h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.6rem) !important;
  color: var(--tf-ink) !important;
  margin-bottom: 1rem !important;
}

table {
  border-collapse: separate !important;
  border-spacing: 0 .7rem !important;
}

thead th {
  background: transparent !important;
  color: rgba(23,18,14,.58) !important;
  border: 0 !important;
  font-size: .76rem;
  text-transform: uppercase;
}

tbody tr {
  background: rgba(255,255,255,.7);
  box-shadow: 0 10px 30px rgba(33,22,12,.07);
}

tbody td {
  border: 0 !important;
  vertical-align: middle;
}

tbody td:first-child {
  border-radius: var(--tf-radius) 0 0 var(--tf-radius);
  font-weight: 900;
}

tbody td:last-child {
  border-radius: 0 var(--tf-radius) var(--tf-radius) 0;
}

.btn {
  min-height: 34px;
  padding: .35rem .65rem !important;
  font-weight: 800;
}

.empty,
.no-orders {
  padding: 2rem !important;
  color: rgba(23,18,14,.66) !important;
}

.order-card {
  gap: 1rem;
  overflow: hidden;
}

.order-card img {
  width: 128px !important;
  height: 128px !important;
  margin: 0 !important;
}

.badge.pending {
  background: #fff1a6 !important;
  color: #5b3e08 !important;
}

.badge.shipped {
  background: var(--tf-blue) !important;
  color: #fff !important;
}

.badge.delivered {
  background: var(--tf-emerald) !important;
  color: #fff !important;
}

.login-container,
.register-container {
  background: rgba(255,250,241,.9) !important;
}

header.banner {
  width: min(1240px, calc(100% - 32px));
  margin: 2rem auto 1.25rem;
  min-height: 310px !important;
  display: grid;
  place-items: center;
  border-radius: var(--tf-radius);
  border: 1px solid rgba(255,255,255,.24);
  background:
    linear-gradient(120deg, rgba(16,13,11,.9), rgba(22,74,63,.72)),
    url("/uploads/highlight.jpg") center/cover !important;
  box-shadow: var(--tf-deep-shadow);
}

header.banner h1 {
  color: var(--tf-cream) !important;
  font-size: clamp(2.5rem, 6vw, 5.4rem) !important;
}

main.container {
  padding-top: 1rem !important;
}

main.container > section,
.container > section[data-aos],
.form-wrapper,
.info-wrapper {
  border: 1px solid var(--tf-line) !important;
  border-radius: var(--tf-radius) !important;
  background: rgba(255,250,241,.86) !important;
  box-shadow: var(--tf-shadow) !important;
  padding: clamp(1rem, 3vw, 1.6rem) !important;
  margin-bottom: 1rem !important;
}

.container > section[data-aos] h2,
main.container > section h2 {
  color: var(--tf-ink) !important;
}

.icon {
  display: none !important;
}

.founder,
.why-choose {
  border-radius: var(--tf-radius) !important;
}

.form-wrapper,
.info-wrapper {
  background: rgba(255,250,241,.9) !important;
}

.form-group input,
.form-group textarea {
  background: rgba(255,255,255,.82) !important;
}

.message {
  border-radius: var(--tf-radius) !important;
}

.message.success {
  background: rgba(22,74,63,.10) !important;
  color: var(--tf-emerald) !important;
  border-color: rgba(22,74,63,.22) !important;
}

.message.error {
  background: rgba(116,50,75,.10) !important;
  color: var(--tf-wine) !important;
  border-color: rgba(116,50,75,.22) !important;
}

.whatsapp,
.whatsapp-float {
  border-radius: var(--tf-radius) !important;
  background: linear-gradient(135deg, var(--tf-emerald), var(--tf-jade)) !important;
  color: #fff !important;
}

.map iframe {
  border-radius: var(--tf-radius);
  filter: saturate(.9) contrast(.95);
}

footer {
  background: var(--tf-night) !important;
  color: var(--tf-cream) !important;
}

body.tf-auth-page {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}

.tf-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .55s ease, transform .55s ease;
}

.tf-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 900px) {
  .section-head,
  .tf-page-head {
    display: block;
  }

  .tf-product-layout,
  .product-wrap {
    grid-template-columns: 1fr;
  }

  .prod-image {
    position: relative;
    top: auto;
    max-width: 380px;
    justify-self: center;
  }
}

@media (max-width: 680px) {
  .tf-shell,
  .container,
  .products,
  .collections,
  .gallery,
  .testimonials,
  .split,
  .tf-shop-hero,
  .tf-product-hero,
  .tf-cart-hero,
  .tf-orders-hero,
  .tf-auth-hero,
  .cart-container {
    width: calc(100% - 20px) !important;
  }

  .collection-grid,
  .products-grid,
  .product-grid,
  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: .62rem !important;
  }

  .product-card,
  .products-grid .card {
    border-radius: 8px !important;
  }

  .product-info,
  .products-grid .card-info {
    padding: .65rem !important;
  }

  .product-info h3,
  .products-grid .card-info h3 {
    font-size: .95rem !important;
    min-height: 2.2em;
  }

  .product-desc,
  .products-grid .card-info p {
    display: none !important;
  }

  .product-price,
  .price,
  .card-info .price {
    font-size: .93rem !important;
  }

  .product-actions,
  .product-footer {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: .42rem !important;
  }

  .product-link,
  .home-cart-btn,
  .add-to-cart {
    min-height: 36px !important;
    padding: 0 .5rem !important;
    font-size: .76rem !important;
  }

  .tf-attributes {
    grid-template-columns: 1fr;
  }

  .neo-product-page .tf-product-hero {
    margin-top: .7rem;
    padding: .85rem;
  }

  .neo-product-page .tf-product-hero h1 {
    font-size: clamp(1.25rem, 7vw, 1.75rem) !important;
  }

  .product-gallery-thumbs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .related-products {
    width: calc(100% - 20px);
    padding: .75rem;
  }

  .related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .55rem;
  }

  .cart-container {
    padding: .7rem !important;
  }

  table,
  thead,
  tbody,
  tr,
  th,
  td {
    display: block !important;
  }

  thead {
    display: none !important;
  }

  tbody tr {
    border-radius: var(--tf-radius);
    margin-bottom: .75rem;
    padding: .7rem;
  }

  tbody td {
    display: flex !important;
    justify-content: space-between;
    gap: .8rem;
    padding: .45rem .2rem !important;
  }

  tbody td:first-child,
  tbody td:last-child {
    border-radius: 0;
  }

  tbody td::before {
    content: attr(data-label);
    color: rgba(23,18,14,.54);
    font-size: .72rem;
    font-weight: 900;
    text-transform: uppercase;
  }

  .order-card {
    align-items: stretch !important;
  }

  .order-card img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 10;
  }
}
