/*
Theme Name: Think Twice
Theme URI: https://thinktwicevintage.co.uk/
Author: Think Twice Vintage
Description: A clean editorial WooCommerce theme for Think Twice Vintage, inspired by premium multi-brand retail layouts.
Version: 3.1.2
Requires at least: 6.5
Requires PHP: 8.0
Text Domain: think-twice
*/

:root {
  --tt-ink: #0a0a0a;
  --tt-white: #ffffff;
  --tt-muted: #696969;
  --tt-soft: #f4f4f4;
  --tt-line: #dddddd;
  --tt-blue: #0d3f8f;
  --tt-max: 1680px;
  --tt-pad: clamp(16px, 2.3vw, 40px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--tt-ink);
  background: var(--tt-white);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.screen-reader-text { position:absolute!important; width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0; }

.tt-skip-link { position: fixed; left: 12px; top: -60px; z-index: 9999; background: #000; color: #fff; padding: 10px 14px; }
.tt-skip-link:focus { top: 12px; }
.tt-announcement { background:#000; color:#fff; text-align:center; padding:8px 16px; font-size:11px; letter-spacing:.08em; text-transform:uppercase; }

.tt-site-header { position: sticky; top:0; z-index:1000; background:#fff; border-bottom:1px solid var(--tt-line); }
.tt-header-top { min-height:92px; max-width:var(--tt-max); margin:auto; padding:14px var(--tt-pad); display:grid; grid-template-columns:1fr auto 1fr; align-items:center; }
.tt-brand { justify-self:center; line-height:0; }
.tt-brand img { width:112px; display:block; }
.tt-header-actions { justify-self:end; display:flex; gap:20px; align-items:center; }
.tt-header-actions a, .tt-nav a { text-decoration:none; font-size:12px; letter-spacing:.055em; text-transform:uppercase; }
.tt-header-actions a:hover, .tt-nav a:hover { opacity:.55; }
.tt-cart-count { display:inline-grid; place-items:center; min-width:18px; height:18px; margin-left:5px; border-radius:50%; background:#000; color:#fff; font-size:10px; }
.tt-nav { border-top:1px solid var(--tt-line); overflow:auto; scrollbar-width:none; }
.tt-nav::-webkit-scrollbar { display:none; }
.tt-nav ul { min-height:46px; max-width:var(--tt-max); margin:auto; padding:0 var(--tt-pad); display:flex; align-items:center; justify-content:center; gap:clamp(18px,3vw,45px); list-style:none; white-space:nowrap; }
.tt-menu-toggle { display:none; border:0; background:transparent; padding:8px 0; font-size:12px; letter-spacing:.07em; text-transform:uppercase; }

.tt-main { min-height:60vh; }
.tt-kicker { margin:0 0 10px; font-size:11px; letter-spacing:.11em; text-transform:uppercase; }
.tt-campaign-grid { width:100%; display:grid; gap:2px; background:#fff; }
.tt-campaign-grid--lead { grid-template-columns:2fr 1fr; }
.tt-campaign-grid--equal { grid-template-columns:1fr 1fr; margin-top:2px; }
.tt-campaign-grid--single { grid-template-columns:1fr; margin-top:2px; }
.tt-campaign { position:relative; min-height:690px; overflow:hidden; background:var(--tt-soft); color:#fff; text-decoration:none; }
.tt-campaign--large { min-height:min(76vh,900px); }
.tt-campaign img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; transition:transform .65s ease; }
.tt-campaign:hover img { transform:scale(1.015); }
.tt-campaign::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,rgba(0,0,0,.03),rgba(0,0,0,.62)); }
.tt-campaign-copy { position:absolute; z-index:2; left:var(--tt-pad); right:var(--tt-pad); bottom:clamp(32px,5vw,72px); max-width:780px; }
.tt-campaign-copy h1 { margin:0; font-size:clamp(44px,6.5vw,110px); line-height:.93; letter-spacing:-.055em; font-weight:500; }
.tt-campaign-copy h2 { margin:0; font-size:clamp(34px,4.3vw,70px); line-height:.98; letter-spacing:-.045em; font-weight:500; }
.tt-campaign-copy > p:not(.tt-kicker) { max-width:600px; margin:18px 0 0; font-size:clamp(16px,1.5vw,22px); }
.tt-shop-link { display:inline-block; margin-top:24px; border-bottom:1px solid currentColor; padding-bottom:3px; font-size:12px; letter-spacing:.08em; text-transform:uppercase; }

.tt-commerce-section { max-width:var(--tt-max); margin:auto; padding:clamp(58px,7vw,112px) var(--tt-pad); background:#fff; }
.tt-section-heading { display:flex; justify-content:space-between; align-items:end; margin-bottom:28px; }
.tt-section-heading h2 { margin:0; font-size:clamp(26px,3vw,46px); font-weight:500; letter-spacing:-.035em; }
.tt-section-heading a { font-size:12px; text-transform:uppercase; letter-spacing:.07em; text-underline-offset:4px; }
.tt-product-grid { display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); gap:clamp(12px,1.4vw,24px); }
.tt-product-card a { text-decoration:none; display:block; }
.tt-product-image { aspect-ratio:4/5; background:#f1f1f1; overflow:hidden; }
.tt-product-image img { width:100%; height:100%; object-fit:cover; display:block; transition:transform .35s ease; }
.tt-product-card:hover .tt-product-image img { transform:scale(1.02); }
.tt-product-label { margin:12px 0 4px; color:#8a8a8a; font-size:10px; text-transform:uppercase; letter-spacing:.08em; }
.tt-product-name { margin:0 0 3px; font-size:13px; font-weight:500; line-height:1.35; }
.tt-product-price { font-size:13px; color:#333; }
.tt-product-price del { color:#888; margin-right:5px; }

.tt-category-grid { display:grid; grid-template-columns:repeat(4,1fr); border-top:1px solid var(--tt-line); border-left:1px solid var(--tt-line); }
.tt-category-card { min-height:160px; padding:24px; display:flex; flex-direction:column; justify-content:space-between; border-right:1px solid var(--tt-line); border-bottom:1px solid var(--tt-line); text-decoration:none; }
.tt-category-card span { font-size:clamp(22px,2.2vw,38px); letter-spacing:-.035em; }
.tt-category-card small { color:var(--tt-muted); text-transform:uppercase; letter-spacing:.08em; }
.tt-category-card:hover { background:#f7f7f7; }

.tt-service-strip { display:grid; grid-template-columns:repeat(4,1fr); border-top:1px solid var(--tt-line); border-bottom:1px solid var(--tt-line); background:#fff; }
.tt-service-strip > div { padding:27px var(--tt-pad); text-align:center; border-right:1px solid var(--tt-line); }
.tt-service-strip > div:last-child { border-right:0; }
.tt-service-strip strong { display:block; margin-bottom:5px; font-size:11px; text-transform:uppercase; letter-spacing:.08em; }
.tt-service-strip span { color:var(--tt-muted); font-size:12px; }

.tt-site-footer { background:#fff; }
.tt-footer-newsletter { max-width:var(--tt-max); margin:auto; padding:clamp(55px,7vw,95px) var(--tt-pad); display:grid; grid-template-columns:1fr 1fr; gap:60px; align-items:end; border-bottom:1px solid var(--tt-line); }
.tt-footer-newsletter h2 { margin:0; max-width:700px; font-size:clamp(30px,4vw,62px); line-height:1; letter-spacing:-.045em; font-weight:500; }
.tt-newsletter-form { display:flex; border-bottom:1px solid #000; }
.tt-newsletter-form input { width:100%; border:0; padding:14px 0; outline:none; background:transparent; }
.tt-newsletter-form button { border:0; background:transparent; padding:14px 0 14px 20px; text-transform:uppercase; font-size:11px; letter-spacing:.08em; cursor:pointer; }
.tt-footer-inner { max-width:var(--tt-max); margin:auto; padding:55px var(--tt-pad); display:grid; grid-template-columns:1.6fr repeat(3,1fr); gap:50px; }
.tt-footer-logo { width:100px; }
.tt-footer-brand p { max-width:310px; color:var(--tt-muted); }
.tt-footer-title { margin:0 0 18px; font-size:11px; letter-spacing:.09em; text-transform:uppercase; }
.tt-footer-nav { list-style:none; padding:0; margin:0; }
.tt-footer-nav li { margin:0 0 10px; }
.tt-footer-nav a { text-decoration:none; }
.tt-footer-nav a:hover { text-decoration:underline; text-underline-offset:4px; }
.tt-footer-bottom { border-top:1px solid var(--tt-line); padding:20px var(--tt-pad); display:flex; justify-content:space-between; gap:20px; color:var(--tt-muted); font-size:11px; text-transform:uppercase; letter-spacing:.06em; }

.tt-content, .woocommerce-page .site-main, .woocommerce .site-main { width:min(calc(100% - (var(--tt-pad) * 2)), var(--tt-max)); margin:0 auto; padding:65px 0 100px; }
.entry-title, .woocommerce-products-header__title { font-size:clamp(38px,5vw,75px); font-weight:500; letter-spacing:-.045em; }
.woocommerce ul.products { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:24px; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display:none; }
.woocommerce ul.products li.product { width:auto!important; margin:0!important; float:none!important; }
.woocommerce ul.products li.product a img { aspect-ratio:4/5; object-fit:cover; margin:0 0 12px; background:#f1f1f1; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { padding:0; font-size:13px; font-weight:500; }
.woocommerce ul.products li.product .price { color:#333; font-size:13px; }
.woocommerce ul.products li.product .button { display:none; }
.woocommerce div.product { display:grid; grid-template-columns:minmax(0,1.15fr) minmax(320px,.65fr); gap:clamp(40px,7vw,110px); }
.woocommerce div.product div.images, .woocommerce div.product div.summary { width:auto; float:none; }
.woocommerce div.product .product_title { font-size:clamp(34px,4vw,66px); line-height:1; letter-spacing:-.045em; font-weight:500; }
.woocommerce div.product p.price { color:#111; font-size:20px; }
.woocommerce button.button.alt, .woocommerce a.button.alt, .woocommerce .button, .wc-block-components-button { border-radius:0!important; background:#000!important; color:#fff!important; padding:15px 22px!important; font-weight:500!important; }
.woocommerce-message, .woocommerce-info { border-top-color:#000; background:#fff; }
.woocommerce-message::before, .woocommerce-info::before { color:#000; }

@media (max-width:1100px) {
  .tt-product-grid { grid-template-columns:repeat(4,minmax(0,1fr)); }
  .tt-campaign-grid--lead { grid-template-columns:1fr; }
  .tt-campaign-grid--lead .tt-campaign { min-height:68vh; }
}
@media (max-width:850px) {
  .tt-header-top { min-height:74px; }
  .tt-menu-toggle { display:block; }
  .tt-brand img { width:88px; }
  .tt-header-actions .tt-account-link, .tt-header-actions .tt-search-link { display:none; }
  .tt-nav { display:none; position:absolute; left:0; right:0; top:100%; background:#fff; border-bottom:1px solid var(--tt-line); }
  .tt-nav.is-open { display:block; }
  .tt-nav ul { min-height:0; padding:22px var(--tt-pad); display:grid; justify-content:start; gap:14px; }
  .tt-campaign-grid--equal { grid-template-columns:1fr; }
  .tt-campaign { min-height:72vw; }
  .tt-product-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .tt-category-grid { grid-template-columns:repeat(2,1fr); }
  .tt-service-strip { grid-template-columns:repeat(2,1fr); }
  .tt-service-strip > div:nth-child(2) { border-right:0; }
  .tt-service-strip > div:nth-child(-n+2) { border-bottom:1px solid var(--tt-line); }
  .tt-footer-newsletter { grid-template-columns:1fr; gap:30px; }
  .tt-footer-inner { grid-template-columns:1fr 1fr; }
  .woocommerce ul.products { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .woocommerce div.product { grid-template-columns:1fr; }
}
@media (max-width:560px) {
  .tt-announcement { font-size:9px; }
  .tt-header-actions { gap:10px; }
  .tt-campaign { min-height:115vw; }
  .tt-campaign--large { min-height:78vh; }
  .tt-campaign-copy h1 { font-size:clamp(42px,13vw,68px); }
  .tt-campaign-copy h2 { font-size:clamp(34px,10vw,54px); }
  .tt-commerce-section { padding-left:14px; padding-right:14px; }
  .tt-product-grid { gap:12px; }
  .tt-category-grid { grid-template-columns:1fr; }
  .tt-service-strip { grid-template-columns:1fr; }
  .tt-service-strip > div { border-right:0; border-bottom:1px solid var(--tt-line); }
  .tt-footer-inner { grid-template-columns:1fr; }
  .tt-footer-bottom { flex-direction:column; }
}


/* Editorial WooCommerce archive — v1.3 */
body.post-type-archive-product .tt-content,
body.tax-product_cat .tt-content,
body.tax-product_tag .tt-content { width:auto; max-width:none; padding:0; }

.tt-shop-archive {
  --tt-shop-ink:#080808;
  --tt-shop-line:#d9d9d9;
  --tt-shop-soft:#f1f1ef;
  --tt-shop-shell:1760px;
  color:var(--tt-shop-ink);
  font-family:"Helvetica Neue",Arial,sans-serif;
  -webkit-font-smoothing:antialiased;
}
.tt-shop-shell { width:min(calc(100% - 48px),var(--tt-shop-shell)); margin-inline:auto; }
.tt-shop-hero { padding-top:72px; border-bottom:1px solid var(--tt-shop-line); }
.tt-shop-kicker { margin:0 0 24px; font-size:11px; line-height:1; letter-spacing:.15em; text-transform:uppercase; }
.tt-shop-hero h1 { margin:0 0 34px; font-family:"Helvetica Neue",Arial,sans-serif; font-size:clamp(56px,8vw,128px); line-height:.84; letter-spacing:-.065em; font-weight:500; }
.tt-shop-description { max-width:720px; margin:0 0 48px; font-size:15px; line-height:1.6; }
.tt-shop-description p { margin:0; }
.tt-shop-categories { border-top:1px solid var(--tt-shop-line); }
.tt-shop-categories__inner { display:flex; gap:30px; overflow:auto; padding-block:18px; white-space:nowrap; scrollbar-width:none; }
.tt-shop-categories__inner::-webkit-scrollbar { display:none; }
.tt-shop-categories a { color:inherit; text-decoration:none; font-size:11px; letter-spacing:.08em; text-transform:uppercase; opacity:.52; }
.tt-shop-categories a:hover,.tt-shop-categories a.is-active { opacity:1; text-decoration:underline; text-underline-offset:6px; }
.tt-shop-toolbar { display:grid; grid-template-columns:1fr auto 1fr; align-items:center; padding-block:18px; border-bottom:1px solid var(--tt-shop-line); font-size:11px; letter-spacing:.06em; text-transform:uppercase; }
.tt-shop-filter-open,.tt-shop-filter-close,.tt-shop-load { font:inherit; color:inherit; background:none; border:0; cursor:pointer; }
.tt-shop-filter-open { justify-self:start; padding:8px 0; text-transform:uppercase; }
.tt-shop-filter-open span { margin-left:8px; font-size:17px; }
.tt-shop-result-count .woocommerce-result-count { margin:0; }
.tt-shop-ordering { justify-self:end; }
.tt-shop-ordering form { margin:0; }
.tt-shop-ordering select { max-width:200px; border:0; background:transparent; font-size:11px; text-transform:uppercase; }
.tt-shop-products { padding-top:28px; padding-bottom:110px; }
.tt-shop-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); column-gap:30px; row-gap:92px; }
.tt-shop-card { min-width:0; margin:0; padding:0; list-style:none; }
.tt-shop-card__link { display:block; color:inherit; text-decoration:none; }
.tt-shop-card__image-wrap { position:relative; aspect-ratio:1/1.18; margin:0 0 34px; overflow:hidden; background:var(--tt-shop-soft); }
.tt-shop-card__main-image { position:absolute; inset:0; }
.tt-shop-card__image-wrap img { display:block; width:100%; height:100%; margin:0; object-fit:cover; border:0; border-radius:0; box-shadow:none; }
.tt-shop-card__sale { position:absolute; z-index:3; top:0; left:0; padding:11px 10px; background:#111; color:#fff; font-size:10px; line-height:1; letter-spacing:.08em; text-transform:uppercase; }
.tt-shop-card__details { min-height:132px; }
.tt-shop-card__brand-row { display:flex; align-items:center; justify-content:space-between; gap:16px; margin:0 0 16px; }
.tt-shop-card__brand { font-size:16px; line-height:1.15; font-weight:700; letter-spacing:-.025em; text-transform:uppercase; }
.tt-shop-card__mark { width:25px; height:25px; flex:0 0 25px; object-fit:contain; transition:transform .18s ease,opacity .18s ease; }
.tt-shop-card:hover .tt-shop-card__mark { transform:scale(.94); opacity:.72; }
.tt-shop-card__title { margin:0 0 14px; padding:0; font-family:"Helvetica Neue",Arial,sans-serif; font-size:19px; line-height:1.5; font-weight:400; letter-spacing:-.018em; text-transform:none; }
.tt-shop-card__price { margin:0; font-family:"Helvetica Neue",Arial,sans-serif; font-size:18px; line-height:1.25; font-weight:400; }
.tt-shop-card__price del { margin-right:9px; opacity:.48; }
.tt-shop-card__price ins { text-decoration:none; font-weight:400; }
.tt-shop-load-wrap { margin-top:76px; text-align:center; }
.tt-shop-load { min-width:200px; padding:17px 38px; border:1px solid #111; letter-spacing:.08em; text-transform:uppercase; }
.tt-shop-load:hover { background:#111; color:#fff; }
.tt-shop-load[disabled] { opacity:.45; }
.tt-shop-filter { position:fixed; z-index:10001; top:0; left:0; width:min(520px,92vw); height:100vh; padding:28px; overflow:auto; background:#fff; box-shadow:20px 0 60px rgba(0,0,0,.16); }
.tt-shop-filter__head { display:flex; align-items:center; justify-content:space-between; padding-bottom:24px; border-bottom:1px solid var(--tt-shop-line); }
.tt-shop-filter-close { font-size:30px; line-height:1; }
.tt-shop-filter__body { display:grid; gap:34px; padding-top:28px; }
.tt-shop-filter h2 { font-size:11px; letter-spacing:.09em; text-transform:uppercase; }
.tt-shop-filter ul { margin:0; padding:0; list-style:none; }
.tt-shop-filter li { margin:8px 0; }
.tt-shop-filter a { color:inherit; text-decoration:none; }
.tt-shop-backdrop { position:fixed; z-index:10000; inset:0; width:100%; height:100%; padding:0; border:0; background:rgba(0,0,0,.35); }

@media (max-width:1100px) {
  .tt-shop-grid { grid-template-columns:repeat(3,minmax(0,1fr)); }
}
@media (max-width:760px) {
  .tt-shop-shell { width:min(calc(100% - 24px),var(--tt-shop-shell)); }
  .tt-shop-hero { padding-top:38px; }
  .tt-shop-hero h1 { font-size:54px; }
  .tt-shop-description { margin-bottom:30px; }
  .tt-shop-toolbar { grid-template-columns:1fr 1fr; }
  .tt-shop-result-count { display:none; }
  .tt-shop-products { padding-top:12px; }
  .tt-shop-grid { grid-template-columns:repeat(2,minmax(0,1fr)); column-gap:12px; row-gap:54px; }
  .tt-shop-card__image-wrap { margin-bottom:18px; }
  .tt-shop-card__brand-row { margin-bottom:10px; }
  .tt-shop-card__brand { font-size:11px; }
  .tt-shop-card__mark { width:20px; height:20px; flex-basis:20px; }
  .tt-shop-card__title { margin-bottom:9px; font-size:14px; line-height:1.4; }
  .tt-shop-card__price { font-size:13px; }
}



/* Hard fallback for WooCommerce/block catalogue markup. */
body.tt-editorial-catalogue ul.products,
body.tt-editorial-catalogue .wc-block-product-template,
body.tt-editorial-catalogue .wp-block-woocommerce-product-template {
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  column-gap:30px !important;
  row-gap:92px !important;
  width:min(calc(100% - 48px),1760px) !important;
  max-width:none !important;
  margin:28px auto 110px !important;
  padding:0 !important;
}
body.tt-editorial-catalogue ul.products li.product,
body.tt-editorial-catalogue .wc-block-product,
body.tt-editorial-catalogue .wp-block-post.product {
  width:auto !important;
  max-width:none !important;
  margin:0 !important;
  padding:0 !important;
  float:none !important;
  list-style:none !important;
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif !important;
}
body.tt-editorial-catalogue ul.products li.product > a,
body.tt-editorial-catalogue .wc-block-product > a,
body.tt-editorial-catalogue .wp-block-post.product > a {
  color:#080808 !important;
  text-decoration:none !important;
}
body.tt-editorial-catalogue ul.products li.product img,
body.tt-editorial-catalogue .wc-block-components-product-image img,
body.tt-editorial-catalogue .wp-block-woocommerce-product-image img {
  display:block !important;
  width:100% !important;
  aspect-ratio:1/1.18 !important;
  height:auto !important;
  object-fit:cover !important;
  margin:0 0 34px !important;
  border-radius:0 !important;
  background:#f1f1ef !important;
}
body.tt-editorial-catalogue ul.products li.product::before,
body.tt-editorial-catalogue .wc-block-product::before,
body.tt-editorial-catalogue .wp-block-post.product::before {
  content:"THINK TWICE VINTAGE";
  display:block;
  margin:0 44px 16px 0;
  font-size:16px;
  line-height:1.15;
  font-weight:700;
  letter-spacing:-.025em;
  text-transform:uppercase;
}
body.tt-editorial-catalogue ul.products li.product::after,
body.tt-editorial-catalogue .wc-block-product::after,
body.tt-editorial-catalogue .wp-block-post.product::after {
  content:"";
  position:absolute;
  right:0;
  top:calc((100% - 132px) - 41px);
  width:25px;
  height:25px;
  background:url("assets/images/think-twice-logo.png") center/contain no-repeat;
  pointer-events:none;
}
body.tt-editorial-catalogue ul.products li.product,
body.tt-editorial-catalogue .wc-block-product,
body.tt-editorial-catalogue .wp-block-post.product { position:relative !important; }
body.tt-editorial-catalogue .woocommerce-loop-product__title,
body.tt-editorial-catalogue .wc-block-components-product-name,
body.tt-editorial-catalogue .wp-block-post-title {
  margin:0 0 14px !important;
  padding:0 !important;
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif !important;
  font-size:19px !important;
  line-height:1.5 !important;
  font-weight:400 !important;
  letter-spacing:-.018em !important;
  text-transform:none !important;
}
body.tt-editorial-catalogue .price,
body.tt-editorial-catalogue .wc-block-components-product-price,
body.tt-editorial-catalogue .wp-block-woocommerce-product-price {
  margin:0 !important;
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif !important;
  font-size:18px !important;
  line-height:1.25 !important;
  font-weight:400 !important;
  color:#080808 !important;
}
body.tt-editorial-catalogue ul.products li.product .button,
body.tt-editorial-catalogue .wc-block-components-product-button,
body.tt-editorial-catalogue .wp-block-button.wc-block-components-product-button {
  display:none !important;
}
@media (max-width:1100px) {
  body.tt-editorial-catalogue ul.products,
  body.tt-editorial-catalogue .wc-block-product-template,
  body.tt-editorial-catalogue .wp-block-woocommerce-product-template { grid-template-columns:repeat(3,minmax(0,1fr)) !important; }
}
@media (max-width:760px) {
  body.tt-editorial-catalogue ul.products,
  body.tt-editorial-catalogue .wc-block-product-template,
  body.tt-editorial-catalogue .wp-block-woocommerce-product-template {
    width:min(calc(100% - 24px),1760px) !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    column-gap:12px !important;
    row-gap:54px !important;
  }
  body.tt-editorial-catalogue ul.products li.product img,
  body.tt-editorial-catalogue .wc-block-components-product-image img,
  body.tt-editorial-catalogue .wp-block-woocommerce-product-image img { margin-bottom:18px !important; }
  body.tt-editorial-catalogue ul.products li.product::before,
  body.tt-editorial-catalogue .wc-block-product::before,
  body.tt-editorial-catalogue .wp-block-post.product::before { margin-bottom:10px; font-size:11px; }
  body.tt-editorial-catalogue ul.products li.product::after,
  body.tt-editorial-catalogue .wc-block-product::after,
  body.tt-editorial-catalogue .wp-block-post.product::after { width:20px; height:20px; }
  body.tt-editorial-catalogue .woocommerce-loop-product__title,
  body.tt-editorial-catalogue .wc-block-components-product-name,
  body.tt-editorial-catalogue .wp-block-post-title { margin-bottom:9px !important; font-size:14px !important; line-height:1.4 !important; }
  body.tt-editorial-catalogue .price,
  body.tt-editorial-catalogue .wc-block-components-product-price,
  body.tt-editorial-catalogue .wp-block-woocommerce-product-price { font-size:13px !important; }
}


/* v1.6: controlled editorial cards with a single static image. */
.tt-shop-grid .tt-shop-card,
.tt-shop-grid .tt-shop-card * {
  box-sizing: border-box;
}
.tt-shop-grid .tt-shop-card__link,
.tt-shop-grid .tt-shop-card__link:hover,
.tt-shop-grid .tt-shop-card__link:focus,
.tt-shop-grid .tt-shop-card__title,
.tt-shop-grid .tt-shop-card__price,
.tt-shop-grid .tt-shop-card__price a,
.tt-shop-grid .tt-shop-card__brand {
  color: #080808 !important;
  text-decoration: none !important;
}
.tt-shop-grid .tt-shop-card__title a,
.tt-shop-grid .tt-shop-card__price a,
.tt-shop-grid .tt-shop-card__price del,
.tt-shop-grid .tt-shop-card__price ins {
  text-decoration: none !important;
}
.tt-shop-grid .tt-shop-card .button,
.tt-shop-grid .tt-shop-card .add_to_cart_button,
.tt-shop-grid .tt-shop-card .product_type_simple,
.tt-shop-grid .tt-shop-card .product_type_variable,
.tt-shop-grid .tt-shop-card .product_type_external,
.tt-shop-grid .tt-shop-card .added_to_cart {
  display: none !important;
}
.tt-shop-card__brand-row {
  min-height: 26px;
}
.tt-shop-card__mark {
  display: block !important;
  width: 25px !important;
  height: 25px !important;
  max-width: 25px !important;
  margin: 0 !important;
  object-fit: contain !important;
}


/* v1.7: Goodhood-inspired mobile product image rail. */
.tt-mobile-gallery {
  display: none;
}

@media (max-width: 767px) {
  body.single-product .woocommerce-product-gallery {
    display: none !important;
  }

  .tt-mobile-gallery {
    display: block;
    width: 100%;
    margin: 0 0 30px;
    overflow: hidden;
    background: #f3f3f1;
  }

  .tt-mobile-gallery__controls {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    min-height: 42px;
    padding: 0 14px;
    background: #fff;
  }

  .tt-mobile-gallery__button {
    appearance: none;
    border: 0;
    padding: 7px 0;
    background: transparent;
    color: #080808;
    font: inherit;
    font-size: 10px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    cursor: pointer;
  }

  .tt-mobile-gallery__button[disabled] {
    opacity: .28;
    cursor: default;
  }

  .tt-mobile-gallery__rail {
    display: flex;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    touch-action: pan-x pan-y;
  }

  .tt-mobile-gallery__rail::-webkit-scrollbar {
    display: none;
  }

  .tt-mobile-gallery__slide {
    flex: 0 0 100%;
    width: 100%;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    background: #f3f3f1;
  }

  .tt-mobile-gallery__slide img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 5;
    margin: 0;
    object-fit: contain;
    background: #f3f3f1;
  }

  .tt-mobile-gallery__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 44px;
    padding: 0 14px;
    background: #fff;
  }

  .tt-mobile-gallery__numbers {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .tt-mobile-gallery__number {
    appearance: none;
    border: 0;
    border-bottom: 1px solid transparent;
    padding: 5px 0 4px;
    background: transparent;
    color: #777;
    font: inherit;
    font-size: 10px;
    line-height: 1;
    cursor: pointer;
  }

  .tt-mobile-gallery__number[aria-current="true"] {
    border-bottom-color: #080808;
    color: #080808;
  }

  .tt-mobile-gallery__count {
    color: #080808;
    font-size: 10px;
    line-height: 1;
    letter-spacing: .04em;
  }
}


/* v1.8: calmer, cleaner single-product information area. */
body.single-product .site-main {
  width: 100%;
  max-width: var(--tt-max);
  padding-left: var(--tt-pad);
  padding-right: var(--tt-pad);
}

body.single-product .woocommerce div.product {
  align-items: start;
}

body.single-product .woocommerce div.product div.summary {
  margin: 0;
  padding: clamp(20px, 3vw, 46px) clamp(18px, 2.5vw, 38px);
  background: #fff;
}

body.single-product .woocommerce div.product .product_title {
  margin: 0 0 18px;
}

body.single-product .woocommerce div.product p.price {
  margin: 0 0 28px;
}

body.single-product .woocommerce-product-details__short-description {
  max-width: 640px;
  margin: 0 0 30px;
  color: #2f2f2f;
  line-height: 1.65;
}

body.single-product form.cart {
  display: flex;
  align-items: stretch;
  gap: 10px;
  margin: 28px 0 20px !important;
  padding: 0;
}

body.single-product form.cart .quantity {
  margin: 0 !important;
}

body.single-product form.cart .quantity .qty {
  height: 50px;
  min-width: 72px;
  border: 1px solid #bdbdbd;
  border-radius: 0;
  background: #fff;
}

body.single-product form.cart .single_add_to_cart_button {
  min-height: 50px;
  flex: 1 1 auto;
  margin: 0 !important;
  border: 1px solid #080808 !important;
  border-radius: 0 !important;
  background: #080808 !important;
  color: #fff !important;
  box-shadow: none !important;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: 12px !important;
}

body.single-product .product_meta {
  margin-top: 26px;
  padding-top: 20px;
  border-top: 1px solid var(--tt-line);
  color: #666;
  font-size: 11px;
  line-height: 1.7;
  text-transform: uppercase;
  letter-spacing: .045em;
}

/* Keep only WooCommerce's simple Description section visually calm. */
body.single-product .woocommerce-tabs {
  grid-column: 1 / -1;
  width: 100%;
  margin: clamp(35px, 5vw, 75px) 0 0;
  padding: 0 clamp(18px, 2.5vw, 38px);
}

body.single-product .woocommerce-tabs ul.tabs {
  margin: 0 0 24px !important;
  padding: 0 !important;
  border: 0 !important;
}

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

body.single-product .woocommerce-tabs ul.tabs li {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

body.single-product .woocommerce-tabs ul.tabs li a {
  padding: 0 0 8px !important;
  border-bottom: 1px solid #111;
  color: #111 !important;
  font-size: 11px;
  line-height: 1;
  font-weight: 700 !important;
  letter-spacing: .075em;
  text-decoration: none !important;
  text-transform: uppercase;
}

body.single-product .woocommerce-tabs .panel {
  max-width: 760px;
  margin: 0 !important;
  padding: 0 !important;
  color: #333;
  line-height: 1.7;
}

body.single-product .woocommerce-tabs .panel h2:first-child {
  display: none;
}

/* Remove accelerated-checkout clutter and payment-plan advertising from product pages. */
body.single-product #wcpay-payment-request-wrapper,
body.single-product #wcpay-payment-request-button-separator,
body.single-product .wcpay-payment-request-wrapper,
body.single-product .wcpay-express-checkout-wrapper,
body.single-product .wc-block-components-express-payment,
body.single-product .wc-block-components-express-payment-continue-rule,
body.single-product .wc-block-components-payment-method-icons,
body.single-product .wc-stripe-payment-request-wrapper,
body.single-product .payment_method_stripe_applepay,
body.single-product .payment_method_stripe_googlepay,
body.single-product .ppc-button-wrapper,
body.single-product .paypal-buttons,
body.single-product .paypal-button-container,
body.single-product [class*="apple-pay"],
body.single-product [class*="google-pay"],
body.single-product [class*="clearpay"],
body.single-product [class*="afterpay"],
body.single-product [class*="klarna"],
body.single-product [id*="clearpay"],
body.single-product [id*="afterpay"],
body.single-product [id*="klarna"],
body.single-product .wc-block-components-product-payment-methods,
body.single-product .woocommerce-product-payment-methods,
body.single-product .product-payment-methods,
body.single-product .payment-methods,
body.single-product .payment-icons {
  display: none !important;
}

@media (max-width: 767px) {
  body.single-product .tt-content,
  body.single-product .woocommerce-page .site-main,
  body.single-product .woocommerce .site-main,
  body.single-product .site-main {
    width: 100%;
    padding: 0 0 70px;
  }

  body.single-product .woocommerce div.product {
    display: block;
  }

  body.single-product .woocommerce div.product div.summary {
    padding: 28px 20px 34px;
  }

  body.single-product .woocommerce div.product .product_title {
    font-size: clamp(30px, 9vw, 44px);
    line-height: 1.04;
  }

  body.single-product form.cart {
    gap: 8px;
  }

  body.single-product .woocommerce-tabs {
    margin-top: 16px;
    padding: 32px 20px 0;
    border-top: 1px solid var(--tt-line);
  }
}


/* v1.9: one-off product purchase area — one clean action only. */
body.single-product form.cart .quantity,
body.single-product form.cart input.qty,
body.single-product form.cart label[for*="quantity"] {
  display: none !important;
}

body.single-product form.cart {
  display: block !important;
  width: 100%;
  max-width: 520px;
  margin: 34px 0 22px !important;
}

body.single-product form.cart .single_add_to_cart_button,
body.single-product form.cart button.single_add_to_cart_button,
body.single-product .single_add_to_cart_button.button,
body.single-product .single_add_to_cart_button.alt {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  min-height: 56px !important;
  margin: 0 !important;
  padding: 15px 22px !important;
  border: 1px solid var(--tt-blue) !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: var(--tt-blue) !important;
  box-shadow: none !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: .095em !important;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  transition: background-color .18s ease, color .18s ease !important;
}

body.single-product form.cart .single_add_to_cart_button:hover,
body.single-product form.cart .single_add_to_cart_button:focus-visible {
  background: var(--tt-blue) !important;
  color: #fff !important;
}

body.single-product .product_meta {
  display: none !important;
}

/* WooPayments / wallets / instalment messaging can use several wrappers. */
body.single-product #wcpay-express-checkout-element,
body.single-product #wcpay-express-checkout-button-separator,
body.single-product #wcpay-payment-request-button,
body.single-product .wcpay-express-checkout-button-container,
body.single-product .wcpay-express-checkout-container,
body.single-product .wcpay-express-checkout-element,
body.single-product .wc-block-components-express-payment__event-buttons,
body.single-product .wc-block-components-express-payment__event-buttons-container,
body.single-product .wc-block-components-express-payment__content,
body.single-product .wc-block-components-express-payment__title-container,
body.single-product iframe[title*="Google Pay" i],
body.single-product iframe[title*="Apple Pay" i],
body.single-product iframe[title*="express" i],
body.single-product [data-testid*="express" i],
body.single-product [data-testid*="google-pay" i],
body.single-product [data-testid*="apple-pay" i],
body.single-product [data-payment-method*="google" i],
body.single-product [data-payment-method*="apple" i] {
  display: none !important;
}

body.single-product .summary > *:has(iframe[title*="Google Pay" i]),
body.single-product .summary > *:has(iframe[title*="Apple Pay" i]) {
  display: none !important;
}

@media (max-width: 767px) {
  body.single-product form.cart {
    max-width: none;
    margin-top: 30px !important;
  }

  body.single-product form.cart .single_add_to_cart_button,
  body.single-product form.cart button.single_add_to_cart_button {
    min-height: 54px !important;
  }
}

/* v2.0: absolutely no stock or accelerated-payment messaging on product pages. */
body.single-product .stock,
body.single-product p.stock,
body.single-product .availability,
body.single-product [class*="stock-status" i],
body.single-product [class*="product-stock" i] {
  display: none !important;
}

body.single-product iframe[title*="Google Pay" i],
body.single-product iframe[title*="Apple Pay" i],
body.single-product iframe[title*="express" i],
body.single-product div:has(> iframe[title*="Google Pay" i]),
body.single-product div:has(> iframe[title*="Apple Pay" i]),
body.single-product div:has(iframe[title*="Google Pay" i]),
body.single-product div:has(iframe[title*="Apple Pay" i]),
body.single-product [class*="clearpay" i],
body.single-product [class*="afterpay" i],
body.single-product [class*="klarna" i],
body.single-product [id*="clearpay" i],
body.single-product [id*="afterpay" i],
body.single-product [id*="klarna" i] {
  display: none !important;
}


/* v2.1 — refined single-product typography and editorial information. */
body.single-product .woocommerce div.product .product_title {
  max-width: 760px;
  margin: 0 0 28px !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: clamp(38px, 4.4vw, 68px) !important;
  font-weight: 400 !important;
  line-height: .98 !important;
  letter-spacing: -.045em !important;
}

body.single-product .woocommerce div.product p.price,
body.single-product .woocommerce div.product span.price {
  margin: 0 0 28px !important;
  color: #111 !important;
  font-size: clamp(20px, 2vw, 27px) !important;
  font-weight: 400 !important;
  line-height: 1.15 !important;
}

body.single-product form.cart {
  max-width: 600px;
  margin-top: 32px !important;
}

body.single-product form.cart .single_add_to_cart_button,
body.single-product form.cart button.single_add_to_cart_button {
  min-height: 58px !important;
  border-width: 2px !important;
  font-size: 13px !important;
  letter-spacing: .12em !important;
}

body.single-product .woocommerce-tabs {
  display: none !important;
}

body.single-product .tt-product-details {
  grid-column: 1 / -1;
  width: 100%;
  margin: clamp(48px, 7vw, 100px) 0 0;
  padding: 0 clamp(24px, 4vw, 72px) clamp(72px, 8vw, 120px);
  border-top: 1px solid var(--tt-line);
}

body.single-product .tt-product-details__section {
  display: grid;
  grid-template-columns: minmax(150px, 22%) minmax(0, 760px);
  gap: 32px;
  padding: clamp(32px, 5vw, 64px) 0;
  border-bottom: 1px solid var(--tt-line);
}

body.single-product .tt-product-details h2 {
  margin: 0;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

body.single-product .tt-product-description__copy {
  max-width: 720px;
  color: #222;
  font-size: 16px;
  line-height: 1.7;
}

body.single-product .tt-product-description__copy > :first-child { margin-top: 0; }
body.single-product .tt-product-description__copy > :last-child { margin-bottom: 0; }

body.single-product .tt-product-measurements dl {
  width: 100%;
  max-width: 600px;
  margin: 0;
}

body.single-product .tt-product-measurements dl > div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  padding: 13px 0;
  border-bottom: 1px solid #e6e6e6;
}

body.single-product .tt-product-measurements dl > div:first-child { padding-top: 0; }
body.single-product .tt-product-measurements dt,
body.single-product .tt-product-measurements dd {
  margin: 0;
  font-size: 15px;
  line-height: 1.35;
}
body.single-product .tt-product-measurements dd { text-align: right; }

body.single-product .tt-product-accordions {
  width: 100%;
}

body.single-product .tt-product-accordions details {
  border-bottom: 1px solid var(--tt-line);
}

body.single-product .tt-product-accordions summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 68px;
  cursor: pointer;
  list-style: none;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

body.single-product .tt-product-accordions summary::-webkit-details-marker { display: none; }
body.single-product .tt-product-accordions summary span {
  font-size: 20px;
  font-weight: 400;
  transition: transform .18s ease;
}
body.single-product .tt-product-accordions details[open] summary span { transform: rotate(45deg); }

body.single-product .tt-product-accordion-copy {
  max-width: 720px;
  padding: 0 0 28px;
  color: #333;
  font-size: 15px;
  line-height: 1.65;
}
body.single-product .tt-product-accordion-copy p { margin: 0; }

@media (max-width: 767px) {
  body.single-product .woocommerce div.product div.summary {
    padding: 34px 22px 38px;
  }

  body.single-product .woocommerce div.product .product_title {
    margin-bottom: 24px !important;
    font-size: clamp(31px, 9.2vw, 38px) !important;
    line-height: 1.01 !important;
    letter-spacing: -.04em !important;
  }

  body.single-product .woocommerce div.product p.price,
  body.single-product .woocommerce div.product span.price {
    margin-bottom: 26px !important;
    font-size: 22px !important;
  }

  body.single-product form.cart {
    margin-top: 28px !important;
  }

  body.single-product form.cart .single_add_to_cart_button,
  body.single-product form.cart button.single_add_to_cart_button {
    min-height: 56px !important;
  }

  body.single-product .tt-product-details {
    margin-top: 28px;
    padding: 0 22px 76px;
  }

  body.single-product .tt-product-details__section {
    display: block;
    padding: 34px 0 38px;
  }

  body.single-product .tt-product-details h2 {
    margin-bottom: 24px;
  }

  body.single-product .tt-product-description__copy {
    font-size: 15px;
    line-height: 1.65;
  }

  body.single-product .tt-product-accordions summary {
    min-height: 62px;
  }
}


/* V2.2 — Size and brand catalogue filters */
.tt-shop-filter-group .tt-layered-filter,
.tt-shop-filter-group .woocommerce {
  margin: 0;
}
.tt-shop-filter-group .widgettitle,
.tt-shop-filter-group .wp-block-heading {
  display: none !important;
}
.tt-shop-filter .woocommerce-widget-layered-nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tt-shop-filter .woocommerce-widget-layered-nav-list__item {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  margin: 0;
  padding: 7px 0;
  border-bottom: 1px solid rgba(0,0,0,.08);
}
.tt-shop-filter .woocommerce-widget-layered-nav-list__item a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: 100%;
  font-size: 14px;
  line-height: 1.35;
}
.tt-shop-filter .woocommerce-widget-layered-nav-list__item a::before {
  content: '';
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  border: 1px solid #111;
  background: #fff;
}
.tt-shop-filter .woocommerce-widget-layered-nav-list__item--chosen a::before {
  background: #153f91;
  box-shadow: inset 0 0 0 2px #fff;
}
.tt-shop-filter .woocommerce-widget-layered-nav-list__item .count {
  margin-left: auto;
  color: rgba(0,0,0,.48);
  font-size: 11px;
}
.tt-shop-filter .woocommerce-widget-layered-nav-list__item--chosen a {
  font-weight: 600;
}


/* V2.5 — Homepage Instagram feed widget area */
.tt-instagram-section {
  width: 100%;
  padding: clamp(54px, 7vw, 110px) var(--tt-pad);
  border-top: 1px solid var(--tt-line);
  overflow: hidden;
}

.tt-instagram-section__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin: 0 0 clamp(24px, 3vw, 42px);
}

.tt-instagram-section__head h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 62px);
  line-height: .98;
  font-weight: 400;
  letter-spacing: -.045em;
}

.tt-instagram-section__profile {
  flex: 0 0 auto;
  padding-bottom: 4px;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}

.tt-instagram-feed,
.tt-instagram-feed .widget,
.tt-instagram-feed .wp-block-group,
.tt-instagram-feed .wp-block-latest-instagram-posts {
  margin: 0;
  padding: 0;
}

.tt-instagram-feed .widget-title,
.tt-instagram-feed .wp-block-heading {
  display: none;
}

/* WordPress.com Latest Instagram Posts block and common feed-plugin grids. */
.tt-instagram-feed ul,
.tt-instagram-feed .wp-block-latest-instagram-posts,
.tt-instagram-feed #sb_instagram #sbi_images,
.tt-instagram-feed .sbi_images,
.tt-instagram-feed [class*="instagram"] [class*="grid"] {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: 8px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.tt-instagram-feed li,
.tt-instagram-feed #sb_instagram .sbi_item,
.tt-instagram-feed .sbi_item {
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

.tt-instagram-feed a {
  display: block;
  text-decoration: none;
}

.tt-instagram-feed img {
  display: block;
  width: 100% !important;
  aspect-ratio: 1 / 1;
  height: auto !important;
  object-fit: cover;
  transition: opacity .18s ease;
}

.tt-instagram-feed a:hover img { opacity: .84; }

/* Remove feed-plugin chrome so the section stays editorial. */
.tt-instagram-feed .sbi_header,
.tt-instagram-feed .sb_instagram_header,
.tt-instagram-feed .sbi_follow_btn,
.tt-instagram-feed .sbi_load_btn,
.tt-instagram-feed [class*="follow-button" i],
.tt-instagram-feed [class*="load-more" i],
.tt-instagram-feed figcaption,
.tt-instagram-feed .wp-block-latest-instagram-posts__caption {
  display: none !important;
}

@media (max-width: 767px) {
  .tt-instagram-section {
    padding: 48px 0 64px;
  }

  .tt-instagram-section__head {
    align-items: flex-start;
    margin-bottom: 22px;
    padding: 0 18px;
  }

  .tt-instagram-section__head h2 {
    font-size: clamp(31px, 10vw, 43px);
  }

  .tt-instagram-feed {
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .tt-instagram-feed::-webkit-scrollbar { display: none; }

  .tt-instagram-feed ul,
  .tt-instagram-feed .wp-block-latest-instagram-posts,
  .tt-instagram-feed #sb_instagram #sbi_images,
  .tt-instagram-feed .sbi_images,
  .tt-instagram-feed [class*="instagram"] [class*="grid"] {
    display: flex !important;
    width: max-content !important;
    gap: 8px !important;
    padding: 0 18px !important;
  }

  .tt-instagram-feed li,
  .tt-instagram-feed #sb_instagram .sbi_item,
  .tt-instagram-feed .sbi_item,
  .tt-instagram-feed [class*="instagram"] [class*="item"] {
    flex: 0 0 min(72vw, 310px) !important;
    scroll-snap-align: start;
  }
}


/* V2.6 — Compact editorial Instagram rail */
.tt-instagram-section {
  padding-top: clamp(44px, 5vw, 76px);
  padding-bottom: clamp(52px, 6vw, 88px);
}

.tt-instagram-section__head {
  align-items: center;
  margin-bottom: 22px;
}

.tt-instagram-section__head h2 {
  font-size: clamp(27px, 2.7vw, 44px);
  line-height: 1;
  letter-spacing: -.035em;
}

.tt-instagram-feed {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-inline: contain;
}

.tt-instagram-feed::-webkit-scrollbar {
  display: none;
}

/* Support the WordPress.com / Jetpack Instagram block and common feed plugins. */
.tt-instagram-feed ul,
.tt-instagram-feed .wp-block-latest-instagram-posts,
.tt-instagram-feed .wp-block-jetpack-instagram-gallery,
.tt-instagram-feed .wp-block-jetpack-instagram-gallery__grid,
.tt-instagram-feed [class*="instagram-gallery"],
.tt-instagram-feed #sb_instagram #sbi_images,
.tt-instagram-feed .sbi_images,
.tt-instagram-feed [class*="instagram"] [class*="grid"] {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  gap: 10px !important;
  width: max-content !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.tt-instagram-feed li,
.tt-instagram-feed figure,
.tt-instagram-feed .wp-block-jetpack-instagram-gallery__item,
.tt-instagram-feed [class*="instagram-gallery"] > a,
.tt-instagram-feed [class*="instagram-gallery"] > div,
.tt-instagram-feed #sb_instagram .sbi_item,
.tt-instagram-feed .sbi_item,
.tt-instagram-feed [class*="instagram"] [class*="item"] {
  flex: 0 0 clamp(132px, 10.5vw, 168px) !important;
  width: clamp(132px, 10.5vw, 168px) !important;
  min-width: 0 !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.tt-instagram-feed a {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden;
}

.tt-instagram-feed img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: cover !important;
  margin: 0 !important;
  border-radius: 0 !important;
  transform: scale(1);
  transition: opacity .18s ease, transform .28s ease;
}

@media (hover: hover) {
  .tt-instagram-feed a:hover img {
    opacity: .9;
    transform: scale(1.025);
  }
}

@media (max-width: 767px) {
  .tt-instagram-section {
    padding: 42px 0 58px;
  }

  .tt-instagram-section__head {
    margin-bottom: 17px;
    padding: 0 18px;
  }

  .tt-instagram-section__head h2 {
    font-size: clamp(28px, 8vw, 36px);
  }

  .tt-instagram-section__profile {
    font-size: 10px;
  }

  .tt-instagram-feed ul,
  .tt-instagram-feed .wp-block-latest-instagram-posts,
  .tt-instagram-feed .wp-block-jetpack-instagram-gallery,
  .tt-instagram-feed .wp-block-jetpack-instagram-gallery__grid,
  .tt-instagram-feed [class*="instagram-gallery"],
  .tt-instagram-feed #sb_instagram #sbi_images,
  .tt-instagram-feed .sbi_images,
  .tt-instagram-feed [class*="instagram"] [class*="grid"] {
    gap: 8px !important;
    padding: 0 18px !important;
  }

  .tt-instagram-feed li,
  .tt-instagram-feed figure,
  .tt-instagram-feed .wp-block-jetpack-instagram-gallery__item,
  .tt-instagram-feed [class*="instagram-gallery"] > a,
  .tt-instagram-feed [class*="instagram-gallery"] > div,
  .tt-instagram-feed #sb_instagram .sbi_item,
  .tt-instagram-feed .sbi_item,
  .tt-instagram-feed [class*="instagram"] [class*="item"] {
    flex-basis: 112px !important;
    width: 112px !important;
    scroll-snap-align: start;
  }

  .tt-instagram-feed {
    scroll-snap-type: x proximity;
  }
}


/* V2.7 — Homepage cleanup and restored service icons */
.tt-service-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.tt-service-icon {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 auto 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.45;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (max-width: 767px) {
  .tt-service-icon {
    width: 28px;
    height: 28px;
    margin-bottom: 12px;
  }
}


/* V2.8 — Two distinctive service points using the supplied brand icons */
.tt-service-strip--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tt-service-strip--two .tt-service-icon--image {
  width: 46px;
  height: 46px;
  margin: 0 auto 14px;
  object-fit: contain;
  stroke: none;
}

@media (max-width: 560px) {
  .tt-service-strip--two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tt-service-strip--two > div {
    border-bottom: 0;
  }

  .tt-service-strip--two > div:first-child {
    border-right: 1px solid var(--tt-line);
  }

  .tt-service-strip--two .tt-service-icon--image {
    width: 40px;
    height: 40px;
  }
}


/* V2.9 — Borderless homepage video hero */
.tt-home-video {
  position: relative;
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: #000;
}

.tt-home-video--small {
  height: clamp(260px, 38vw, 560px);
}

.tt-home-video--medium {
  height: clamp(360px, 53vw, 760px);
}

.tt-home-video--large {
  height: clamp(480px, 68vw, 920px);
}

.tt-home-video--full {
  height: calc(100svh - var(--tt-header-height, 0px));
  min-height: 540px;
}

.tt-home-video__media {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  object-fit: cover;
  object-position: center;
  background: #000;
}

@media (max-width: 767px) {
  .tt-home-video--small {
    height: 52vw;
    min-height: 240px;
  }

  .tt-home-video--medium {
    height: 72vw;
    min-height: 330px;
    max-height: 600px;
  }

  .tt-home-video--large {
    height: 92vw;
    min-height: 420px;
    max-height: 760px;
  }

  .tt-home-video--full {
    height: calc(100svh - var(--tt-header-height, 0px));
    min-height: 520px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tt-home-video__media {
    object-fit: cover;
  }
}


/* V3.0 — Reliable homepage video loading and poster fallback */
.tt-home-video {
  isolation: isolate;
}

.tt-home-video__poster,
.tt-home-video__media {
  position: absolute;
  inset: 0;
}

.tt-home-video__poster {
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 1;
  transition: opacity .32s ease;
}

.tt-home-video__media {
  z-index: 2;
  opacity: 0;
  transition: opacity .32s ease;
}

.tt-home-video.is-ready .tt-home-video__media {
  opacity: 1;
}

.tt-home-video.is-ready .tt-home-video__poster {
  opacity: 0;
}

.tt-home-video.has-error .tt-home-video__media {
  opacity: 0;
}

.tt-home-video.has-error .tt-home-video__poster {
  opacity: 1;
}

.tt-home-video__play {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  align-items: center;
  justify-content: center;
  min-width: 84px;
  min-height: 44px;
  padding: 10px 18px;
  border: 1px solid rgba(255,255,255,.82);
  border-radius: 999px;
  background: rgba(0,0,0,.38);
  color: #fff;
  font: inherit;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

.tt-home-video.needs-play .tt-home-video__play,
.tt-home-video.has-error .tt-home-video__play {
  display: inline-flex;
}

.tt-home-video.needs-play .tt-home-video__poster {
  opacity: 1;
}

.tt-home-video:not(:has(.tt-home-video__poster)) {
  background: transparent;
}

@media (prefers-reduced-motion: reduce) {
  .tt-home-video__poster,
  .tt-home-video__media {
    transition: none;
  }

  .tt-home-video__media {
    display: none;
  }

  .tt-home-video__poster {
    opacity: 1 !important;
  }
}

/* V3.1 — Editorial Pages & Posts
   High-fashion magazine inspired reading layout. WooCommerce remains untouched. */
.tt-page {
  padding: clamp(64px, 8vw, 128px) var(--tt-pad) clamp(90px, 12vw, 180px);
}

.tt-page > .tt-container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

.tt-page .tt-page-title {
  max-width: 980px;
  margin: 0 0 clamp(38px, 5vw, 72px);
  font-size: clamp(46px, 6.2vw, 96px);
  line-height: .94;
  letter-spacing: -.055em;
  font-weight: 500;
}

.tt-page .tt-eyebrow {
  margin: 0 0 18px;
  color: var(--tt-muted);
  font-size: 11px;
  line-height: 1.3;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.tt-entry-content {
  max-width: 820px;
  margin: 0;
  font-size: clamp(18px, 1.25vw, 21px);
  line-height: 1.58;
  letter-spacing: -.012em;
}

.tt-entry-content > *:first-child { margin-top: 0; }
.tt-entry-content > *:last-child { margin-bottom: 0; }

.tt-entry-content p,
.tt-entry-content ul,
.tt-entry-content ol {
  margin-top: 0;
  margin-bottom: 1.45em;
}

.tt-entry-content h2,
.tt-entry-content h3,
.tt-entry-content h4 {
  margin: 2.2em 0 .7em;
  line-height: 1.02;
  letter-spacing: -.04em;
  font-weight: 500;
}

.tt-entry-content h2 { font-size: clamp(34px, 4vw, 58px); }
.tt-entry-content h3 { font-size: clamp(27px, 3vw, 42px); }
.tt-entry-content h4 { font-size: clamp(21px, 2vw, 30px); }

.tt-entry-content blockquote {
  width: min(1050px, calc(100vw - (var(--tt-pad) * 2)));
  margin: clamp(55px, 7vw, 100px) 0;
  padding: 0;
  border: 0;
  font-size: clamp(32px, 4.4vw, 68px);
  line-height: 1.02;
  letter-spacing: -.045em;
}

.tt-entry-content figure,
.tt-entry-content .wp-block-image,
.tt-entry-content .wp-block-gallery,
.tt-entry-content .wp-block-video,
.tt-entry-content .wp-block-cover {
  margin-top: clamp(45px, 6vw, 90px);
  margin-bottom: clamp(45px, 6vw, 90px);
}

.tt-entry-content figure img,
.tt-entry-content .wp-block-image img {
  display: block;
  width: 100%;
}

.tt-entry-content .alignwide {
  width: min(1100px, calc(100vw - (var(--tt-pad) * 2)));
  max-width: none;
}

.tt-entry-content .alignfull {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
}

.tt-entry-content figcaption {
  margin-top: 10px;
  color: var(--tt-muted);
  font-size: 11px;
  line-height: 1.4;
  letter-spacing: .03em;
}

.tt-entry-content a {
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}

@media (min-width: 1000px) {
  .tt-page > .tt-container {
    padding-left: clamp(25px, 5vw, 85px);
    padding-right: clamp(25px, 5vw, 85px);
  }
}

@media (max-width: 767px) {
  .tt-page {
    padding: 46px 20px 90px;
  }

  .tt-page > .tt-container {
    max-width: none;
  }

  .tt-page .tt-page-title {
    margin-bottom: 34px;
    font-size: clamp(40px, 13vw, 62px);
    line-height: .96;
  }

  .tt-entry-content {
    max-width: none;
    font-size: 18px;
    line-height: 1.55;
  }

  .tt-entry-content .alignwide {
    width: calc(100vw - 40px);
  }

  .tt-entry-content blockquote {
    width: 100%;
    font-size: clamp(30px, 9vw, 44px);
  }
}
