@font-face {
  font-family: "IRANSansFaNum";
  src: url("../../fonts/iransans/woff2/IRANSansWeb(FaNum).woff2") format("woff2"),
       url("../../fonts/iransans/woff/IRANSansWeb(FaNum).woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IRANSansFaNum";
  src: url("../../fonts/iransans/woff2/IRANSansWeb(FaNum)_Light.woff2") format("woff2"),
       url("../../fonts/iransans/woff/IRANSansWeb(FaNum)_Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IRANSansFaNum";
  src: url("../../fonts/iransans/woff2/IRANSansWeb(FaNum)_Medium.woff2") format("woff2"),
       url("../../fonts/iransans/woff/IRANSansWeb(FaNum)_Medium.woff") format("woff");
  font-weight: 500 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IRANSansFaNum";
  src: url("../../fonts/iransans/woff2/IRANSansWeb(FaNum)_Bold.woff2") format("woff2"),
       url("../../fonts/iransans/woff/IRANSansWeb(FaNum)_Bold.woff") format("woff");
  font-weight: 800 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --tc-bg: #fbfaf5;
  --tc-card: rgba(255,255,255,0.78);
  --tc-text: #18221b;
  --tc-muted: #6d756e;
  --tc-primary: #315c38;
  --tc-primary-2: #457b4b;
  --tc-accent: #d68c27;
  --tc-danger: #b9472e;
  --tc-blue: #2d6cdf;
  --tc-line: rgba(24,34,27,0.1);
  --tc-shadow: 0 24px 70px rgba(49,92,56,0.16);
  --tc-radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "IRANSansFaNum", Tahoma, Arial, sans-serif;
  background:
    radial-gradient(circle at top right, rgba(214,140,39,0.16), transparent 34%),
    radial-gradient(circle at 20% 10%, rgba(49,92,56,0.12), transparent 32%),
    var(--tc-bg);
  color: var(--tc-text);
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button, input, textarea { font-family: inherit; }
textarea { resize: vertical; min-height: 94px; }
.tc-container { width: min(1180px, calc(100% - 36px)); margin: 0 auto; }

.tc-topbar {
  margin: 18px auto 0;
  width: min(1180px, calc(100% - 36px));
  min-height: 78px;
  border: 1px solid rgba(255,255,255,0.8);
  background: rgba(255,255,255,0.72);
  backdrop-filter: blur(20px);
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px 12px 14px;
  position: sticky;
  top: 14px;
  z-index: 20;
  box-shadow: 0 16px 50px rgba(49,92,56,0.08);
}
.tc-brand { display: flex; align-items: center; gap: 12px; font-weight: 900; font-size: 21px; }
.tc-logo {
  width: 52px; height: 52px; border-radius: 18px; display: grid; place-items: center;
  background: linear-gradient(145deg, var(--tc-primary), #203e27);
  box-shadow: inset 0 -8px 20px rgba(0,0,0,0.2), 0 12px 28px rgba(49,92,56,0.28);
  color: white; font-size: 25px; flex: 0 0 auto;
}

.tc-logo img { width: 72%; height: 72%; object-fit: contain; display: block; }
.tc-logo.has-image { width: 92px; height: 52px; padding: 7px 10px; border-radius: 18px; }
.tc-logo.has-image img { width: 100%; height: 100%; border-radius: 0; object-fit: contain; object-position: center; }

.tc-nav { display: flex; align-items: center; gap: 24px; color: var(--tc-muted); font-size: 14px; font-weight: 700; }
.tc-nav a:hover { color: var(--tc-primary); }
.tc-actions { display: flex; align-items: center; gap: 10px; }

.tc-btn {
  border: 0; border-radius: 999px; padding: 13px 18px; font-size: 14px; font-weight: 900; cursor: pointer;
  transition: 0.2s ease; display: inline-flex; align-items: center; justify-content: center; gap: 8px; white-space: nowrap;
}
.tc-btn:hover { transform: translateY(-2px); }
.tc-btn[disabled] { opacity: .65; cursor: wait; transform: none; }
.tc-btn-primary { background: var(--tc-primary); color: white; box-shadow: 0 14px 34px rgba(49,92,56,0.25); }
.tc-btn-soft { background: #f3efe4; color: var(--tc-primary); }
.tc-btn-outline { background: transparent; color: var(--tc-primary); border: 1px solid rgba(49,92,56,0.18); }
.tc-btn-danger { background: #fff0eb; color: var(--tc-danger); }
.tc-btn-small { padding: 10px 13px; font-size: 12px; }
.tc-full { width: 100%; }
.tc-mt { margin-top: 10px; }
.tc-cart-btn { position: relative; }
.tc-badge {
  position: absolute; top: -5px; left: -4px; min-width: 22px; height: 22px; padding: 0 6px; border-radius: 999px;
  background: var(--tc-accent); color: white; font-size: 12px; display: grid; place-items: center; border: 2px solid white;
}

.tc-hero { padding: 72px 0 52px; }
.tc-hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; align-items: center; gap: 36px; }
.tc-eyebrow {
  display: inline-flex; align-items: center; gap: 9px; background: rgba(255,255,255,0.7); border: 1px solid rgba(49,92,56,0.12);
  color: var(--tc-primary); padding: 9px 14px; border-radius: 999px; font-weight: 900; font-size: 13px; margin-bottom: 20px;
}
.tc-hero h1 { font-size: clamp(42px, 6vw, 82px); line-height: 1.08; margin: 0; letter-spacing: -2.5px; }
.tc-hero h1 span { color: var(--tc-primary); }
.tc-lead { margin: 22px 0 30px; color: var(--tc-muted); font-size: 18px; line-height: 2; max-width: 650px; }
.tc-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.tc-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 34px; max-width: 650px; }
.tc-stat { background: rgba(255,255,255,0.72); border: 1px solid rgba(49,92,56,0.1); border-radius: 22px; padding: 18px; }
.tc-stat strong { display: block; color: var(--tc-primary); font-size: 24px; font-weight: 900; }
.tc-stat small { color: var(--tc-muted); font-weight: 700; }

.tc-hero-visual { position: relative; min-height: 540px; }
.tc-blob {
  position: absolute; inset: 30px 30px 10px 10px; border-radius: 44% 56% 49% 51% / 45% 37% 63% 55%;
  background: linear-gradient(145deg, #edf4e8, #fff7e6); box-shadow: var(--tc-shadow); border: 1px solid rgba(255,255,255,0.9);
}
.tc-jar {
  position: absolute; width: 285px; height: 360px; right: 105px; top: 65px; border-radius: 44px 44px 80px 80px;
  background: linear-gradient(180deg, rgba(255,255,255,0.78), rgba(255,255,255,0.28)), linear-gradient(145deg, rgba(214,140,39,0.25), rgba(49,92,56,0.2));
  border: 2px solid rgba(255,255,255,0.72); box-shadow: 0 36px 90px rgba(49,92,56,0.22); overflow: hidden;
}
.tc-jar:before {
  content: ""; position: absolute; width: 170px; height: 54px; top: -10px; right: 55px; border-radius: 18px;
  background: linear-gradient(145deg, #314535, #1c2d22); box-shadow: inset 0 -10px 16px rgba(0,0,0,0.25);
}
.tc-jar-label {
  position: absolute; right: 43px; top: 150px; width: 198px; min-height: 86px; border-radius: 24px;
  background: rgba(255,255,255,0.78); display: grid; place-items: center; text-align: center; font-weight: 900; color: var(--tc-primary); font-size: 30px; line-height: 1.25; padding: 10px; box-shadow: 0 18px 38px rgba(0,0,0,0.08);
}
.tc-pickle { position: absolute; border-radius: 999px; background: linear-gradient(145deg, #477a3f, #244b2b); box-shadow: inset -8px -8px 14px rgba(0,0,0,0.18); }
.tc-p1 { width: 58px; height: 150px; right: 48px; bottom: 38px; transform: rotate(18deg); }
.tc-p2 { width: 50px; height: 130px; right: 130px; bottom: 25px; transform: rotate(-12deg); }
.tc-p3 { width: 44px; height: 118px; left: 48px; bottom: 48px; transform: rotate(12deg); }
.tc-floating-card {
  position: absolute; background: rgba(255,255,255,0.82); backdrop-filter: blur(20px); border: 1px solid rgba(255,255,255,0.9); box-shadow: 0 24px 60px rgba(49,92,56,0.14);
  border-radius: 26px; padding: 16px; display: flex; align-items: center; gap: 12px; animation: tcFloat 4s ease-in-out infinite;
}
.tc-floating-one { top: 68px; left: 10px; }
.tc-floating-two { bottom: 55px; right: 5px; animation-delay: 1.2s; }
.tc-floating-icon { width: 48px; height: 48px; border-radius: 18px; display: grid; place-items: center; background: #f5ead6; font-size: 24px; }
.tc-floating-card strong { display: block; font-size: 15px; }
.tc-floating-card small { color: var(--tc-muted); font-weight: 700; }
@keyframes tcFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }

.tc-section { padding: 42px 0; }
.tc-section-head { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 22px; }
.tc-section-title { margin: 0; font-size: clamp(28px, 4vw, 44px); letter-spacing: -1px; }
.tc-section-sub { margin: 8px 0 0; color: var(--tc-muted); line-height: 1.9; }
.tc-chips { display: flex; gap: 8px; flex-wrap: wrap; }
.tc-chip { border: 1px solid rgba(49,92,56,0.12); background: rgba(255,255,255,0.72); color: var(--tc-primary); border-radius: 999px; padding: 10px 14px; font-size: 13px; font-weight: 900; }
.tc-category-filters { display: flex; flex-wrap: wrap; gap: 8px; margin: -6px 0 22px; }
.tc-category-filter-btn { cursor: pointer; transition: .2s ease; display: inline-flex; align-items: center; gap: 7px; }
.tc-category-filter-btn small { min-width: 22px; height: 22px; border-radius: 999px; background: rgba(49,92,56,.1); display: inline-grid; place-items: center; padding: 0 6px; font-size: 11px; }
.tc-category-filter-btn.active { background: var(--tc-primary); color: white; border-color: var(--tc-primary); box-shadow: 0 12px 28px rgba(49,92,56,.16); }
.tc-category-filter-btn.active small { background: rgba(255,255,255,.22); color: white; }
.tc-product.tc-product-hidden { display: none; }
.tc-products { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.tc-product { background: var(--tc-card); border: 1px solid rgba(255,255,255,0.9); border-radius: var(--tc-radius); padding: 14px; box-shadow: 0 18px 50px rgba(49,92,56,0.08); transition: 0.2s ease; position: relative; overflow: hidden; }
.tc-product:hover { transform: translateY(-6px); box-shadow: 0 26px 70px rgba(49,92,56,0.14); }
.tc-product-img {
  height: 210px;
  border-radius: 23px;
  background: radial-gradient(circle at 25% 25%, rgba(255,255,255,0.92), transparent 28%), linear-gradient(145deg, #fff8e8, #dfead5);
  display: grid;
  place-items: center;
  font-size: 76px;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  box-shadow: inset 0 -20px 48px rgba(49,92,56,0.08), 0 12px 30px rgba(49,92,56,0.08);
  isolation: isolate;
}
.tc-product-img.tc-product-img-has-photo {
  background-color: #fffdf7;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.tc-product-img.tc-product-img-has-photo:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: radial-gradient(circle at 22% 18%, rgba(255,255,255,.18), transparent 30%), linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(49,92,56,.035) 100%);
}
.tc-product-img:after { content: ""; width: 170px; height: 170px; border: 1px solid rgba(255,255,255,0.36); position: absolute; border-radius: 50%; z-index: 2; pointer-events: none; }
.tc-product-img > span:not(.tc-out-stock-mark) { position: relative; z-index: 3; }
.tc-tag { position: absolute; top: 18px; right: 18px; background: rgba(255,255,255,0.82); color: var(--tc-primary); border-radius: 999px; padding: 7px 11px; font-size: 12px; font-weight: 900; z-index: 1; }
.tc-product h3 { margin: 0 0 8px; font-size: 18px; }
.tc-product p { margin: 0; color: var(--tc-muted); font-size: 13px; line-height: 1.8; min-height: 48px; }
.tc-product-footer { display: flex; justify-content: space-between; align-items: center; margin-top: 16px; gap: 10px; }
.tc-price { font-weight: 900; color: var(--tc-primary); font-size: 18px; }
.tc-add { border: 0; background: var(--tc-primary); color: white; min-width: 44px; height: 44px; border-radius: 16px; cursor: pointer; font-size: 24px; transition: 0.2s ease; }
.tc-add-to-cart { width: auto; min-width: 122px; padding: 0 13px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; font-size: 19px; white-space: nowrap; }
.tc-add-to-cart strong { font-size: 12px; font-weight: 900; line-height: 1; }
.tc-add:hover { background: var(--tc-primary-2); transform: rotate(-3deg) scale(1.03); }
.tc-add-to-cart.is-added { background: #f3efe4; color: var(--tc-primary); border: 1px solid rgba(49,92,56,0.14); min-width: 142px; }
.tc-add-to-cart.is-added:hover { background: #edf4e8; transform: translateY(-2px); }
.tc-add:disabled, .tc-qty button:disabled { cursor: wait; opacity: 0.72; transform: none; }
.tc-how { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.tc-step { background: rgba(255,255,255,0.7); border: 1px solid rgba(49,92,56,0.1); border-radius: var(--tc-radius); padding: 24px; box-shadow: 0 18px 50px rgba(49,92,56,0.06); }
.tc-step-num { width: 50px; height: 50px; border-radius: 18px; background: var(--tc-primary); color: white; display: grid; place-items: center; font-weight: 900; margin-bottom: 16px; }
.tc-step h3 { margin: 0 0 8px; }
.tc-step p { margin: 0; color: var(--tc-muted); line-height: 1.9; font-size: 14px; }
.tc-content-card { background: rgba(255,255,255,0.75); border: 1px solid rgba(49,92,56,0.1); border-radius: var(--tc-radius); padding: 28px; box-shadow: 0 18px 50px rgba(49,92,56,0.08); }

.tc-footer { margin-top: 50px; background: #16251a; color: white; padding: 38px 0; border-radius: 42px 42px 0 0; }
.tc-footer-grid { display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap; }
.tc-footer p { color: rgba(255,255,255,0.68); margin: 8px 0 0; }
.tc-footer-brand { color: white; }

.tc-drawer, .tc-modal { position: fixed; inset: 0; z-index: 160; opacity: 0; pointer-events: none; transition: 0.22s ease; }
.tc-drawer.active, .tc-modal.active { opacity: 1; pointer-events: auto; }
.tc-overlay { position: absolute; inset: 0; background: rgba(12,20,14,0.45); backdrop-filter: blur(8px); }
.tc-cart-panel { position: absolute; top: 0; left: 0; width: min(460px, 92vw); height: 100%; background: #fffdf8; box-shadow: -20px 0 70px rgba(0,0,0,0.18); padding: 22px; transform: translateX(-100%); transition: 0.25s ease; display: flex; flex-direction: column; }
.tc-drawer.active .tc-cart-panel { transform: translateX(0); }
.tc-panel-head, .tc-modal-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.tc-panel-head h2, .tc-modal-head h2 { margin: 0; font-size: 24px; }
.tc-close { border: 0; background: #f4efe4; width: 42px; height: 42px; border-radius: 15px; cursor: pointer; font-size: 22px; }
.tc-cart-items { flex: 1; overflow: auto; padding-left: 4px; }
.tc-cart-item { display: grid; grid-template-columns: 58px 1fr auto; align-items: center; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--tc-line); transition: opacity .15s ease, transform .15s ease; }
.tc-cart-item-pending { opacity: .74; }
.tc-muted-inline { color: var(--tc-muted); font-size: 12px; font-weight: 800; }
.tc-mini-img { width: 58px; height: 58px; border-radius: 19px; display: grid; place-items: center; background: #f3eadb; font-size: 30px; background-size: cover; background-position: center; overflow: hidden; }
.tc-cart-item h4 { margin: 0 0 4px; font-size: 15px; }
.tc-cart-item small { color: var(--tc-muted); }
.tc-qty { display: flex; align-items: center; gap: 7px; margin-top: 7px; }
.tc-qty button { width: 26px; height: 26px; border-radius: 9px; border: 0; background: #edf2e9; color: var(--tc-primary); font-weight: 900; cursor: pointer; }
.tc-cart-total { border-top: 1px solid var(--tc-line); padding-top: 16px; }
.tc-total-row { display: flex; justify-content: space-between; font-weight: 900; font-size: 20px; margin-bottom: 14px; }
.tc-shipping-card { background: #f7f1e6; border: 1px solid rgba(49,92,56,0.1); border-radius: 22px; padding: 13px 14px; margin-bottom: 12px; color: var(--tc-muted); line-height: 1.8; font-size: 13px; }
.tc-shipping-card strong { display: block; color: var(--tc-primary); margin-bottom: 4px; font-size: 14px; }
.tc-empty { text-align: center; color: var(--tc-muted); padding: 50px 20px; line-height: 2; }

.tc-modal-box { position: relative; width: min(540px, calc(100% - 32px)); max-height: 86vh; overflow: auto; margin: 7vh auto; background: #fffdf8; border-radius: 34px; padding: 24px; box-shadow: var(--tc-shadow); transform: translateY(20px) scale(0.98); transition: 0.22s ease; }
.tc-modal-box.tc-wide { width: min(900px, calc(100% - 32px)); margin-top: 4vh; }
.tc-modal.active .tc-modal-box { transform: translateY(0) scale(1); }
.tc-form-step { display: none; }
.tc-form-step.active { display: block; }
.tc-field { margin-bottom: 14px; }
.tc-field label { display: block; font-weight: 900; margin-bottom: 8px; color: var(--tc-primary); }
.tc-field input, .tc-field textarea { width: 100%; border: 1px solid rgba(49,92,56,0.16); background: #fff; border-radius: 18px; padding: 15px 16px; outline: 0; font-size: 16px; direction: rtl; }
.tc-field input:focus, .tc-field textarea:focus { border-color: var(--tc-primary); box-shadow: 0 0 0 4px rgba(49,92,56,0.08); }
.tc-field input:disabled { background: #f4f0e8; color: var(--tc-muted); }
.tc-field-btn { height: 53px; }
.tc-ltr { direction: ltr !important; text-align: left; }
.tc-hint { color: var(--tc-muted); font-size: 13px; line-height: 1.8; margin: 0 0 18px; }
.tc-notice { background: #f8eddb; color: #7b4b0e; border-radius: 18px; padding: 12px 14px; font-size: 13px; line-height: 1.8; margin-bottom: 14px; display: none; }
.tc-notice.show { display: block; }
.tc-mini-summary { background: #f5efe4; border: 1px solid rgba(49,92,56,0.1); border-radius: 22px; padding: 14px; margin-bottom: 16px; font-size: 14px; color: var(--tc-muted); line-height: 1.9; text-align: right; }
.tc-mini-summary strong { color: var(--tc-primary); }
.tc-two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.tc-success-box { text-align: center; padding: 12px 0 4px; }
.tc-success-icon { width: 72px; height: 72px; margin: 0 auto 14px; border-radius: 28px; background: #e9f3e5; color: var(--tc-primary); display: grid; place-items: center; font-size: 36px; }

.tc-panel-tabs { display: flex; flex-wrap: wrap; gap: 8px; padding: 8px; background: #f5efe4; border-radius: 24px; margin-bottom: 18px; }
.tc-panel-tab-btn { border: 0; background: transparent; color: var(--tc-muted); padding: 12px 15px; border-radius: 18px; font-weight: 900; cursor: pointer; transition: 0.2s ease; }
.tc-panel-tab-btn.active { background: white; color: var(--tc-primary); box-shadow: 0 10px 26px rgba(49,92,56,0.08); }
.tc-panel-tab { display: none; }
.tc-panel-tab.active { display: block; }
.tc-order-card { background: rgba(255,255,255,0.78); border: 1px solid rgba(49,92,56,0.1); border-radius: 28px; padding: 18px; margin-bottom: 14px; box-shadow: 0 18px 50px rgba(49,92,56,0.07); }
.tc-order-top { display: flex; justify-content: space-between; gap: 14px; align-items: flex-start; flex-wrap: wrap; margin-bottom: 14px; }
.tc-order-code { font-size: 18px; font-weight: 900; color: var(--tc-primary); margin: 0 0 4px; }
.tc-order-date { color: var(--tc-muted); font-size: 13px; font-weight: 700; }
.tc-status-badge { display: inline-flex; align-items: center; gap: 7px; border-radius: 999px; padding: 8px 12px; font-size: 12px; font-weight: 900; white-space: nowrap; }
.tc-status-packing { background: #fff2dc; color: #9a5c07; }
.tc-status-posted { background: #e8f0ff; color: #2453a6; }
.tc-status-delivered { background: #e7f5e2; color: #2e6a35; }
.tc-status-pending { background: #f3efe4; color: #6a5540; }
.tc-status-stopped { background: #fff0eb; color: var(--tc-danger); }
.tc-progress-track { height: 10px; background: #edf1e8; border-radius: 999px; overflow: hidden; margin: 14px 0; }
.tc-progress-fill { height: 100%; border-radius: 999px; background: linear-gradient(90deg, var(--tc-primary), var(--tc-accent)); width: 25%; }
.tc-order-info-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 14px 0; }
.tc-order-info { background: #f7f1e6; border-radius: 18px; padding: 11px 12px; color: var(--tc-muted); line-height: 1.7; font-size: 13px; }
.tc-order-info strong { display: block; color: var(--tc-primary); margin-bottom: 2px; }
.tc-order-items { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 12px; }
.tc-order-item-pill { display: inline-flex; align-items: center; gap: 6px; background: white; border: 1px solid rgba(49,92,56,0.1); border-radius: 999px; padding: 8px 11px; font-size: 12px; font-weight: 900; color: var(--tc-primary); }
.tc-order-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.tc-tracking-code { direction: ltr; text-align: left; display: inline-flex; background: #16251a; color: white; border-radius: 999px; padding: 7px 11px; font-weight: 900; letter-spacing: 0.5px; font-size: 12px; }
.tc-timeline { position: relative; margin-top: 16px; }
.tc-timeline-item { display: grid; grid-template-columns: 34px 1fr; gap: 10px; position: relative; padding-bottom: 17px; }
.tc-timeline-item:not(:last-child):before { content: ""; position: absolute; right: 16px; top: 32px; width: 2px; height: calc(100% - 24px); background: #e3e8dd; }
.tc-timeline-dot { width: 34px; height: 34px; border-radius: 14px; display: grid; place-items: center; background: #edf1e8; color: var(--tc-muted); font-weight: 900; z-index: 1; }
.tc-timeline-item.done .tc-timeline-dot { background: var(--tc-primary); color: white; }
.tc-timeline-item.current .tc-timeline-dot { background: var(--tc-accent); color: white; box-shadow: 0 0 0 6px rgba(214,140,39,0.14); }
.tc-timeline-content { background: white; border: 1px solid rgba(49,92,56,0.09); border-radius: 20px; padding: 12px 14px; }
.tc-timeline-content strong { display: block; color: var(--tc-primary); margin-bottom: 4px; }
.tc-timeline-content span { display: block; color: var(--tc-muted); font-size: 13px; line-height: 1.8; }



.tc-hero-product-visual {
  position: absolute;
  width: 285px;
  height: 360px;
  right: 105px;
  top: 65px;
  border-radius: 44px 44px 80px 80px;
  background: linear-gradient(180deg, rgba(255,255,255,0.78), rgba(255,255,255,0.28)), linear-gradient(145deg, rgba(214,140,39,0.25), rgba(49,92,56,0.2));
  border: 2px solid rgba(255,255,255,0.72);
  box-shadow: 0 36px 90px rgba(49,92,56,0.22);
  overflow: hidden;
  display: grid;
  place-items: center;
}
.tc-hero-visual-cap {
  position: absolute;
  width: 170px;
  height: 54px;
  top: -10px;
  right: 55px;
  border-radius: 18px;
  background: linear-gradient(145deg, #314535, #1c2d22);
  box-shadow: inset 0 -10px 16px rgba(0,0,0,0.25);
  z-index: 2;
}
.tc-hero-visual-media { position: absolute; inset: 72px 28px 64px; display: grid; place-items: center; z-index: 1; }
.tc-hero-visual-media span { font-size: 142px; filter: drop-shadow(0 22px 30px rgba(49,92,56,.22)); transform: rotate(-7deg); }
.tc-hero-visual-media img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 22px 30px rgba(49,92,56,.22)); }
.tc-hero-visual-label {
  position: absolute;
  right: 43px;
  top: 150px;
  width: 198px;
  min-height: 86px;
  border-radius: 24px;
  background: rgba(255,255,255,0.78);
  display: grid;
  place-items: center;
  text-align: center;
  font-weight: 900;
  color: var(--tc-primary);
  font-size: 30px;
  line-height: 1.25;
  padding: 10px;
  box-shadow: 0 18px 38px rgba(0,0,0,0.08);
  z-index: 3;
}
.tc-hero-product-visual.has-image .tc-hero-visual-media { inset: 68px 22px 48px; }
.tc-hero-product-visual.has-image .tc-hero-visual-label { background: rgba(255,255,255,.84); }

.tc-single-wrap { padding: 44px 0 20px; }
.tc-single-breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; color: var(--tc-muted); font-size: 13px; font-weight: 800; margin-bottom: 18px; }
.tc-single-breadcrumb a:hover { color: var(--tc-primary); }
.tc-single-breadcrumb strong { color: var(--tc-primary); }
.tc-single-product-card { display: grid; grid-template-columns: .95fr 1.05fr; gap: 24px; background: rgba(255,255,255,.76); border: 1px solid rgba(255,255,255,.9); border-radius: 34px; padding: 18px; box-shadow: 0 24px 70px rgba(49,92,56,.12); }
.tc-single-gallery { min-width: 0; }
.tc-single-main-media { min-height: 500px; border-radius: 30px; background: radial-gradient(circle at 25% 25%, rgba(255,255,255,0.9), transparent 26%), linear-gradient(145deg, #f3d37b, #4f7e45); display: grid; place-items: center; overflow: hidden; position: relative; }
.tc-single-main-media:after { content: ""; position: absolute; width: 72%; aspect-ratio: 1; border-radius: 50%; border: 1px solid rgba(255,255,255,.32); }
.tc-single-main-media img { width: 100%; height: 100%; object-fit: cover; position: relative; z-index: 1; }
.tc-single-emoji { font-size: 150px; position: relative; z-index: 1; filter: drop-shadow(0 22px 28px rgba(0,0,0,.18)); }
.tc-single-thumbs { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; margin-top: 12px; }
.tc-single-thumb { border: 1px solid rgba(49,92,56,.12); background: rgba(255,255,255,.75); border-radius: 18px; overflow: hidden; padding: 0; aspect-ratio: 1; cursor: pointer; box-shadow: 0 12px 28px rgba(49,92,56,.07); }
.tc-single-thumb.active { outline: 3px solid rgba(214,140,39,.45); border-color: rgba(214,140,39,.65); }
.tc-single-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.tc-single-summary { padding: 18px 14px 14px; }
.tc-single-labels { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 14px; }
.tc-tag-inline { background: #f4efe4; color: var(--tc-primary); border: 1px solid rgba(49,92,56,.1); border-radius: 999px; padding: 8px 12px; font-size: 12px; font-weight: 900; }
.tc-single-title { margin: 0 0 12px; color: var(--tc-primary); font-size: clamp(32px, 4vw, 54px); line-height: 1.2; letter-spacing: -1.3px; }
.tc-single-price { color: var(--tc-primary); font-size: 25px; font-weight: 900; margin-bottom: 14px; }
.tc-single-price del { color: var(--tc-muted); font-size: .72em; margin-left: 7px; }
.tc-single-short-desc { color: var(--tc-muted); line-height: 2; font-size: 15px; margin-bottom: 18px; }
.tc-single-short-desc p { margin-top: 0; }
.tc-single-info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; }
.tc-single-info-grid div { background: #f7f1e6; border: 1px solid rgba(49,92,56,.08); border-radius: 20px; padding: 13px 14px; }
.tc-single-info-grid strong { display: block; color: var(--tc-primary); margin-bottom: 4px; font-weight: 900; }
.tc-single-info-grid span { color: var(--tc-muted); font-size: 13px; line-height: 1.8; }
.tc-single-buy-box { background: #fffdf8; border: 1px solid rgba(49,92,56,.1); border-radius: 24px; padding: 15px; margin-bottom: 16px; }
.tc-single-buy-box label { display: block; color: var(--tc-primary); font-weight: 900; margin-bottom: 10px; }
.tc-single-buy-row { display: grid; grid-template-columns: 96px 1fr; gap: 10px; }
.tc-single-qty { border: 1px solid rgba(49,92,56,.16); border-radius: 18px; padding: 0 14px; min-height: 52px; font-size: 16px; font-weight: 900; color: var(--tc-primary); text-align: center; outline: 0; }
.tc-single-add-btn { min-height: 52px; }
.tc-single-native-cart { background: #fffdf8; border: 1px solid rgba(49,92,56,.1); border-radius: 24px; padding: 15px; margin-bottom: 16px; }
.tc-single-native-cart form.cart { margin: 0; }
.tc-single-meta { display: flex; flex-direction: column; gap: 8px; color: var(--tc-muted); font-size: 13px; line-height: 1.8; }
.tc-single-meta strong, .tc-single-meta a { color: var(--tc-primary); font-weight: 900; }
.tc-single-details-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 18px; margin-top: 18px; }
.tc-single-description { color: var(--tc-muted); line-height: 2; }
.tc-single-mini-steps { display: grid; gap: 10px; }
.tc-single-mini-steps div { display: grid; grid-template-columns: 40px 1fr; gap: 10px; align-items: center; background: #f7f1e6; border-radius: 18px; padding: 12px; color: var(--tc-muted); font-weight: 800; }
.tc-single-mini-steps b { width: 40px; height: 40px; border-radius: 15px; background: var(--tc-primary); color: white; display: grid; place-items: center; }
.tc-related-section { padding-bottom: 0; }

.tc-toast { position: fixed; right: 50%; transform: translateX(50%) translateY(20px); bottom: 24px; background: #17291c; color: white; padding: 13px 18px; border-radius: 999px; box-shadow: 0 16px 40px rgba(0,0,0,0.18); font-weight: 900; z-index: 90; opacity: 0; pointer-events: none; transition: 0.25s ease; }
.tc-toast.show { opacity: 1; transform: translateX(50%) translateY(0); }

.woocommerce .products, .woocommerce ul.products { width: min(1180px, calc(100% - 36px)); margin-left: auto; margin-right: auto; }
.woocommerce div.product, .woocommerce-page .site-main { width: min(1180px, calc(100% - 36px)); margin: 44px auto; }
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit { border-radius: 999px; background: var(--tc-primary); color: #fff; font-weight: 900; }

@media (max-width: 980px) {
  .tc-nav { display: none; }
  .tc-hero-grid { grid-template-columns: 1fr; }
  .tc-hero-visual { min-height: 430px; }
  .tc-jar, .tc-hero-product-visual { right: 50%; transform: translateX(50%); top: 34px; }
  .tc-single-product-card { grid-template-columns: 1fr; }
  .tc-single-details-grid { grid-template-columns: 1fr; }
  .tc-products { grid-template-columns: repeat(2, 1fr); }
  .tc-how { grid-template-columns: 1fr; }
  .tc-order-info-grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .tc-container { width: min(100% - 28px, 1180px); }
  .tc-topbar { border-radius: 24px; min-height: 68px; padding: 9px 11px; width: min(100% - 24px, 1180px); }
  .tc-brand span:not(.tc-logo) { display: none; }
  .tc-logo { width: 46px; height: 46px; border-radius: 16px; font-size: 22px; }
  .tc-logo.has-image { width: 84px; height: 46px; padding: 6px 9px; border-radius: 16px; }
  .tc-btn { padding: 11px 13px; font-size: 12px; }
  .tc-hero { padding-top: 40px; padding-bottom: 32px; }
  .tc-hero h1 { font-size: clamp(31px, 10vw, 42px); line-height: 1.16; letter-spacing: -1px; }
  .tc-eyebrow { font-size: 11.5px; padding: 8px 12px; margin-bottom: 16px; }
  .tc-lead { font-size: 14.5px; line-height: 1.9; margin: 18px 0 24px; }
  .tc-section { padding: 32px 0; }
  .tc-section-title { font-size: 25px; line-height: 1.35; letter-spacing: -.4px; }
  .tc-section-sub { font-size: 13px; line-height: 1.8; }
  .tc-stats { grid-template-columns: 1fr; margin-top: 24px; }
  .tc-stat { padding: 14px 16px; }
  .tc-stat strong { font-size: 20px; }
  .tc-products { grid-template-columns: 1fr; }
  .tc-product h3 { font-size: 16px; }
  .tc-price { font-size: 16px; }
  .tc-product-img { height: 185px; font-size: 64px; }
  .tc-section-head { display: block; }
  .tc-chips { margin-top: 14px; }
  .tc-chip { font-size: 12px; padding: 8px 12px; }
  .tc-category-filters { margin-top: 12px; margin-bottom: 18px; }
  .tc-category-filter-btn small { min-width: 20px; height: 20px; font-size: 10px; }
  .tc-hero-visual { min-height: 350px; }
  .tc-jar, .tc-hero-product-visual { width: 220px; height: 286px; }
  .tc-jar-label, .tc-hero-visual-label { width: 168px; min-height: 74px; right: 30px; top: 124px; font-size: 24px; }
  .tc-hero-visual-cap { width: 132px; height: 45px; right: 44px; }
  .tc-hero-visual-media { inset: 58px 25px 52px; }
  .tc-hero-visual-media span { font-size: 112px; }
  .tc-hero-product-visual.has-image .tc-hero-visual-media { inset: 54px 18px 42px; }
  .tc-floating-card { display: none; }
  .tc-step { padding: 19px; }
  .tc-step h3 { font-size: 17px; }
  .tc-step p { font-size: 13px; }
  .tc-two-col { grid-template-columns: 1fr; }
  .tc-modal-box { width: min(100% - 24px, 540px); margin-top: 5vh; border-radius: 28px; padding: 20px; }
  .tc-modal-box.tc-wide { width: min(100% - 24px, 900px); }
  .tc-panel-head h2, .tc-modal-head h2 { font-size: 20px; }
  .tc-field label { font-size: 13px; }
  .tc-field input, .tc-field textarea { font-size: 14px; padding: 13px 14px; border-radius: 16px; }
  .tc-hint, .tc-notice, .tc-mini-summary { font-size: 12.5px; }
  .tc-panel-tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
  .tc-panel-tab-btn { font-size: 12px; padding: 10px 9px; }
  .tc-cart-panel { width: min(430px, 94vw); padding: 18px; }
  .tc-panel-head, .tc-modal-head { margin-bottom: 16px; }
  .tc-panel-head h2 { font-size: 20px; }
  .tc-cart-item { grid-template-columns: 52px 1fr auto; gap: 10px; }
  .tc-mini-img { width: 52px; height: 52px; font-size: 26px; }
  .tc-cart-item h4 { font-size: 13.5px; }
  .tc-total-row { font-size: 17px; }
  .tc-order-code { font-size: 16px; }
  .tc-order-card { padding: 15px; border-radius: 24px; }
  .tc-order-info, .tc-timeline-content span { font-size: 12.5px; }
  .tc-single-wrap { padding-top: 28px; }
  .tc-single-product-card { border-radius: 28px; padding: 12px; gap: 14px; }
  .tc-single-main-media { min-height: 315px; border-radius: 24px; }
  .tc-single-emoji { font-size: 112px; }
  .tc-single-thumbs { grid-template-columns: repeat(4, 1fr); gap: 8px; }
  .tc-single-title { font-size: 27px; letter-spacing: -.5px; }
  .tc-single-price { font-size: 20px; }
  .tc-single-short-desc { font-size: 13.5px; line-height: 1.9; }
  .tc-single-info-grid, .tc-single-buy-row { grid-template-columns: 1fr; }
  .tc-single-summary { padding: 12px 6px 6px; }
  .tc-single-details-grid .tc-content-card { padding: 20px; }
}

@media (max-width: 380px) {
  .tc-hero h1 { font-size: 29px; }
  .tc-section-title { font-size: 23px; }
  .tc-btn { padding: 10px 11px; font-size: 11.5px; }
  .tc-add-to-cart { min-width: 112px; font-size: 17px; }
  .tc-add-to-cart strong { font-size: 11px; }
  .tc-panel-tabs { grid-template-columns: 1fr; }
}
.tc-order-note { background: #fff8eb; border: 1px solid rgba(214,140,39,0.22); border-radius: 18px; padding: 12px 14px; color: #765018; line-height: 1.8; font-size: 13px; margin: 12px 0; }
.tc-order-note strong { display: block; color: var(--tc-primary); margin-bottom: 3px; }

/* Premium single product upgrade: only product detail page visuals. */
.tc-single-premium-wrap {
  position: relative;
  padding-top: 34px;
}
.tc-single-premium-wrap:before {
  content: "";
  position: fixed;
  inset: auto -12% 6% auto;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(214,140,39,.12), transparent 68%);
  pointer-events: none;
  z-index: -1;
}
.tc-single-premium-card {
  position: relative;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr);
  gap: 28px;
  padding: 20px;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 12%, rgba(214,140,39,.12), transparent 30%),
    linear-gradient(145deg, rgba(255,255,255,.9), rgba(255,253,248,.72));
  box-shadow: 0 34px 90px rgba(49,92,56,.16);
}
.tc-single-premium-card:before {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 28px;
  border: 1px solid rgba(255,255,255,.75);
  pointer-events: none;
}
.tc-single-premium-gallery {
  position: relative;
  min-height: 100%;
  isolation: isolate;
}
.tc-single-gallery-glow {
  position: absolute;
  inset: 42px 26px 70px;
  border-radius: 44% 56% 49% 51% / 45% 37% 63% 55%;
  background: linear-gradient(145deg, rgba(237,244,232,.96), rgba(255,247,230,.96));
  box-shadow: 0 32px 90px rgba(49,92,56,.14);
  z-index: -1;
}
.tc-single-premium-media {
  min-height: 560px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 25% 22%, rgba(255,255,255,.95), transparent 24%),
    linear-gradient(155deg, rgba(243,211,123,.9), rgba(69,123,75,.95));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.52), 0 24px 70px rgba(49,92,56,.16);
}
.tc-single-premium-media:before {
  content: "";
  position: absolute;
  inset: 28px 28px auto auto;
  width: 148px;
  height: 52px;
  border-radius: 18px;
  background: linear-gradient(145deg, #314535, #1c2d22);
  box-shadow: inset 0 -10px 16px rgba(0,0,0,.25);
  z-index: 2;
}
.tc-single-premium-media:after {
  width: 78%;
  border-color: rgba(255,255,255,.42);
}
.tc-single-premium-media img {
  object-fit: cover;
  transform: scale(1.01);
  transition: transform .35s ease;
}
.tc-single-premium-media:hover img {
  transform: scale(1.045);
}
.tc-single-media-badge {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 3;
  border-radius: 999px;
  padding: 10px 14px;
  background: rgba(255,255,255,.86);
  color: var(--tc-primary);
  font-weight: 900;
  font-size: 12px;
  box-shadow: 0 14px 34px rgba(49,92,56,.14);
}
.tc-single-gallery-bottom {
  display: grid;
  grid-template-columns: .84fr 1.16fr;
  gap: 12px;
  align-items: stretch;
  margin-top: 14px;
}
.tc-single-fresh-card {
  border-radius: 22px;
  padding: 15px;
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(49,92,56,.1);
  box-shadow: 0 18px 45px rgba(49,92,56,.08);
}
.tc-single-fresh-card b {
  display: block;
  color: var(--tc-primary);
  font-size: 15px;
  margin-bottom: 5px;
}
.tc-single-fresh-card span {
  display: block;
  color: var(--tc-muted);
  font-size: 12.5px;
  line-height: 1.8;
  font-weight: 700;
}
.tc-single-premium-thumbs {
  grid-template-columns: repeat(4, minmax(54px, 1fr));
  margin-top: 0;
  align-content: stretch;
}
.tc-single-premium-thumbs .tc-single-thumb,
.tc-single-placeholder-thumbs span {
  border-radius: 20px;
  box-shadow: 0 16px 38px rgba(49,92,56,.1);
}
.tc-single-placeholder-thumbs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.tc-single-placeholder-thumbs span {
  display: grid;
  place-items: center;
  min-height: 78px;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(49,92,56,.1);
  font-size: 30px;
}
.tc-single-premium-summary {
  position: relative;
  padding: 26px 18px 18px;
}
.tc-single-kicker {
  margin: 0 0 10px;
  color: var(--tc-accent);
  font-weight: 900;
  letter-spacing: -.2px;
}
.tc-tag-hot {
  background: #fff2dc;
  color: #9a5c07;
  border-color: rgba(214,140,39,.25);
}
.tc-single-review-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  color: var(--tc-muted);
  font-size: 13px;
  font-weight: 800;
  margin: -2px 0 16px;
}
.tc-single-stars {
  color: var(--tc-accent);
  letter-spacing: 1px;
  font-size: 17px;
  line-height: 1;
}
.tc-single-price-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin: 0 0 18px;
  padding: 17px 18px;
  border-radius: 24px;
  background: linear-gradient(145deg, #fffdf8, #f6f0e5);
  border: 1px solid rgba(49,92,56,.1);
  box-shadow: 0 16px 44px rgba(49,92,56,.08);
}
.tc-single-price-card > span {
  color: var(--tc-muted);
  font-weight: 900;
  font-size: 13px;
}
.tc-single-price-card .tc-single-price {
  margin: 0;
}
.tc-single-premium-info-grid {
  grid-template-columns: repeat(3, 1fr);
}
.tc-single-premium-info-grid div {
  background: rgba(255,255,255,.78);
  box-shadow: 0 14px 34px rgba(49,92,56,.07);
}
.tc-single-premium-buy-box {
  background:
    radial-gradient(circle at 8% 12%, rgba(214,140,39,.11), transparent 28%),
    #fffdf8;
  box-shadow: 0 22px 54px rgba(49,92,56,.12);
}
.tc-single-buy-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.tc-single-buy-head strong {
  display: block;
  color: var(--tc-primary);
  font-size: 17px;
  margin-bottom: 4px;
}
.tc-single-buy-head span {
  color: var(--tc-muted);
  font-size: 13px;
  line-height: 1.8;
  font-weight: 700;
}
.tc-single-premium-buy-box .tc-single-buy-row {
  grid-template-columns: 72px 96px minmax(0,1fr);
  align-items: stretch;
}
.tc-single-qty-label {
  min-height: 52px;
  display: grid !important;
  place-items: center;
  border-radius: 18px;
  margin: 0 !important;
  background: #f4efe4;
  color: var(--tc-primary);
  font-weight: 900;
}
.tc-single-premium-meta {
  padding: 13px 15px;
  border-radius: 20px;
  background: rgba(255,255,255,.58);
  border: 1px solid rgba(49,92,56,.08);
}
.tc-section-mini-label {
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px;
  padding: 7px 11px;
  border-radius: 999px;
  background: #f4efe4;
  color: var(--tc-primary);
  font-size: 12px;
  font-weight: 900;
}
.tc-single-premium-details-grid .tc-content-card {
  background: rgba(255,255,255,.82);
}
.tc-single-premium-details-grid h2 {
  color: var(--tc-primary);
  margin-top: 0;
  font-size: 25px;
}
.tc-single-premium-mini-steps {
  gap: 12px;
}
.tc-single-premium-mini-steps div {
  background: linear-gradient(145deg, #fffdf8, #f4efe4);
  border: 1px solid rgba(49,92,56,.08);
}
.tc-related-section .tc-section-title {
  color: var(--tc-primary);
}

@media (max-width: 980px) {
  .tc-single-premium-card { grid-template-columns: 1fr; }
  .tc-single-premium-media { min-height: 470px; }
  .tc-single-premium-info-grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .tc-single-premium-wrap { padding-top: 22px; }
  .tc-single-premium-card { border-radius: 30px; padding: 12px; gap: 16px; }
  .tc-single-premium-media { min-height: 355px; border-radius: 26px; }
  .tc-single-premium-media:before { width: 118px; height: 42px; border-radius: 15px; inset: 22px 22px auto auto; }
  .tc-single-media-badge { top: 18px; left: 18px; font-size: 11px; padding: 8px 11px; }
  .tc-single-gallery-bottom { grid-template-columns: 1fr; }
  .tc-single-fresh-card { padding: 13px; }
  .tc-single-premium-thumbs { grid-template-columns: repeat(4, 1fr); }
  .tc-single-premium-summary { padding: 12px 6px 6px; }
  .tc-single-kicker { font-size: 13px; }
  .tc-single-review-row { font-size: 12px; margin-bottom: 12px; }
  .tc-single-stars { font-size: 15px; }
  .tc-single-price-card { align-items: flex-start; flex-direction: column; padding: 14px; border-radius: 20px; gap: 7px; }
  .tc-single-premium-buy-box .tc-single-buy-row { grid-template-columns: 1fr; }
  .tc-single-qty-label { min-height: 44px; }
  .tc-single-premium-details-grid h2 { font-size: 21px; }
  .tc-single-placeholder-thumbs span { min-height: 62px; }
}

/* Media/image support for emoji slots and stock notifications. */
.tc-media-emoji { display: inline-grid; place-items: center; width: 100%; height: 100%; }
.tc-media-emoji img { width: 100%; height: 100%; object-fit: contain; display: block; }
.tc-floating-icon .tc-floating-media { width: 48px; height: 48px; }
.tc-floating-icon .tc-floating-media img { border-radius: 16px; }
.tc-product-is-out { opacity: .96; }
.tc-product-is-out .tc-product-img { filter: none; }
.tc-stock-notify-btn { min-height: 44px; background: #fff2dc; color: #875408; border: 1px solid rgba(214,140,39,.22); }
.tc-stock-notify-btn:hover { background: #ffe8bf; color: #6b4105; }
.tc-single-stock-notify { background: linear-gradient(145deg, #fff8eb, #fffdf8); }
.tc-single-notify-btn { width: 100%; min-height: 52px; }
.tc-single-stock-notify .tc-single-buy-head { margin-bottom: 12px; }

/* Clear out-of-stock signal for notify flow. */
.tc-out-stock-mark {
  position: absolute;
  left: 14px;
  top: 14px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(255, 242, 220, .94);
  color: #875408;
  border: 1px solid rgba(214, 140, 39, .28);
  box-shadow: 0 12px 26px rgba(135, 84, 8, .13);
  font-size: 12px;
  font-weight: 950;
  backdrop-filter: blur(12px);
}
.tc-out-stock-mark i {
  width: 19px;
  height: 19px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: #d68c27;
  color: #fff;
  font-style: normal;
  font-size: 13px;
  line-height: 1;
}
.tc-product-is-out .tc-tag { opacity: .74; }
.tc-product-is-out .tc-price { color: #875408; }
.tc-tag-out {
  background: #fff2dc !important;
  color: #875408 !important;
  border-color: rgba(214, 140, 39, .22) !important;
}
.tc-single-out-notice {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 14px;
  margin-bottom: 13px;
  border-radius: 22px;
  background: #fff2dc;
  color: #875408;
  border: 1px solid rgba(214, 140, 39, .2);
}
.tc-single-out-notice > span {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: #d68c27;
  color: #fff;
  font-weight: 950;
  font-size: 24px;
}
.tc-single-out-notice strong {
  display: block;
  color: #6b4105;
  margin-bottom: 3px;
}
.tc-single-out-notice em {
  display: block;
  font-style: normal;
  color: #875408;
  font-size: 13px;
  line-height: 1.8;
}
@media (max-width: 560px) {
  .tc-out-stock-mark { left: 10px; top: 10px; padding: 7px 10px; font-size: 11px; }
  .tc-out-stock-mark i { width: 18px; height: 18px; font-size: 12px; }
  .tc-single-out-notice { border-radius: 19px; padding: 11px 12px; }
  .tc-single-out-notice > span { flex-basis: 36px; width: 36px; height: 36px; border-radius: 14px; font-size: 21px; }
}

/* Olympic single product page: product template only. */
.tc-product-olympic {
  position: relative;
  padding: 38px 0 38px;
  overflow: hidden;
}
.tc-product-olympic:before,
.tc-product-olympic:after {
  content: "";
  position: fixed;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  pointer-events: none;
  z-index: -1;
  filter: blur(.2px);
}
.tc-product-olympic:before { right: -170px; top: 120px; background: radial-gradient(circle, rgba(49,92,56,.14), transparent 66%); }
.tc-product-olympic:after { left: -170px; bottom: 60px; background: radial-gradient(circle, rgba(214,140,39,.13), transparent 66%); }
.tc-olympic-breadcrumb {
  width: fit-content;
  max-width: 100%;
  margin-bottom: 18px;
  padding: 11px 15px;
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(49,92,56,.08);
  box-shadow: 0 14px 34px rgba(49,92,56,.06);
  backdrop-filter: blur(14px);
}
.tc-olympic-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(0, .97fr);
  gap: 24px;
  align-items: stretch;
  padding: 18px;
  border-radius: 42px;
  background:
    radial-gradient(circle at 88% 10%, rgba(214,140,39,.14), transparent 28%),
    radial-gradient(circle at 8% 92%, rgba(49,92,56,.12), transparent 32%),
    rgba(255,255,255,.70);
  border: 1px solid rgba(255,255,255,.90);
  box-shadow: 0 34px 90px rgba(49,92,56,.16);
  overflow: hidden;
  isolation: isolate;
}
.tc-olympic-hero:before {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 34px;
  border: 1px solid rgba(255,255,255,.64);
  pointer-events: none;
}
.tc-olympic-bg-orb {
  position: absolute;
  border-radius: 50%;
  z-index: -1;
  pointer-events: none;
}
.tc-olympic-bg-orb-one { width: 350px; height: 350px; right: 30%; top: 4%; background: radial-gradient(circle, rgba(255,255,255,.64), transparent 69%); }
.tc-olympic-bg-orb-two { width: 390px; height: 390px; left: -110px; bottom: -130px; background: radial-gradient(circle, rgba(214,140,39,.10), transparent 70%); }
.tc-olympic-gallery-wrap,
.tc-olympic-summary-card { min-width: 0; position: relative; }
.tc-olympic-gallery-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.tc-olympic-main-media {
  position: relative;
  min-height: 610px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 36px;
  background:
    radial-gradient(circle at 25% 22%, rgba(255,255,255,.95), transparent 24%),
    linear-gradient(145deg, #f4df9d, #315c38 88%);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.58), 0 28px 78px rgba(49,92,56,.18);
}
.tc-olympic-main-media:before {
  content: "";
  position: absolute;
  top: 28px;
  right: 28px;
  width: 156px;
  height: 54px;
  border-radius: 18px;
  background: linear-gradient(145deg, #314535, #1c2d22);
  box-shadow: inset 0 -12px 18px rgba(0,0,0,.24), 0 18px 40px rgba(0,0,0,.10);
  z-index: 2;
}
.tc-olympic-main-media:after {
  content: "";
  position: absolute;
  width: 74%;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.44);
  box-shadow: inset 0 0 60px rgba(255,255,255,.13);
  z-index: 1;
}
.tc-olympic-main-media img {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .35s ease, filter .35s ease;
}
.tc-olympic-main-media:hover img { transform: scale(1.04); filter: saturate(1.06); }
.tc-olympic-emoji {
  position: relative;
  z-index: 3;
  font-size: 180px;
  line-height: 1;
  filter: drop-shadow(0 24px 34px rgba(0,0,0,.18));
}
.tc-olympic-sale-badge {
  position: absolute;
  top: 25px;
  left: 25px;
  z-index: 4;
  padding: 10px 15px;
  border-radius: 999px;
  background: rgba(255,255,255,.88);
  color: var(--tc-primary);
  font-size: 12px;
  font-weight: 950;
  box-shadow: 0 16px 38px rgba(49,92,56,.15);
  backdrop-filter: blur(14px);
}
.tc-olympic-gallery-footer {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 12px;
  align-items: stretch;
}
.tc-olympic-fresh-chip {
  display: flex;
  align-items: center;
  gap: 11px;
  min-height: 84px;
  padding: 14px;
  border-radius: 24px;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(49,92,56,.09);
  box-shadow: 0 18px 46px rgba(49,92,56,.08);
}
.tc-olympic-fresh-chip > span {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  display: grid;
  place-items: center;
  border-radius: 17px;
  background: #f4efe4;
  font-size: 24px;
}
.tc-olympic-fresh-chip strong { display: block; color: var(--tc-primary); font-weight: 950; margin-bottom: 3px; }
.tc-olympic-fresh-chip small { display: block; color: var(--tc-muted); font-size: 12px; line-height: 1.7; font-weight: 750; }
.tc-olympic-thumbs {
  display: grid;
  grid-template-columns: repeat(4, minmax(58px,1fr));
  gap: 9px;
  margin: 0;
  align-content: stretch;
}
.tc-olympic-thumb,
.tc-olympic-placeholder-thumbs span {
  min-height: 84px;
  border-radius: 22px;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(49,92,56,.10);
  box-shadow: 0 16px 38px rgba(49,92,56,.09);
}
.tc-olympic-thumb img { border-radius: inherit; }
.tc-olympic-thumb.active { outline: 3px solid rgba(214,140,39,.45); border-color: rgba(214,140,39,.60); }
.tc-olympic-placeholder-thumbs span { display: grid; place-items: center; font-size: 30px; }
.tc-olympic-summary-card {
  display: flex;
  flex-direction: column;
  padding: 24px 18px 16px;
}
.tc-olympic-label-row { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; }
.tc-olympic-label {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.78);
  color: var(--tc-primary);
  border: 1px solid rgba(49,92,56,.11);
  font-size: 12px;
  font-weight: 950;
}
.tc-olympic-label-hot { background: #fff2dc; color: #9a5c07; border-color: rgba(214,140,39,.24); }
.tc-olympic-label-out { background: #fff2dc; color: #875408; border-color: rgba(214,140,39,.24); }
.tc-olympic-kicker { margin: 0 0 10px; color: var(--tc-accent); font-size: 14px; font-weight: 950; }
.tc-olympic-title {
  margin: 0;
  color: var(--tc-primary);
  font-size: clamp(36px, 5vw, 68px);
  line-height: 1.08;
  letter-spacing: -1.8px;
}
.tc-olympic-rating-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 15px 0 17px;
  color: var(--tc-muted);
  font-size: 13px;
  font-weight: 850;
}
.tc-olympic-stars { color: var(--tc-accent); letter-spacing: 1px; font-size: 18px; }
.tc-olympic-price-panel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 18px;
  margin-bottom: 16px;
  border-radius: 26px;
  background: linear-gradient(145deg, #fffdf8, #f6f0e5);
  border: 1px solid rgba(49,92,56,.10);
  box-shadow: 0 18px 48px rgba(49,92,56,.08);
}
.tc-olympic-price-panel span { color: var(--tc-muted); font-size: 13px; font-weight: 950; }
.tc-olympic-price-panel strong { color: var(--tc-primary); font-size: 25px; font-weight: 950; }
.tc-olympic-price-panel del { color: var(--tc-muted); font-size: .72em; margin-left: 7px; }
.tc-olympic-short-desc {
  color: var(--tc-muted);
  line-height: 2;
  font-size: 15px;
  margin-bottom: 16px;
  font-weight: 650;
}
.tc-olympic-short-desc p { margin-top: 0; }
.tc-olympic-benefits {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 10px;
  margin-bottom: 16px;
}
.tc-olympic-benefits div {
  min-width: 0;
  padding: 13px;
  border-radius: 22px;
  background: rgba(255,255,255,.74);
  border: 1px solid rgba(49,92,56,.09);
  box-shadow: 0 14px 34px rgba(49,92,56,.06);
}
.tc-olympic-benefits span { display: block; font-size: 23px; margin-bottom: 5px; }
.tc-olympic-benefits strong { display: block; color: var(--tc-primary); font-size: 13px; font-weight: 950; margin-bottom: 3px; }
.tc-olympic-benefits small { display: block; color: var(--tc-muted); font-size: 11.5px; line-height: 1.7; font-weight: 750; }
.tc-olympic-buy-box,
.tc-olympic-notify-box,
.tc-olympic-native-cart {
  padding: 16px;
  margin-top: auto;
  border-radius: 28px;
  background:
    radial-gradient(circle at 8% 12%, rgba(214,140,39,.10), transparent 26%),
    #fffdf8;
  border: 1px solid rgba(49,92,56,.10);
  box-shadow: 0 22px 58px rgba(49,92,56,.12);
}
.tc-olympic-buy-text strong { display: block; color: var(--tc-primary); font-size: 17px; font-weight: 950; margin-bottom: 4px; }
.tc-olympic-buy-text span { display: block; color: var(--tc-muted); font-size: 13px; font-weight: 750; line-height: 1.8; margin-bottom: 12px; }
.tc-olympic-buy-row { display: grid; grid-template-columns: 72px 96px minmax(0,1fr); gap: 10px; align-items: stretch; }
.tc-olympic-buy-row label {
  display: grid;
  place-items: center;
  min-height: 54px;
  border-radius: 18px;
  background: #f4efe4;
  color: var(--tc-primary);
  font-weight: 950;
}
.tc-olympic-qty { min-height: 54px; }
.tc-olympic-add-btn { min-height: 54px; }
.tc-olympic-meta {
  display: grid;
  gap: 8px;
  margin-top: 14px;
  padding: 13px 15px;
  border-radius: 22px;
  background: rgba(255,255,255,.58);
  border: 1px solid rgba(49,92,56,.08);
  color: var(--tc-muted);
  font-size: 13px;
  line-height: 1.8;
}
.tc-olympic-meta strong,
.tc-olympic-meta a { color: var(--tc-primary); font-weight: 950; }
.tc-olympic-after-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
  gap: 18px;
  margin-top: 18px;
}
.tc-olympic-content-card {
  padding: 26px;
  border-radius: 32px;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(255,255,255,.90);
  box-shadow: 0 22px 62px rgba(49,92,56,.10);
}
.tc-olympic-content-card h2 {
  margin: 0 0 12px;
  color: var(--tc-primary);
  font-size: 27px;
  letter-spacing: -.5px;
}
.tc-olympic-content-card p,
.tc-olympic-content-card .tc-single-description { color: var(--tc-muted); line-height: 2; font-weight: 650; }
.tc-olympic-timeline-mini { display: grid; gap: 10px; }
.tc-olympic-timeline-mini div {
  display: grid;
  grid-template-columns: 44px 1fr;
  align-items: center;
  gap: 10px;
  padding: 12px;
  border-radius: 20px;
  background: linear-gradient(145deg, #fffdf8, #f4efe4);
  border: 1px solid rgba(49,92,56,.08);
  color: var(--tc-muted);
  font-weight: 850;
}
.tc-olympic-timeline-mini b {
  width: 44px;
  height: 44px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--tc-primary);
}
.tc-olympic-related-section { padding-bottom: 0; }

@media (max-width: 980px) {
  .tc-olympic-hero { grid-template-columns: 1fr; }
  .tc-olympic-main-media { min-height: 490px; }
  .tc-olympic-benefits { grid-template-columns: 1fr; }
  .tc-olympic-after-grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .tc-product-olympic { padding-top: 24px; }
  .tc-olympic-breadcrumb { font-size: 11.5px; padding: 9px 12px; margin-bottom: 12px; }
  .tc-olympic-hero { border-radius: 30px; padding: 12px; gap: 15px; }
  .tc-olympic-hero:before { inset: 8px; border-radius: 24px; }
  .tc-olympic-main-media { min-height: 355px; border-radius: 26px; }
  .tc-olympic-main-media:before { top: 20px; right: 20px; width: 116px; height: 42px; border-radius: 15px; }
  .tc-olympic-emoji { font-size: 112px; }
  .tc-olympic-sale-badge { top: 18px; left: 18px; padding: 8px 11px; font-size: 11px; }
  .tc-olympic-gallery-footer { grid-template-columns: 1fr; }
  .tc-olympic-fresh-chip { min-height: auto; padding: 12px; border-radius: 20px; }
  .tc-olympic-thumbs { grid-template-columns: repeat(4, 1fr); gap: 8px; }
  .tc-olympic-thumb,
  .tc-olympic-placeholder-thumbs span { min-height: 64px; border-radius: 18px; }
  .tc-olympic-summary-card { padding: 12px 4px 4px; }
  .tc-olympic-label { font-size: 11px; padding: 7px 10px; }
  .tc-olympic-kicker { font-size: 12.5px; }
  .tc-olympic-title { font-size: 30px; line-height: 1.18; letter-spacing: -.6px; }
  .tc-olympic-rating-row { font-size: 12px; margin: 12px 0; }
  .tc-olympic-stars { font-size: 15px; }
  .tc-olympic-price-panel { align-items: flex-start; flex-direction: column; border-radius: 22px; padding: 14px; gap: 6px; }
  .tc-olympic-price-panel strong { font-size: 20px; }
  .tc-olympic-short-desc { font-size: 13.5px; line-height: 1.9; }
  .tc-olympic-benefits { gap: 8px; }
  .tc-olympic-benefits div { padding: 11px 12px; border-radius: 18px; }
  .tc-olympic-buy-box,
  .tc-olympic-notify-box,
  .tc-olympic-native-cart { padding: 13px; border-radius: 22px; }
  .tc-olympic-buy-row { grid-template-columns: 1fr; }
  .tc-olympic-buy-row label,
  .tc-olympic-qty,
  .tc-olympic-add-btn { min-height: 48px; }
  .tc-olympic-meta { border-radius: 18px; font-size: 12px; padding: 11px 12px; }
  .tc-olympic-content-card { padding: 19px; border-radius: 26px; }
  .tc-olympic-content-card h2 { font-size: 21px; }
  .tc-olympic-timeline-mini div { grid-template-columns: 38px 1fr; font-size: 13px; }
  .tc-olympic-timeline-mini b { width: 38px; height: 38px; border-radius: 14px; }
}

/* Optional mobile app-like footer navigation */
.tc-mobile-bottom-nav { display: none; }
@media (max-width: 768px) {
  body.tc-mobile-bottom-nav-enabled { padding-bottom: 0; }
  body.tc-mobile-bottom-nav-enabled .tc-topbar { transition: transform .28s ease, opacity .22s ease; }
  body.tc-mobile-bottom-nav-enabled .tc-topbar.tc-topbar-hidden { transform: translateY(-125%); opacity: 0; pointer-events: none; }
  body.tc-mobile-bottom-nav-enabled .tc-footer { display: none; }
  body.tc-mobile-bottom-nav-enabled.tc-mobile-nav-visible { padding-bottom: 112px; }
  body.tc-mobile-bottom-nav-enabled .tc-mobile-bottom-nav {
    position: fixed;
    right: 10px;
    left: 10px;
    bottom: calc(10px + env(safe-area-inset-bottom));
    height: 82px;
    display: grid;
    grid-template-columns: 1fr 94px 1fr;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    border-radius: 32px;
    background: rgba(255,255,255,.92);
    border: 1px solid rgba(255,255,255,.96);
    box-shadow: 0 24px 58px rgba(12,20,14,.18);
    backdrop-filter: blur(22px);
    z-index: 70;
    transform: translateY(132%);
    opacity: 0;
    pointer-events: none;
    transition: transform .28s ease, opacity .2s ease;
    direction: rtl;
    overflow: visible;
  }
  body.tc-mobile-bottom-nav-enabled.tc-mobile-nav-visible .tc-mobile-bottom-nav { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .tc-mobile-nav-side { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 8px; min-width: 0; }
  .tc-mobile-nav-side-right { grid-column: 1; }
  .tc-mobile-nav-center { grid-column: 2; width: 86px; height: 86px; border-radius: 50%; justify-self: center; align-self: center; margin-top: -44px; background: linear-gradient(145deg, var(--tc-accent), #f08b00); color: white; box-shadow: 0 16px 34px rgba(214,140,39,.38), 0 0 0 10px rgba(255,255,255,.82); display: grid; place-items: center; text-decoration: none; position: relative; z-index: 2; }
  .tc-mobile-nav-side-left { grid-column: 3; }
  .tc-mobile-nav-center:before { content: ""; position: absolute; inset: -9px; border-radius: inherit; background: rgba(255,255,255,.42); z-index: -1; }
  .tc-mobile-center-logo { width: 70px; height: 70px; border-radius: 50%; display: grid; place-items: center; overflow: hidden; color: white; font-weight: 950; font-size: 34px; line-height: 1; }
  .tc-mobile-center-logo img { width: 100%; height: 100%; display: block; object-fit: cover; }
  .tc-mobile-nav-item {
    border: 0;
    background: transparent;
    color: var(--tc-muted);
    min-width: 0;
    display: grid;
    place-items: center;
    gap: 4px;
    text-align: center;
    font-weight: 900;
    cursor: pointer;
    text-decoration: none;
    padding: 0;
  }
  .tc-mobile-nav-item strong { display: block; font-size: 11px; line-height: 1.2; white-space: nowrap; color: inherit; }
  .tc-mobile-nav-icon { width: 38px; height: 38px; border-radius: 15px; background: #f3efe4; display: grid; place-items: center; color: var(--tc-primary); font-size: 19px; font-weight: 900; position: relative; }
  .tc-mobile-nav-cart .tc-mobile-nav-icon { background: #edf5e9; }
  .tc-mobile-nav-badge {
    position: absolute;
    top: -5px;
    left: -5px;
    min-width: 19px;
    height: 19px;
    border-radius: 999px;
    background: var(--tc-accent);
    color: white;
    font-size: 10px;
    display: grid;
    place-items: center;
    padding: 0 5px;
    border: 2px solid white;
    font-weight: 900;
    box-shadow: 0 6px 16px rgba(214,140,39,.28);
  }
}

/* Reliability polish: uploaded logos/icons should appear immediately and cleanly. */
.tc-logo.has-image img,
.tc-media-emoji.has-image img,
.tc-mobile-center-logo.has-image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.tc-logo.has-image img { object-fit: contain !important; object-position: center !important; }
.tc-mobile-center-logo.has-image img { object-fit: contain; padding: 6px; }
@media (max-width: 768px) {
  .tc-logo.has-image { width: 84px; min-width: 84px; }
  .tc-mobile-center-logo.has-image img { object-fit: contain; padding: 6px; }
  .tc-mobile-center-logo.has-emoji { font-size: 36px; }
}


/* Cart drawer must stay above the optional mobile app footer. */
.tc-drawer.active,
.tc-modal.active { z-index: 180; }
#tcCartDrawer.active { z-index: 240; }
#tcSearchModal.active { z-index: 190; }
#tcAuthModal.active { z-index: 320; }
body.tc-cart-drawer-open .tc-mobile-bottom-nav,
body.tc-modal-open .tc-mobile-bottom-nav {
  transform: translateY(132%) !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
@media (max-width: 768px) {
  .tc-drawer.active .tc-cart-panel { padding-bottom: calc(22px + env(safe-area-inset-bottom)); }
}

/* Late mobile footer trigger marker */
.tc-mobile-nav-trigger-end { width: 1px; height: 1px; opacity: 0; pointer-events: none; }

/* Olympic shop/archive page */
.tc-shop-olympic {
  position: relative;
  overflow: hidden;
  padding-top: 38px;
}
.tc-shop-olympic:before,
.tc-shop-olympic:after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  filter: blur(10px);
  pointer-events: none;
  z-index: -1;
}
.tc-shop-olympic:before { right: -170px; top: 120px; background: radial-gradient(circle, rgba(49,92,56,.14), transparent 66%); }
.tc-shop-olympic:after { left: -170px; top: 520px; background: radial-gradient(circle, rgba(214,140,39,.13), transparent 66%); }
.tc-shop-hero { padding: 28px 0 20px; }
.tc-shop-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(330px, .95fr);
  align-items: stretch;
  gap: 22px;
}
.tc-shop-hero-copy,
.tc-shop-hero-card {
  border-radius: 38px;
  background: rgba(255,255,255,.76);
  border: 1px solid rgba(255,255,255,.92);
  box-shadow: 0 24px 68px rgba(49,92,56,.10);
  position: relative;
  overflow: hidden;
}
.tc-shop-hero-copy {
  padding: clamp(24px, 4vw, 46px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 370px;
}
.tc-shop-hero-copy:before {
  content: "";
  position: absolute;
  inset: -120px auto auto -120px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(214,140,39,.15), transparent 68%);
}
.tc-shop-hero-copy h1 {
  margin: 10px 0 14px;
  color: var(--tc-text);
  font-size: clamp(36px, 5.2vw, 70px);
  line-height: 1.12;
  letter-spacing: -1.8px;
}
.tc-shop-hero-copy p {
  max-width: 640px;
  margin: 0 0 24px;
  color: var(--tc-muted);
  font-size: 17px;
  font-weight: 700;
  line-height: 2;
}
.tc-shop-hero-actions { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.tc-shop-hero-card {
  min-height: 370px;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, rgba(255,255,255,.78), rgba(244,239,228,.62));
}
.tc-shop-hero-orbit {
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.75);
  box-shadow: inset 0 0 0 28px rgba(49,92,56,.04), 0 22px 60px rgba(49,92,56,.10);
}
.tc-shop-hero-jar {
  width: 230px;
  height: 270px;
  border-radius: 42px 42px 70px 70px;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, rgba(255,255,255,.92), rgba(255,255,255,.34)), linear-gradient(145deg, rgba(214,140,39,.23), rgba(49,92,56,.18));
  border: 2px solid rgba(255,255,255,.78);
  box-shadow: 0 34px 80px rgba(49,92,56,.16);
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
}
.tc-shop-hero-jar:before {
  content: "";
  position: absolute;
  top: -8px;
  right: 46px;
  width: 138px;
  height: 46px;
  border-radius: 16px;
  background: linear-gradient(145deg, #314535, #1c2d22);
}
.tc-shop-hero-jar span { font-size: 80px; transform: translateY(12px); }
.tc-shop-hero-jar strong {
  position: absolute;
  right: 28px;
  left: 28px;
  bottom: 54px;
  min-height: 68px;
  border-radius: 22px;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,.74);
  color: var(--tc-primary);
  font-size: 24px;
  font-weight: 950;
  line-height: 1.2;
  padding: 8px;
}
.tc-shop-hero-mini {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 22px;
  background: rgba(255,255,255,.86);
  border: 1px solid rgba(255,255,255,.95);
  box-shadow: 0 18px 48px rgba(49,92,56,.10);
  color: var(--tc-muted);
  font-size: 13px;
  font-weight: 850;
  z-index: 2;
}
.tc-shop-hero-mini b {
  min-width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: #edf5e9;
  color: var(--tc-primary);
  font-size: 18px;
}
.tc-shop-mini-one { top: 26px; left: 24px; }
.tc-shop-mini-two { bottom: 28px; right: 22px; }
.tc-shop-products-section { padding-top: 28px; }
.tc-shop-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 16px;
  margin-bottom: 18px;
}
.tc-shop-toolbar h2 { margin: 8px 0 0; color: var(--tc-text); font-size: clamp(28px, 4vw, 44px); letter-spacing: -.8px; }
.tc-shop-count-pill {
  padding: 13px 17px;
  border-radius: 999px;
  background: rgba(255,255,255,.76);
  border: 1px solid rgba(49,92,56,.10);
  color: var(--tc-primary);
  font-weight: 950;
  white-space: nowrap;
}
.tc-shop-category-filters {
  padding: 12px;
  border-radius: 28px;
  background: rgba(255,255,255,.56);
  border: 1px solid rgba(255,255,255,.85);
  box-shadow: 0 18px 52px rgba(49,92,56,.06);
  margin-bottom: 22px;
}
.tc-shop-category-filters a { text-decoration: none; }
.tc-shop-product-stage {
  padding: 16px;
  border-radius: 38px;
  background: rgba(255,255,255,.42);
  border: 1px solid rgba(255,255,255,.78);
  box-shadow: 0 28px 80px rgba(49,92,56,.08);
}
.tc-shop-products-grid .tc-product { background: rgba(255,255,255,.82); }
.tc-shop-tag-out { color: #875408; background: #fff3dd; }
.tc-shop-assurance-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 18px;
}
.tc-shop-assurance-row div {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 10px;
  align-items: center;
  padding: 16px;
  border-radius: 26px;
  background: rgba(255,255,255,.74);
  border: 1px solid rgba(49,92,56,.08);
  box-shadow: 0 18px 52px rgba(49,92,56,.06);
}
.tc-shop-assurance-row b {
  grid-row: span 2;
  width: 56px;
  height: 56px;
  border-radius: 20px;
  display: grid;
  place-items: center;
  background: var(--tc-primary);
  color: white;
  font-weight: 950;
  font-size: 20px;
}
.tc-shop-assurance-row strong { color: var(--tc-primary); font-size: 17px; font-weight: 950; }
.tc-shop-assurance-row span { color: var(--tc-muted); font-size: 13px; font-weight: 750; line-height: 1.8; }

@media (max-width: 980px) {
  .tc-shop-hero-grid { grid-template-columns: 1fr; }
  .tc-shop-hero-copy { min-height: auto; }
  .tc-shop-hero-card { min-height: 340px; }
  .tc-shop-assurance-row { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .tc-shop-olympic { padding-top: 20px; }
  .tc-shop-hero { padding: 18px 0 12px; }
  .tc-shop-hero-copy,
  .tc-shop-hero-card { border-radius: 30px; }
  .tc-shop-hero-copy { padding: 22px; }
  .tc-shop-hero-copy h1 { font-size: 35px; letter-spacing: -.8px; }
  .tc-shop-hero-copy p { font-size: 13.5px; line-height: 1.9; }
  .tc-shop-hero-card { min-height: 315px; }
  .tc-shop-hero-orbit { width: 230px; height: 230px; }
  .tc-shop-hero-jar { width: 190px; height: 232px; border-radius: 34px 34px 58px 58px; }
  .tc-shop-hero-jar:before { right: 40px; width: 112px; height: 38px; }
  .tc-shop-hero-jar span { font-size: 64px; }
  .tc-shop-hero-jar strong { bottom: 42px; font-size: 20px; min-height: 58px; }
  .tc-shop-hero-mini { padding: 9px 11px; border-radius: 18px; font-size: 11.5px; }
  .tc-shop-hero-mini b { min-width: 36px; height: 36px; border-radius: 14px; font-size: 15px; }
  .tc-shop-mini-one { top: 16px; left: 14px; }
  .tc-shop-mini-two { bottom: 18px; right: 14px; }
  .tc-shop-toolbar { align-items: flex-start; flex-direction: column; }
  .tc-shop-toolbar h2 { font-size: 28px; }
  .tc-shop-count-pill { padding: 10px 13px; font-size: 12px; }
  .tc-shop-category-filters { flex-wrap: nowrap; overflow-x: auto; padding: 10px; border-radius: 22px; scrollbar-width: none; }
  .tc-shop-category-filters::-webkit-scrollbar { display: none; }
  .tc-shop-product-stage { padding: 10px; border-radius: 28px; }
  .tc-shop-assurance-row div { grid-template-columns: 46px 1fr; padding: 13px; border-radius: 22px; }
  .tc-shop-assurance-row b { width: 46px; height: 46px; border-radius: 17px; font-size: 17px; }
}

/* Logo image containers accept wide/transparent brand marks without cropping. */
.tc-logo.has-image { overflow: hidden; }
.tc-brand .tc-logo.has-image { flex-basis: auto; }

/* Trust / credibility drawer */
.tc-trust-panel { background: linear-gradient(180deg, #fffdf8, #fbfaf5); }
.tc-trust-content { flex: 1; overflow: auto; padding-left: 4px; }
.tc-trust-hero {
  background: radial-gradient(circle at 10% 10%, rgba(214,140,39,.13), transparent 34%), #f7f1e6;
  border: 1px solid rgba(49,92,56,.10);
  border-radius: 26px;
  padding: 18px;
  margin-bottom: 14px;
}
.tc-trust-hero strong { display: block; color: var(--tc-primary); font-size: 20px; font-weight: 950; margin-bottom: 8px; }
.tc-trust-hero p { margin: 0; color: var(--tc-muted); line-height: 1.9; font-size: 13px; }
.tc-trust-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.tc-trust-card {
  min-height: 142px;
  background: rgba(255,255,255,.86);
  border: 1px solid rgba(49,92,56,.10);
  border-radius: 24px;
  padding: 14px;
  display: grid;
  place-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--tc-primary);
  box-shadow: 0 14px 34px rgba(49,92,56,.06);
}
.tc-trust-image { width: 100%; height: 82px; border-radius: 18px; background: #f6f1e8; display: grid; place-items: center; color: var(--tc-primary); font-size: 32px; font-weight: 950; overflow: hidden; }
.tc-trust-image img { display: block; max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain; padding: 7px; }
.tc-trust-card strong { color: var(--tc-primary); font-size: 13px; font-weight: 950; text-align: center; line-height: 1.5; }
.tc-trust-empty { background: #fff; border: 1px dashed rgba(49,92,56,.22); border-radius: 24px; padding: 20px; color: var(--tc-muted); line-height: 1.9; text-align: center; }
.tc-trust-empty strong { color: var(--tc-primary); display: block; margin-bottom: 6px; }
body.tc-trust-drawer-open .tc-mobile-bottom-nav { transform: translateY(132%) !important; opacity: 0 !important; pointer-events: none !important; }
@media (max-width: 560px) {
  .tc-trust-grid { grid-template-columns: 1fr; }
  .tc-trust-card { min-height: 124px; }
  .tc-trust-image { height: 72px; }
}

/* Trust drawer: support official embed codes such as Enamad snippets without loading them before opening the drawer. */
.tc-trust-card-code { min-height: 160px; }
.tc-trust-code-mount {
  width: 100%;
  min-height: 88px;
  border-radius: 18px;
  background: #f6f1e8;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 8px;
}
.tc-trust-code-mount img,
.tc-trust-code-mount iframe,
.tc-trust-code-mount object,
.tc-trust-code-mount embed {
  max-width: 100% !important;
  max-height: 96px !important;
  width: auto !important;
  height: auto !important;
  display: block;
  margin: 0 auto;
}
.tc-trust-code-mount a { display: inline-flex; align-items: center; justify-content: center; max-width: 100%; }
.tc-trust-code-placeholder { color: var(--tc-muted); font-size: 12px; font-weight: 800; }

/* Card-to-card payment step */
.tc-payment-box { text-align: center; }
.tc-payment-methods {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 14px 0;
}
.tc-payment-method {
  border: 1px solid rgba(49,92,56,.12);
  background: rgba(255,255,255,.78);
  color: var(--tc-muted);
  border-radius: 22px;
  padding: 14px;
  cursor: pointer;
  text-align: right;
  transition: .2s ease;
}
.tc-payment-method span {
  display: block;
  color: var(--tc-primary);
  font-weight: 950;
  font-size: 15px;
  margin-bottom: 5px;
}
.tc-payment-method small { display: block; line-height: 1.7; font-weight: 750; }
.tc-payment-method.active {
  background: #edf5e9;
  border-color: rgba(49,92,56,.32);
  box-shadow: 0 14px 36px rgba(49,92,56,.10);
}
.tc-card-payment-box {
  margin-top: 12px;
  text-align: right;
}
.tc-card-bank-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 16px;
  border-radius: 26px;
  background: linear-gradient(145deg, #183320, #315c38);
  color: white;
  box-shadow: 0 18px 46px rgba(49,92,56,.16);
  margin-bottom: 12px;
}
.tc-card-bank-card small { display: block; opacity: .72; font-weight: 800; margin-bottom: 6px; }
.tc-card-bank-card strong {
  direction: ltr;
  text-align: left;
  display: block;
  font-size: 22px;
  letter-spacing: 1.5px;
  font-weight: 950;
}
.tc-card-bank-card .tc-btn-soft { background: rgba(255,255,255,.12); color: white; border: 1px solid rgba(255,255,255,.24); }
.tc-card-bank-info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin: 10px 0 12px;
}
.tc-card-bank-info div {
  padding: 12px;
  border-radius: 18px;
  background: #f7f1e6;
  border: 1px solid rgba(49,92,56,.08);
}
.tc-card-bank-info small { display: block; color: var(--tc-muted); font-weight: 800; margin-bottom: 4px; }
.tc-card-bank-info strong { display: block; color: var(--tc-primary); font-weight: 950; line-height: 1.7; }
.tc-card-payment-box input[type="file"] {
  background: #fff;
  padding: 12px;
  border-radius: 18px;
  border: 1px solid rgba(49,92,56,.16);
  width: 100%;
}
@media (max-width: 560px) {
  .tc-payment-methods,
  .tc-card-bank-info { grid-template-columns: 1fr; }
  .tc-card-bank-card { grid-template-columns: 1fr; text-align: center; }
  .tc-card-bank-card strong { text-align: center; font-size: 18px; }
}

/* Store intro video teaser */
.tc-intro-video-section { padding-top: 10px; }
.tc-intro-video-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr minmax(280px, 430px);
  gap: 24px;
  align-items: center;
  padding: 28px;
  border-radius: 36px;
  background: linear-gradient(145deg, rgba(255,255,255,.88), rgba(246,241,230,.78));
  border: 1px solid rgba(49,92,56,.10);
  box-shadow: 0 24px 70px rgba(49,92,56,.10);
}
.tc-intro-video-card:before {
  content: "";
  position: absolute;
  inset: auto -110px -160px auto;
  width: 330px;
  height: 330px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(214,140,39,.18), transparent 68%);
  pointer-events: none;
}
.tc-intro-video-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 14px;
  border-radius: 999px;
  background: #f5ead6;
  color: var(--tc-primary);
  font-weight: 950;
  font-size: 13px;
  margin-bottom: 14px;
}
.tc-intro-video-copy h2 {
  margin: 0;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.35;
  letter-spacing: -1px;
  color: var(--tc-text);
}
.tc-intro-video-copy p {
  margin: 14px 0 20px;
  max-width: 620px;
  color: var(--tc-muted);
  font-size: 16px;
  line-height: 2;
}
.tc-intro-video-play span { font-size: 13px; }
.tc-intro-video-preview {
  position: relative;
  border: 0;
  cursor: pointer;
  overflow: hidden;
  min-height: 260px;
  border-radius: 32px;
  background: linear-gradient(145deg, #edf4e8, #fff7e6);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.75), 0 20px 50px rgba(49,92,56,.12);
}
.tc-intro-video-preview img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  display: block;
  filter: saturate(1.06) contrast(1.02);
}
.tc-intro-video-preview:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10,30,15,.05), rgba(10,30,15,.28));
}
.tc-intro-video-preview i {
  position: absolute;
  z-index: 2;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  width: 76px;
  height: 76px;
  border-radius: 28px;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,.88);
  color: var(--tc-primary);
  font-style: normal;
  font-weight: 950;
  box-shadow: 0 18px 46px rgba(0,0,0,.16);
}
.tc-intro-video-fallback {
  min-height: 260px;
  display: grid;
  place-items: center;
  color: var(--tc-primary);
  font-weight: 950;
  font-size: 26px;
}
.tc-intro-video-fallback span { font-size: 74px; display: block; margin-bottom: 12px; }
.tc-video-modal {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
}
.tc-video-modal.active { display: flex; }
.tc-video-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(12,20,14,.55);
  backdrop-filter: blur(9px);
}
.tc-video-box {
  position: relative;
  z-index: 1;
  width: min(940px, 96vw);
  border-radius: 30px;
  background: #fffdf8;
  box-shadow: 0 30px 90px rgba(0,0,0,.28);
  overflow: hidden;
}
.tc-video-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(49,92,56,.10);
}
.tc-video-head strong { color: var(--tc-primary); font-weight: 950; }
.tc-video-head button {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 15px;
  background: #f4efe4;
  cursor: pointer;
  font-size: 24px;
}
.tc-video-frame { background: #0b160e; aspect-ratio: 16/9; }
.tc-video-frame iframe,
.tc-video-frame video,
.tc-video-frame embed,
.tc-video-frame object {
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
  display: block;
}
body.tc-video-open .tc-mobile-bottom-nav { transform: translateY(132%) !important; opacity: 0 !important; pointer-events: none !important; }
@media (max-width: 760px) {
  .tc-intro-video-card { grid-template-columns: 1fr; padding: 18px; border-radius: 30px; }
  .tc-intro-video-copy h2 { font-size: 27px; }
  .tc-intro-video-copy p { font-size: 14px; }
  .tc-intro-video-preview,
  .tc-intro-video-preview img,
  .tc-intro-video-fallback { min-height: 210px; }
  .tc-intro-video-preview i { width: 62px; height: 62px; border-radius: 22px; }
}

/* Profile save feedback + customer testimonials */
.tc-notice.is-success { background: #edf7e7; color: #315c38; border: 1px solid rgba(49,92,56,.16); }
.tc-notice.is-error { background: #fff0eb; color: #b9472e; border: 1px solid rgba(185,71,46,.18); }
.tc-testimonials-section { padding-top: 20px; }
.tc-testimonials-shell { position: relative; overflow: hidden; background: rgba(255,255,255,.74); border: 1px solid rgba(49,92,56,.1); border-radius: 40px; padding: 28px; box-shadow: 0 24px 70px rgba(49,92,56,.09); }
.tc-testimonials-shell:before { content: ""; position: absolute; left: -90px; bottom: -90px; width: 240px; height: 240px; border-radius: 50%; background: rgba(49,92,56,.06); pointer-events: none; }
.tc-testimonials-head { position: relative; z-index: 1; }
.tc-testimonials-score { min-width: 136px; min-height: 92px; display: grid; place-items: center; text-align: center; border-radius: 28px; background: linear-gradient(145deg,#315c38,#17351f); color: #fff; box-shadow: 0 18px 44px rgba(49,92,56,.2); padding: 14px; }
.tc-testimonials-score strong { display: block; font-size: 28px; letter-spacing: 1px; color: #f3d6a5; }
.tc-testimonials-score span { font-size: 12px; color: rgba(255,255,255,.78); font-weight: 900; }
.tc-testimonials-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.tc-testimonial-card { background: #fffdf8; border: 1px solid rgba(49,92,56,.1); border-radius: 28px; padding: 18px; box-shadow: 0 16px 40px rgba(49,92,56,.07); min-height: 220px; display: flex; flex-direction: column; justify-content: space-between; }
.tc-testimonial-stars { color: #d68c27; font-size: 15px; letter-spacing: 2px; margin-bottom: 10px; direction: ltr; text-align: right; }
.tc-testimonial-card p { margin: 0; color: #4f5a52; font-size: 14px; line-height: 2; }
.tc-testimonial-foot { display: grid; grid-template-columns: 46px 1fr auto; gap: 10px; align-items: center; border-top: 1px solid rgba(49,92,56,.09); padding-top: 14px; margin-top: 16px; }
.tc-testimonial-avatar { width: 46px; height: 46px; border-radius: 18px; display: grid; place-items: center; background: #edf4e8; color: #315c38; font-weight: 900; }
.tc-testimonial-foot strong { display: block; color: #17351f; font-size: 14px; }
.tc-testimonial-foot a { display: block; color: #6d756e; font-size: 12px; font-weight: 800; text-decoration: none; margin-top: 3px; }
.tc-testimonial-foot small { color: #9aa297; font-weight: 800; font-size: 11px; white-space: nowrap; }
.tc-testimonials-empty { position: relative; z-index: 1; background: #f6f8f4; border: 1px dashed rgba(49,92,56,.2); border-radius: 24px; padding: 22px; text-align: center; }
.tc-testimonials-empty strong { display: block; color: #315c38; font-size: 18px; margin-bottom: 8px; }
.tc-testimonials-empty span { color: #6d756e; line-height: 1.9; }
@media (max-width: 980px) { .tc-testimonials-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) { .tc-testimonials-shell { padding: 18px; border-radius: 30px; } .tc-testimonials-grid { grid-template-columns: 1fr; } .tc-testimonials-score { width: 100%; margin-top: 12px; } .tc-testimonial-card { min-height: 0; } }

/* Olympic product review form */
.tc-product-reviews-section { padding-top: 8px; }
.tc-product-reviews-shell { position: relative; overflow: hidden; background: rgba(255,255,255,.76); border: 1px solid rgba(49,92,56,.1); border-radius: 42px; padding: 28px; box-shadow: 0 24px 70px rgba(49,92,56,.09); }
.tc-product-reviews-shell:before { content: ""; position: absolute; left: -110px; bottom: -110px; width: 270px; height: 270px; border-radius: 50%; background: rgba(49,92,56,.055); pointer-events: none; }
.tc-product-reviews-head { position: relative; z-index: 1; }
.tc-product-reviews-score { min-width: 128px; min-height: 90px; display: grid; place-items: center; text-align: center; border-radius: 28px; background: linear-gradient(145deg,#315c38,#17351f); color: #fff; box-shadow: 0 18px 44px rgba(49,92,56,.2); padding: 14px; }
.tc-product-reviews-score strong { display: block; color: #f3d6a5; font-size: 30px; font-weight: 950; direction: ltr; }
.tc-product-reviews-score span { display: block; color: rgba(255,255,255,.78); font-size: 12px; font-weight: 900; }
.tc-product-reviews-layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .75fr); gap: 18px; align-items: start; }
.tc-product-reviews-list { display: grid; gap: 12px; }
.tc-product-review-card { background: #fff; border: 1px solid rgba(49,92,56,.09); border-radius: 26px; padding: 17px; box-shadow: 0 16px 40px rgba(49,92,56,.06); }
.tc-product-review-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; margin-bottom: 10px; }
.tc-product-review-top strong { display: block; color: #18221b; font-size: 15px; font-weight: 950; }
.tc-product-review-top span { display: block; color: #6d756e; font-size: 12px; margin-top: 3px; }
.tc-product-review-top em { color: #d68c27; font-style: normal; letter-spacing: 1px; direction: ltr; white-space: nowrap; }
.tc-product-review-card p { margin: 0; color: #5f685f; line-height: 2; font-size: 14px; }
.tc-product-reviews-empty { background: #f6f8f4; border: 1px dashed rgba(49,92,56,.22); border-radius: 26px; padding: 22px; text-align: center; color: #6d756e; line-height: 1.9; }
.tc-product-reviews-empty strong { display: block; color: #315c38; font-size: 17px; margin-bottom: 6px; }
.tc-product-review-form-card { background: #fbfaf5; border: 1px solid rgba(49,92,56,.1); border-radius: 30px; padding: 20px; box-shadow: inset 0 0 0 1px rgba(255,255,255,.6); }
.tc-product-review-form-card h3 { margin: 8px 0 6px; font-size: 24px; color: #18221b; }
.tc-product-review-form-card > p { margin: 0 0 14px; color: #6d756e; line-height: 1.9; font-size: 14px; }
.tc-review-form { margin: 0; }
.tc-review-form p { margin: 0 0 12px; }
.tc-review-form label, .tc-review-rating-field strong { display: block; color: #315c38; font-size: 13px; font-weight: 950; margin-bottom: 8px; }
.tc-review-form input[type="text"], .tc-review-form input[type="email"], .tc-review-form textarea { width: 100%; border: 1px solid rgba(49,92,56,.14); background: #fff; border-radius: 18px; padding: 13px 14px; outline: 0; font-family: inherit; font-size: 15px; color: #18221b; }
.tc-review-form textarea { min-height: 130px; resize: vertical; line-height: 1.9; }
.tc-review-form input:focus, .tc-review-form textarea:focus { border-color: #315c38; box-shadow: 0 0 0 4px rgba(49,92,56,.08); }
.tc-review-rating-field { margin-bottom: 14px; }
.tc-review-rating-options { display: grid; gap: 8px; }
.tc-review-rating-options label { cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 8px; margin: 0; padding: 10px 12px; border-radius: 16px; background: #fff; border: 1px solid rgba(49,92,56,.1); color: #d68c27; direction: ltr; }
.tc-review-rating-options input { accent-color: #315c38; }
.tc-review-form .form-submit { margin: 14px 0 0; }
.tc-review-form .tc-btn { width: 100%; }
.tc-review-form .comment-form-cookies-consent { display: flex; gap: 8px; align-items: center; color: #6d756e; font-size: 12px; line-height: 1.8; }
.tc-review-form .comment-form-cookies-consent label { margin: 0; color: #6d756e; font-weight: 700; }
@media (max-width: 980px) { .tc-product-reviews-layout { grid-template-columns: 1fr; } }
@media (max-width: 640px) { .tc-product-reviews-shell { border-radius: 30px; padding: 18px; } .tc-product-reviews-score { width: 100%; margin-top: 12px; } .tc-product-review-form-card { padding: 16px; border-radius: 24px; } .tc-review-rating-options { grid-template-columns: 1fr 1fr; } }

/* Clean brand logo: no extra frame, no background, no crop. */
.tc-brand .tc-logo.has-image,
.tc-topbar .tc-logo.has-image,
.tc-footer-brand .tc-logo.has-image {
  width: var(--tc-site-logo-w, 148px) !important;
  min-width: 0 !important;
  height: var(--tc-site-logo-h, 46px) !important;
  padding: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  overflow: visible !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.tc-brand .tc-logo.has-image img,
.tc-topbar .tc-logo.has-image img,
.tc-footer-brand .tc-logo.has-image img {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
  border-radius: 0 !important;
  display: block !important;
}
.tc-footer-brand .tc-logo.has-image {
  filter: none;
}
@media (max-width: 768px) {
  .tc-brand .tc-logo.has-image,
  .tc-topbar .tc-logo.has-image {
    width: var(--tc-site-logo-w-mobile, 132px) !important;
    height: var(--tc-site-logo-h, 46px) !important;
  }
}

/* Olympic live search overlay */
.tc-btn-search {
  background: rgba(255,255,255,.82);
  color: var(--tc-primary);
  border: 1px solid rgba(49,92,56,.13);
  box-shadow: 0 10px 28px rgba(49,92,56,.08);
}
.tc-btn-search span { font-size: 20px; line-height: 1; transform: translateY(-1px); }
.tc-btn-search b { font: inherit; }
.tc-search-modal.active { z-index: 190; }
.tc-search-box {
  position: relative;
  width: min(920px, calc(100% - 28px));
  max-height: 88vh;
  overflow: auto;
  margin: 5vh auto;
  background:
    radial-gradient(circle at 0 100%, rgba(214,140,39,.1), transparent 28%),
    radial-gradient(circle at 100% 0, rgba(49,92,56,.12), transparent 30%),
    #fffdf8;
  border: 1px solid rgba(255,255,255,.9);
  border-radius: 36px;
  box-shadow: 0 34px 90px rgba(16,30,20,.22);
  padding: 24px;
  transform: translateY(20px) scale(.98);
  transition: .22s ease;
}
.tc-search-modal.active .tc-search-box { transform: translateY(0) scale(1); }
.tc-search-head { display: flex; justify-content: space-between; gap: 18px; align-items: flex-start; margin-bottom: 18px; }
.tc-search-kicker { display: inline-flex; align-items: center; background: #eef5e9; color: var(--tc-primary); border-radius: 999px; padding: 8px 13px; font-weight: 900; font-size: 12px; }
.tc-search-head h2 { margin: 12px 0 6px; color: var(--tc-text); font-size: clamp(28px, 4vw, 44px); letter-spacing: -.8px; }
.tc-search-head p { margin: 0; color: var(--tc-muted); line-height: 1.9; }
.tc-search-input-wrap {
  display: grid;
  grid-template-columns: 42px 1fr auto;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 1px solid rgba(49,92,56,.13);
  border-radius: 28px;
  padding: 10px 12px;
  box-shadow: 0 18px 50px rgba(49,92,56,.08);
}
.tc-search-input-wrap > span { width: 42px; height: 42px; border-radius: 16px; display: grid; place-items: center; background: #eef5e9; color: var(--tc-primary); font-size: 23px; font-weight: 900; }
.tc-search-input-wrap input { width: 100%; border: 0; outline: 0; font-size: 18px; font-weight: 800; color: var(--tc-text); background: transparent; padding: 10px 4px; }
.tc-search-input-wrap button { border: 0; background: #f4efe4; color: var(--tc-primary); border-radius: 18px; padding: 12px 15px; font-weight: 900; cursor: pointer; }
.tc-search-chips, .tc-search-suggestions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.tc-search-chips button, .tc-search-suggestions button { border: 1px solid rgba(49,92,56,.12); background: rgba(255,255,255,.78); color: var(--tc-primary); border-radius: 999px; padding: 10px 14px; font-weight: 900; cursor: pointer; }
.tc-search-chips button.active { background: var(--tc-primary); color: #fff; box-shadow: 0 14px 30px rgba(49,92,56,.22); }
.tc-search-suggestions button { background: #f8f2e7; color: #7b4b0e; }
.tc-search-status { margin: 16px 0 12px; color: var(--tc-muted); font-weight: 800; line-height: 1.8; }
.tc-search-status.is-loading:before { content: ""; display: inline-block; width: 13px; height: 13px; border: 2px solid rgba(49,92,56,.18); border-top-color: var(--tc-primary); border-radius: 50%; margin-left: 7px; vertical-align: -2px; animation: tc-spin .75s linear infinite; }

.tc-search-mobile-status { display: none; }
@keyframes tc-spin { to { transform: rotate(360deg); } }
.tc-search-results { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.tc-search-result-card { display: grid; grid-template-columns: 120px 1fr; gap: 13px; background: rgba(255,255,255,.82); border: 1px solid rgba(49,92,56,.09); border-radius: 26px; padding: 12px; box-shadow: 0 16px 44px rgba(49,92,56,.07); min-width: 0; }
.tc-search-result-media { min-height: 120px; border-radius: 22px; background: linear-gradient(145deg,#eef5e9,#fff8eb); display: grid; place-items: center; overflow: hidden; }
.tc-search-result-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.tc-search-result-media span { font-size: 52px; }
.tc-search-result-body { min-width: 0; display: flex; flex-direction: column; gap: 8px; }
.tc-search-result-top { display: flex; align-items: center; gap: 7px; flex-wrap: wrap; }
.tc-search-result-top mark { border-radius: 999px; padding: 5px 9px; font-size: 11px; font-weight: 900; background: #eef5e9; color: var(--tc-primary); }
.tc-search-result-top mark.is-out { background: #fff0eb; color: var(--tc-danger); }
.tc-search-result-top small { color: var(--tc-muted); font-weight: 800; }
.tc-search-result-body strong { display: block; color: var(--tc-text); font-size: 17px; line-height: 1.55; }
.tc-search-result-body p { margin: 0; color: var(--tc-muted); font-size: 12.5px; line-height: 1.8; }
.tc-search-result-footer { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 10px; flex-wrap: wrap; }
.tc-search-result-footer > span { color: var(--tc-primary); font-weight: 900; }
.tc-search-result-footer .tc-btn { min-height: 38px; }
@media (max-width: 720px) {
  .tc-btn-search b { display: none; }
  .tc-search-box { width: min(100% - 20px, 920px); margin: 3vh auto; padding: 18px; border-radius: 30px; max-height: 90vh; }
  .tc-search-head h2 { font-size: 25px; }
  .tc-search-head p { font-size: 13px; }
  .tc-search-input-wrap { grid-template-columns: 38px 1fr; border-radius: 24px; }
  .tc-search-input-wrap > span { width: 38px; height: 38px; border-radius: 14px; }
  .tc-search-input-wrap input { font-size: 15px; }
  .tc-search-input-wrap button { grid-column: 1 / -1; width: 100%; padding: 10px 12px; }
  .tc-search-modal.active .tc-search-mobile-status.has-message,
  .tc-search-modal.active .tc-search-mobile-status.is-loading,
  .tc-search-modal.active .tc-search-mobile-status.is-success,
  .tc-search-modal.active .tc-search-mobile-status.is-error {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0;
    padding: 12px 14px;
    border-radius: 22px;
    background: rgba(238,245,233,.98);
    color: var(--tc-primary);
    border: 1px solid rgba(49,92,56,.14);
    box-shadow: 0 18px 44px rgba(16,30,20,.18);
    font-size: 13px;
    font-weight: 900;
    line-height: 1.8;
    position: fixed;
    right: 14px;
    left: 14px;
    top: calc(env(safe-area-inset-top, 0px) + 12px);
    z-index: 1000001;
    max-width: 540px;
    margin-inline: auto;
    text-align: center;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    pointer-events: none;
    transform: translateZ(0);
  }
  body.tc-search-keyboard-open .tc-search-modal.active .tc-search-mobile-status.has-message,
  body.tc-search-keyboard-open .tc-search-modal.active .tc-search-mobile-status.is-loading,
  body.tc-search-keyboard-open .tc-search-modal.active .tc-search-mobile-status.is-success,
  body.tc-search-keyboard-open .tc-search-modal.active .tc-search-mobile-status.is-error {
    top: calc(env(safe-area-inset-top, 0px) + 10px);
  }
  .tc-search-mobile-status.is-loading:before { flex: 0 0 14px; }
  .tc-search-mobile-status.is-error { background: #fff0eb; color: var(--tc-danger); border-color: rgba(185,71,46,.18); }
  .tc-search-mobile-status.is-success { background: #eef7e9; }
  .tc-search-results { grid-template-columns: 1fr; }
  .tc-search-result-card { grid-template-columns: 92px 1fr; border-radius: 22px; }
  .tc-search-result-media { min-height: 92px; border-radius: 18px; }
  .tc-search-result-media span { font-size: 42px; }
  .tc-search-result-body strong { font-size: 15px; }
  .tc-search-result-footer { display: grid; grid-template-columns: 1fr; align-items: stretch; }
  .tc-search-result-footer .tc-btn { width: 100%; }
}
@media (max-width: 420px) {
  .tc-actions { gap: 6px; }
  .tc-btn-search { padding-inline: 11px; }
}

/* Stock notify feedback inside live search: keep customer messages visible above the overlay. */
.tc-toast { z-index: 999999; max-width: min(92vw, 520px); text-align: center; line-height: 1.8; }
body.tc-modal-open .tc-toast { bottom: calc(env(safe-area-inset-bottom, 0px) + 30px); }
.tc-search-status.is-success,
.tc-search-status.is-error {
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 20px;
  padding: 12px 14px;
  border: 1px solid rgba(49,92,56,.12);
  background: #eef7e9;
  color: var(--tc-primary);
  box-shadow: 0 12px 30px rgba(49,92,56,.08);
}
.tc-search-status.is-error {
  background: #fff0eb;
  border-color: rgba(185,71,46,.18);
  color: var(--tc-danger);
}
.tc-search-status.is-success:before,
.tc-search-status.is-error:before {
  content: "✓";
  width: 26px;
  height: 26px;
  border-radius: 10px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 26px;
  background: var(--tc-primary);
  color: #fff;
  font-weight: 900;
}
.tc-search-status.is-error:before {
  content: "!";
  background: var(--tc-danger);
}
.tc-search-result-footer .tc-btn.is-done {
  background: #e8f3e4;
  color: var(--tc-primary);
  border-color: rgba(49,92,56,.15);
}
@media (max-width: 720px) {
  body.tc-modal-open .tc-toast { bottom: auto; top: calc(env(safe-area-inset-top, 0px) + 14px); border-radius: 22px; }
  .tc-search-status.is-success,
  .tc-search-status.is-error { font-size: 13px; padding: 11px 12px; }
}

/* Keep auth/login modal above the live-search overlay when stock notification requires login. */
#tcAuthModal.active { z-index: 320; }


@media (max-width: 720px) {
  #tcAuthModal.active { z-index: 1000002; }
  #tcAuthModal .tc-modal-box {
    width: min(100% - 20px, 540px);
    max-height: calc(100dvh - env(safe-area-inset-top, 0px) - env(safe-area-inset-bottom, 0px) - 24px);
    margin: calc(env(safe-area-inset-top, 0px) + 12px) auto 12px;
    border-radius: 28px;
    overscroll-behavior: contain;
  }
  #tcAuthModal .tc-field input { font-size: 16px; }
}

/* Theme color palettes + home products layout controls */
body.tcw-color-theme-torshchin,
body.tcw-color-theme-pomegranate,
body.tcw-color-theme-saffron,
body.tcw-color-theme-mint,
body.tcw-color-theme-ocean {
  --tc-theme-glow-1: rgba(214,140,39,.16);
  --tc-theme-glow-2: rgba(49,92,56,.12);
}
body.tcw-color-theme-pomegranate {
  --tc-bg: #fff8f7;
  --tc-card: rgba(255,255,255,.84);
  --tc-text: #27151a;
  --tc-muted: #7c6268;
  --tc-primary: #7b1d35;
  --tc-primary-2: #a52b4b;
  --tc-accent: #d6a23c;
  --tc-danger: #b73c2d;
  --tc-line: rgba(123,29,53,.12);
  --tc-shadow: 0 24px 76px rgba(123,29,53,.17);
  --tc-theme-glow-1: rgba(214,162,60,.18);
  --tc-theme-glow-2: rgba(123,29,53,.13);
}
body.tcw-color-theme-saffron {
  --tc-bg: #fffaf0;
  --tc-card: rgba(255,255,255,.82);
  --tc-text: #2a2114;
  --tc-muted: #75664f;
  --tc-primary: #8a4b00;
  --tc-primary-2: #b96805;
  --tc-accent: #2f7d4f;
  --tc-danger: #b94b2e;
  --tc-line: rgba(138,75,0,.12);
  --tc-shadow: 0 24px 76px rgba(138,75,0,.15);
  --tc-theme-glow-1: rgba(255,183,59,.22);
  --tc-theme-glow-2: rgba(47,125,79,.13);
}
body.tcw-color-theme-mint {
  --tc-bg: #f4fffb;
  --tc-card: rgba(255,255,255,.82);
  --tc-text: #10241e;
  --tc-muted: #5f746d;
  --tc-primary: #0f766e;
  --tc-primary-2: #129a86;
  --tc-accent: #e19a2a;
  --tc-danger: #b9472e;
  --tc-line: rgba(15,118,110,.12);
  --tc-shadow: 0 24px 76px rgba(15,118,110,.15);
  --tc-theme-glow-1: rgba(18,154,134,.18);
  --tc-theme-glow-2: rgba(225,154,42,.14);
}
body.tcw-color-theme-ocean {
  --tc-bg: #f5fbff;
  --tc-card: rgba(255,255,255,.84);
  --tc-text: #102033;
  --tc-muted: #5e6f82;
  --tc-primary: #155e75;
  --tc-primary-2: #0e7490;
  --tc-accent: #d97706;
  --tc-danger: #b9472e;
  --tc-line: rgba(21,94,117,.12);
  --tc-shadow: 0 24px 76px rgba(21,94,117,.15);
  --tc-theme-glow-1: rgba(14,116,144,.18);
  --tc-theme-glow-2: rgba(217,119,6,.13);
}
body.tcw-color-theme-pomegranate,
body.tcw-color-theme-saffron,
body.tcw-color-theme-mint,
body.tcw-color-theme-ocean {
  background:
    radial-gradient(circle at top right, var(--tc-theme-glow-1), transparent 34%),
    radial-gradient(circle at 20% 10%, var(--tc-theme-glow-2), transparent 32%),
    var(--tc-bg);
}
body.tcw-color-theme-pomegranate .tc-footer,
body.tcw-color-theme-saffron .tc-footer,
body.tcw-color-theme-mint .tc-footer,
body.tcw-color-theme-ocean .tc-footer { background: color-mix(in srgb, var(--tc-primary) 42%, #121b16); }
body.tcw-color-theme-pomegranate .tc-logo,
body.tcw-color-theme-saffron .tc-logo,
body.tcw-color-theme-mint .tc-logo,
body.tcw-color-theme-ocean .tc-logo { background: linear-gradient(145deg, var(--tc-primary), var(--tc-primary-2)); }

.tc-products-shell { position: relative; }
.tc-products-viewport { width: 100%; }
.tc-product.tc-product-page-hidden { display: none; }
.tc-products-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}
.tc-products-pagination[hidden] { display: none; }
.tc-products-pagination button,
.tc-products-nav {
  border: 1px solid rgba(49,92,56,.13);
  background: rgba(255,255,255,.82);
  color: var(--tc-primary);
  border-radius: 999px;
  min-width: 42px;
  height: 42px;
  padding: 0 14px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 12px 30px rgba(49,92,56,.08);
  transition: .2s ease;
}
.tc-products-pagination button:hover:not(:disabled),
.tc-products-nav:hover { transform: translateY(-2px); background: #fff; }
.tc-products-pagination button.active { background: var(--tc-primary); color: #fff; border-color: var(--tc-primary); box-shadow: 0 14px 34px rgba(49,92,56,.2); }
.tc-products-pagination button:disabled { opacity: .45; cursor: default; box-shadow: none; }
.tc-products-slider-toolbar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 9px;
  margin: -4px 0 18px;
  color: var(--tc-muted);
  font-size: 13px;
  font-weight: 900;
}
.tc-products-nav { width: 46px; height: 46px; padding: 0; font-size: 30px; line-height: 1; display: inline-grid; place-items: center; }
.tc-products-shell-slider .tc-products-viewport {
  overflow-x: auto;
  overflow-y: visible;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 6px 2px 22px;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.tc-products-shell-slider .tc-products-viewport::-webkit-scrollbar { display: none; }
.tc-products-shell-slider .tc-products {
  display: flex;
  grid-template-columns: none;
  gap: 18px;
}
.tc-products-shell-slider .tc-product {
  flex: 0 0 calc((100% - 54px) / 4);
  scroll-snap-align: start;
  min-width: 0;
}
.tc-products-shell-slider .tc-product.tc-product-hidden { display: none; }

@media (max-width: 1024px) {
  .tc-products-shell-slider .tc-product { flex-basis: calc((100% - 36px) / 3); }
}
@media (max-width: 768px) {
  .tc-products-slider-toolbar { justify-content: space-between; margin-top: 0; }
  .tc-products-slider-toolbar span { font-size: 12px; }
  .tc-products-shell-slider .tc-product { flex-basis: calc((100% - 18px) / 2); }
  .tc-products-pagination { justify-content: stretch; }
  .tc-products-pagination button { flex: 1 0 auto; }
}
@media (max-width: 520px) {
  .tc-products-shell-slider .tc-product { flex-basis: 86%; }
  .tc-products-nav { width: 42px; height: 42px; }
}
body.tcw-color-theme-pomegranate .tc-footer { background: #25131a; }
body.tcw-color-theme-saffron .tc-footer { background: #2c2111; }
body.tcw-color-theme-mint .tc-footer { background: #102b28; }
body.tcw-color-theme-ocean .tc-footer { background: #102133; }


/* v3.1.1 Trust badges: show Enamad/official trust seal images completely and keep third-party code lazy. */
.tc-trust-card {
  overflow: visible;
}
.tc-trust-image {
  min-height: 116px;
  height: auto;
  padding: 12px;
  overflow: visible;
}
.tc-trust-image img {
  max-width: 180px !important;
  max-width: min(100%, 180px) !important;
  max-height: 124px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  padding: 0 !important;
  margin: 0 auto !important;
}
.tc-trust-card-code {
  min-height: 220px;
  align-content: center;
}
.tc-trust-code-mount {
  min-height: 138px;
  height: auto;
  max-height: none;
  overflow: visible;
  padding: 12px;
  contain: layout style;
  isolation: isolate;
}
.tc-trust-code-mount > * {
  max-width: 100%;
}
.tc-trust-code-mount a {
  width: 100%;
  min-height: 122px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.tc-trust-code-mount img,
.tc-trust-code-mount iframe,
.tc-trust-code-mount object,
.tc-trust-code-mount embed {
  max-width: 176px !important;
  max-width: min(100%, 176px) !important;
  max-height: 136px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  display: block !important;
  margin: 0 auto !important;
}
.tc-trust-code-mount iframe {
  min-width: 120px;
  min-height: 120px;
  border: 0;
}
.tc-trust-code-mount.is-loaded .tc-trust-code-placeholder {
  display: none;
}
@media (max-width: 560px) {
  .tc-trust-card {
    min-height: 162px;
  }
  .tc-trust-image {
    min-height: 126px;
  }
  .tc-trust-card-code {
    min-height: 224px;
  }
  .tc-trust-code-mount {
    min-height: 150px;
  }
  .tc-trust-code-mount a {
    min-height: 134px;
  }
  .tc-trust-code-mount img,
  .tc-trust-code-mount iframe,
  .tc-trust-code-mount object,
  .tc-trust-code-mount embed,
  .tc-trust-image img {
    max-width: 188px !important;
    max-width: min(100%, 188px) !important;
    max-height: 148px !important;
  }
}


/* v3.1.2 Mobile checkout/address modal: keep fields and submit button above the virtual keyboard. */
:root {
  --tc-visual-vh: 100dvh;
  --tc-visual-offset-top: 0px;
  --tc-keyboard-bottom: 0px;
}
body.tc-modal-open,
body.tc-cart-drawer-open {
  overflow: hidden;
}
#tcAuthModal .tc-modal-box {
  scroll-behavior: smooth;
  overscroll-behavior: contain;
}
#tcStepShipping textarea#tcAddress {
  min-height: 112px;
  resize: vertical;
}
@media (max-width: 720px) {
  #tcAuthModal.active {
    inset: var(--tc-visual-offset-top, 0px) 0 auto 0;
    height: var(--tc-visual-vh, 100dvh);
  }
  #tcAuthModal .tc-modal-box {
    width: min(100% - 18px, 540px);
    max-height: calc(var(--tc-visual-vh, 100dvh) - env(safe-area-inset-top, 0px) - env(safe-area-inset-bottom, 0px) - 18px);
    margin: calc(env(safe-area-inset-top, 0px) + 9px) auto 9px;
    padding-bottom: calc(20px + env(safe-area-inset-bottom, 0px));
    -webkit-overflow-scrolling: touch;
    scroll-padding-top: 84px;
    scroll-padding-bottom: 112px;
  }
  body.tc-auth-keyboard-open #tcAuthModal .tc-modal-box {
    max-height: calc(var(--tc-visual-vh, 100dvh) - env(safe-area-inset-top, 0px) - 14px);
    margin-top: calc(env(safe-area-inset-top, 0px) + 7px);
    margin-bottom: 7px;
  }
  body.tc-auth-keyboard-open #tcAuthModal .tc-modal-head {
    position: sticky;
    top: -1px;
    z-index: 5;
    background: linear-gradient(180deg, #fffdf8 78%, rgba(255,253,248,.92));
    padding-bottom: 10px;
    margin-bottom: 12px;
  }
  body.tc-auth-keyboard-open #tcAuthModal .tc-modal-head h2 {
    font-size: 20px;
  }
  body.tc-auth-keyboard-open #tcStepShipping {
    padding-bottom: 88px;
  }
  body.tc-auth-keyboard-open #tcStepShipping .tc-field {
    margin-bottom: 10px;
  }
  body.tc-auth-keyboard-open #tcStepShipping textarea#tcAddress {
    min-height: 94px;
  }
  body.tc-auth-keyboard-open #tcSaveShippingBtn {
    position: sticky;
    bottom: calc(env(safe-area-inset-bottom, 0px) + 0px);
    z-index: 6;
    box-shadow: 0 -12px 26px rgba(255,253,248,.96), 0 16px 34px rgba(49,92,56,.18);
  }
  body.tc-auth-keyboard-open #tcStepShipping:after {
    content: "";
    display: block;
    height: 12px;
  }
}
