/* Tili Testo Premium Refresh — deliberately scoped to body.tili-refresh */
body.tili-refresh {
  --ttr-bg: #f6f1e8;
  --ttr-paper: #fffdf8;
  --ttr-ink: #201b17;
  --ttr-muted: #726a61;
  --ttr-line: rgba(32, 27, 23, .12);
  --ttr-red: #b5392e;
  --ttr-red-dark: #8e2922;
  --ttr-gold: #d2a05f;
  --ttr-green: #365a47;
  --ttr-shadow: 0 22px 70px rgba(57, 42, 28, .12);
  --ttr-radius-lg: 32px;
  --ttr-radius-md: 22px;
  --ttr-radius-sm: 14px;
  margin: 0 !important;
  background: var(--ttr-bg) !important;
  color: var(--ttr-ink) !important;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body.tili-refresh * { box-sizing: border-box; }
body.tili-refresh img { max-width: 100%; height: auto; }
body.tili-refresh a { color: inherit; text-decoration: none; }
body.tili-refresh button, body.tili-refresh input, body.tili-refresh select, body.tili-refresh textarea { font: inherit; }
body.tili-refresh .ttr-site { min-height: 100vh; overflow: clip; background: var(--ttr-bg); }
body.tili-refresh .ttr-container { width: min(1240px, calc(100% - 48px)); margin: 0 auto; }
body.tili-refresh .ttr-main { min-height: 55vh; }
body.tili-refresh h1, body.tili-refresh h2, body.tili-refresh h3, body.tili-refresh h4 { margin: 0; color: var(--ttr-ink); line-height: 1.06; letter-spacing: -.035em; }
body.tili-refresh h1, body.tili-refresh h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; }
body.tili-refresh p { margin: 0; }
body.tili-refresh .ttr-icon { display: inline-flex; width: 1.15em; height: 1.15em; flex: 0 0 auto; }
body.tili-refresh .ttr-icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
body.tili-refresh .ttr-eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 14px; color: var(--ttr-red); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
body.tili-refresh .ttr-eyebrow .ttr-icon { width: 16px; height: 16px; }

body.tili-refresh .ttr-topbar { background: #201b17; color: #f7efe4; font-size: 12px; }
body.tili-refresh .ttr-topbar__inner { min-height: 38px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; }
body.tili-refresh .ttr-topbar__inner > span:first-child { display: flex; align-items: center; gap: 7px; }
body.tili-refresh .ttr-topbar__center { color: #d8cbbd; text-align: center; }
body.tili-refresh .ttr-topbar__phones { display: flex; justify-content: flex-end; gap: 18px; font-weight: 700; }
body.tili-refresh .ttr-topbar a:hover { color: #fff; }

body.tili-refresh .ttr-header { position: sticky; top: 0; z-index: 70; background: rgba(246, 241, 232, .9); border-bottom: 1px solid transparent; backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); transition: box-shadow .25s ease, border-color .25s ease; }
body.admin-bar.tili-refresh .ttr-header { top: 32px; }
body.tili-refresh .ttr-header.is-scrolled { border-color: var(--ttr-line); box-shadow: 0 8px 30px rgba(49, 37, 25, .07); }
body.tili-refresh .ttr-header__inner { min-height: 86px; display: flex; align-items: center; gap: 30px; }
body.tili-refresh .ttr-logo { display: inline-flex; align-items: center; gap: 11px; min-width: 182px; }
body.tili-refresh .ttr-logo__mark { width: 43px; height: 43px; border-radius: 50%; display: grid; place-items: center; background: var(--ttr-red); color: #fff; box-shadow: inset 0 0 0 5px rgba(255,255,255,.15); }
body.tili-refresh .ttr-logo__mark .ttr-icon { width: 27px; height: 27px; }
body.tili-refresh .ttr-logo span:last-child { display: flex; flex-direction: column; line-height: 1; }
body.tili-refresh .ttr-logo small { color: var(--ttr-muted); font-size: 10px; text-transform: uppercase; letter-spacing: .15em; }
body.tili-refresh .ttr-logo strong { margin-top: 5px; font-family: Georgia, serif; font-size: 22px; font-weight: 600; letter-spacing: -.03em; }
body.tili-refresh .ttr-nav { margin-left: auto; display: flex; align-items: center; gap: 20px; }
body.tili-refresh .ttr-nav a { position: relative; padding: 14px 0; color: #49413a; font-size: 14px; font-weight: 700; }
body.tili-refresh .ttr-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 8px; height: 2px; background: var(--ttr-red); transition: right .2s ease; }
body.tili-refresh .ttr-nav a:hover::after { right: 0; }
body.tili-refresh .ttr-header__actions { display: flex; align-items: center; gap: 10px; }
body.tili-refresh .ttr-header-cart { display: grid; grid-template-columns: 24px auto 24px; align-items: center; gap: 10px; min-width: 154px; min-height: 50px; padding: 7px 9px 7px 14px; border: 1px solid var(--ttr-line); border-radius: 16px; background: var(--ttr-paper); transition: transform .2s ease, box-shadow .2s ease; }
body.tili-refresh .ttr-header-cart:hover { transform: translateY(-2px); box-shadow: 0 10px 25px rgba(44,33,22,.1); }
body.tili-refresh .ttr-header-cart__text { display: flex; flex-direction: column; line-height: 1.05; }
body.tili-refresh .ttr-header-cart__text strong { font-size: 13px; }
body.tili-refresh .ttr-header-cart__text small { margin-top: 4px; color: var(--ttr-muted); font-size: 10px; }
body.tili-refresh .ttr-header-cart__count { width: 23px; height: 23px; display: grid; place-items: center; border-radius: 50%; background: var(--ttr-red); color: #fff; font-size: 11px; font-weight: 800; }
body.tili-refresh .ttr-menu-toggle { display: none; width: 50px; height: 50px; border: 1px solid var(--ttr-line); border-radius: 16px; background: var(--ttr-paper); color: var(--ttr-ink); cursor: pointer; }
body.tili-refresh .ttr-menu-toggle .ttr-icon { width: 24px; height: 24px; }

body.tili-refresh .ttr-mobile-menu { position: fixed; inset: 0; z-index: 100; pointer-events: none; visibility: hidden; }
body.tili-refresh .ttr-mobile-menu__backdrop { position: absolute; inset: 0; background: rgba(23,18,14,.55); opacity: 0; transition: opacity .25s ease; }
body.tili-refresh .ttr-mobile-menu__panel { position: absolute; top: 0; right: 0; bottom: 0; width: min(430px, 92vw); padding: 24px; background: var(--ttr-paper); transform: translateX(100%); transition: transform .3s ease; box-shadow: -20px 0 60px rgba(0,0,0,.15); }
body.tili-refresh .ttr-mobile-menu.is-open { pointer-events: auto; visibility: visible; }
body.tili-refresh .ttr-mobile-menu.is-open .ttr-mobile-menu__backdrop { opacity: 1; }
body.tili-refresh .ttr-mobile-menu.is-open .ttr-mobile-menu__panel { transform: translateX(0); }
body.tili-refresh.ttr-menu-open { overflow: hidden; }
body.tili-refresh .ttr-mobile-menu__head { display: flex; justify-content: space-between; align-items: center; padding-bottom: 20px; border-bottom: 1px solid var(--ttr-line); font-weight: 800; }
body.tili-refresh .ttr-mobile-menu__head button { width: 42px; height: 42px; border: 0; border-radius: 50%; background: #f2ece3; cursor: pointer; }
body.tili-refresh .ttr-mobile-menu nav { display: flex; flex-direction: column; padding: 20px 0; }
body.tili-refresh .ttr-mobile-menu nav a { display: flex; align-items: center; justify-content: space-between; padding: 16px 4px; border-bottom: 1px solid var(--ttr-line); font-family: Georgia, serif; font-size: 24px; }
body.tili-refresh .ttr-mobile-menu__contact { margin-top: 24px; display: flex; flex-direction: column; gap: 7px; }
body.tili-refresh .ttr-mobile-menu__contact small { color: var(--ttr-muted); }
body.tili-refresh .ttr-mobile-menu__contact a { font-size: 20px; font-weight: 800; }

body.tili-refresh .ttr-hero { position: relative; padding: 72px 0 82px; overflow: hidden; background: radial-gradient(circle at 76% 32%, rgba(210,160,95,.24), transparent 30%), linear-gradient(180deg, #f8f3eb 0%, #f2eadf 100%); }
body.tili-refresh .ttr-hero::before { content: ""; position: absolute; width: 620px; height: 620px; border: 1px solid rgba(181,57,46,.12); border-radius: 50%; right: -160px; top: -190px; box-shadow: 0 0 0 55px rgba(181,57,46,.025), 0 0 0 115px rgba(181,57,46,.02); }
body.tili-refresh .ttr-hero__grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 56px; }
body.tili-refresh .ttr-hero__copy { position: relative; z-index: 2; }
body.tili-refresh .ttr-hero h1 { max-width: 680px; font-size: clamp(50px, 5.6vw, 82px); }
body.tili-refresh .ttr-hero h1 em { color: var(--ttr-red); font-style: italic; font-weight: 500; }
body.tili-refresh .ttr-lead { max-width: 640px; margin-top: 24px !important; color: #5e564e; font-size: 18px; line-height: 1.7; }
body.tili-refresh .ttr-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
body.tili-refresh .ttr-button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 11px 18px; border: 1px solid transparent; border-radius: 14px; font-size: 13px; font-weight: 800; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease; }
body.tili-refresh .ttr-button:hover { transform: translateY(-2px); }
body.tili-refresh .ttr-button--large { min-height: 56px; padding: 14px 22px; border-radius: 17px; font-size: 14px; }
body.tili-refresh .ttr-button--primary { background: var(--ttr-red); color: #fff; box-shadow: 0 12px 30px rgba(181,57,46,.22); }
body.tili-refresh .ttr-button--primary:hover { background: var(--ttr-red-dark); box-shadow: 0 15px 34px rgba(181,57,46,.3); color: #fff; }
body.tili-refresh .ttr-button--ghost { border-color: var(--ttr-line); background: rgba(255,255,255,.55); color: var(--ttr-ink); }
body.tili-refresh .ttr-button--ghost:hover { border-color: rgba(32,27,23,.25); background: #fff; }
body.tili-refresh .ttr-button--light { background: #fff8ef; color: #392820; }
body.tili-refresh .ttr-hero__facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 34px; padding-top: 28px; border-top: 1px solid var(--ttr-line); }
body.tili-refresh .ttr-hero__facts > div { display: flex; gap: 10px; align-items: flex-start; }
body.tili-refresh .ttr-hero__facts .ttr-icon { margin-top: 2px; color: var(--ttr-red); }
body.tili-refresh .ttr-hero__facts span { display: flex; flex-direction: column; }
body.tili-refresh .ttr-hero__facts strong { font-size: 12px; }
body.tili-refresh .ttr-hero__facts small { margin-top: 2px; color: var(--ttr-muted); font-size: 10px; }
body.tili-refresh .ttr-hero__visual { position: relative; min-height: 560px; }
body.tili-refresh .ttr-hero-card { position: absolute; overflow: hidden; border: 8px solid rgba(255,255,255,.92); border-radius: 28px; background: #ddd1c3; box-shadow: var(--ttr-shadow); }
body.tili-refresh .ttr-hero-card img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s ease; }
body.tili-refresh .ttr-hero-card:hover img { transform: scale(1.04); }
body.tili-refresh .ttr-hero-card span { position: absolute; left: 12px; right: 12px; bottom: 12px; padding: 10px 12px; border-radius: 12px; background: rgba(28,22,17,.78); color: #fff; backdrop-filter: blur(8px); font-size: 11px; font-weight: 700; }
body.tili-refresh .ttr-hero-card--1 { width: 68%; height: 78%; left: 16%; top: 7%; z-index: 3; transform: rotate(-2deg); }
body.tili-refresh .ttr-hero-card--2 { width: 42%; height: 47%; left: -1%; bottom: 0; z-index: 4; transform: rotate(5deg); }
body.tili-refresh .ttr-hero-card--3 { width: 40%; height: 45%; right: -1%; bottom: 4%; z-index: 4; transform: rotate(-5deg); }
body.tili-refresh .ttr-hero__stamp { position: absolute; z-index: 5; top: 0; right: 4%; width: 106px; height: 106px; padding: 18px 12px 15px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; border-radius: 50%; overflow: hidden; background: var(--ttr-red); color: #fff; font-family: Georgia, serif; font-size: 12px; line-height: 1.05; transform: rotate(8deg); box-shadow: 0 14px 35px rgba(181,57,46,.25); }
body.tili-refresh .ttr-hero__stamp strong { display: block; max-width: 78px; margin-top: 6px; font-size: 14px; line-height: 1.05; white-space: nowrap; letter-spacing: -.02em; }

body.tili-refresh .ttr-category-strip { margin-top: -22px; position: relative; z-index: 8; }
body.tili-refresh .ttr-category-strip__inner { display: grid; grid-template-columns: repeat(5, 1fr); overflow: hidden; border: 1px solid var(--ttr-line); border-radius: 22px; background: var(--ttr-paper); box-shadow: 0 16px 45px rgba(59,44,30,.08); }
body.tili-refresh .ttr-category-strip a { display: flex; align-items: center; justify-content: center; gap: 10px; min-height: 78px; border-right: 1px solid var(--ttr-line); font-size: 13px; font-weight: 800; transition: background .2s ease, color .2s ease; }
body.tili-refresh .ttr-category-strip a:last-child { border-right: 0; }
body.tili-refresh .ttr-category-strip a:hover { background: #f3e9dd; color: var(--ttr-red); }
body.tili-refresh .ttr-category-strip .ttr-icon { color: var(--ttr-red); width: 22px; height: 22px; }

body.tili-refresh .ttr-section { padding: 96px 0; }
body.tili-refresh .ttr-section--compact { padding-top: 64px; }
body.tili-refresh .ttr-section--soft { background: #eee7dd; }
body.tili-refresh .ttr-section--ink { background: #241e19; color: #efe6dc; }
body.tili-refresh .ttr-section--ink h2, body.tili-refresh .ttr-section--ink h3 { color: #fff7ee; }
body.tili-refresh .ttr-section--ink .ttr-eyebrow { color: #e7b67a; }
body.tili-refresh .ttr-section-head { margin-bottom: 34px; }
body.tili-refresh .ttr-section-head h2 { max-width: 720px; font-size: clamp(36px, 4vw, 54px); }
body.tili-refresh .ttr-section-head--split { display: flex; align-items: flex-end; justify-content: space-between; gap: 36px; }
body.tili-refresh .ttr-section-head--split > p { max-width: 470px; color: var(--ttr-muted); }
body.tili-refresh .ttr-text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--ttr-red); font-size: 13px; font-weight: 800; white-space: nowrap; }
body.tili-refresh .ttr-text-link .ttr-icon { width: 18px; transition: transform .2s ease; }
body.tili-refresh .ttr-text-link:hover .ttr-icon { transform: translateX(3px); }

body.tili-refresh .ttr-product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
body.tili-refresh .ttr-product-card { min-width: 0; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--ttr-line); border-radius: var(--ttr-radius-md); background: var(--ttr-paper); box-shadow: 0 8px 30px rgba(60,45,31,.045); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
body.tili-refresh .ttr-product-card:hover { transform: translateY(-5px); box-shadow: 0 20px 45px rgba(60,45,31,.11); border-color: rgba(181,57,46,.2); }
body.tili-refresh .ttr-product-card__image { position: relative; display: block; aspect-ratio: 1.15 / 1; overflow: hidden; background: #eadfd3; }
body.tili-refresh .ttr-product-card__image img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .45s cubic-bezier(.2,.8,.2,1); }
body.tili-refresh .ttr-product-card:hover .ttr-product-card__image img { transform: scale(1.035); }
body.tili-refresh .ttr-badge { position: absolute; top: 12px; left: 12px; padding: 6px 9px; border-radius: 999px; background: var(--ttr-red); color: #fff; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
body.tili-refresh .ttr-product-card__body { flex: 1; display: flex; flex-direction: column; padding: 18px; }
body.tili-refresh .ttr-product-card__topline { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; margin-bottom: 9px; }
body.tili-refresh .ttr-product-card__type { color: var(--ttr-muted); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
body.tili-refresh .ttr-product-card__price { flex: 0 0 auto; color: var(--ttr-red); font-size: 14px; font-weight: 900; }
body.tili-refresh .ttr-product-card__price del { color: #9b938b; font-weight: 500; }
body.tili-refresh .ttr-product-card__price ins { text-decoration: none; }
body.tili-refresh .ttr-product-card h3 { font-family: Georgia, serif; font-size: 22px; line-height: 1.12; }
body.tili-refresh .ttr-product-card h3 a:hover { color: var(--ttr-red); }
body.tili-refresh .ttr-product-card p { min-height: 42px; margin-top: 10px; color: var(--ttr-muted); font-size: 12px; line-height: 1.55; }
body.tili-refresh .ttr-weight-row { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 15px; }
body.tili-refresh .ttr-weight-chip { display: inline-grid; grid-template-columns: 15px auto; align-items: center; gap: 4px 6px; padding: 7px 9px; border: 1px solid var(--ttr-line); border-radius: 10px; background: #f8f2e9; color: #52483f; font-size: 10px; font-weight: 800; }
body.tili-refresh .ttr-weight-chip .ttr-icon { width: 14px; height: 14px; color: var(--ttr-red); }
body.tili-refresh .ttr-weight-chip small { grid-column: 2; margin-top: -3px; color: var(--ttr-muted); font-size: 9px; font-weight: 600; }
body.tili-refresh .ttr-product-card__actions { display: flex; align-items: center; gap: 12px; margin-top: auto; padding-top: 18px; }
body.tili-refresh .ttr-product-card__actions .ttr-button { flex: 1; }
body.tili-refresh .ttr-card-link { color: var(--ttr-muted); font-size: 11px; font-weight: 700; }
body.tili-refresh .ttr-card-link:hover { color: var(--ttr-ink); }

body.tili-refresh .ttr-values { display: grid; grid-template-columns: .8fr 1.2fr; gap: 64px; align-items: start; }
body.tili-refresh .ttr-values__intro h2 { font-size: clamp(42px, 4.4vw, 62px); }
body.tili-refresh .ttr-values__intro p { margin-top: 22px; color: #cfc2b5; font-size: 16px; line-height: 1.7; }
body.tili-refresh .ttr-values__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
body.tili-refresh .ttr-value-card { min-height: 220px; padding: 24px; border: 1px solid rgba(255,255,255,.1); border-radius: 20px; background: rgba(255,255,255,.04); }
body.tili-refresh .ttr-value-card .ttr-icon { width: 30px; height: 30px; color: #e4b172; }
body.tili-refresh .ttr-value-card h3 { margin-top: 34px; font-size: 22px; }
body.tili-refresh .ttr-value-card p { margin-top: 10px; color: #c9bbad; font-size: 13px; }

body.tili-refresh .ttr-delivery { background: #faf7f1; }
body.tili-refresh .ttr-delivery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
body.tili-refresh .ttr-delivery-card { position: relative; min-height: 300px; padding: 22px; border: 1px solid var(--ttr-line); border-radius: 22px; background: #fffdf9; }
body.tili-refresh .ttr-delivery-card.is-featured { background: var(--ttr-red); color: #fff; border-color: var(--ttr-red); }
body.tili-refresh .ttr-delivery-card.is-featured h3, body.tili-refresh .ttr-delivery-card.is-featured p { color: #fff; }
body.tili-refresh .ttr-delivery-card__icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; background: #f2e9de; color: var(--ttr-red); }
body.tili-refresh .ttr-delivery-card.is-featured .ttr-delivery-card__icon { background: rgba(255,255,255,.14); color: #fff; }
body.tili-refresh .ttr-delivery-card__head { display: flex; justify-content: space-between; gap: 12px; margin-top: 20px; align-items: flex-start; }
body.tili-refresh .ttr-delivery-card__head h3 { font-family: Georgia, serif; font-size: 24px; }
body.tili-refresh .ttr-delivery-card__head > span { flex: 0 0 auto; padding: 6px 8px; border-radius: 9px; background: #f0e5d8; color: #5a483a; font-size: 10px; font-weight: 900; }
body.tili-refresh .ttr-delivery-card.is-featured .ttr-delivery-card__head > span { background: rgba(255,255,255,.15); color: #fff; }
body.tili-refresh .ttr-delivery-card > p { margin-top: 13px; color: var(--ttr-muted); font-size: 12px; line-height: 1.55; }
body.tili-refresh .ttr-delivery-card ul { list-style: none; margin: 18px 0 0; padding: 16px 0 0; border-top: 1px solid var(--ttr-line); }
body.tili-refresh .ttr-delivery-card.is-featured ul { border-color: rgba(255,255,255,.2); }
body.tili-refresh .ttr-delivery-card li { display: flex; gap: 8px; margin: 8px 0; font-size: 11px; font-weight: 700; }
body.tili-refresh .ttr-delivery-card li .ttr-icon { width: 15px; height: 15px; color: var(--ttr-green); }
body.tili-refresh .ttr-delivery-card.is-featured li .ttr-icon { color: #fff; }

body.tili-refresh .ttr-cta-section { padding-top: 0; }
body.tili-refresh .ttr-cta { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 46px 50px; border-radius: 30px; background: var(--ttr-green); color: #fff; box-shadow: 0 22px 50px rgba(54,90,71,.18); }
body.tili-refresh .ttr-cta h2 { max-width: 620px; color: #fff; font-size: clamp(36px, 4vw, 54px); }
body.tili-refresh .ttr-cta .ttr-eyebrow { color: #d7c6a8; }
body.tili-refresh .ttr-cta__actions { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; }
body.tili-refresh .ttr-cta__phone { display: flex; gap: 10px; align-items: center; color: #fff; }
body.tili-refresh .ttr-cta__phone span { display: flex; flex-direction: column; }
body.tili-refresh .ttr-cta__phone small { opacity: .7; }
body.tili-refresh .ttr-cta__phone strong { font-size: 16px; }

body.tili-refresh .ttr-page-hero { padding: 74px 0 62px; background: radial-gradient(circle at 82% 20%, rgba(210,160,95,.2), transparent 30%), #f2e9de; border-bottom: 1px solid var(--ttr-line); }
body.tili-refresh .ttr-page-hero--small { padding: 54px 0 46px; }
body.tili-refresh .ttr-page-hero--promo { background: radial-gradient(circle at 80% 30%, rgba(255,255,255,.12), transparent 35%), var(--ttr-red); color: #fff; }
body.tili-refresh .ttr-page-hero--promo h1, body.tili-refresh .ttr-page-hero--promo p { color: #fff; }
body.tili-refresh .ttr-page-hero--promo .ttr-eyebrow { color: #ffe6cf; }
body.tili-refresh .ttr-page-hero h1 { max-width: 880px; font-size: clamp(48px, 6vw, 78px); }
body.tili-refresh .ttr-page-hero p { max-width: 650px; margin-top: 16px; color: var(--ttr-muted); font-size: 17px; }
body.tili-refresh .ttr-page-hero--promo p { color: #fff !important; }
body.tili-refresh .ttr-page-hero .ttr-button { margin-top: 24px; }
body.tili-refresh .ttr-breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin: 30px 0 34px; color: var(--ttr-muted); font-size: 11px; }
body.tili-refresh .ttr-breadcrumb a:hover { color: var(--ttr-red); }
body.tili-refresh .ttr-breadcrumb strong { color: var(--ttr-ink); }

body.tili-refresh .ttr-product-page { padding-bottom: 80px; }
body.tili-refresh .ttr-product-layout { display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(380px, .97fr); gap: 58px; align-items: start; }
body.tili-refresh .ttr-product-gallery__main { aspect-ratio: 1.03 / 1; overflow: hidden; border-radius: 28px; background: #e9ded2; box-shadow: var(--ttr-shadow); }
body.tili-refresh .ttr-product-gallery__main img { width: 100%; height: 100%; object-fit: cover; }
body.tili-refresh .ttr-product-gallery__thumbs { display: flex; gap: 10px; margin-top: 12px; overflow-x: auto; padding-bottom: 4px; }
body.tili-refresh .ttr-gallery-thumb { width: 76px; height: 76px; flex: 0 0 76px; padding: 0; overflow: hidden; border: 2px solid transparent; border-radius: 14px; background: #e9ded2; cursor: pointer; }
body.tili-refresh .ttr-gallery-thumb.is-active { border-color: var(--ttr-red); }
body.tili-refresh .ttr-gallery-thumb img { width: 100%; height: 100%; object-fit: cover; }
body.tili-refresh .ttr-product-summary { position: sticky; top: 116px; padding: 10px 0; }
body.admin-bar.tili-refresh .ttr-product-summary { top: 148px; }
body.tili-refresh .ttr-product-summary h1 { font-size: clamp(46px, 5.5vw, 70px); }
body.tili-refresh .ttr-single-price { margin-top: 20px; color: var(--ttr-red); font-size: 26px; font-weight: 900; }
body.tili-refresh .ttr-single-price del { color: #9a9188; font-size: 18px; font-weight: 500; }
body.tili-refresh .ttr-single-price ins { text-decoration: none; }
body.tili-refresh .ttr-product-description { margin-top: 18px; color: var(--ttr-muted); font-size: 15px; line-height: 1.7; }
body.tili-refresh .ttr-product-form-wrap { margin-top: 28px; padding: 22px; border: 1px solid var(--ttr-line); border-radius: 20px; background: var(--ttr-paper); }
body.tili-refresh .ttr-product-form-wrap form.cart { margin: 0 !important; }
body.tili-refresh .ttr-product-form-wrap table.variations { width: 100%; margin: 0 0 16px !important; border: 0 !important; }
body.tili-refresh .ttr-product-form-wrap table.variations th, body.tili-refresh .ttr-product-form-wrap table.variations td { display: block; width: 100%; padding: 0 !important; border: 0 !important; background: transparent !important; }
body.tili-refresh .ttr-product-form-wrap table.variations th.label { display: none; }
body.tili-refresh .ttr-product-form-wrap table.variations select { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; opacity: 0 !important; pointer-events: none !important; }
body.tili-refresh .ttr-product-form-wrap .reset_variations { display: inline-block; margin-top: 7px; color: var(--ttr-muted); font-size: 11px; }
body.tili-refresh .ttr-variation-pills__title { margin-bottom: 10px; font-size: 12px; font-weight: 800; }
body.tili-refresh .ttr-variation-pills__options { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 9px; }
body.tili-refresh .ttr-variation-pill { display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 52px; padding: 10px 14px; border: 1px solid var(--ttr-line); border-radius: 13px; background: #f7f1e8; color: var(--ttr-ink); font-weight: 800; cursor: pointer; transition: .2s ease; }
body.tili-refresh .ttr-variation-pill:hover, body.tili-refresh .ttr-variation-pill.is-active { border-color: var(--ttr-red); background: #fff4ee; color: var(--ttr-red); box-shadow: inset 0 0 0 1px var(--ttr-red); }
body.tili-refresh .ttr-variation-pill__icon { width: 20px; height: 20px; }
body.tili-refresh .ttr-variation-pill__icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
body.tili-refresh .ttr-product-form-wrap .woocommerce-variation-price { margin: 14px 0; color: var(--ttr-red); font-size: 20px; font-weight: 900; }
body.tili-refresh .ttr-product-form-wrap .woocommerce-variation-description { color: var(--ttr-muted); font-size: 12px; }
body.tili-refresh .ttr-product-form-wrap .quantity { display: inline-flex !important; margin: 0 8px 0 0 !important; }
body.tili-refresh .ttr-product-form-wrap .quantity input.qty { width: 68px !important; min-height: 52px; border: 1px solid var(--ttr-line) !important; border-radius: 13px !important; background: #fff !important; text-align: center; }
body.tili-refresh .ttr-product-form-wrap button.single_add_to_cart_button { min-height: 52px !important; padding: 12px 22px !important; border: 0 !important; border-radius: 13px !important; background: var(--ttr-red) !important; color: #fff !important; font-weight: 900 !important; opacity: 1 !important; }
body.tili-refresh .ttr-product-form-wrap button.single_add_to_cart_button:hover { background: var(--ttr-red-dark) !important; }
body.tili-refresh .ttr-product-assurances { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 18px; }
body.tili-refresh .ttr-product-assurances > div { min-width: 0; display: flex; gap: 8px; padding: 12px; border-radius: 13px; background: #ece4d9; }
body.tili-refresh .ttr-product-assurances .ttr-icon { color: var(--ttr-red); }
body.tili-refresh .ttr-product-assurances span { display: flex; flex-direction: column; min-width: 0; }
body.tili-refresh .ttr-product-assurances strong { font-size: 10px; }
body.tili-refresh .ttr-product-assurances small { color: var(--ttr-muted); font-size: 9px; }
body.tili-refresh .ttr-product-detail { max-width: 850px; margin-top: 70px; padding: 38px; border-radius: 26px; background: var(--ttr-paper); border: 1px solid var(--ttr-line); }
body.tili-refresh .ttr-product-detail h2 { font-size: 42px; }
body.tili-refresh .ttr-product-detail p { margin-top: 16px; color: var(--ttr-muted); line-height: 1.75; }

body.tili-refresh .ttr-commerce-shell { display: grid; grid-template-columns: minmax(0, 1fr) 280px; gap: 28px; align-items: start; }
body.tili-refresh .ttr-commerce-main { min-width: 0; }
body.tili-refresh .ttr-order-note { position: sticky; top: 116px; padding: 22px; border: 1px solid var(--ttr-line); border-radius: 20px; background: var(--ttr-paper); }
body.tili-refresh .ttr-order-note__icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; background: #f1e7dc; color: var(--ttr-red); }
body.tili-refresh .ttr-order-note h3 { margin-top: 20px; font-size: 23px; }
body.tili-refresh .ttr-order-note p { margin: 10px 0 14px; color: var(--ttr-muted); font-size: 12px; }

body.tili-refresh .ttr-commerce-shell--empty { grid-template-columns: minmax(0, 1fr); }
body.tili-refresh .ttr-empty-cart { min-height: 390px; padding: 58px 44px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; border: 1px solid var(--ttr-line); border-radius: 28px; background: radial-gradient(circle at 50% 0%, rgba(210,160,95,.14), transparent 42%), var(--ttr-paper); box-shadow: 0 18px 55px rgba(57,42,28,.06); }
body.tili-refresh .ttr-empty-cart__icon { width: 68px; height: 68px; margin-bottom: 22px; display: grid; place-items: center; border-radius: 22px; background: #f1e7dc; color: var(--ttr-red); }
body.tili-refresh .ttr-empty-cart__icon .ttr-icon { width: 31px; height: 31px; }
body.tili-refresh .ttr-empty-cart .ttr-eyebrow { margin-bottom: 10px; }
body.tili-refresh .ttr-empty-cart h2 { font-size: clamp(34px, 4vw, 52px); }
body.tili-refresh .ttr-empty-cart > p { max-width: 560px; margin-top: 14px; color: var(--ttr-muted); font-size: 15px; line-height: 1.7; }
body.tili-refresh .ttr-empty-cart__actions { margin-top: 28px; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }

/* WooCommerce classic cart / checkout / account */
body.tili-refresh .woocommerce { color: var(--ttr-ink) !important; }
body.tili-refresh .woocommerce a { color: inherit; }
body.tili-refresh .woocommerce-message, body.tili-refresh .woocommerce-info, body.tili-refresh .woocommerce-error { position: relative !important; min-height: 54px !important; margin: 0 0 18px !important; padding: 16px 18px 16px 50px !important; display: flex !important; align-items: center !important; gap: 8px !important; border: 1px solid var(--ttr-line) !important; border-top: 1px solid var(--ttr-line) !important; border-radius: 14px !important; background: var(--ttr-paper) !important; color: var(--ttr-ink) !important; box-shadow: none !important; font-size: 13px !important; line-height: 1.45 !important; }
body.tili-refresh .woocommerce-message::before, body.tili-refresh .woocommerce-info::before, body.tili-refresh .woocommerce-error::before { top: 50% !important; left: 18px !important; margin: 0 !important; transform: translateY(-50%) !important; }
body.tili-refresh .woocommerce-message::before, body.tili-refresh .woocommerce-info::before { color: var(--ttr-green) !important; }
body.tili-refresh .woocommerce-error::before { color: var(--ttr-red) !important; }
body.tili-refresh .woocommerce-message a.restore-item, body.tili-refresh .woocommerce-info a.restore-item { margin-left: auto; color: var(--ttr-red) !important; font-weight: 800; text-decoration: none; }
body.tili-refresh .ttr-commerce-main .alert, body.tili-refresh .ttr-commerce-main .alert_wrapper { float: none !important; width: 100% !important; margin: 0 !important; padding: 0 !important; border: 0 !important; background: transparent !important; box-shadow: none !important; color: inherit !important; }
body.tili-refresh .ttr-commerce-main .alert .alert_icon, body.tili-refresh .ttr-commerce-main .alert .alert_close { display: none !important; }
body.tili-refresh .woocommerce table.shop_table { overflow: hidden; border: 1px solid var(--ttr-line) !important; border-radius: 18px !important; background: var(--ttr-paper); border-collapse: separate !important; }
body.tili-refresh .woocommerce table.shop_table th { padding: 15px !important; color: var(--ttr-muted); font-size: 11px; text-transform: uppercase; letter-spacing: .06em; }
body.tili-refresh .woocommerce table.shop_table td { padding: 15px !important; border-top-color: var(--ttr-line) !important; }
body.tili-refresh .woocommerce table.shop_table img { width: 72px !important; border-radius: 12px; }
body.tili-refresh .woocommerce .quantity .qty { min-height: 44px; border: 1px solid var(--ttr-line); border-radius: 11px; background: #fff; }
body.tili-refresh .woocommerce button.button, body.tili-refresh .woocommerce a.button, body.tili-refresh .woocommerce input.button, body.tili-refresh #place_order { min-height: 46px !important; padding: 11px 18px !important; border-radius: 12px !important; border: 0 !important; background: var(--ttr-red) !important; color: #fff !important; font-weight: 800 !important; line-height: 1.2 !important; }
body.tili-refresh .woocommerce button.button:hover, body.tili-refresh .woocommerce a.button:hover, body.tili-refresh .woocommerce input.button:hover, body.tili-refresh #place_order:hover { background: var(--ttr-red-dark) !important; color: #fff !important; }
body.tili-refresh .woocommerce .cart-collaterals .cart_totals, body.tili-refresh .woocommerce-checkout-review-order, body.tili-refresh .woocommerce form.checkout_coupon, body.tili-refresh .woocommerce form.login, body.tili-refresh .woocommerce form.register { padding: 20px !important; border: 1px solid var(--ttr-line) !important; border-radius: 18px !important; background: var(--ttr-paper) !important; }
body.tili-refresh .woocommerce .cart_totals h2, body.tili-refresh .woocommerce-billing-fields h3, body.tili-refresh .woocommerce-additional-fields h3, body.tili-refresh #order_review_heading { margin-bottom: 18px !important; font-family: Georgia, serif !important; font-size: 28px !important; }
body.tili-refresh .woocommerce form .form-row label { margin-bottom: 5px; font-size: 11px; font-weight: 800; }
body.tili-refresh .woocommerce form .form-row input.input-text, body.tili-refresh .woocommerce form .form-row textarea, body.tili-refresh .woocommerce form .form-row select, body.tili-refresh .select2-container--default .select2-selection--single { min-height: 48px !important; padding: 10px 12px !important; border: 1px solid var(--ttr-line) !important; border-radius: 12px !important; background: #fff !important; color: var(--ttr-ink) !important; }
body.tili-refresh .select2-container--default .select2-selection--single .select2-selection__rendered { line-height: 27px !important; padding-left: 0 !important; }
body.tili-refresh .select2-container--default .select2-selection--single .select2-selection__arrow { height: 46px !important; }
body.tili-refresh .woocommerce-checkout #payment { border-radius: 16px !important; background: #eee6dc !important; }
body.tili-refresh .woocommerce-checkout #payment div.payment_box { background: #ded3c6 !important; color: var(--ttr-ink) !important; }
body.tili-refresh .woocommerce-checkout #payment div.payment_box::before { border-bottom-color: #ded3c6 !important; }
body.tili-refresh .woocommerce-account .woocommerce-MyAccount-navigation ul { list-style: none; margin: 0 0 20px; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
body.tili-refresh .woocommerce-account .woocommerce-MyAccount-navigation li a { display: block; padding: 10px 13px; border: 1px solid var(--ttr-line); border-radius: 10px; background: var(--ttr-paper); font-size: 12px; font-weight: 700; }
body.tili-refresh .woocommerce-account .woocommerce-MyAccount-navigation li.is-active a { background: var(--ttr-red); color: #fff; border-color: var(--ttr-red); }
body.tili-refresh .woocommerce-account .woocommerce-MyAccount-content { float: none !important; width: auto !important; }
body.tili-refresh .woocommerce-account .woocommerce-MyAccount-navigation { float: none !important; width: auto !important; }

body.tili-refresh .ttr-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
body.tili-refresh .ttr-contact-panel, body.tili-refresh .ttr-contact-map, body.tili-refresh .ttr-contact-form { padding: 30px; border: 1px solid var(--ttr-line); border-radius: 24px; background: var(--ttr-paper); }
body.tili-refresh .ttr-contact-panel__icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 16px; background: #f1e7dc; color: var(--ttr-red); }
body.tili-refresh .ttr-contact-panel h2 { margin-top: 22px; font-size: 38px; }
body.tili-refresh .ttr-contact-panel > p { color: var(--ttr-muted); }
body.tili-refresh .ttr-contact-phones { display: flex; flex-direction: column; gap: 4px; margin-top: 24px; }
body.tili-refresh .ttr-contact-phones a { font-size: 22px; font-weight: 900; }
body.tili-refresh .ttr-contact-phones a:hover { color: var(--ttr-red); }
body.tili-refresh .ttr-hours { margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--ttr-line); }
body.tili-refresh .ttr-hours h3 { margin-bottom: 12px; font-size: 20px; }
body.tili-refresh .ttr-hours p { margin: 4px 0; font-size: 13px; }
body.tili-refresh .ttr-hours small { display: block; margin-top: 10px; color: var(--ttr-muted); }
body.tili-refresh .ttr-contact-map { display: flex; flex-direction: column; }
body.tili-refresh .ttr-map-art { position: relative; flex: 1; min-height: 350px; overflow: hidden; border-radius: 18px; background-color: #e8e0d5; background-image: linear-gradient(30deg, rgba(54,90,71,.08) 12%, transparent 12.5%, transparent 87%, rgba(54,90,71,.08) 87.5%, rgba(54,90,71,.08)), linear-gradient(150deg, rgba(181,57,46,.08) 12%, transparent 12.5%, transparent 87%, rgba(181,57,46,.08) 87.5%, rgba(181,57,46,.08)), linear-gradient(30deg, rgba(54,90,71,.06) 12%, transparent 12.5%, transparent 87%, rgba(54,90,71,.06) 87.5%, rgba(54,90,71,.06)); background-size: 74px 130px; }
body.tili-refresh .ttr-map-art::before, body.tili-refresh .ttr-map-art::after { content: ""; position: absolute; background: rgba(255,255,255,.7); transform: rotate(-19deg); }
body.tili-refresh .ttr-map-art::before { width: 130%; height: 38px; left: -15%; top: 42%; }
body.tili-refresh .ttr-map-art::after { width: 42px; height: 130%; left: 52%; top: -15%; }
body.tili-refresh .ttr-map-pin { position: absolute; z-index: 2; left: 50%; top: 45%; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50% 50% 50% 10%; background: var(--ttr-red); color: #fff; transform: translate(-50%, -50%) rotate(-45deg); box-shadow: 0 15px 30px rgba(181,57,46,.3); }
body.tili-refresh .ttr-map-pin .ttr-icon { width: 28px; height: 28px; transform: rotate(45deg); }
body.tili-refresh .ttr-map-label { position: absolute; z-index: 3; left: 50%; top: 62%; transform: translateX(-50%); min-width: 220px; padding: 12px 15px; border-radius: 13px; background: rgba(255,255,255,.94); box-shadow: 0 10px 25px rgba(0,0,0,.08); text-align: center; }
body.tili-refresh .ttr-map-label strong, body.tili-refresh .ttr-map-label span { display: block; }
body.tili-refresh .ttr-map-label span { margin-top: 3px; color: var(--ttr-muted); font-size: 11px; }
body.tili-refresh .ttr-contact-map > .ttr-button { margin-top: 14px; }
body.tili-refresh .ttr-contact-form { grid-column: 1 / -1; }
body.tili-refresh .ttr-contact-form h2 { margin-bottom: 20px; font-size: 42px; }
body.tili-refresh .ttr-contact-form .wpcf7-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
body.tili-refresh .ttr-contact-form .wpcf7-form p { margin: 0; }
body.tili-refresh .ttr-contact-form .wpcf7-form p:last-of-type { grid-column: 1 / -1; }
body.tili-refresh .ttr-contact-form input:not([type="submit"]), body.tili-refresh .ttr-contact-form textarea { width: 100%; min-height: 50px; padding: 12px 14px; border: 1px solid var(--ttr-line); border-radius: 12px; background: #fff; }
body.tili-refresh .ttr-contact-form textarea { min-height: 130px; resize: vertical; }
body.tili-refresh .ttr-contact-form input[type="submit"] { min-height: 48px; padding: 12px 20px; border: 0; border-radius: 12px; background: var(--ttr-red); color: #fff; font-weight: 900; cursor: pointer; }

body.tili-refresh .ttr-promo-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 20px; }
body.tili-refresh .ttr-promo-card { min-height: 390px; padding: 34px; display: flex; flex-direction: column; align-items: flex-start; border: 1px solid var(--ttr-line); border-radius: 28px; background: var(--ttr-paper); }
body.tili-refresh .ttr-promo-card--accent { background: var(--ttr-red); color: #fff; border-color: var(--ttr-red); }
body.tili-refresh .ttr-promo-card__icon { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 16px; background: #f0e6da; color: var(--ttr-red); }
body.tili-refresh .ttr-promo-card--accent .ttr-promo-card__icon { background: rgba(255,255,255,.14); color: #fff; }
body.tili-refresh .ttr-promo-card small { margin-top: 42px; font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; opacity: .72; }
body.tili-refresh .ttr-promo-card h2 { margin-top: 8px; max-width: 620px; font-size: clamp(38px, 4vw, 58px); }
body.tili-refresh .ttr-promo-card--accent h2 { color: #fff; }
body.tili-refresh .ttr-promo-card p { margin: 16px 0 24px; max-width: 520px; color: var(--ttr-muted); }
body.tili-refresh .ttr-promo-card--accent p { color: rgba(255,255,255,.82); }
body.tili-refresh .ttr-promo-card .ttr-button, body.tili-refresh .ttr-promo-card .ttr-text-link { margin-top: auto; }

body.tili-refresh .ttr-hub-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
body.tili-refresh .ttr-hub-card { position: relative; min-height: 420px; overflow: hidden; border-radius: 28px; background: #ddd; box-shadow: var(--ttr-shadow); }
body.tili-refresh .ttr-hub-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(26,20,16,.85)); }
body.tili-refresh .ttr-hub-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
body.tili-refresh .ttr-hub-card:hover img { transform: scale(1.04); }
body.tili-refresh .ttr-hub-card > span { position: absolute; z-index: 2; left: 24px; right: 24px; bottom: 24px; display: grid; grid-template-columns: 1fr auto; align-items: end; color: #fff; }
body.tili-refresh .ttr-hub-card small, body.tili-refresh .ttr-hub-card strong { grid-column: 1; }
body.tili-refresh .ttr-hub-card small { font-size: 10px; text-transform: uppercase; letter-spacing: .12em; opacity: .72; }
body.tili-refresh .ttr-hub-card strong { margin-top: 6px; font-family: Georgia, serif; font-size: 30px; }
body.tili-refresh .ttr-hub-card .ttr-icon { grid-column: 2; grid-row: 1 / 3; width: 28px; height: 28px; }

body.tili-refresh .ttr-longread { margin-top: 56px; padding: 36px; border: 1px solid var(--ttr-line); border-radius: 24px; background: var(--ttr-paper); color: #4e463f; }
body.tili-refresh .ttr-longread h2 { margin: 8px 0 22px; font-size: 42px; }
body.tili-refresh .ttr-longread h3, body.tili-refresh .ttr-longread h4 { margin: 26px 0 10px; font-size: 24px; }
body.tili-refresh .ttr-longread p { margin: 12px 0; line-height: 1.78; }
body.tili-refresh .ttr-longread a { color: var(--ttr-red); text-decoration: underline; }
body.tili-refresh .ttr-generic-content { margin-top: 0; }
body.tili-refresh .ttr-empty { padding: 50px 24px; border: 1px dashed var(--ttr-line); border-radius: 20px; background: rgba(255,255,255,.4); text-align: center; color: var(--ttr-muted); }
body.tili-refresh .ttr-search-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
body.tili-refresh .ttr-search-card { padding: 24px; border: 1px solid var(--ttr-line); border-radius: 20px; background: var(--ttr-paper); }
body.tili-refresh .ttr-search-card small { color: var(--ttr-muted); }
body.tili-refresh .ttr-search-card h2 { margin-top: 8px; font-size: 30px; }
body.tili-refresh .ttr-search-card p { margin-top: 12px; color: var(--ttr-muted); }
body.tili-refresh .ttr-not-found { min-height: 62vh; display: grid; place-items: center; padding: 80px 0; text-align: center; }
body.tili-refresh .ttr-not-found span { display: block; color: var(--ttr-red); font-family: Georgia, serif; font-size: 74px; }
body.tili-refresh .ttr-not-found h1 { font-size: 60px; }
body.tili-refresh .ttr-not-found p { margin: 14px 0 24px; color: var(--ttr-muted); }

body.tili-refresh .ttr-footer { padding: 70px 0 24px; background: #1f1a16; color: #d9cdc1; }
body.tili-refresh .ttr-footer__grid { display: grid; grid-template-columns: 1.4fr .8fr .9fr 1fr; gap: 50px; }
body.tili-refresh .ttr-logo--footer { color: #fff; }
body.tili-refresh .ttr-logo--footer small { color: #b9aa9b; }
body.tili-refresh .ttr-footer__brand p { max-width: 340px; margin-top: 18px; color: #a99b8d; font-size: 13px; line-height: 1.65; }
body.tili-refresh .ttr-footer__grid > div:not(.ttr-footer__brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
body.tili-refresh .ttr-footer h3 { margin-bottom: 10px; color: #fff; font-size: 14px; font-family: inherit; letter-spacing: 0; }
body.tili-refresh .ttr-footer__grid a:not(.ttr-logo) { color: #b7aa9d; font-size: 13px; }
body.tili-refresh .ttr-footer__grid a:hover { color: #fff; }
body.tili-refresh .ttr-footer__contact .ttr-footer__phone { color: #fff !important; font-size: 17px !important; font-weight: 800; }
body.tili-refresh .ttr-footer__contact span { margin-top: 8px; color: #9f9185; font-size: 12px; }
body.tili-refresh .ttr-footer__bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 54px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.09); color: #82776d; font-size: 11px; }

body.tili-refresh .ttr-reveal { opacity: 0; transform: translateY(14px); transition: opacity .5s ease, transform .5s ease; }
body.tili-refresh .ttr-reveal.is-visible { opacity: 1; transform: translateY(0); }


/* 1.1.0 checkout/product/contact refinements */
body.tili-refresh .added_to_cart.wc-forward,
body.tili-refresh a.added_to_cart { display: none !important; }
body.tili-refresh .ttr-cart-form-row { display: flex; flex-wrap: wrap; align-items: flex-end; gap: 10px; }
body.tili-refresh .ttr-quantity-label { width: 100%; margin-bottom: -3px; color: var(--ttr-muted); font-size: 11px; font-weight: 800; }
body.tili-refresh .ttr-product-form-wrap button.single_add_to_cart_button.disabled { opacity: .45 !important; pointer-events: none; }
body.tili-refresh .ttr-product-form-wrap .single_variation_wrap { margin-top: 10px; }
body.tili-refresh .ttr-product-form-wrap .woocommerce-variation-availability { margin: 5px 0 10px; font-size: 12px; }

body.tili-refresh .ttr-yandex-map { position: relative; flex: 1; min-height: 360px; overflow: hidden; border: 1px solid var(--ttr-line); border-radius: 18px; background: #e8e0d5; }
body.tili-refresh .ttr-yandex-map iframe { position: absolute; inset: 0; display: block; width: 100%; height: 100%; border: 0; }
body.tili-refresh .ttr-contact-form { padding: 0; overflow: hidden; }
body.tili-refresh .ttr-contact-form__head { padding: 30px 30px 24px; border-bottom: 1px solid var(--ttr-line); background: linear-gradient(135deg, #fffdf8, #f4eadf); }
body.tili-refresh .ttr-contact-form__head h2 { margin: 0; font-size: 42px; }
body.tili-refresh .ttr-contact-form__head p { max-width: 640px; margin-top: 10px; color: var(--ttr-muted); font-size: 13px; }
body.tili-refresh .ttr-contact-form__body { padding: 30px; }
body.tili-refresh .ttr-contact-form .wpcf7-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
body.tili-refresh .ttr-contact-form .wpcf7-form > p { display: flex; flex-direction: column; gap: 7px; min-width: 0; margin: 0; color: #4f463f; font-size: 12px; font-weight: 800; }
body.tili-refresh .ttr-contact-form .wpcf7-form > p br { display: none; }
body.tili-refresh .ttr-contact-form .wpcf7-form-control-wrap { display: block; width: 100%; }
body.tili-refresh .ttr-contact-form .wpcf7-form > p.ttr-cf7-field--wide,
body.tili-refresh .ttr-contact-form .wpcf7-form > p.ttr-cf7-submit,
body.tili-refresh .ttr-contact-form .wpcf7-response-output,
body.tili-refresh .ttr-contact-form .ttr-form-consent { grid-column: 1 / -1; }
body.tili-refresh .ttr-contact-form input:not([type="submit"]):not([type="checkbox"]),
body.tili-refresh .ttr-contact-form textarea,
body.tili-refresh .ttr-contact-form select { width: 100%; min-height: 52px; margin-top: 2px; padding: 13px 14px; border: 1px solid var(--ttr-line); border-radius: 13px; outline: none; background: #fff; color: var(--ttr-ink); font-weight: 500; transition: border-color .2s ease, box-shadow .2s ease; }
body.tili-refresh .ttr-contact-form input:not([type="submit"]):not([type="checkbox"]):focus,
body.tili-refresh .ttr-contact-form textarea:focus,
body.tili-refresh .ttr-contact-form select:focus { border-color: var(--ttr-red); box-shadow: 0 0 0 3px rgba(181,57,46,.09); }
body.tili-refresh .ttr-contact-form textarea { min-height: 150px; resize: vertical; }
body.tili-refresh .ttr-contact-form .ttr-form-consent { padding: 15px 16px; border: 1px solid var(--ttr-line); border-radius: 14px; background: #f7f1e8; }
body.tili-refresh .ttr-contact-form .ttr-form-consent label { display: flex; align-items: flex-start; gap: 10px; color: #5c534b; font-size: 11px; font-weight: 600; line-height: 1.55; cursor: pointer; }
body.tili-refresh .ttr-contact-form .ttr-form-consent input { width: 18px; height: 18px; flex: 0 0 auto; margin: 1px 0 0; accent-color: var(--ttr-red); }
body.tili-refresh .ttr-contact-form .ttr-form-consent a { color: var(--ttr-red); text-decoration: underline; text-underline-offset: 2px; }
body.tili-refresh .ttr-contact-form .ttr-form-consent__error { display: none; margin: 7px 0 0 28px; color: var(--ttr-red); font-size: 11px; font-weight: 800; }
body.tili-refresh .ttr-contact-form .ttr-form-consent.has-error { border-color: rgba(181,57,46,.45); background: #fff2ee; }
body.tili-refresh .ttr-contact-form .ttr-form-consent.has-error .ttr-form-consent__error { display: block; }
body.tili-refresh .ttr-contact-form input[type="submit"] { min-height: 52px; min-width: 190px; padding: 13px 22px; border: 0; border-radius: 13px; background: var(--ttr-red); color: #fff; font-weight: 900; cursor: pointer; }
body.tili-refresh .ttr-contact-form input[type="submit"]:hover { background: var(--ttr-red-dark); }
body.tili-refresh .ttr-contact-form .wpcf7-spinner { margin: 0 0 0 10px; }

body.tili-refresh .ttr-footer__legal { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 16px; }
body.tili-refresh .ttr-footer__bottom a { color: #a99b8d; text-decoration: underline; text-underline-offset: 3px; }
body.tili-refresh .ttr-footer__bottom a:hover { color: #fff; }
body.tili-refresh .ttr-footer__smartoo { white-space: nowrap; }

@media (max-width: 1120px) {
  body.tili-refresh .ttr-nav { display: none; }
  body.tili-refresh .ttr-header__actions { margin-left: auto; }
  body.tili-refresh .ttr-menu-toggle { display: grid; place-items: center; }
  body.tili-refresh .ttr-product-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  body.tili-refresh .ttr-delivery-grid { grid-template-columns: repeat(2, 1fr); }
  body.tili-refresh .ttr-hero__grid { gap: 30px; }
  body.tili-refresh .ttr-hero__visual { min-height: 500px; }
}

@media (max-width: 900px) {
  body.tili-refresh .ttr-container { width: min(100% - 32px, 760px); }
  body.tili-refresh .ttr-topbar__inner { grid-template-columns: 1fr auto; }
  body.tili-refresh .ttr-topbar__center { display: none; }
  body.tili-refresh .ttr-hero { padding-top: 52px; }
  body.tili-refresh .ttr-hero__grid { grid-template-columns: 1fr; }
  body.tili-refresh .ttr-hero__copy { text-align: center; }
  body.tili-refresh .ttr-hero h1, body.tili-refresh .ttr-lead { margin-left: auto; margin-right: auto; }
  body.tili-refresh .ttr-hero__actions { justify-content: center; }
  body.tili-refresh .ttr-hero__visual { min-height: 560px; width: min(680px,100%); margin: 0 auto; }
  body.tili-refresh .ttr-category-strip__inner { grid-template-columns: repeat(5, minmax(130px,1fr)); overflow-x: auto; }
  body.tili-refresh .ttr-category-strip a { padding: 0 18px; }
  body.tili-refresh .ttr-product-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  body.tili-refresh .ttr-values { grid-template-columns: 1fr; gap: 38px; }
  body.tili-refresh .ttr-section-head--split { align-items: flex-start; flex-direction: column; gap: 16px; }
  body.tili-refresh .ttr-product-layout { grid-template-columns: 1fr; }
  body.tili-refresh .ttr-product-summary { position: static; }
  body.tili-refresh .ttr-commerce-shell { grid-template-columns: 1fr; }
  body.tili-refresh .ttr-order-note { position: static; }
  body.tili-refresh .ttr-contact-grid { grid-template-columns: 1fr; }
  body.tili-refresh .ttr-contact-form { grid-column: auto; }
  body.tili-refresh .ttr-promo-grid { grid-template-columns: 1fr; }
  body.tili-refresh .ttr-hub-grid { grid-template-columns: repeat(2, 1fr); }
  body.tili-refresh .ttr-footer__grid { grid-template-columns: repeat(2, 1fr); }
  body.tili-refresh .ttr-cta { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 620px) {
  body.tili-refresh .ttr-container { width: calc(100% - 24px); }
  body.tili-refresh .ttr-topbar { display: none; }
  body.tili-refresh .ttr-header__inner { min-height: 72px; gap: 8px; }
  body.tili-refresh .ttr-logo { min-width: 0; }
  body.tili-refresh .ttr-logo__mark { width: 39px; height: 39px; }
  body.tili-refresh .ttr-logo strong { font-size: 19px; }
  body.tili-refresh .ttr-logo small { font-size: 8px; }
  body.tili-refresh .ttr-header-cart { min-width: 48px; width: 48px; height: 48px; display: grid; grid-template-columns: 1fr; place-items: center; padding: 0; position: relative; }
  body.tili-refresh .ttr-header-cart__text { display: none; }
  body.tili-refresh .ttr-header-cart__count { position: absolute; top: -5px; right: -5px; width: 20px; height: 20px; }
  body.tili-refresh .ttr-menu-toggle { width: 48px; height: 48px; }
  body.tili-refresh .ttr-hero { padding: 42px 0 64px; }
  body.tili-refresh .ttr-hero h1 { font-size: clamp(43px, 13vw, 60px); }
  body.tili-refresh .ttr-lead { font-size: 15px; }
  body.tili-refresh .ttr-hero__actions { flex-direction: column; }
  body.tili-refresh .ttr-hero__actions .ttr-button { width: 100%; }
  body.tili-refresh .ttr-hero__facts { grid-template-columns: 1fr; text-align: left; }
  body.tili-refresh .ttr-hero__facts > div { padding: 3px 0; }
  body.tili-refresh .ttr-hero__visual { min-height: 420px; }
  body.tili-refresh .ttr-hero-card--1 { width: 74%; height: 73%; left: 13%; }
  body.tili-refresh .ttr-hero-card--2 { width: 47%; height: 44%; }
  body.tili-refresh .ttr-hero-card--3 { width: 45%; height: 43%; }
  body.tili-refresh .ttr-hero__stamp { width: 82px; height: 82px; padding: 13px 8px 11px; font-size: 9px; }
  body.tili-refresh .ttr-hero__stamp strong { max-width: 64px; margin-top: 4px; font-size: 11px; }
  body.tili-refresh .ttr-category-strip { margin-top: -18px; }
  body.tili-refresh .ttr-section { padding: 68px 0; }
  body.tili-refresh .ttr-section--compact { padding-top: 42px; }
  body.tili-refresh .ttr-section-head { margin-bottom: 24px; }
  body.tili-refresh .ttr-section-head h2 { font-size: 38px; }
  body.tili-refresh .ttr-product-grid { grid-template-columns: 1fr; gap: 14px; }
  body.tili-refresh .ttr-product-card { display: grid; grid-template-columns: 118px 1fr; border-radius: 18px; }
  body.tili-refresh .ttr-product-card__image { aspect-ratio: auto; height: 100%; min-height: 220px; }
  body.tili-refresh .ttr-product-card__body { padding: 14px; }
  body.tili-refresh .ttr-product-card__topline { display: block; }
  body.tili-refresh .ttr-product-card__price { display: block; margin-top: 3px; }
  body.tili-refresh .ttr-product-card h3 { font-size: 19px; }
  body.tili-refresh .ttr-product-card p { min-height: 0; font-size: 11px; }
  body.tili-refresh .ttr-weight-chip { padding: 6px 7px; }
  body.tili-refresh .ttr-product-card__actions { align-items: stretch; flex-direction: column; gap: 7px; }
  body.tili-refresh .ttr-card-link { text-align: center; }
  body.tili-refresh .ttr-values__grid { grid-template-columns: 1fr; }
  body.tili-refresh .ttr-value-card { min-height: 190px; }
  body.tili-refresh .ttr-delivery-grid { grid-template-columns: 1fr; }
  body.tili-refresh .ttr-page-hero { padding: 48px 0 42px; }
  body.tili-refresh .ttr-page-hero h1 { font-size: 48px; }
  body.tili-refresh .ttr-page-hero p { font-size: 14px; }
  body.tili-refresh .ttr-product-page { padding-bottom: 56px; }
  body.tili-refresh .ttr-breadcrumb { margin-top: 18px; }
  body.tili-refresh .ttr-product-layout { gap: 30px; }
  body.tili-refresh .ttr-product-gallery__main { border-radius: 20px; }
  body.tili-refresh .ttr-product-summary h1 { font-size: 46px; }
  body.tili-refresh .ttr-product-form-wrap { padding: 15px; }
  body.tili-refresh .ttr-product-assurances { grid-template-columns: 1fr; }
  body.tili-refresh .ttr-product-detail { margin-top: 44px; padding: 24px; }
  body.tili-refresh .ttr-product-detail h2 { font-size: 34px; }
  body.tili-refresh .ttr-longread { margin-top: 36px; padding: 22px; }
  body.tili-refresh .ttr-longread h2 { font-size: 34px; }
  body.tili-refresh .ttr-contact-panel, body.tili-refresh .ttr-contact-map { padding: 22px; }
  body.tili-refresh .ttr-contact-form { padding: 0; }
  body.tili-refresh .ttr-contact-form__head, body.tili-refresh .ttr-contact-form__body { padding: 22px; }
  body.tili-refresh .ttr-yandex-map { min-height: 320px; }
  body.tili-refresh .ttr-cart-form-row .quantity { flex: 0 0 auto; }
  body.tili-refresh .ttr-cart-form-row .single_add_to_cart_button { flex: 1 1 150px; }
  body.tili-refresh .ttr-contact-form .wpcf7-form { grid-template-columns: 1fr; }
  body.tili-refresh .ttr-contact-form .wpcf7-form p:last-of-type { grid-column: auto; }
  body.tili-refresh .ttr-promo-card { min-height: 340px; padding: 24px; }
  body.tili-refresh .ttr-hub-grid { grid-template-columns: 1fr; }
  body.tili-refresh .ttr-hub-card { min-height: 340px; }
  body.tili-refresh .ttr-search-grid { grid-template-columns: 1fr; }
  body.tili-refresh .ttr-cta { padding: 30px 24px; border-radius: 22px; }
  body.tili-refresh .ttr-footer { padding-top: 54px; }
  body.tili-refresh .ttr-footer__grid { grid-template-columns: 1fr; gap: 34px; }
  body.tili-refresh .ttr-footer__bottom { flex-direction: column; }

  body.tili-refresh .woocommerce table.shop_table_responsive tr td::before, body.tili-refresh .woocommerce-page table.shop_table_responsive tr td::before { color: var(--ttr-muted); font-size: 10px; }
  body.tili-refresh .woocommerce table.shop_table_responsive tr, body.tili-refresh .woocommerce-page table.shop_table_responsive tr { display: block; margin-bottom: 14px; border-bottom: 1px solid var(--ttr-line); }
}

@media (prefers-reduced-motion: reduce) {
  body.tili-refresh *, body.tili-refresh *::before, body.tili-refresh *::after { scroll-behavior: auto !important; transition-duration: .001ms !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; }
  body.tili-refresh .ttr-reveal { opacity: 1 !important; transform: none !important; }
}

/* 1.2.0 compatibility hardening for the legacy theme and mobile header. */
html,
html body.tili-refresh {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
}
body.tili-refresh .ttr-site,
body.tili-refresh .ttr-main,
body.tili-refresh .ttr-header,
body.tili-refresh .ttr-topbar,
body.tili-refresh .ttr-footer {
  width: 100% !important;
  max-width: none !important;
}
body.tili-refresh .ttr-site {
  margin: 0 !important;
  padding: 0 !important;
}

/* A saved/default WooCommerce destination (for example an old UK address)
   must not appear as storefront copy in the cart. The actual shipping fields
   and methods remain untouched and continue to work at checkout. */
body.tili-refresh .ttr-commerce-main .woocommerce-shipping-destination {
  display: none !important;
}

/* Neutralise legacy-theme button rules inside the custom header/menu. */
body.tili-refresh .ttr-header button,
body.tili-refresh .ttr-mobile-menu button {
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  text-indent: 0 !important;
  line-height: 1 !important;
  box-shadow: none !important;
  appearance: none;
  -webkit-appearance: none;
}
body.tili-refresh .ttr-menu-toggle,
body.tili-refresh .ttr-mobile-menu__head button {
  align-items: center !important;
  justify-content: center !important;
}
body.tili-refresh .ttr-menu-toggle .ttr-icon,
body.tili-refresh .ttr-mobile-menu__head button .ttr-icon,
body.tili-refresh .ttr-header-cart > .ttr-icon {
  display: block !important;
  margin: 0 !important;
  line-height: 0 !important;
}
body.tili-refresh .ttr-menu-toggle .ttr-icon svg,
body.tili-refresh .ttr-mobile-menu__head button .ttr-icon svg,
body.tili-refresh .ttr-header-cart > .ttr-icon svg {
  display: block !important;
}

@media (max-width: 782px) {
  body.admin-bar.tili-refresh .ttr-header { top: 46px; }
  body.admin-bar.tili-refresh .ttr-mobile-menu { top: 46px; }
}

@media (max-width: 620px) {
  body.tili-refresh .ttr-empty-cart { min-height: 330px; padding: 38px 20px; border-radius: 22px; }
  body.tili-refresh .ttr-empty-cart__icon { width: 58px; height: 58px; border-radius: 18px; }
  body.tili-refresh .ttr-empty-cart h2 { font-size: 36px; }
  body.tili-refresh .ttr-empty-cart > p { font-size: 14px; }
  body.tili-refresh .ttr-empty-cart__actions { width: 100%; flex-direction: column; }
  body.tili-refresh .ttr-empty-cart__actions .ttr-button { width: 100%; }
  body.tili-refresh .ttr-header { background: rgba(246, 241, 232, .96); }
  body.tili-refresh .ttr-header__inner {
    min-height: 68px !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 8px !important;
  }
  body.tili-refresh .ttr-logo {
    min-width: 0 !important;
    max-width: 100% !important;
    gap: 8px !important;
    overflow: hidden;
  }
  body.tili-refresh .ttr-logo__mark {
    width: 38px !important;
    height: 38px !important;
    flex: 0 0 38px !important;
  }
  body.tili-refresh .ttr-logo__mark .ttr-icon { width: 23px !important; height: 23px !important; }
  body.tili-refresh .ttr-logo span:last-child { min-width: 0 !important; }
  body.tili-refresh .ttr-logo strong {
    display: block !important;
    max-width: 100% !important;
    margin-top: 4px !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px !important;
  }
  body.tili-refresh .ttr-logo small {
    display: block !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 7px !important;
  }
  body.tili-refresh .ttr-header__actions {
    display: grid !important;
    grid-auto-flow: column !important;
    grid-auto-columns: 44px !important;
    align-items: center !important;
    gap: 7px !important;
    margin-left: 0 !important;
  }
  body.tili-refresh .ttr-header-cart,
  body.tili-refresh .ttr-menu-toggle {
    position: relative !important;
    width: 44px !important;
    min-width: 44px !important;
    max-width: 44px !important;
    height: 44px !important;
    min-height: 44px !important;
    max-height: 44px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid var(--ttr-line) !important;
    border-radius: 13px !important;
    background: var(--ttr-paper) !important;
    transform: none !important;
  }
  body.tili-refresh .ttr-header-cart__text { display: none !important; }
  body.tili-refresh .ttr-header-cart > .ttr-icon,
  body.tili-refresh .ttr-menu-toggle > .ttr-icon {
    width: 21px !important;
    height: 21px !important;
    flex: 0 0 21px !important;
  }
  body.tili-refresh .ttr-header-cart__count {
    position: absolute !important;
    top: -5px !important;
    right: -5px !important;
    width: 18px !important;
    min-width: 18px !important;
    height: 18px !important;
    min-height: 18px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    border: 2px solid var(--ttr-bg) !important;
    font-size: 9px !important;
    line-height: 1 !important;
  }
  body.tili-refresh .ttr-mobile-menu__panel {
    width: min(380px, 94vw) !important;
    padding: 18px 18px max(18px, env(safe-area-inset-bottom)) !important;
    overflow-y: auto !important;
    overscroll-behavior: contain;
  }
  body.tili-refresh .ttr-mobile-menu__head {
    min-height: 52px !important;
    padding-bottom: 12px !important;
    font-size: 16px !important;
  }
  body.tili-refresh .ttr-mobile-menu__head button {
    width: 40px !important;
    min-width: 40px !important;
    height: 40px !important;
    min-height: 40px !important;
    display: flex !important;
    border-radius: 12px !important;
    background: #f2ece3 !important;
  }
  body.tili-refresh .ttr-mobile-menu__head button .ttr-icon {
    width: 20px !important;
    height: 20px !important;
  }
  body.tili-refresh .ttr-mobile-menu nav { padding: 12px 0 !important; }
  body.tili-refresh .ttr-mobile-menu nav a {
    min-height: 54px !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 20px !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 12px 2px !important;
    font-size: 20px !important;
    line-height: 1.15 !important;
  }
  body.tili-refresh .ttr-mobile-menu nav a .ttr-icon {
    width: 18px !important;
    height: 18px !important;
    justify-self: end !important;
  }
  body.tili-refresh .ttr-mobile-menu__contact {
    margin-top: 14px !important;
    gap: 6px !important;
  }
  body.tili-refresh .ttr-mobile-menu__contact a {
    font-size: 17px !important;
    line-height: 1.25 !important;
  }
}

@media (max-width: 370px) {
  body.tili-refresh .ttr-container { width: calc(100% - 18px) !important; }
  body.tili-refresh .ttr-logo__mark { width: 35px !important; height: 35px !important; flex-basis: 35px !important; }
  body.tili-refresh .ttr-logo strong { font-size: 16px !important; }
  body.tili-refresh .ttr-logo small { display: none !important; }
  body.tili-refresh .ttr-header__actions { grid-auto-columns: 41px !important; gap: 5px !important; }
  body.tili-refresh .ttr-header-cart,
  body.tili-refresh .ttr-menu-toggle { width: 41px !important; min-width: 41px !important; max-width: 41px !important; height: 41px !important; min-height: 41px !important; max-height: 41px !important; }
}

/* 1.3.0: standalone legacy-safe single-product controls. */
body.tili-refresh .ttr-safe-cart-form { width: 100%; margin: 0 !important; }
body.tili-refresh .ttr-safe-variation-group + .ttr-safe-variation-group { margin-top: 18px; }
body.tili-refresh .ttr-safe-variation-title { margin-bottom: 9px; color: var(--ttr-ink); font-size: 12px; font-weight: 900; }
body.tili-refresh .ttr-safe-variation-options { display: flex; flex-wrap: wrap; gap: 8px; }
body.tili-refresh .ttr-safe-variation-option {
  appearance: none; -webkit-appearance: none; min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  margin: 0; padding: 9px 14px; border: 1px solid var(--ttr-line); border-radius: 13px; background: #fff; color: var(--ttr-ink);
  box-shadow: none; font: inherit; font-size: 13px; font-weight: 850; line-height: 1; cursor: pointer; transition: border-color .2s ease, background .2s ease, color .2s ease, transform .2s ease;
}
body.tili-refresh .ttr-safe-variation-option:hover { border-color: rgba(181,57,46,.38); transform: translateY(-1px); }
body.tili-refresh .ttr-safe-variation-option.is-active { border-color: var(--ttr-red); background: rgba(181,57,46,.08); color: var(--ttr-red-dark); box-shadow: inset 0 0 0 1px var(--ttr-red); }
body.tili-refresh .ttr-safe-variation-option .ttr-icon { width: 21px; height: 21px; color: var(--ttr-red); }
body.tili-refresh .ttr-safe-variation-option .ttr-icon svg { width: 100%; height: 100%; display: block; }
body.tili-refresh .ttr-safe-variation-select { position: absolute !important; width: 1px !important; height: 1px !important; margin: -1px !important; padding: 0 !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; white-space: nowrap !important; border: 0 !important; opacity: 0 !important; }
body.tili-refresh .ttr-safe-variation-price { min-height: 25px; margin: 16px 0 7px; color: var(--ttr-red); font-size: 20px; font-weight: 900; }
body.tili-refresh .ttr-safe-cart-row { display: flex; align-items: flex-end; gap: 10px; margin-top: 12px; }
body.tili-refresh .ttr-safe-qty { flex: 0 0 92px; display: flex; flex-direction: column; gap: 6px; margin: 0; }
body.tili-refresh .ttr-safe-qty > span { color: var(--ttr-muted); font-size: 10px; font-weight: 800; }
body.tili-refresh .ttr-safe-qty input { width: 92px !important; height: 52px !important; margin: 0 !important; padding: 0 10px !important; border: 1px solid var(--ttr-line) !important; border-radius: 13px !important; background: #fff !important; color: var(--ttr-ink) !important; text-align: center; font-size: 15px !important; font-weight: 800; box-shadow: none !important; }
body.tili-refresh .ttr-safe-add-button { flex: 1 1 auto; min-height: 52px !important; margin: 0 !important; padding: 12px 22px !important; border: 0 !important; border-radius: 13px !important; background: var(--ttr-red) !important; color: #fff !important; font-size: 13px !important; font-weight: 900 !important; line-height: 1 !important; text-align: center; box-shadow: none !important; cursor: pointer; }
body.tili-refresh .ttr-safe-add-button:hover { background: var(--ttr-red-dark) !important; }
body.tili-refresh .ttr-safe-add-button:disabled, body.tili-refresh .ttr-safe-add-button.disabled { opacity: .45 !important; cursor: not-allowed; }
body.tili-refresh .ttr-safe-out-of-stock { margin: 0; padding: 14px 16px; border-radius: 12px; background: rgba(181,57,46,.08); color: var(--ttr-red-dark); font-weight: 800; }
body.tili-refresh .ttr-product-image-placeholder, body.tili-refresh .ttr-related-placeholder { width: 100%; height: 100%; min-height: 220px; display: grid; place-items: center; background: #eadfd3; color: var(--ttr-muted); font-family: Georgia, serif; font-size: 24px; }
body.tili-refresh .ttr-emergency-product { max-width: 820px; }
body.tili-refresh .ttr-emergency-product > img { width: min(100%, 560px); height: auto; border-radius: 24px; }
body.tili-refresh .ttr-emergency-product h1 { margin-top: 24px; }

@media (max-width: 620px) {
  body.tili-refresh .ttr-safe-variation-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; }
  body.tili-refresh .ttr-safe-variation-option { width: 100%; min-width: 0; padding: 9px 10px; }
  body.tili-refresh .ttr-safe-cart-row { align-items: stretch; }
  body.tili-refresh .ttr-safe-qty { flex-basis: 82px; }
  body.tili-refresh .ttr-safe-qty input { width: 82px !important; }
}

/* 1.3.4: cart/header hardening for the legacy WooCommerce 3.5 store. */
body.tili-refresh .ttr-header-cart {
  grid-template-columns: 22px minmax(78px, 1fr) 24px !important;
  min-width: 176px !important;
  padding: 7px 10px 7px 13px !important;
  column-gap: 10px !important;
  overflow: visible !important;
}
body.tili-refresh .ttr-header-cart__text { min-width: 0 !important; }
body.tili-refresh .ttr-header-cart__text strong,
body.tili-refresh .ttr-header-cart__text small {
  display: block !important;
  width: 100% !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
body.tili-refresh .ttr-header-cart__text small { line-height: 1.15 !important; }
body.tili-refresh .ttr-header-cart__count {
  flex: 0 0 23px !important;
  width: 23px !important;
  min-width: 23px !important;
  height: 23px !important;
  min-height: 23px !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: visible !important;
  color: #fff !important;
  background: var(--ttr-red) !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  line-height: 23px !important;
  text-align: center !important;
  text-indent: 0 !important;
}

/* WooCommerce success/info pseudo glyphs were rendered by the old theme on
   top of notice text. Notices remain readable without decorative glyphs. */
body.tili-refresh .ttr-commerce-main .woocommerce-message,
body.tili-refresh .ttr-commerce-main .woocommerce-info,
body.tili-refresh .ttr-commerce-main .woocommerce-error {
  min-height: 0 !important;
  padding: 12px 14px !important;
  display: block !important;
  line-height: 1.45 !important;
}
body.tili-refresh .ttr-commerce-main .woocommerce-message::before,
body.tili-refresh .ttr-commerce-main .woocommerce-message::after,
body.tili-refresh .ttr-commerce-main .woocommerce-info::before,
body.tili-refresh .ttr-commerce-main .woocommerce-info::after,
body.tili-refresh .ttr-commerce-main .woocommerce-error::before,
body.tili-refresh .ttr-commerce-main .woocommerce-error::after {
  content: none !important;
  display: none !important;
}
body.tili-refresh .ttr-commerce-main .woocommerce-message .alert_icon,
body.tili-refresh .ttr-commerce-main .woocommerce-info .alert_icon,
body.tili-refresh .ttr-commerce-main .woocommerce-error .alert_icon { display: none !important; }

body.tili-refresh .ttr-custom-cart {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 278px !important;
  gap: 20px !important;
  align-items: start !important;
}
body.tili-refresh .ttr-cart-form { min-width: 0; margin: 0 !important; }
body.tili-refresh .ttr-cart-table {
  overflow: hidden;
  border: 1px solid var(--ttr-line);
  border-radius: 20px;
  background: var(--ttr-paper);
  box-shadow: 0 12px 34px rgba(57,42,28,.045);
}
body.tili-refresh .ttr-cart-table__head,
body.tili-refresh .ttr-cart-row {
  display: grid;
  grid-template-columns: minmax(260px, 1.8fr) minmax(90px, .62fr) minmax(110px, .72fr) minmax(100px, .68fr) 54px;
  align-items: center;
  gap: 14px;
}
body.tili-refresh .ttr-cart-table__head {
  min-height: 48px;
  padding: 0 16px;
  border-bottom: 1px solid var(--ttr-line);
  background: #fbfaf8;
  color: var(--ttr-muted);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
body.tili-refresh .ttr-cart-row {
  min-height: 104px;
  padding: 14px 16px;
  border-bottom: 1px solid var(--ttr-line);
}
body.tili-refresh .ttr-cart-row:last-child { border-bottom: 0; }
body.tili-refresh .ttr-cart-product { min-width: 0; display: flex; align-items: center; gap: 14px; }
body.tili-refresh .ttr-cart-product__image {
  width: 74px;
  height: 74px;
  flex: 0 0 74px;
  display: block;
  overflow: hidden;
  border-radius: 14px;
  background: #f1e9df;
}
body.tili-refresh .ttr-cart-product__image img { width: 100% !important; height: 100% !important; display: block !important; object-fit: cover !important; }
body.tili-refresh .ttr-cart-product__copy { min-width: 0; }
body.tili-refresh .ttr-cart-product__copy a,
body.tili-refresh .ttr-cart-product__copy strong {
  color: var(--ttr-ink) !important;
  font-size: 13px !important;
  font-weight: 850 !important;
  line-height: 1.35 !important;
  text-decoration: none !important;
}
body.tili-refresh .ttr-cart-unit-price,
body.tili-refresh .ttr-cart-line-total {
  white-space: nowrap;
  color: var(--ttr-ink);
  font-size: 14px;
  font-weight: 850;
  font-variant-numeric: tabular-nums;
}
body.tili-refresh .ttr-cart-quantity { position: relative; }
body.tili-refresh .ttr-cart-qty {
  appearance: textfield !important;
  -moz-appearance: textfield !important;
  width: 76px !important;
  height: 46px !important;
  margin: 0 !important;
  padding: 0 10px !important;
  border: 1px solid var(--ttr-line) !important;
  border-radius: 12px !important;
  outline: none !important;
  background: #fff !important;
  color: var(--ttr-ink) !important;
  box-shadow: none !important;
  font-size: 14px !important;
  font-weight: 850 !important;
  line-height: 46px !important;
  text-align: center !important;
}
body.tili-refresh .ttr-cart-qty::-webkit-inner-spin-button,
body.tili-refresh .ttr-cart-qty::-webkit-outer-spin-button { opacity: 1; }
body.tili-refresh .ttr-cart-qty:focus { border-color: rgba(181,57,46,.5) !important; box-shadow: 0 0 0 3px rgba(181,57,46,.08) !important; }
body.tili-refresh .ttr-cart-qty-status { position: absolute; top: calc(100% + 4px); left: 0; color: var(--ttr-muted); font-size: 9px; white-space: nowrap; }
body.tili-refresh .ttr-cart-remove-cell { display: flex; justify-content: flex-end; }
body.tili-refresh a.ttr-cart-remove,
body.tili-refresh a.ttr-cart-remove:hover,
body.tili-refresh a.ttr-cart-remove:focus {
  appearance: none !important;
  -webkit-appearance: none !important;
  width: 46px !important;
  min-width: 46px !important;
  height: 46px !important;
  min-height: 46px !important;
  margin: 0 !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 0 !important;
  outline: 0 !important;
  border-radius: 12px !important;
  background: var(--ttr-red) !important;
  color: #fff !important;
  box-shadow: none !important;
  filter: none !important;
  font-family: Arial, sans-serif !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  text-align: center !important;
  text-decoration: none !important;
  text-shadow: none !important;
}
body.tili-refresh a.ttr-cart-remove::before,
body.tili-refresh a.ttr-cart-remove::after { content: none !important; display: none !important; }
body.tili-refresh a.ttr-cart-remove:hover { background: var(--ttr-red-dark) !important; }
body.tili-refresh .ttr-cart-form-actions {
  margin-top: 12px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
}
body.tili-refresh .ttr-cart-update,
body.tili-refresh .ttr-cart-coupon button {
  appearance: none;
  min-height: 44px;
  padding: 10px 16px;
  border: 0;
  border-radius: 12px;
  background: var(--ttr-red);
  color: #fff;
  font: inherit;
  font-size: 12px;
  font-weight: 850;
  cursor: pointer;
  box-shadow: none;
}
body.tili-refresh .ttr-cart-coupon { min-width: 0; }
body.tili-refresh .ttr-cart-coupon > label { display: block; margin-bottom: 5px; color: var(--ttr-muted); font-size: 10px; font-weight: 850; }
body.tili-refresh .ttr-cart-coupon > div { display: flex; gap: 6px; }
body.tili-refresh .ttr-cart-coupon input {
  width: min(230px, 30vw);
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid var(--ttr-line);
  border-radius: 12px;
  background: #fff;
  color: var(--ttr-ink);
  box-shadow: none;
}
body.tili-refresh .ttr-cart-summary {
  position: sticky;
  top: 116px;
  padding: 22px;
  border: 1px solid var(--ttr-line);
  border-radius: 20px;
  background: var(--ttr-paper);
  box-shadow: 0 12px 34px rgba(57,42,28,.045);
}
body.tili-refresh .ttr-cart-summary h2 { margin: 0 0 16px !important; font-family: Georgia, serif !important; font-size: 28px !important; line-height: 1 !important; }
body.tili-refresh .ttr-cart-summary dl { margin: 0; }
body.tili-refresh .ttr-cart-summary dl > div { padding: 13px 0; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: start; gap: 12px; border-top: 1px solid var(--ttr-line); }
body.tili-refresh .ttr-cart-summary dt { color: var(--ttr-muted); font-size: 11px; font-weight: 800; }
body.tili-refresh .ttr-cart-summary dd { margin: 0; color: var(--ttr-ink); font-size: 13px; font-weight: 850; text-align: right; font-variant-numeric: tabular-nums; }
body.tili-refresh .ttr-cart-summary dd strong,
body.tili-refresh .ttr-cart-summary dd span { display: block; max-width: 150px; }
body.tili-refresh .ttr-cart-summary dd span { margin-top: 4px; color: var(--ttr-muted); font-size: 10px; }
body.tili-refresh .ttr-cart-summary__grand dt,
body.tili-refresh .ttr-cart-summary__grand dd { color: var(--ttr-ink) !important; font-size: 15px !important; font-weight: 900 !important; }
body.tili-refresh .ttr-cart-checkout {
  min-height: 48px;
  margin-top: 14px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: var(--ttr-red);
  color: #fff !important;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none !important;
}
body.tili-refresh .ttr-cart-checkout:hover { background: var(--ttr-red-dark); }

@media (max-width: 1120px) {
  body.tili-refresh .ttr-header-cart {
    min-width: 46px !important;
    width: 46px !important;
    max-width: 46px !important;
    height: 46px !important;
    grid-template-columns: 1fr !important;
    padding: 0 !important;
    place-items: center !important;
  }
  body.tili-refresh .ttr-header-cart__count {
    position: absolute !important;
    top: -5px !important;
    right: -5px !important;
    width: 20px !important;
    min-width: 20px !important;
    height: 20px !important;
    min-height: 20px !important;
    border: 2px solid var(--ttr-bg) !important;
    font-size: 9px !important;
    line-height: 16px !important;
  }
  body.tili-refresh .ttr-custom-cart { grid-template-columns: 1fr !important; }
  body.tili-refresh .ttr-cart-summary { position: static; }
}

@media (max-width: 760px) {
  body.tili-refresh .ttr-cart-table { border-radius: 17px; }
  body.tili-refresh .ttr-cart-table__head { display: none; }
  body.tili-refresh .ttr-cart-row {
    min-height: 0;
    padding: 15px;
    grid-template-columns: minmax(0, 1fr) 46px;
    gap: 12px;
  }
  body.tili-refresh .ttr-cart-product { grid-column: 1 / -1; }
  body.tili-refresh .ttr-cart-product__image { width: 66px; height: 66px; flex-basis: 66px; }
  body.tili-refresh .ttr-cart-unit-price,
  body.tili-refresh .ttr-cart-quantity,
  body.tili-refresh .ttr-cart-line-total {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    align-items: center;
    gap: 8px;
    grid-column: 1;
  }
  body.tili-refresh .ttr-cart-unit-price::before,
  body.tili-refresh .ttr-cart-quantity::before,
  body.tili-refresh .ttr-cart-line-total::before {
    content: attr(data-label);
    color: var(--ttr-muted);
    font-size: 10px;
    font-weight: 800;
  }
  body.tili-refresh .ttr-cart-remove-cell { grid-column: 2; grid-row: 2 / span 3; align-items: center; }
  body.tili-refresh .ttr-cart-qty-status { display: none; }
  body.tili-refresh .ttr-cart-form-actions { align-items: stretch; flex-direction: column; }
  body.tili-refresh .ttr-cart-coupon,
  body.tili-refresh .ttr-cart-coupon > div,
  body.tili-refresh .ttr-cart-coupon input,
  body.tili-refresh .ttr-cart-update { width: 100%; }
}


/* 1.3.5: final cart price/header cleanup. */
body.tili-refresh .ttr-header-cart,
body.tili-refresh .ttr-header-cart:hover,
body.tili-refresh .ttr-header-cart:focus {
  position: relative !important;
  box-sizing: border-box !important;
  min-width: 190px !important;
  width: 190px !important;
  max-width: 190px !important;
  min-height: 52px !important;
  height: 52px !important;
  padding: 7px 10px 7px 13px !important;
  display: grid !important;
  grid-template-columns: 22px minmax(0, 1fr) 26px !important;
  align-items: center !important;
  column-gap: 10px !important;
  overflow: visible !important;
  white-space: nowrap !important;
  text-decoration: none !important;
}
body.tili-refresh .ttr-header-cart__text {
  min-width: 0 !important;
  width: auto !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: center !important;
  overflow: visible !important;
  white-space: nowrap !important;
}
body.tili-refresh .ttr-header-cart__text strong,
body.tili-refresh .ttr-header-cart__text small {
  width: auto !important;
  max-width: 110px !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  text-overflow: clip !important;
  line-height: 1.15 !important;
}
body.tili-refresh .ttr-header-cart__text strong {
  color: var(--ttr-ink) !important;
  font-size: 13px !important;
  font-weight: 850 !important;
}
body.tili-refresh .ttr-header-cart__text small {
  margin-top: 4px !important;
  color: var(--ttr-muted) !important;
  font-size: 10px !important;
  font-weight: 700 !important;
}
body.tili-refresh .ttr-header-cart__count,
body.tili-refresh .ttr-header-cart__count b {
  margin: 0 !important;
  padding: 0 !important;
  color: #fff !important;
  background: transparent !important;
  font-family: Arial, sans-serif !important;
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  text-align: center !important;
  text-indent: 0 !important;
  text-transform: none !important;
  text-shadow: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-text-fill-color: #fff !important;
}
body.tili-refresh .ttr-header-cart__count {
  position: static !important;
  z-index: 3 !important;
  width: 26px !important;
  min-width: 26px !important;
  max-width: 26px !important;
  height: 26px !important;
  min-height: 26px !important;
  max-height: 26px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: var(--ttr-red) !important;
  box-shadow: none !important;
}
body.tili-refresh .ttr-header-cart__count b { display: block !important; min-width: 1ch !important; }

body.tili-refresh .ttr-cart-notice {
  margin: 0 0 12px !important;
  padding: 11px 14px !important;
  border: 1px solid var(--ttr-line) !important;
  border-radius: 12px !important;
  background: var(--ttr-paper) !important;
  color: var(--ttr-ink) !important;
  box-shadow: none !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
}
body.tili-refresh .ttr-cart-notice--error { border-color: rgba(181,57,46,.28) !important; }
body.tili-refresh .ttr-cart-notice a { color: var(--ttr-red) !important; font-weight: 800 !important; }

body.tili-refresh .ttr-cart-remove,
body.tili-refresh .ttr-cart-remove:hover,
body.tili-refresh .ttr-cart-remove:focus,
body.tili-refresh .ttr-cart-remove:active {
  outline: 0 !important;
  box-shadow: none !important;
  filter: none !important;
  text-shadow: none !important;
  -webkit-box-shadow: none !important;
}
body.tili-refresh .ttr-cart-remove:focus-visible {
  outline: 2px solid rgba(181,57,46,.25) !important;
  outline-offset: 2px !important;
}
body.tili-refresh .ttr-cart-update { display: none !important; }

@media (max-width: 1260px) {
  body.tili-refresh .ttr-header-cart,
  body.tili-refresh .ttr-header-cart:hover,
  body.tili-refresh .ttr-header-cart:focus {
    min-width: 46px !important;
    width: 46px !important;
    max-width: 46px !important;
    height: 46px !important;
    min-height: 46px !important;
    max-height: 46px !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: visible !important;
  }
  body.tili-refresh .ttr-header-cart__text { display: none !important; }
  body.tili-refresh .ttr-header-cart__count {
    position: absolute !important;
    top: -5px !important;
    right: -5px !important;
    width: 20px !important;
    min-width: 20px !important;
    max-width: 20px !important;
    height: 20px !important;
    min-height: 20px !important;
    max-height: 20px !important;
    border: 2px solid var(--ttr-bg) !important;
  }
  body.tili-refresh .ttr-header-cart__count,
  body.tili-refresh .ttr-header-cart__count b {
    font-size: 9px !important;
  }
}

@media (max-width: 620px) {
  body.tili-refresh .ttr-header-cart,
  body.tili-refresh .ttr-header-cart:hover,
  body.tili-refresh .ttr-header-cart:focus {
    min-width: 44px !important;
    width: 44px !important;
    max-width: 44px !important;
    height: 44px !important;
    min-height: 44px !important;
    max-height: 44px !important;
  }
}

/* 1.3.7 checkout cleanup */
body.tili-refresh.woocommerce-checkout .woocommerce-billing-fields h3,
body.tili-refresh.woocommerce-checkout .woocommerce-shipping-fields h3,
body.tili-refresh.woocommerce-checkout .woocommerce-additional-fields h3,
body.tili-refresh.woocommerce-checkout #order_review_heading {
  color: var(--ttr-ink) !important;
}

body.tili-refresh.woocommerce-checkout #billing_city.ttr-delivery-datetime-input {
  min-height: 52px !important;
  padding: 10px 13px !important;
  font-variant-numeric: tabular-nums;
  cursor: pointer;
}
body.tili-refresh.woocommerce-checkout #billing_city.ttr-delivery-datetime-input::-webkit-calendar-picker-indicator {
  width: 20px;
  height: 20px;
  opacity: .72;
  cursor: pointer;
}
body.tili-refresh.woocommerce-checkout #billing_phone {
  font-variant-numeric: tabular-nums;
  letter-spacing: .01em;
}

/* The classic WooCommerce payment box draws a triangle with borders. */
body.tili-refresh.woocommerce-checkout #payment div.payment_box::before,
body.tili-refresh.woocommerce-checkout #payment div.payment_box::after,
body.tili-refresh.woocommerce-checkout #payment .payment_box::before,
body.tili-refresh.woocommerce-checkout #payment .payment_box::after {
  display: none !important;
  content: none !important;
  width: 0 !important;
  height: 0 !important;
  border: 0 !important;
}
body.tili-refresh.woocommerce-checkout #payment div.payment_box {
  margin-top: 10px !important;
  border-radius: 12px !important;
}

body.tili-refresh.woocommerce-checkout .woocommerce-privacy-policy-text a,
body.tili-refresh.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper a {
  color: var(--ttr-red) !important;
  text-decoration: underline;
  text-underline-offset: 2px;
}

body.tili-refresh.woocommerce-checkout .woocommerce-checkout-review-order-table .amount,
body.tili-refresh.woocommerce-checkout .woocommerce-checkout-review-order-table .woocommerce-Price-amount,
body.tili-refresh.woocommerce-checkout .order-total .amount {
  white-space: nowrap !important;
  font-variant-numeric: tabular-nums;
}

@media (max-width: 760px) {
  body.tili-refresh.woocommerce-checkout #billing_city.ttr-delivery-datetime-input,
  body.tili-refresh.woocommerce-checkout #billing_phone {
    font-size: 16px !important;
  }
}

/* 1.3.8: persistent header cart, real sticky header, explicit clear-cart action. */
body.tili-refresh .ttr-site {
  overflow: visible !important;
}
body.tili-refresh .ttr-header {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 0 !important;
  z-index: 9990 !important;
}
body.admin-bar.tili-refresh .ttr-header {
  top: 32px !important;
}
body.tili-refresh .ttr-header-cart-root {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 auto !important;
  min-width: 0 !important;
}

/* The visible number comes from data-count instead of a text child. Old
   WooCommerce/theme JavaScript may alter descendants, but cannot blank this
   generated value while the counter element remains in place. */
body.tili-refresh .ttr-header-cart__count b {
  display: none !important;
}
body.tili-refresh .ttr-header-cart__count::before {
  content: none !important;
  display: none !important;
}
body.tili-refresh .ttr-header-cart__count::after {
  content: attr(data-count) !important;
  display: block !important;
  min-width: 1ch !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #fff !important;
  background: transparent !important;
  font-family: Arial, sans-serif !important;
  font-size: inherit !important;
  font-weight: 900 !important;
  font-style: normal !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  text-indent: 0 !important;
  text-transform: none !important;
  text-shadow: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-text-fill-color: #fff !important;
}

body.tili-refresh .ttr-cart-summary__actions {
  display: grid !important;
  gap: 9px !important;
  margin-top: 2px !important;
}
body.tili-refresh .ttr-cart-summary__actions .ttr-cart-checkout {
  margin-top: 0 !important;
}
body.tili-refresh .ttr-cart-clear,
body.tili-refresh .ttr-cart-clear:hover,
body.tili-refresh .ttr-cart-clear:focus {
  min-height: 43px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 10px 14px !important;
  border: 1px solid rgba(181,57,46,.22) !important;
  border-radius: 12px !important;
  background: transparent !important;
  color: var(--ttr-red) !important;
  box-shadow: none !important;
  outline: 0 !important;
  font-size: 12px !important;
  font-weight: 850 !important;
  line-height: 1.2 !important;
  text-align: center !important;
  text-decoration: none !important;
}
body.tili-refresh .ttr-cart-clear:hover {
  border-color: rgba(181,57,46,.42) !important;
  background: rgba(181,57,46,.05) !important;
}

@media (max-width: 782px) {
  body.admin-bar.tili-refresh .ttr-header {
    top: 46px !important;
  }
}

@media (max-width: 1260px) {
  body.tili-refresh .ttr-header-cart-root {
    width: 46px !important;
    min-width: 46px !important;
    max-width: 46px !important;
  }
}
@media (max-width: 620px) {
  body.tili-refresh .ttr-header-cart-root {
    width: 44px !important;
    min-width: 44px !important;
    max-width: 44px !important;
  }
}

/* 1.3.9: catalogue cards — real legacy-safe prices, direct add and responsive notice. */
body.tili-refresh .ttr-product-card__price {
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
body.tili-refresh .ttr-weight-chip.ttr-card-variant {
  appearance: none;
  -webkit-appearance: none;
  margin: 0;
  font-family: inherit;
  line-height: inherit;
  text-align: left;
  cursor: pointer;
  box-shadow: none;
  transition: border-color .18s ease, background .18s ease, box-shadow .18s ease, transform .18s ease;
}
body.tili-refresh .ttr-weight-chip.ttr-card-variant:hover {
  border-color: rgba(181,57,46,.34);
  transform: translateY(-1px);
}
body.tili-refresh .ttr-weight-chip.ttr-card-variant.is-active {
  border-color: rgba(181,57,46,.52);
  background: #fff8f3;
  box-shadow: 0 0 0 2px rgba(181,57,46,.10);
}
body.tili-refresh .ttr-product-card__actions .ttr-card-add,
body.tili-refresh .ttr-product-card__actions .ttr-card-details {
  min-width: 0;
  text-decoration: none !important;
}
body.tili-refresh .ttr-product-card__actions .ttr-card-details {
  border-color: rgba(37,30,25,.16);
  background: transparent;
  box-shadow: none;
}
body.tili-refresh .ttr-product-card__actions .ttr-card-add[disabled],
body.tili-refresh .ttr-product-card__actions .ttr-card-add.is-loading {
  opacity: .66;
  cursor: wait;
  transform: none;
  box-shadow: none;
}

body.tili-refresh .ttr-cart-toast-stack {
  position: fixed;
  z-index: 1000000;
  top: 104px;
  right: 24px;
  width: min(390px, calc(100vw - 32px));
  display: grid;
  gap: 10px;
  pointer-events: none;
}
body.admin-bar.tili-refresh .ttr-cart-toast-stack { top: 136px; }
body.tili-refresh .ttr-cart-toast {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding: 13px 15px 13px 12px;
  border: 1px solid rgba(36,29,24,.10);
  border-radius: 16px;
  background: rgba(255,253,249,.98);
  color: var(--ttr-ink);
  box-shadow: 0 18px 48px rgba(48,36,26,.18);
  opacity: 0;
  transform: translateY(-8px) scale(.98);
  transition: opacity .22s ease, transform .22s ease;
  pointer-events: auto;
  backdrop-filter: blur(12px);
}
body.tili-refresh .ttr-cart-toast.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}
body.tili-refresh .ttr-cart-toast__icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: #eef4e9;
  color: #426b39;
}
body.tili-refresh .ttr-cart-toast.is-error .ttr-cart-toast__icon {
  background: #f8e9e6;
  color: var(--ttr-red);
}
body.tili-refresh .ttr-cart-toast__icon svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
body.tili-refresh .ttr-cart-toast__text {
  min-width: 0;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.4;
}

@media (max-width: 782px) {
  body.tili-refresh .ttr-cart-toast-stack,
  body.admin-bar.tili-refresh .ttr-cart-toast-stack {
    top: auto;
    right: 12px;
    bottom: max(12px, env(safe-area-inset-bottom));
    left: 12px;
    width: auto;
  }
  body.tili-refresh .ttr-cart-toast {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 10px;
    padding: 11px 13px 11px 10px;
    border-radius: 15px;
    transform: translateY(10px) scale(.99);
  }
  body.tili-refresh .ttr-cart-toast.is-visible { transform: translateY(0) scale(1); }
  body.tili-refresh .ttr-cart-toast__icon { width: 34px; height: 34px; border-radius: 10px; }
  body.tili-refresh .ttr-cart-toast__text { font-size: 12px; }
}

/* 1.3.10: equal catalogue actions, rebuilt CF7 layout, robust fixed sticky header. */
body.tili-refresh .ttr-product-card__actions {
  align-items: stretch !important;
}
body.tili-refresh .ttr-product-card__actions .ttr-card-add,
body.tili-refresh .ttr-product-card__actions .ttr-card-details {
  appearance: none !important;
  -webkit-appearance: none !important;
  height: 48px !important;
  min-height: 48px !important;
  max-height: 48px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 1 1 0 !important;
  margin: 0 !important;
  padding: 0 16px !important;
  border-radius: 14px !important;
  box-sizing: border-box !important;
  font-family: inherit !important;
  font-size: 13px !important;
  font-weight: 850 !important;
  font-style: normal !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  text-indent: 0 !important;
  vertical-align: middle !important;
}
body.tili-refresh .ttr-product-card__actions .ttr-card-add {
  border: 1px solid var(--ttr-red) !important;
  background: var(--ttr-red) !important;
  color: #fff !important;
}
body.tili-refresh .ttr-product-card__actions .ttr-card-details {
  border: 1px solid rgba(37,30,25,.18) !important;
  background: rgba(255,255,255,.48) !important;
  color: var(--ttr-ink) !important;
}
body.tili-refresh .ttr-product-card__actions .ttr-card-add:hover {
  border-color: var(--ttr-red-dark) !important;
  background: var(--ttr-red-dark) !important;
}
body.tili-refresh .ttr-product-card__actions .ttr-card-details:hover {
  border-color: rgba(37,30,25,.30) !important;
  background: #fff !important;
}

/* The historical CF7 form is built from BeTheme .column classes, not <p>s.
   Reset those legacy floats/widths and define our own compact grid. */
body.tili-refresh .ttr-contact-form__body {
  padding: 30px !important;
}
body.tili-refresh .ttr-contact-form .wpcf7-form {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  align-items: start !important;
  gap: 20px 18px !important;
  width: 100% !important;
  margin: 0 !important;
}
body.tili-refresh .ttr-contact-form .wpcf7-form > .column,
body.tili-refresh .ttr-contact-form .wpcf7-form > p {
  float: none !important;
  clear: none !important;
  position: static !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
body.tili-refresh .ttr-contact-form .wpcf7-form > .column.one-third,
body.tili-refresh .ttr-contact-form .wpcf7-form > .ttr-cf7-field--third {
  grid-column: auto !important;
}
body.tili-refresh .ttr-contact-form .wpcf7-form > .column.one,
body.tili-refresh .ttr-contact-form .wpcf7-form > .ttr-cf7-field--wide,
body.tili-refresh .ttr-contact-form .wpcf7-form > .ttr-cf7-submit,
body.tili-refresh .ttr-contact-form .wpcf7-response-output,
body.tili-refresh .ttr-contact-form .ttr-form-consent {
  grid-column: 1 / -1 !important;
}
body.tili-refresh .ttr-contact-form .wpcf7-form > .column label,
body.tili-refresh .ttr-contact-form .wpcf7-form > p {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  gap: 8px !important;
  color: var(--ttr-ink) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1.3 !important;
}
body.tili-refresh .ttr-contact-form .wpcf7-form-control-wrap {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
}
body.tili-refresh .ttr-contact-form input:not([type="submit"]):not([type="checkbox"]),
body.tili-refresh .ttr-contact-form textarea,
body.tili-refresh .ttr-contact-form select {
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  border: 1px solid rgba(32,27,23,.14) !important;
  background: #fff !important;
  box-shadow: 0 1px 0 rgba(32,27,23,.02) !important;
}
body.tili-refresh .ttr-contact-form input:not([type="submit"]):not([type="checkbox"]),
body.tili-refresh .ttr-contact-form select {
  height: 54px !important;
  min-height: 54px !important;
  padding: 0 15px !important;
}
body.tili-refresh .ttr-contact-form textarea {
  min-height: 176px !important;
  padding: 14px 15px !important;
  line-height: 1.55 !important;
}
body.tili-refresh .ttr-contact-form .wpcf7-form > .column.one:last-of-type,
body.tili-refresh .ttr-contact-form .wpcf7-form > .ttr-cf7-submit {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
}
body.tili-refresh .ttr-contact-form input[type="submit"],
body.tili-refresh .ttr-contact-form button[type="submit"] {
  width: auto !important;
  min-width: 190px !important;
  height: 52px !important;
  min-height: 52px !important;
  margin: 0 !important;
  padding: 0 24px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 0 !important;
  border-radius: 13px !important;
  background: var(--ttr-red) !important;
  color: #fff !important;
  box-shadow: none !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}
body.tili-refresh .ttr-contact-form .ttr-form-consent {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}
body.tili-refresh .ttr-contact-form .ttr-form-consent label {
  min-height: 52px !important;
  display: grid !important;
  grid-template-columns: 22px minmax(0, 1fr) !important;
  align-items: start !important;
  gap: 11px !important;
  margin: 0 !important;
  padding: 14px 16px !important;
  border: 1px solid rgba(32,27,23,.12) !important;
  border-radius: 13px !important;
  background: #f8f2e9 !important;
  color: #5c534b !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 1.55 !important;
  cursor: pointer !important;
}
body.tili-refresh .ttr-contact-form .ttr-form-consent input[type="checkbox"] {
  appearance: auto !important;
  -webkit-appearance: checkbox !important;
  width: 19px !important;
  min-width: 19px !important;
  height: 19px !important;
  min-height: 19px !important;
  margin: 1px 0 0 !important;
  padding: 0 !important;
  align-self: start !important;
  justify-self: center !important;
  accent-color: var(--ttr-red) !important;
  box-shadow: none !important;
  transform: none !important;
}
body.tili-refresh .ttr-contact-form .ttr-form-consent label > span {
  display: block !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
body.tili-refresh .ttr-contact-form .ttr-form-consent__error {
  margin: 7px 0 0 33px !important;
}
body.tili-refresh .ttr-contact-form .ttr-form-consent.has-error label {
  border-color: rgba(181,57,46,.45) !important;
  background: #fff2ee !important;
}

/* Do not depend on position:sticky: legacy wrappers/minifiers can create
   containing blocks that break it. JS switches this class at the original
   header position and a spacer preserves document flow. */
body.tili-refresh .ttr-header-spacer {
  display: block !important;
  width: 100% !important;
  height: 0;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  pointer-events: none !important;
}
body.tili-refresh .ttr-header.ttr-header--fixed {
  position: fixed !important;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  z-index: 999990 !important;
  border-bottom-color: var(--ttr-line) !important;
  box-shadow: 0 10px 34px rgba(49,37,25,.10) !important;
  transform: translateZ(0);
}
body.admin-bar.tili-refresh .ttr-header.ttr-header--fixed {
  top: 32px !important;
}
@media (max-width: 782px) {
  body.admin-bar.tili-refresh .ttr-header.ttr-header--fixed {
    top: 46px !important;
  }
}
@media (max-width: 900px) {
  body.tili-refresh .ttr-contact-form .wpcf7-form {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }
  body.tili-refresh .ttr-contact-form .wpcf7-form > .column.one-third,
  body.tili-refresh .ttr-contact-form .wpcf7-form > .ttr-cf7-field--third,
  body.tili-refresh .ttr-contact-form .wpcf7-form > .column.one,
  body.tili-refresh .ttr-contact-form .wpcf7-form > .ttr-cf7-field--wide,
  body.tili-refresh .ttr-contact-form .wpcf7-form > .ttr-cf7-submit,
  body.tili-refresh .ttr-contact-form .ttr-form-consent {
    grid-column: 1 !important;
  }
}
@media (max-width: 620px) {
  body.tili-refresh .ttr-product-card__actions .ttr-card-add,
  body.tili-refresh .ttr-product-card__actions .ttr-card-details {
    width: 100% !important;
    flex: 0 0 48px !important;
  }
  body.tili-refresh .ttr-contact-form__head,
  body.tili-refresh .ttr-contact-form__body {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
  body.tili-refresh .ttr-contact-form .ttr-form-consent label {
    padding: 12px 13px !important;
    font-size: 11px !important;
  }
  body.tili-refresh .ttr-contact-form input[type="submit"],
  body.tili-refresh .ttr-contact-form button[type="submit"] {
    width: 100% !important;
  }
}
body.tili-refresh .ttr-mobile-menu { z-index: 1000001 !important; }

/* 1.3.11: mobile catalogue cards — full-width product photography instead of a narrow cropped side strip. */
@media (max-width: 620px) {
  body.tili-refresh .ttr-product-grid {
    gap: 18px !important;
  }

  body.tili-refresh .ttr-product-card {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    overflow: hidden !important;
    border-radius: 22px !important;
    background: #fffdf9 !important;
  }

  body.tili-refresh .ttr-product-card__image {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 16 / 10 !important;
    padding: 8px 10px 0 !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    border-bottom: 1px solid rgba(37,30,25,.08) !important;
    background: #fff !important;
  }

  body.tili-refresh .ttr-product-card__image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center center !important;
    border-radius: 14px 14px 0 0 !important;
    transform: none !important;
  }

  body.tili-refresh .ttr-product-card:hover .ttr-product-card__image img {
    transform: none !important;
  }

  body.tili-refresh .ttr-product-card__body {
    width: 100% !important;
    padding: 16px 16px 17px !important;
    box-sizing: border-box !important;
  }

  body.tili-refresh .ttr-product-card__topline {
    display: flex !important;
    align-items: baseline !important;
    justify-content: space-between !important;
    gap: 12px !important;
    margin-bottom: 8px !important;
  }

  body.tili-refresh .ttr-product-card__price {
    margin-top: 0 !important;
    font-size: 15px !important;
  }

  body.tili-refresh .ttr-product-card h3 {
    font-size: 25px !important;
    line-height: 1.08 !important;
  }

  body.tili-refresh .ttr-product-card p {
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    margin-top: 8px !important;
    font-size: 12px !important;
    line-height: 1.45 !important;
  }

  body.tili-refresh .ttr-weight-row {
    margin-top: 13px !important;
  }

  body.tili-refresh .ttr-product-card__actions {
    padding-top: 14px !important;
  }
}

@media (max-width: 390px) {
  body.tili-refresh .ttr-product-card__image {
    aspect-ratio: 3 / 2 !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  body.tili-refresh .ttr-product-card__body {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
  body.tili-refresh .ttr-product-card h3 {
    font-size: 23px !important;
  }
}
