/*
Theme Name: TodoPromos
Theme URI: https://todopromos.example
Author: TodoPromos
Description: TodoPromos WebShop v2. Sistema ecommerce limpio, responsive y orientado a confianza/conversión para WooCommerce + TodoPromos Control.
Version: 2.0.0
Requires at least: 6.4
Requires PHP: 8.1
Text Domain: todopromos
*/

:root {
  --tp-primary: #00327E;
  --tp-accent: #FD5903;
  --tp-dark: #071B33;
  --tp-text: #445064;
  --tp-surface: #F6F8FB;
  --tp-white: #FFFFFF;
  --tp-success: #16794B;
  --tp-warning: #A65F00;
  --tp-danger: #B42318;
  --tp-muted: #6F7C8F;
  --tp-border: #E1E7EF;
  --tp-border-strong: #CCD6E3;
  --tp-primary-soft: rgba(0,50,126,.075);
  --tp-accent-soft: rgba(253,89,3,.08);
  --tp-dark-soft: rgba(7,27,51,.06);
  --tp-radius-xs: 8px;
  --tp-radius-sm: 12px;
  --tp-radius: 18px;
  --tp-radius-lg: 26px;
  --tp-shadow-sm: 0 8px 24px rgba(7,27,51,.07);
  --tp-shadow: 0 18px 48px rgba(7,27,51,.10);
  --tp-shadow-lg: 0 28px 80px rgba(7,27,51,.14);
  --tp-container: 1280px;
  --tp-header-height: 132px;
  --tp-transition: 180ms ease;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--tp-text);
  background: var(--tp-white);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.tp-menu-open { overflow: hidden; }
img { max-width: 100%; height: auto; }
a { color: var(--tp-primary); text-decoration: none; }
a:hover { color: var(--tp-accent); }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
h1,h2,h3,h4,h5,h6 { font-family: Manrope, Inter, system-ui, sans-serif; color: var(--tp-dark); }
p { margin: 0 0 1rem; }

.tp-container { width: min(calc(100% - 40px), var(--tp-container)); margin-inline: auto; }
.tp-section { padding: 82px 0; }
.tp-section--soft { background: var(--tp-surface); }
.tp-section--dark { background: var(--tp-dark); color: #D7DFEA; }
.tp-section--dark h2,.tp-section--dark h3 { color: #fff; }
.tp-section--banner { padding-top: 32px; padding-bottom: 32px; }
.tp-section--final-cta { padding-top: 42px; }
.tp-section__head { display:flex; align-items:flex-end; justify-content:space-between; gap:28px; margin-bottom:30px; }
.tp-eyebrow { color:var(--tp-accent); font-size:.75rem; font-weight:800; letter-spacing:.14em; text-transform:uppercase; }
.tp-eyebrow--light { color:#9FBAE6; }
.tp-title { margin:7px 0 0; color:var(--tp-dark); font-family:Manrope,Inter,sans-serif; font-size:clamp(1.9rem,3.5vw,3.25rem); line-height:1.06; letter-spacing:-.045em; }
.tp-subtitle { max-width:720px; margin:12px 0 0; color:var(--tp-text); font-size:1rem; }
.tp-svg { width:20px; height:20px; flex:0 0 auto; }
.tp-text-link { display:inline-flex; align-items:center; gap:8px; color:var(--tp-primary); font-weight:800; white-space:nowrap; }
.tp-text-link .tp-svg { width:17px; height:17px; transition:transform var(--tp-transition); }
.tp-text-link:hover .tp-svg { transform:translateX(3px); }

/* Buttons */
.tp-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  min-height:48px;
  padding:0 19px;
  border:1px solid transparent;
  border-radius:var(--tp-radius-sm);
  background:var(--tp-primary);
  color:#fff !important;
  font-weight:800;
  line-height:1;
  transition:transform var(--tp-transition), box-shadow var(--tp-transition), background var(--tp-transition), border-color var(--tp-transition);
}
.tp-button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover { transform:translateY(-1px); background:var(--tp-dark); box-shadow:0 10px 25px rgba(7,27,51,.14); }
.tp-button .tp-svg { width:18px; height:18px; }
.tp-button--accent { background:var(--tp-accent); }
.tp-button--accent:hover { background:#D94700; }
.tp-button--ghost { color:var(--tp-dark)!important; background:#fff; border-color:var(--tp-border); box-shadow:none; }
.tp-button--ghost:hover { color:var(--tp-primary)!important; background:var(--tp-surface); border-color:var(--tp-border-strong); box-shadow:none; }
.tp-button--light { color:var(--tp-dark)!important; background:#fff; }
.tp-button--light:hover { color:var(--tp-primary)!important; background:#fff; }
.tp-button--dark-ghost { color:#fff!important; background:transparent; border-color:rgba(255,255,255,.22); }
.tp-button--dark-ghost:hover { background:rgba(255,255,255,.08); box-shadow:none; }
.tp-button--compact { min-height:44px; padding-inline:16px; }
.tp-button--full { width:100%; }
.tp-button--product { width:100%; min-height:43px; font-size:.88rem; background:var(--tp-dark); }
.tp-button--product:hover { background:var(--tp-primary); }

/* Announcement */
.tp-announcement { background:var(--tp-dark); color:#fff; font-size:.78rem; }
.tp-announcement__inner { min-height:36px; display:flex; align-items:center; justify-content:space-between; gap:18px; }
.tp-announcement__main { font-weight:700; letter-spacing:.01em; }
.tp-announcement__meta { display:flex; align-items:center; gap:22px; color:#C7D2E0; }
.tp-announcement__meta span { display:inline-flex; align-items:center; gap:6px; }
.tp-announcement__meta .tp-svg { width:15px; height:15px; }
.tp-announcement a { color:#fff; text-decoration:underline; }

/* Header */
.tp-header { position:sticky; top:0; z-index:90; background:rgba(255,255,255,.97); border-bottom:1px solid rgba(225,231,239,.94); backdrop-filter:blur(14px); }
.admin-bar .tp-header { top:32px; }
.tp-header__main { min-height:76px; display:grid; grid-template-columns:210px minmax(320px,1fr) auto; align-items:center; gap:26px; }
.tp-logo { display:inline-flex; align-items:center; }
.tp-logo img,.custom-logo { display:block; width:auto; max-width:200px; max-height:48px; object-fit:contain; object-position:left center; }
.tp-search-wrap { position:relative; }
.tp-search { position:relative; display:flex; align-items:center; }
.tp-search__icon { position:absolute; left:15px; top:50%; transform:translateY(-50%); color:#778397; display:grid; place-items:center; pointer-events:none; }
.tp-search input[type="search"] { width:100%; min-height:48px; padding:0 92px 0 47px; border:1px solid var(--tp-border); border-radius:14px; background:var(--tp-surface); color:var(--tp-dark); outline:0; transition:border-color var(--tp-transition), box-shadow var(--tp-transition), background var(--tp-transition); }
.tp-search input[type="search"]::placeholder { color:#8590A1; }
.tp-search input[type="search"]:focus { border-color:rgba(0,50,126,.48); background:#fff; box-shadow:0 0 0 4px rgba(0,50,126,.07); }
.tp-search__submit { position:absolute; right:5px; top:5px; min-width:76px; height:38px; padding:0 13px; border:0; border-radius:10px; background:var(--tp-primary); color:#fff; font-size:.78rem; font-weight:800; }
.tp-search__submit:hover { background:var(--tp-dark); }
.tp-search-results { position:absolute; left:0; right:0; top:calc(100% + 8px); z-index:120; overflow:hidden; border:1px solid var(--tp-border); border-radius:16px; background:#fff; box-shadow:var(--tp-shadow-lg); }
.tp-search-results[hidden] { display:none; }
.tp-search-result { display:grid; grid-template-columns:52px minmax(0,1fr) auto; gap:12px; align-items:center; padding:11px 13px; color:var(--tp-dark); border-bottom:1px solid var(--tp-border); }
.tp-search-result:last-child { border-bottom:0; }
.tp-search-result:hover,.tp-search-result.is-active { background:var(--tp-surface); color:var(--tp-primary); }
.tp-search-result img { width:52px; height:52px; object-fit:cover; border-radius:10px; background:var(--tp-surface); }
.tp-search-result__copy { min-width:0; }
.tp-search-result__copy strong { display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; font-size:.88rem; }
.tp-search-result__copy small { display:block; color:var(--tp-muted); font-size:.75rem; }
.tp-search-result__price { color:var(--tp-dark); font-size:.82rem; font-weight:800; }
.tp-search-empty { padding:16px; color:var(--tp-muted); font-size:.86rem; }
.tp-actions { display:flex; align-items:center; gap:2px; }
.tp-icon-link { position:relative; display:inline-flex; align-items:center; gap:7px; min-height:44px; padding:0 10px; border-radius:11px; color:var(--tp-dark); font-size:.78rem; font-weight:750; white-space:nowrap; }
.tp-icon-link:hover { color:var(--tp-primary); background:var(--tp-surface); }
.tp-icon-link .tp-svg { width:20px; height:20px; }
.tp-cart-count { min-width:19px; height:19px; padding:0 5px; display:inline-grid; place-items:center; border-radius:999px; background:var(--tp-accent); color:#fff; font-size:.68rem; line-height:1; }
.tp-mobile-toggle { display:none; width:42px; height:42px; padding:0; place-items:center; border:1px solid var(--tp-border); border-radius:11px; background:#fff; color:var(--tp-dark); }
.tp-mobile-toggle .tp-svg { width:22px; height:22px; }
.tp-nav { border-top:1px solid var(--tp-border); background:#fff; }
.tp-nav__inner { min-height:52px; display:flex; align-items:center; gap:20px; }
.tp-nav__catalog { display:inline-flex; align-items:center; gap:8px; min-height:36px; padding:0 12px; border-radius:9px; background:var(--tp-primary-soft); color:var(--tp-primary); font-size:.8rem; font-weight:800; }
.tp-nav__catalog:hover { background:var(--tp-primary); color:#fff; }
.tp-nav__catalog .tp-svg { width:17px; height:17px; }
.tp-nav__links { display:flex; align-items:center; gap:2px; list-style:none; padding:0; margin:0; flex:1; }
.tp-nav__links li { margin:0; }
.tp-nav__links a { display:flex; align-items:center; min-height:50px; padding:0 12px; color:var(--tp-dark); font-size:.82rem; font-weight:700; }
.tp-nav__links a:hover { color:var(--tp-primary); }
.tp-nav__support { margin-left:auto; display:inline-flex; align-items:center; gap:7px; color:var(--tp-primary); font-size:.82rem; font-weight:800; }
.tp-nav__support .tp-svg { width:17px; height:17px; }
.tp-mobile-panel,.tp-mobile-backdrop { display:none; }

/* Hero */
.tp-banner-slot--top { padding:18px 0 0; }
.tp-hero { position:relative; overflow:hidden; background:linear-gradient(180deg,#fff 0%,#FBFCFE 100%); }
.tp-hero::after { content:""; position:absolute; inset:auto -220px -260px auto; width:540px; height:540px; border-radius:50%; background:radial-gradient(circle,rgba(0,50,126,.05),transparent 70%); pointer-events:none; }
.tp-hero__grid { min-height:620px; display:grid; grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr); align-items:center; gap:54px; padding-block:72px; }
.tp-hero__content { position:relative; z-index:2; }
.tp-hero h1 { max-width:760px; margin:12px 0 20px; font-family:Manrope,Inter,sans-serif; color:var(--tp-dark); font-size:clamp(2.9rem,5.7vw,5.7rem); line-height:.96; letter-spacing:-.065em; }
.tp-hero h1 strong { color:var(--tp-accent); font-weight:800; }
.tp-hero__copy { max-width:690px; margin:0; font-size:1.1rem; line-height:1.65; }
.tp-hero__actions { display:flex; flex-wrap:wrap; gap:11px; margin-top:28px; }
.tp-hero__proof { display:flex; flex-wrap:wrap; gap:14px 24px; margin-top:25px; color:var(--tp-dark); font-size:.82rem; font-weight:750; }
.tp-hero__proof span { display:inline-flex; align-items:center; gap:7px; }
.tp-hero__proof .tp-svg { width:16px; height:16px; color:var(--tp-success); }
.tp-hero__visual { position:relative; min-height:485px; display:grid; place-items:center; isolation:isolate; }
.tp-hero__shape { position:absolute; border-radius:48px; transform:rotate(7deg); }
.tp-hero__shape--primary { inset:9% 3% 7% 9%; background:linear-gradient(145deg,var(--tp-primary),var(--tp-dark)); box-shadow:var(--tp-shadow-lg); }
.tp-hero__shape--accent { width:180px; height:180px; right:-18px; top:18px; background:var(--tp-accent); opacity:.95; transform:rotate(22deg); border-radius:44px; }
.tp-hero__visual > img { position:relative; z-index:2; max-width:88%; max-height:470px; object-fit:contain; filter:drop-shadow(0 24px 30px rgba(7,27,51,.22)); }
.tp-hero__placeholder { position:relative; z-index:2; width:min(84%,450px); padding:38px; border-radius:28px; background:rgba(255,255,255,.97); border:1px solid rgba(255,255,255,.7); box-shadow:var(--tp-shadow); }
.tp-hero__placeholder-icon { width:46px; height:46px; display:grid; place-items:center; margin-bottom:18px; border-radius:14px; background:var(--tp-accent-soft); color:var(--tp-accent); }
.tp-hero__placeholder-icon .tp-svg { width:24px; height:24px; }
.tp-hero__placeholder strong { display:block; margin-top:7px; color:var(--tp-dark); font-family:Manrope,sans-serif; font-size:1.5rem; line-height:1.2; }
.tp-hero__placeholder p { margin:10px 0 0; font-size:.93rem; }
.tp-hero__floating-card { position:absolute; z-index:3; left:0; bottom:28px; width:min(300px,70%); display:grid; grid-template-columns:45px 1fr; gap:12px; align-items:start; padding:17px; border:1px solid var(--tp-border); border-radius:17px; background:#fff; box-shadow:var(--tp-shadow); }
.tp-hero__floating-icon { width:44px; height:44px; display:grid; place-items:center; border-radius:13px; background:var(--tp-primary-soft); color:var(--tp-primary); }
.tp-hero__floating-card strong { display:block; color:var(--tp-dark); font-size:.85rem; }
.tp-hero__floating-card small { display:block; margin-top:2px; color:var(--tp-muted); font-size:.72rem; line-height:1.4; }

/* Trust strip */
.tp-trust { border-block:1px solid var(--tp-border); background:#fff; }
.tp-trust__grid { display:grid; grid-template-columns:repeat(4,1fr); }
.tp-trust__item { display:grid; grid-template-columns:42px 1fr; gap:12px; align-items:center; min-height:96px; padding:18px 20px; border-right:1px solid var(--tp-border); }
.tp-trust__item:last-child { border-right:0; }
.tp-trust__icon { width:42px; height:42px; display:grid; place-items:center; border-radius:12px; background:var(--tp-primary-soft); color:var(--tp-primary); }
.tp-trust__icon .tp-svg { width:21px; height:21px; }
.tp-trust__item strong { display:block; color:var(--tp-dark); font-size:.86rem; }
.tp-trust__item small { display:block; margin-top:2px; color:var(--tp-muted); font-size:.74rem; line-height:1.35; }

/* Categories */
.tp-section--categories { padding-bottom:72px; }
.tp-category-grid { display:grid; grid-template-columns:repeat(6,minmax(0,1fr)); gap:14px; }
.tp-category-card { position:relative; min-width:0; overflow:hidden; border:1px solid var(--tp-border); border-radius:18px; background:#fff; color:var(--tp-dark); transition:transform var(--tp-transition), box-shadow var(--tp-transition), border-color var(--tp-transition); }
.tp-category-card:hover { transform:translateY(-3px); color:var(--tp-primary); border-color:rgba(0,50,126,.18); box-shadow:var(--tp-shadow-sm); }
.tp-category-card__media { aspect-ratio:1.4/1; background-position:center; background-size:cover; background-color:var(--tp-surface); }
.tp-category-card__media.is-placeholder { background:linear-gradient(145deg,var(--tp-primary-soft),var(--tp-surface)); position:relative; }
.tp-category-card__media.is-placeholder::after { content:""; position:absolute; width:82px; height:82px; right:-18px; bottom:-22px; border-radius:28px; background:var(--tp-accent); opacity:.15; transform:rotate(25deg); }
.tp-category-card__content { min-height:82px; padding:14px 39px 14px 14px; }
.tp-category-card__content strong { display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; font-size:.88rem; }
.tp-category-card__content span { display:block; margin-top:3px; color:var(--tp-muted); font-size:.72rem; }
.tp-category-card__arrow { position:absolute; right:12px; bottom:17px; width:25px; height:25px; display:grid; place-items:center; border-radius:8px; background:var(--tp-surface); color:var(--tp-primary); }
.tp-category-card__arrow .tp-svg { width:15px; height:15px; }

/* Product grid / cards */
.woocommerce ul.products,.tp-products-grid { display:grid !important; grid-template-columns:repeat(4,minmax(0,1fr)); gap:18px; margin:0 !important; padding:0; list-style:none; }
.woocommerce ul.products::before,.woocommerce ul.products::after { display:none !important; }
.woocommerce ul.products li.product.tp-product-card,.woocommerce-page ul.products li.product.tp-product-card { width:auto !important; margin:0 !important; padding:0 !important; float:none !important; }
.tp-product-card__inner { height:100%; overflow:hidden; border:1px solid var(--tp-border); border-radius:19px; background:#fff; transition:transform var(--tp-transition), box-shadow var(--tp-transition), border-color var(--tp-transition); }
.tp-product-card__inner:hover { transform:translateY(-3px); border-color:rgba(0,50,126,.2); box-shadow:var(--tp-shadow-sm); }
.tp-product-card__media { position:relative; display:block; aspect-ratio:1/1; overflow:hidden; background:var(--tp-surface); }
.tp-product-card__media img { width:100% !important; height:100% !important; margin:0 !important; object-fit:cover; transition:transform 280ms ease; }
.tp-product-card__inner:hover .tp-product-card__media img { transform:scale(1.025); }
.tp-product-badge { position:absolute; z-index:3; top:11px; display:inline-flex; align-items:center; gap:4px; min-height:26px; padding:0 8px; border-radius:8px; font-size:.66rem; font-weight:800; letter-spacing:.01em; }
.tp-product-badge--sale { left:11px; background:var(--tp-accent); color:#fff; }
.tp-product-badge--verified { right:11px; background:rgba(255,255,255,.95); color:var(--tp-primary); border:1px solid rgba(0,50,126,.10); }
.tp-product-badge--verified .tp-svg { width:12px; height:12px; }
.tp-product-card__body { display:flex; flex-direction:column; min-height:265px; padding:16px; }
.tp-product-card__category { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; color:var(--tp-accent); font-size:.66rem; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
.tp-product-card h2.woocommerce-loop-product__title { margin:7px 0 0 !important; padding:0 !important; color:var(--tp-dark); font-family:Inter,sans-serif; font-size:.94rem !important; font-weight:700; line-height:1.35; }
.tp-product-card h2 a { color:inherit; }
.tp-product-card h2 a:hover { color:var(--tp-primary); }
.tp-product-card__benefit { min-height:39px; margin:7px 0 0; color:var(--tp-text); font-size:.78rem; line-height:1.4; }
.tp-product-card__price { margin-top:11px; color:var(--tp-dark); font-size:1.16rem; font-weight:900; letter-spacing:-.02em; }
.tp-product-card__price ins { text-decoration:none; }
.tp-product-card__price del { margin-right:7px; color:#8C97A8; font-size:.75rem; font-weight:500; }
.tp-product-card__meta { display:flex; align-items:center; gap:6px; margin-top:7px; color:var(--tp-primary); font-size:.71rem; font-weight:700; }
.tp-product-card__meta .tp-svg { width:14px; height:14px; }
.tp-product-card__actions { margin-top:auto; padding-top:14px; }

/* Empty states */
.tp-empty { display:grid; place-items:center; gap:5px; min-height:180px; padding:32px; border:1px dashed var(--tp-border-strong); border-radius:18px; background:#fff; text-align:center; }
.tp-empty strong { color:var(--tp-dark); }
.tp-empty span { color:var(--tp-muted); font-size:.84rem; }

/* Campaign banner */
.tp-campaign { position:relative; display:grid; grid-template-columns:1.2fr .8fr; gap:24px; align-items:center; min-height:240px; overflow:hidden; padding:38px 42px; border-radius:25px; color:#fff; background:var(--tp-primary); box-shadow:var(--tp-shadow-sm); }
.tp-campaign::after { content:""; position:absolute; width:240px; height:240px; right:-80px; bottom:-100px; border-radius:70px; background:rgba(255,255,255,.08); transform:rotate(25deg); }
.tp-campaign--dark { background:var(--tp-dark); }
.tp-campaign--accent { background:var(--tp-accent); }
.tp-campaign > * { position:relative; z-index:2; }
.tp-campaign span { font-size:.72rem; font-weight:800; letter-spacing:.13em; text-transform:uppercase; opacity:.83; }
.tp-campaign h2 { max-width:720px; margin:7px 0 20px; color:#fff; font-size:clamp(1.9rem,4vw,3.2rem); line-height:1.03; letter-spacing:-.04em; }
.tp-campaign img { width:100%; max-height:240px; object-fit:contain; }

/* Opportunity / process */
.tp-opportunity-panel { display:grid; grid-template-columns:minmax(300px,.8fr) minmax(0,1.2fr); gap:58px; align-items:center; }
.tp-opportunity-panel__copy p { max-width:520px; margin:16px 0 22px; }
.tp-process-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:14px; }
.tp-process-card { position:relative; min-height:210px; padding:22px; border:1px solid var(--tp-border); border-radius:18px; background:#fff; }
.tp-process-card > span:first-child { position:absolute; right:18px; top:16px; color:#A8B3C3; font-size:.68rem; font-weight:800; letter-spacing:.1em; }
.tp-process-card__icon { width:44px; height:44px; display:grid; place-items:center; margin-bottom:18px; border-radius:13px; background:var(--tp-primary-soft); color:var(--tp-primary); }
.tp-process-card h3 { margin:0 0 7px; font-size:1rem; }
.tp-process-card p { margin:0; color:var(--tp-muted); font-size:.82rem; line-height:1.5; }

/* After payment */
.tp-afterpay { display:grid; grid-template-columns:1fr 1fr; gap:72px; align-items:center; }
.tp-afterpay__content h2 { max-width:590px; margin:8px 0 14px; color:#fff; font-size:clamp(2.2rem,4vw,4rem); line-height:1.02; letter-spacing:-.05em; }
.tp-afterpay__content p { max-width:560px; }
.tp-afterpay__actions { display:flex; flex-wrap:wrap; gap:10px; margin-top:24px; }
.tp-order-flow { position:relative; display:grid; gap:12px; }
.tp-order-flow::before { content:""; position:absolute; left:21px; top:34px; bottom:34px; width:1px; background:rgba(255,255,255,.14); }
.tp-order-step { position:relative; z-index:2; display:grid; grid-template-columns:44px 1fr; gap:13px; align-items:center; padding:15px 16px; border:1px solid rgba(255,255,255,.12); border-radius:15px; background:rgba(255,255,255,.045); }
.tp-order-step > span { width:42px; height:42px; display:grid; place-items:center; border-radius:12px; background:rgba(255,255,255,.08); color:#B8C7DA; }
.tp-order-step.is-active > span { background:var(--tp-accent); color:#fff; }
.tp-order-step strong { display:block; color:#fff; font-size:.87rem; }
.tp-order-step small { display:block; color:#AEBBCA; font-size:.74rem; }

/* FAQ */
.tp-faq-layout { display:grid; grid-template-columns:.82fr 1.18fr; gap:62px; align-items:start; }
.tp-faq-intro p { max-width:520px; margin:15px 0 22px; }
.tp-accordion { border-top:1px solid var(--tp-border); }
.tp-accordion details { border-bottom:1px solid var(--tp-border); }
.tp-accordion summary { list-style:none; display:flex; align-items:center; justify-content:space-between; gap:20px; min-height:66px; cursor:pointer; color:var(--tp-dark); font-weight:750; }
.tp-accordion summary::-webkit-details-marker { display:none; }
.tp-accordion summary span { color:var(--tp-primary); font-size:1.3rem; font-weight:400; transition:transform var(--tp-transition); }
.tp-accordion details[open] summary span { transform:rotate(45deg); }
.tp-accordion details p { padding:0 34px 18px 0; margin:0; color:var(--tp-muted); font-size:.9rem; }

/* Final CTA */
.tp-final-cta { display:grid; grid-template-columns:1fr auto; gap:44px; align-items:center; padding:44px 46px; border:1px solid var(--tp-border); border-radius:25px; background:linear-gradient(135deg,#fff,var(--tp-surface)); }
.tp-final-cta h2 { max-width:760px; margin:7px 0 8px; font-size:clamp(1.6rem,3vw,2.6rem); line-height:1.08; letter-spacing:-.035em; }
.tp-final-cta p { max-width:780px; margin:0; }

/* Shop archive */
.tp-shop-page { min-height:70vh; }
.tp-shop-hero { padding:48px 0 38px; border-bottom:1px solid var(--tp-border); background:var(--tp-surface); }
.tp-shop-hero__inner { display:flex; align-items:center; justify-content:space-between; gap:30px; }
.tp-shop-hero h1 { margin:5px 0 7px; font-size:clamp(2.2rem,4vw,3.7rem); line-height:1.03; letter-spacing:-.05em; }
.tp-shop-hero p { max-width:700px; margin:0; }
.tp-shop-help { display:grid; grid-template-columns:38px 1fr 18px; gap:10px; align-items:center; min-width:290px; padding:13px 14px; border:1px solid var(--tp-border); border-radius:14px; background:#fff; color:var(--tp-dark); box-shadow:var(--tp-shadow-sm); }
.tp-shop-help > .tp-svg:first-child { width:38px; height:38px; padding:8px; border-radius:11px; background:var(--tp-primary-soft); color:var(--tp-primary); }
.tp-shop-help strong,.tp-shop-help small { display:block; }
.tp-shop-help strong { font-size:.82rem; }
.tp-shop-help small { color:var(--tp-muted); font-size:.7rem; }
.tp-shop-layout { display:grid; grid-template-columns:245px minmax(0,1fr); gap:34px; padding-top:34px; padding-bottom:84px; }
.tp-shop-sidebar { min-width:0; }
.tp-filter-card { margin-bottom:16px; padding:18px; border:1px solid var(--tp-border); border-radius:17px; background:#fff; }
.tp-filter-card__head { display:flex; align-items:center; justify-content:space-between; gap:10px; margin-bottom:14px; color:var(--tp-dark); font-size:.88rem; }
.tp-filter-card__head .tp-svg { width:17px; height:17px; color:var(--tp-primary); }
.tp-price-filter { display:grid; gap:11px; }
.tp-price-filter label span { display:block; margin-bottom:5px; color:var(--tp-muted); font-size:.71rem; font-weight:700; }
.tp-price-filter input { width:100%; min-height:42px; padding:0 11px; border:1px solid var(--tp-border); border-radius:10px; color:var(--tp-dark); background:var(--tp-surface); outline:0; }
.tp-price-filter input:focus { border-color:var(--tp-primary); background:#fff; }
.tp-filter-clear { text-align:center; color:var(--tp-muted); font-size:.73rem; font-weight:700; }
.tp-side-cats { display:grid; }
.tp-side-cats a { display:flex; align-items:center; justify-content:space-between; gap:10px; min-height:38px; padding:0 3px; border-bottom:1px solid var(--tp-border); color:var(--tp-text); font-size:.79rem; }
.tp-side-cats a:last-child { border-bottom:0; }
.tp-side-cats a:hover,.tp-side-cats a.is-active { color:var(--tp-primary); font-weight:700; }
.tp-side-cats a span { display:flex; align-items:center; justify-content:space-between; gap:8px; flex:1; }
.tp-side-cats small { min-width:24px; color:#9AA5B4; font-size:.65rem; text-align:right; }
.tp-side-cats .tp-svg { width:14px; height:14px; }
.tp-filter-trust { padding:18px; border-radius:17px; background:var(--tp-dark); color:#C6D1DE; }
.tp-filter-trust > .tp-svg { width:28px; height:28px; color:#fff; margin-bottom:11px; }
.tp-filter-trust strong { display:block; color:#fff; }
.tp-filter-trust p { margin:5px 0 0; font-size:.76rem; line-height:1.5; }
.tp-shop-results { min-width:0; }
.tp-shop-banner { margin-bottom:20px; }
.tp-shop-chips { display:flex; gap:8px; overflow:auto; padding:0 0 13px; scrollbar-width:thin; }
.tp-chip { flex:0 0 auto; min-height:36px; display:inline-flex; align-items:center; padding:0 12px; border:1px solid var(--tp-border); border-radius:999px; background:#fff; color:var(--tp-dark); font-size:.75rem; font-weight:700; }
.tp-chip:hover,.tp-chip.is-active { border-color:var(--tp-primary); background:var(--tp-primary-soft); color:var(--tp-primary); }
.tp-shop-toolbar { display:flex; align-items:center; justify-content:space-between; gap:16px; min-height:52px; margin-bottom:18px; padding:0 0 12px; border-bottom:1px solid var(--tp-border); }
.tp-shop-count .woocommerce-result-count { float:none; margin:0; color:var(--tp-muted); font-size:.8rem; }
.tp-shop-ordering .woocommerce-ordering { float:none; margin:0; }
.tp-shop-ordering select { min-height:40px; padding:0 34px 0 11px; border:1px solid var(--tp-border); border-radius:10px; background:#fff; color:var(--tp-dark); font-size:.78rem; }
.tp-filter-toggle { display:none; min-height:40px; align-items:center; gap:7px; padding:0 12px; border:1px solid var(--tp-border); border-radius:10px; background:#fff; color:var(--tp-dark); font-size:.78rem; font-weight:800; }
.tp-filter-toggle .tp-svg { width:16px; height:16px; }
.woocommerce nav.woocommerce-pagination { margin-top:36px; }
.woocommerce nav.woocommerce-pagination ul { overflow:visible; border:0; display:flex; justify-content:center; gap:6px; }
.woocommerce nav.woocommerce-pagination ul li { border:0; }
.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span { min-width:40px; min-height:40px; display:grid; place-items:center; border:1px solid var(--tp-border); border-radius:10px; background:#fff; color:var(--tp-dark); }
.woocommerce nav.woocommerce-pagination ul li span.current { background:var(--tp-primary); border-color:var(--tp-primary); color:#fff; }

/* Standard content pages */
.tp-page-hero { padding:54px 0 38px; background:var(--tp-surface); border-bottom:1px solid var(--tp-border); }
.tp-page-hero h1 { margin:0; font-size:clamp(2.2rem,4vw,3.7rem); line-height:1.05; letter-spacing:-.045em; }
.tp-content { padding:50px 0 82px; }
.tp-content__inner { max-width:900px; }
.tp-content h2,.tp-content h3 { color:var(--tp-dark); }

/* Single product */
.single-product .tp-content { padding-top:34px; }
.woocommerce .woocommerce-breadcrumb { margin:0 0 22px; color:#7B8798; font-size:.75rem; }
.woocommerce .woocommerce-breadcrumb a { color:#6B778A; }
.woocommerce div.product { display:grid; grid-template-columns:minmax(0,1fr) minmax(390px,.9fr); gap:54px; align-items:start; }
.woocommerce div.product div.images,.woocommerce div.product div.summary { float:none; width:auto; margin:0; }
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper { border:1px solid var(--tp-border); border-radius:22px; overflow:hidden; background:var(--tp-surface); }
.woocommerce div.product div.images img { border-radius:0; background:var(--tp-surface); }
.woocommerce div.product div.images .flex-control-thumbs { display:grid; grid-template-columns:repeat(5,1fr); gap:8px; margin-top:10px; }
.woocommerce div.product div.images .flex-control-thumbs li { width:auto; float:none; }
.woocommerce div.product div.images .flex-control-thumbs img { border:1px solid var(--tp-border); border-radius:10px; opacity:.72; }
.woocommerce div.product div.images .flex-control-thumbs img.flex-active { border-color:var(--tp-primary); opacity:1; }
.woocommerce div.product div.summary { position:sticky; top:160px; padding:8px 0 0; }
.tp-status-badge { display:inline-flex; align-items:center; gap:5px; min-height:28px; padding:0 9px; border-radius:8px; font-size:.7rem; font-weight:800; }
.tp-status-badge--verified { background:var(--tp-primary-soft); color:var(--tp-primary); }
.tp-status-badge .tp-svg { width:13px; height:13px; }
.woocommerce div.product .product_title { margin:12px 0 9px; color:var(--tp-dark); font-size:clamp(2rem,4vw,3.25rem); line-height:1.03; letter-spacing:-.05em; }
.tp-single-benefit { margin:0 0 15px; color:var(--tp-text); font-size:1rem; }
.woocommerce div.product p.price,.woocommerce div.product span.price { color:var(--tp-dark); font-size:1.8rem; font-weight:900; letter-spacing:-.025em; }
.woocommerce div.product p.price del { color:#8792A4; font-size:1rem; font-weight:500; }
.woocommerce div.product p.price ins { text-decoration:none; }
.woocommerce-product-details__short-description { margin:17px 0; padding:16px 0; border-block:1px solid var(--tp-border); font-size:.9rem; }
.woocommerce div.product form.cart { display:flex; align-items:center; gap:10px; margin:20px 0 7px; }
.woocommerce div.product form.cart div.quantity { margin:0; }
.woocommerce .quantity .qty { min-height:48px; width:72px; border:1px solid var(--tp-border); border-radius:11px; background:#fff; color:var(--tp-dark); }
.woocommerce div.product form.cart .button { flex:1; min-height:50px; background:var(--tp-accent); }
.woocommerce div.product form.cart .button:hover { background:#D94700; }
.tp-cart-microcopy { display:flex; align-items:flex-start; gap:7px; margin:0 0 20px; color:var(--tp-muted); font-size:.74rem; }
.tp-cart-microcopy .tp-svg { width:15px; height:15px; margin-top:2px; color:var(--tp-success); }
.tp-product-trust { display:grid; grid-template-columns:repeat(3,1fr); gap:8px; margin:20px 0 12px; }
.tp-product-trust__item { min-width:0; display:grid; grid-template-columns:28px 1fr; gap:8px; align-items:start; padding:12px; border:1px solid var(--tp-border); border-radius:12px; background:var(--tp-surface); }
.tp-product-trust__item > .tp-svg { width:22px; height:22px; color:var(--tp-primary); }
.tp-product-trust__item strong { display:block; color:var(--tp-dark); font-size:.71rem; }
.tp-product-trust__item span { display:block; margin-top:2px; color:var(--tp-muted); font-size:.64rem; line-height:1.35; }
.tp-product-consult { display:grid; grid-template-columns:34px 1fr 18px; gap:10px; align-items:center; padding:12px 13px; border:1px solid var(--tp-border); border-radius:13px; color:var(--tp-dark); }
.tp-product-consult:hover { color:var(--tp-primary); background:var(--tp-surface); }
.tp-product-consult > .tp-svg:first-child { width:32px; height:32px; padding:7px; border-radius:9px; background:var(--tp-primary-soft); color:var(--tp-primary); }
.tp-product-consult strong,.tp-product-consult small { display:block; }
.tp-product-consult strong { font-size:.77rem; }
.tp-product-consult small { color:var(--tp-muted); font-size:.66rem; }
.woocommerce div.product .product_meta { margin-top:18px; color:var(--tp-muted); font-size:.73rem; }
.woocommerce div.product .woocommerce-tabs { grid-column:1/-1; margin-top:32px; }
.woocommerce div.product .woocommerce-tabs ul.tabs { display:flex; gap:5px; overflow:auto; padding:0 0 10px !important; margin:0 0 20px !important; border-bottom:1px solid var(--tp-border); }
.woocommerce div.product .woocommerce-tabs ul.tabs::before { display:none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li { flex:0 0 auto; margin:0 !important; padding:0 !important; border:0 !important; border-radius:0 !important; background:transparent !important; }
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,.woocommerce div.product .woocommerce-tabs ul.tabs li::after { display:none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li a { display:block; padding:9px 12px !important; border-radius:9px; color:var(--tp-text) !important; font-size:.79rem; }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a { background:var(--tp-primary-soft); color:var(--tp-primary) !important; }
.woocommerce div.product .woocommerce-tabs .panel { margin:0 0 36px; padding:26px; border:1px solid var(--tp-border); border-radius:18px; }
.woocommerce div.product .woocommerce-tabs .panel h2:first-child { margin-top:0; }
.tp-product-tab-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.tp-product-tab-grid > div { padding:18px; border:1px solid var(--tp-border); border-radius:14px; background:var(--tp-surface); }
.tp-mini-icon { width:38px; height:38px; display:grid; place-items:center; margin-bottom:12px; border-radius:11px; background:var(--tp-primary-soft); color:var(--tp-primary); }
.tp-product-tab-grid h3 { margin:0 0 6px; font-size:.9rem; }
.tp-product-tab-grid p { margin:0; color:var(--tp-muted); font-size:.8rem; }
.woocommerce section.related.products,.woocommerce section.upsells.products { grid-column:1/-1; margin-top:30px; }
.woocommerce section.related.products > h2,.woocommerce section.upsells.products > h2 { margin:0 0 22px; font-size:1.7rem; }

/* Woo general: notices/forms/cart/checkout/account */
.woocommerce-message,.woocommerce-info,.woocommerce-error { border:1px solid var(--tp-border); border-top:3px solid var(--tp-primary); border-radius:12px; background:var(--tp-surface); color:var(--tp-dark); }
.woocommerce-error { border-top-color:var(--tp-danger); }
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select,.select2-container--default .select2-selection--single { min-height:46px; border:1px solid var(--tp-border); border-radius:10px; padding:8px 12px; background:#fff; color:var(--tp-dark); }
.select2-container--default .select2-selection--single .select2-selection__rendered { line-height:28px; }
.woocommerce table.shop_table { overflow:hidden; border:1px solid var(--tp-border); border-radius:14px; }
.woocommerce table.shop_table th { color:var(--tp-dark); }
.woocommerce-cart .cart-collaterals .cart_totals,.woocommerce-checkout-review-order { padding:22px; border:1px solid var(--tp-border); border-radius:16px; background:var(--tp-surface); }
.woocommerce-checkout #payment { background:var(--tp-surface); border-radius:14px; }
.woocommerce-account .woocommerce-MyAccount-navigation ul { list-style:none; margin:0; padding:0; border:1px solid var(--tp-border); border-radius:14px; overflow:hidden; }
.woocommerce-account .woocommerce-MyAccount-navigation li a { display:block; padding:11px 14px; border-bottom:1px solid var(--tp-border); color:var(--tp-dark); font-size:.84rem; }
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a { background:var(--tp-primary-soft); color:var(--tp-primary); font-weight:800; }

/* Footer */
.tp-footer { margin-top:0; background:var(--tp-dark); color:#BFCAD7; }
.tp-footer__grid { display:grid; grid-template-columns:1.35fr repeat(3,1fr); gap:46px; padding:60px 0 42px; }
.tp-footer__logo img { max-width:220px; max-height:54px; object-fit:contain; object-position:left center; }
.tp-footer h3 { margin:0 0 14px; color:#fff; font-size:.86rem; }
.tp-footer p { max-width:430px; font-size:.83rem; }
.tp-footer ul { list-style:none; padding:0; margin:0; }
.tp-footer li { margin:7px 0; }
.tp-footer a { color:#BFCAD7; font-size:.81rem; }
.tp-footer a:hover { color:#fff; }
.tp-footer__bottom { min-height:64px; display:flex; align-items:center; justify-content:space-between; gap:20px; border-top:1px solid rgba(255,255,255,.11); font-size:.73rem; }
.tp-whatsapp { position:fixed; right:20px; bottom:20px; z-index:75; display:flex; align-items:center; gap:8px; min-height:50px; padding:0 15px; border-radius:999px; background:#157F50; color:#fff!important; box-shadow:0 12px 30px rgba(0,0,0,.18); font-weight:800; font-size:.8rem; }
.tp-whatsapp:hover { color:#fff; background:#106A42; transform:translateY(-1px); }
.tp-whatsapp .tp-svg { width:18px; height:18px; }

/* Accessibility */
.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; }
:focus-visible { outline:3px solid rgba(253,89,3,.32); outline-offset:3px; }

/* Responsive */
@media (max-width: 1180px) {
  .tp-header__main { grid-template-columns:190px minmax(260px,1fr) auto; gap:16px; }
  .tp-action-label { display:none; }
  .tp-icon-link { padding-inline:9px; }
  .tp-hero__grid { grid-template-columns:1fr 1fr; gap:34px; }
  .tp-category-grid { grid-template-columns:repeat(3,1fr); }
  .woocommerce ul.products,.tp-products-grid { grid-template-columns:repeat(3,1fr); }
}

@media (max-width: 980px) {
  .tp-announcement__meta { display:none; }
  .tp-announcement__inner { justify-content:center; text-align:center; }
  .tp-nav { display:none; }
  .tp-header__main { grid-template-columns:44px 170px 1fr auto; min-height:72px; gap:12px; }
  .tp-mobile-toggle { display:grid; }
  .tp-search-wrap { grid-column:auto; }
  .tp-actions .tp-icon-link:not(.tp-cart-link) { display:none; }
  .tp-hero__grid { grid-template-columns:1fr; min-height:0; padding-block:54px 64px; }
  .tp-hero__content { max-width:760px; }
  .tp-hero__visual { min-height:440px; max-width:620px; width:100%; margin-inline:auto; }
  .tp-trust__grid { grid-template-columns:repeat(2,1fr); }
  .tp-trust__item:nth-child(2) { border-right:0; }
  .tp-trust__item:nth-child(-n+2) { border-bottom:1px solid var(--tp-border); }
  .tp-opportunity-panel,.tp-afterpay,.tp-faq-layout { grid-template-columns:1fr; gap:38px; }
  .tp-afterpay__content { max-width:720px; }
  .tp-shop-layout { grid-template-columns:1fr; }
  .tp-shop-sidebar { display:none; position:fixed; z-index:130; left:12px; right:12px; bottom:12px; max-height:80vh; overflow:auto; padding:14px; border-radius:20px; background:#fff; box-shadow:var(--tp-shadow-lg); }
  .tp-shop-sidebar.is-open { display:block; }
  .tp-filter-toggle { display:inline-flex; }
  .tp-shop-toolbar { flex-wrap:wrap; }
  .woocommerce div.product { grid-template-columns:1fr; gap:30px; }
  .woocommerce div.product div.summary { position:static; }
  .tp-footer__grid { grid-template-columns:1.2fr 1fr 1fr; }
  .tp-footer__grid > :last-child { grid-column:2/4; }

  .tp-mobile-panel { position:fixed; z-index:160; left:0; top:0; bottom:0; width:min(88vw,390px); display:block; padding:22px; background:#fff; transform:translateX(-104%); transition:transform 220ms ease; box-shadow:var(--tp-shadow-lg); }
  .tp-mobile-panel.is-open { transform:translateX(0); }
  .tp-mobile-panel[hidden] { display:block; visibility:hidden; pointer-events:none; }
  .tp-mobile-panel.is-open[hidden] { visibility:visible; pointer-events:auto; }
  .tp-mobile-panel__head { display:flex; align-items:center; justify-content:space-between; min-height:50px; padding-bottom:14px; border-bottom:1px solid var(--tp-border); color:var(--tp-dark); }
  .tp-mobile-close { width:40px; height:40px; display:grid; place-items:center; border:1px solid var(--tp-border); border-radius:10px; background:#fff; color:var(--tp-dark); }
  .tp-mobile-panel__links { display:grid; margin-top:10px; }
  .tp-mobile-panel__links a { display:grid; grid-template-columns:38px 1fr 17px; gap:10px; align-items:center; min-height:70px; border-bottom:1px solid var(--tp-border); color:var(--tp-dark); }
  .tp-mobile-panel__links a > .tp-svg:first-child { width:36px; height:36px; padding:8px; border-radius:11px; background:var(--tp-primary-soft); color:var(--tp-primary); }
  .tp-mobile-panel__links strong,.tp-mobile-panel__links small { display:block; }
  .tp-mobile-panel__links strong { font-size:.86rem; }
  .tp-mobile-panel__links small { margin-top:2px; color:var(--tp-muted); font-size:.69rem; }
  .tp-mobile-panel__brand { margin-top:22px; padding:18px; border-radius:14px; background:var(--tp-dark); color:#C6D1DF; font-size:.8rem; }
  .tp-mobile-panel__brand strong { color:#fff; }
  .tp-mobile-backdrop { position:fixed; z-index:150; inset:0; display:block; border:0; background:rgba(7,27,51,.42); opacity:0; pointer-events:none; transition:opacity 220ms ease; }
  .tp-mobile-backdrop.is-open { opacity:1; pointer-events:auto; }
  .tp-mobile-backdrop[hidden] { display:block; visibility:hidden; }
  .tp-mobile-backdrop.is-open[hidden] { visibility:visible; }
}

@media (max-width: 782px) {
  .admin-bar .tp-header { top:46px; }
}

@media (max-width: 760px) {
  .tp-container { width:min(calc(100% - 26px),var(--tp-container)); }
  .tp-section { padding:58px 0; }
  .tp-section__head { align-items:flex-start; flex-direction:column; margin-bottom:22px; }
  .tp-header__main { grid-template-columns:42px 1fr auto; min-height:68px; }
  .tp-logo img,.custom-logo { max-width:165px; max-height:42px; }
  .tp-search-wrap { grid-column:1/4; grid-row:2; margin-bottom:11px; }
  .tp-search__submit { min-width:66px; }
  .tp-hero__grid { padding-block:46px 58px; }
  .tp-hero h1 { font-size:clamp(2.55rem,12vw,4.3rem); }
  .tp-hero__copy { font-size:1rem; }
  .tp-hero__visual { min-height:370px; }
  .tp-hero__shape--primary { inset:8% 1% 7% 8%; border-radius:34px; }
  .tp-hero__shape--accent { width:120px; height:120px; right:-5px; }
  .tp-hero__placeholder { width:85%; padding:27px; }
  .tp-hero__floating-card { left:2%; bottom:16px; }
  .tp-trust__grid { grid-template-columns:1fr; }
  .tp-trust__item { border-right:0; border-bottom:1px solid var(--tp-border); }
  .tp-trust__item:last-child { border-bottom:0; }
  .tp-category-grid { grid-template-columns:repeat(2,1fr); }
  .woocommerce ul.products,.tp-products-grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:11px; }
  .tp-product-card__body { min-height:240px; padding:13px; }
  .tp-product-card__benefit { min-height:0; }
  .tp-product-card__meta { font-size:.67rem; }
  .tp-product-card__actions { padding-top:11px; }
  .tp-button--product { min-height:41px; font-size:.78rem; }
  .tp-process-grid { grid-template-columns:1fr 1fr; }
  .tp-process-card { min-height:190px; padding:18px; }
  .tp-final-cta { grid-template-columns:1fr; padding:30px; }
  .tp-shop-hero__inner { align-items:flex-start; flex-direction:column; }
  .tp-shop-help { width:100%; min-width:0; }
  .tp-shop-layout { padding-top:20px; }
  .tp-shop-ordering { margin-left:auto; }
  .woocommerce div.product .product_title { font-size:2.25rem; }
  .tp-product-trust { grid-template-columns:1fr; }
  .tp-product-tab-grid { grid-template-columns:1fr; }
  .woocommerce div.product .woocommerce-tabs .panel { padding:18px; }
  .tp-footer__grid { grid-template-columns:1fr 1fr; gap:30px; }
  .tp-footer__grid > :first-child,.tp-footer__grid > :last-child { grid-column:1/3; }
  .tp-footer__bottom { align-items:flex-start; flex-direction:column; justify-content:center; padding:16px 0; }
  .tp-whatsapp { width:50px; padding:0; justify-content:center; }
  .tp-whatsapp span { display:none; }
}

@media (max-width: 480px) {
  .tp-container { width:min(calc(100% - 22px),var(--tp-container)); }
  .tp-announcement { font-size:.71rem; }
  .tp-hero__actions { display:grid; grid-template-columns:1fr; }
  .tp-hero__actions .tp-button { width:100%; }
  .tp-hero__proof { display:grid; gap:8px; }
  .tp-category-grid { gap:9px; }
  .tp-category-card__content { min-height:76px; padding:12px 32px 12px 12px; }
  .tp-category-card__content strong { font-size:.82rem; }
  .tp-product-card__body { min-height:228px; padding:11px; }
  .tp-product-card h2.woocommerce-loop-product__title { font-size:.86rem !important; }
  .tp-product-card__benefit { display:none; }
  .tp-product-card__price { font-size:1.03rem; }
  .tp-product-card__meta { display:none; }
  .tp-product-badge--verified { display:none; }
  .tp-process-grid { grid-template-columns:1fr; }
  .tp-process-card { min-height:0; }
  .tp-afterpay__actions { display:grid; }
  .tp-afterpay__actions .tp-button { width:100%; }
  .tp-final-cta { padding:25px 22px; }
  .tp-shop-toolbar { align-items:flex-start; }
  .tp-shop-ordering { width:100%; margin:0; }
  .tp-shop-ordering .woocommerce-ordering,.tp-shop-ordering select { width:100%; }
}
