:root {
  --trevo-primary: #12321e;
  --trevo-primary-2: #1d4429;
  --trevo-secondary: #2f5738;
  --trevo-accent: #63bd52;
  --trevo-accent-strong: #4eaa40;
  --trevo-background: #f4f6f1;
  --trevo-surface: #fff;
  --trevo-surface-soft: #edf2ea;
  --trevo-text: #142019;
  --trevo-muted: #657068;
  --trevo-border: #dce5db;
  --trevo-success: #248a4b;
  --trevo-error: #b42318;
  --trevo-shadow-sm: 0 8px 24px rgba(18, 50, 30, .07);
  --trevo-shadow-md: 0 20px 56px rgba(18, 50, 30, .12);
  --trevo-radius-sm: 10px;
  --trevo-radius-md: 16px;
  --trevo-radius-lg: 24px;
  --trevo-container: 1280px;
  --trevo-step-1: .25rem;
  --trevo-step-2: .5rem;
  --trevo-step-3: .75rem;
  --trevo-step-4: 1rem;
  --trevo-step-5: 1.5rem;
  --trevo-step-6: 2rem;
  --trevo-step-7: 3rem;
  --trevo-step-8: 4.5rem;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.trevo-site { margin: 0; overflow-x: hidden; background: var(--trevo-background); color: var(--trevo-text); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
.trevo-site .wp-site-blocks { padding: 0; }
.trevo-site .wp-site-blocks > * + * { margin-block-start: 0; }
.trevo-site img { max-width: 100%; height: auto; }
.trevo-site a { text-underline-offset: 3px; }
.trevo-site button, .trevo-site input, .trevo-site select, .trevo-site textarea { font: inherit; }
.trevo-site :where(a, button, input, select, textarea, [tabindex]):focus-visible { outline: 3px solid rgba(99, 189, 82, .46); outline-offset: 3px; }
.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; }
.trevo-kicker { margin: 0 0 10px !important; color: var(--trevo-accent); font-size: .72rem; font-weight: 900; letter-spacing: .18em; line-height: 1.35; text-transform: uppercase; }
.trevo-commerce-home { padding: 0 0 var(--trevo-step-8); }

/* Commercial notice */
.trevo-benefit-bar { min-height: 32px; background: var(--trevo-primary); color: #fff; }
.trevo-benefit-bar__item { min-height: 32px; padding: 7px 18px; background: var(--notice-bg); color: var(--notice-color); text-align: center; font-size: .72rem; font-weight: 850; letter-spacing: .08em; line-height: 1.45; text-transform: uppercase; }
.trevo-benefit-bar__item a { color: inherit; text-decoration: none; }

/* Header */
.trevo-store-header { position: sticky; top: 0; z-index: 95; background: rgba(255, 255, 255, .97); border-bottom: 1px solid var(--trevo-border); box-shadow: 0 6px 24px rgba(18, 50, 30, .04); backdrop-filter: blur(16px); transition: box-shadow .22s ease; }
.trevo-store-header.is-compact { box-shadow: var(--trevo-shadow-sm); }
.admin-bar .trevo-store-header { top: 32px; }
.trevo-store-header__main { display: grid; grid-template-columns: 156px minmax(320px, 1fr) auto auto; align-items: center; gap: 18px; width: min(100%, var(--trevo-container)); min-height: 76px; margin: auto; padding: 10px 24px; }
.trevo-store-header__main > br, .trevo-store-header__main p > br { display: none !important; }
.trevo-store-header__main > p:has(.trevo-store-header__account) { display: contents; }
.trevo-store-header__main > p:not(:has(a)) { display: none !important; }
.trevo-store-header__logo { grid-column: 1; grid-row: 1; display: inline-flex; align-items: center; }
.trevo-store-header__logo img { display: block; width: 150px !important; height: 62px !important; max-height: 62px !important; object-fit: contain; object-position: left center; }
.trevo-store-header__search { grid-column: 2; grid-row: 1; }
.trevo-store-header__search .woocommerce-product-search, .trevo-store-header__search form[role="search"] { display: flex; min-height: 48px; margin: 0; overflow: hidden; border: 1px solid #cdd8cc; border-radius: 12px; background: #f8faf7; transition: border-color .18s ease, box-shadow .18s ease, background .18s ease; }
.trevo-store-header__search .woocommerce-product-search:focus-within, .trevo-store-header__search form[role="search"]:focus-within { border-color: var(--trevo-secondary); background: #fff; box-shadow: 0 0 0 4px rgba(99, 189, 82, .12); }
.trevo-store-header__search input[type="search"] { width: 100%; min-width: 0; padding: 0 18px; border: 0 !important; outline: 0 !important; background: transparent; color: var(--trevo-text); font-size: .94rem; }
.trevo-store-header__search input::placeholder { color: #79827b; opacity: 1; }
.trevo-store-header__search button { position: relative; width: 52px; min-width: 52px; padding: 0; border: 0; border-radius: 0; background: var(--trevo-primary); color: #fff; font-size: 0; cursor: pointer; transition: background .18s ease; }
.trevo-store-header__search button:hover { background: var(--trevo-primary-2); }
.trevo-store-header__search button::before { content: ""; position: absolute; top: 15px; left: 18px; width: 12px; height: 12px; border: 2px solid currentColor; border-radius: 50%; }
.trevo-store-header__search button::after { content: ""; position: absolute; top: 28px; left: 30px; width: 7px; height: 2px; transform: rotate(45deg); transform-origin: left center; background: currentColor; border-radius: 2px; }
.trevo-store-header__account, .trevo-store-header__cart { display: flex; align-items: center; gap: 9px; min-height: 44px; color: var(--trevo-primary); font-size: .78rem; font-weight: 850; text-decoration: none; white-space: nowrap; }
.trevo-store-header__account { grid-column: 3; grid-row: 1; }
.trevo-store-header__cart { grid-column: 4; grid-row: 1; }
.trevo-ui-icon { position: relative; display: block; width: 36px; height: 36px; flex: 0 0 36px; border: 1px solid var(--trevo-border); border-radius: 50%; background: #fff; }
.trevo-ui-icon--account::before { content: ""; position: absolute; top: 8px; left: 13px; width: 8px; height: 8px; border: 2px solid currentColor; border-radius: 50%; }
.trevo-ui-icon--account::after { content: ""; position: absolute; bottom: 7px; left: 9px; width: 16px; height: 8px; border: 2px solid currentColor; border-bottom: 0; border-radius: 10px 10px 0 0; }
.trevo-ui-icon--cart::before { content: ""; position: absolute; top: 10px; left: 9px; width: 17px; height: 12px; border: 2px solid currentColor; border-top: 0; transform: skew(-7deg); }
.trevo-ui-icon--cart::after { content: ""; position: absolute; bottom: 7px; left: 11px; width: 4px; height: 4px; border-radius: 50%; background: currentColor; box-shadow: 11px 0 currentColor; }
.trevo-store-header__cart strong { display: grid; width: 21px; height: 21px; place-items: center; border-radius: 50%; background: var(--trevo-accent); color: #0e2717; font-size: .68rem; }
.trevo-store-header__menu { display: none; }
.trevo-departments { display: flex; align-items: center; justify-content: center; min-height: 42px; padding: 0 20px; border-top: 1px solid #edf1ec; overflow: auto; scrollbar-width: none; }
.trevo-departments::-webkit-scrollbar { display: none; }
.trevo-departments a { position: relative; padding: 12px 15px; color: var(--trevo-text); font-size: .71rem; font-weight: 850; letter-spacing: .055em; text-decoration: none; text-transform: uppercase; white-space: nowrap; }
.trevo-departments a::after { content: ""; position: absolute; right: 15px; bottom: 7px; left: 15px; height: 2px; transform: scaleX(0); transform-origin: center; background: var(--trevo-accent); transition: transform .18s ease; }
.trevo-departments a:hover::after, .trevo-departments a:focus-visible::after { transform: scaleX(1); }
.trevo-departments a:first-child { color: var(--trevo-secondary); }

/* Hero campaigns */
.trevo-campaign-carousel { position: relative; width: min(calc(100% - 40px), 1360px); height: clamp(340px, 31vw, 420px); margin: 20px auto 0; overflow: hidden; border-radius: var(--trevo-radius-lg); background: var(--trevo-primary); box-shadow: var(--trevo-shadow-sm); }
.trevo-campaign-carousel__viewport, .trevo-campaign-slide { height: 100%; }
.trevo-campaign-slide { position: relative; isolation: isolate; display: flex; align-items: center; overflow: hidden; }
.trevo-campaign-slide[hidden] { display: none; }
.trevo-campaign-slide picture, .trevo-campaign-slide picture img { position: absolute; inset: 0; width: 100%; height: 100%; }
.trevo-campaign-slide picture img { object-fit: cover; object-position: center 42%; }
.trevo-campaign-slide__shade { position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(10, 31, 18, .94) 0%, rgba(10, 31, 18, .76) 42%, rgba(10, 31, 18, .12) 76%); }
.trevo-campaign-slide--light .trevo-campaign-slide__shade { background: linear-gradient(90deg, rgba(249, 250, 246, .97), rgba(249, 250, 246, .78) 46%, rgba(249, 250, 246, .08) 78%); }
.trevo-campaign-slide__content { position: relative; z-index: 2; width: min(100%, 1220px); margin: auto; padding: 42px 60px; color: #fff; }
.trevo-campaign-slide--light .trevo-campaign-slide__content { color: var(--trevo-text); }
.trevo-campaign-slide--center .trevo-campaign-slide__content { text-align: center; }
.trevo-campaign-slide--right .trevo-campaign-slide__content { text-align: right; }
.trevo-campaign-slide__content h1 { max-width: 610px; margin: .08em 0 .24em; color: inherit; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3rem, 4.2vw, 4rem); font-weight: 700; letter-spacing: -.04em; line-height: 1.02; }
.trevo-campaign-slide__content > p:not(.trevo-kicker) { max-width: 540px; margin: 0 0 24px; font-size: clamp(.98rem, 1.4vw, 1.15rem); line-height: 1.55; }
.trevo-campaign-slide--center .trevo-campaign-slide__content > * { margin-inline: auto; }
.trevo-campaign-slide--right .trevo-campaign-slide__content > * { margin-left: auto; }
.trevo-primary-cta, .trevo-secondary-cta { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 22px; border: 1px solid transparent; border-radius: var(--trevo-radius-sm); font-size: .76rem; font-weight: 900; letter-spacing: .025em; text-decoration: none; text-transform: uppercase; transition: transform .18s ease, background .18s ease, border-color .18s ease, color .18s ease; }
.trevo-primary-cta { background: var(--trevo-accent); color: #0d2515 !important; }
.trevo-primary-cta:hover { transform: translateY(-2px); background: #73ca63; }
.trevo-secondary-cta { border-color: var(--trevo-border); background: transparent; color: var(--trevo-primary) !important; }
.trevo-secondary-cta:hover { border-color: var(--trevo-secondary); background: rgba(255, 255, 255, .65); }
.trevo-carousel-arrow { position: absolute; top: 50%; z-index: 4; display: grid; width: 40px; height: 40px; place-items: center; padding: 0 0 4px; transform: translateY(-50%); border: 1px solid rgba(255, 255, 255, .5); border-radius: 50%; background: rgba(12, 31, 18, .4); color: #fff; font-size: 1.8rem; line-height: 1; cursor: pointer; backdrop-filter: blur(8px); }
.trevo-carousel-arrow--prev { left: 16px; }
.trevo-carousel-arrow--next { right: 16px; }
.trevo-carousel-controls { position: absolute; z-index: 5; right: 28px; bottom: 22px; display: flex; align-items: center; gap: 12px; }
.trevo-carousel-pause { display: grid; width: 30px; height: 30px; place-items: center; padding: 0; border: 1px solid rgba(255, 255, 255, .44); border-radius: 50%; background: rgba(12, 31, 18, .42); color: #fff; font-size: .7rem; cursor: pointer; }
.trevo-carousel-dots { display: flex; align-items: center; gap: 7px; }
.trevo-carousel-dots button { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 50%; background: rgba(255, 255, 255, .56); cursor: pointer; transition: width .18s ease, background .18s ease; }
.trevo-carousel-dots button[aria-current="true"] { width: 26px; border-radius: 999px; background: var(--trevo-accent); }
.trevo-coupon-chip { display: flex; align-items: center; gap: 8px; width: max-content; margin: 0 0 18px; padding: 8px 10px 8px 14px; border: 1px dashed currentColor; border-radius: 10px; background: transparent; color: inherit; }
.trevo-coupon-chip span { padding: 5px 9px; border-radius: 6px; background: var(--trevo-accent); color: #102311; font-size: .72rem; font-weight: 850; }

/* Homepage rhythm */
.trevo-commerce-section { width: min(100%, var(--trevo-container)); margin: 0 auto; padding: 66px 24px; }
.trevo-section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; margin-bottom: 28px; }
.trevo-section-heading h2 { margin: 0; color: var(--trevo-primary); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 3.2vw, 3.25rem); letter-spacing: -.035em; line-height: 1.02; }
.trevo-section-heading > a { padding-bottom: 6px; color: var(--trevo-primary); font-size: .78rem; font-weight: 850; }
.trevo-category-rail { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.trevo-category-card { position: relative; min-height: 250px; overflow: hidden; border-radius: var(--trevo-radius-md); background: var(--trevo-primary); box-shadow: var(--trevo-shadow-sm); color: #fff; text-decoration: none; }
.trevo-category-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 36%, rgba(10, 31, 18, .92)); }
.trevo-category-card img { width: 100%; height: 100%; min-height: 250px; object-fit: cover; transition: transform .45s ease; }
.trevo-category-card:hover img { transform: scale(1.045); }
.trevo-category-card > span { position: absolute; z-index: 2; right: 18px; bottom: 17px; left: 18px; display: flex; align-items: end; justify-content: space-between; gap: 12px; }
.trevo-category-card strong { font-size: 1.02rem; letter-spacing: .02em; text-transform: uppercase; }
.trevo-category-card small { color: rgba(255, 255, 255, .76); }
.trevo-product-section--tint { width: 100%; max-width: none; background: #fff; }
.trevo-product-section--tint > .trevo-section-heading, .trevo-product-section--tint > .products { width: min(calc(100% - 48px), 1232px); margin-right: auto; margin-left: auto; }

/* Product cards */
.woocommerce ul.products, .trevo-product-grid { display: grid !important; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product { position: relative; display: flex; width: auto !important; min-width: 0; margin: 0 !important; padding: 12px 12px 16px; overflow: hidden; border: 1px solid var(--trevo-border); border-radius: var(--trevo-radius-md); background: #fff; flex-direction: column; transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.woocommerce ul.products li.product:hover { transform: translateY(-4px); border-color: #c5d3c4; box-shadow: var(--trevo-shadow-md); }
.woocommerce ul.products li.product a { color: inherit; text-decoration: none; }
.woocommerce ul.products li.product img { width: 100%; margin-bottom: 14px !important; border-radius: 12px; aspect-ratio: 1 / 1; background: var(--trevo-surface-soft); object-fit: contain; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { min-height: 2.8em; padding: 0 !important; color: var(--trevo-text); font-family: inherit; font-size: .94rem; font-weight: 700; line-height: 1.4; }
.woocommerce ul.products li.product .price { display: flex; align-items: baseline; flex-wrap: wrap; gap: 5px; margin-top: auto; color: var(--trevo-primary); font-size: 1.08rem; font-weight: 900; }
.woocommerce ul.products li.product .price del { color: var(--trevo-muted); font-size: .8rem; font-weight: 600; opacity: 1; }
.woocommerce ul.products li.product .price ins { text-decoration: none; }
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .wc-block-components-button { min-height: 44px; border: 0 !important; border-radius: var(--trevo-radius-sm) !important; background: var(--trevo-primary) !important; color: #fff !important; font-weight: 850 !important; transition: transform .18s ease, background .18s ease !important; }
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .wc-block-components-button:hover { transform: translateY(-1px); background: var(--trevo-primary-2) !important; }
.woocommerce ul.products li.product .button { width: 100%; margin-top: 12px; text-align: center; }
.woocommerce span.onsale, .trevo-product-badge { position: absolute; z-index: 3; top: 22px; min-height: auto; padding: 6px 9px; border-radius: 8px; background: var(--trevo-accent); color: #102311; font-size: .64rem; font-weight: 900; line-height: 1; text-transform: uppercase; }
.woocommerce span.onsale { right: 22px; left: auto; }
.trevo-product-badge { left: 22px; }

/* Dynamic editorial */
.trevo-editorial-banners { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; width: min(100%, var(--trevo-container)); margin: 0 auto; padding: 16px 24px 66px; }
.trevo-editorial-banner { position: relative; isolation: isolate; min-height: 310px; padding: 36px; overflow: hidden; border-radius: var(--trevo-radius-lg); background: var(--trevo-primary); color: #fff; }
.trevo-editorial-banner picture, .trevo-editorial-banner picture img { position: absolute; inset: 0; width: 100%; height: 100%; }
.trevo-editorial-banner picture img { object-fit: cover; }
.trevo-editorial-banner > .trevo-campaign-slide__shade { z-index: 1; }
.trevo-editorial-banner > div:last-child { position: relative; z-index: 2; max-width: 430px; }
.trevo-editorial-banner h2 { margin: 0 0 12px; color: inherit; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 3vw, 3rem); line-height: 1; }
.trevo-editorial-banner .trevo-primary-cta { margin-top: 18px; }
.trevo-editorial-banner.trevo-campaign-slide--light { color: var(--trevo-text); }
.trevo-brands { padding-top: 36px; }
.trevo-brand-list { display: flex; flex-wrap: wrap; gap: 10px; }
.trevo-brand-list a { padding: 12px 18px; border: 1px solid var(--trevo-border); border-radius: 999px; background: #fff; color: var(--trevo-primary); font-size: .84rem; font-weight: 850; text-decoration: none; transition: border-color .18s ease, background .18s ease; }
.trevo-brand-list a:hover { border-color: var(--trevo-secondary); background: var(--trevo-surface-soft); }
.trevo-store-benefits { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px; padding-top: 30px; padding-bottom: 30px; }
.trevo-store-benefits article { display: flex; min-height: 92px; gap: 15px; padding: 22px; border: 1px solid var(--trevo-border); border-radius: var(--trevo-radius-md); background: #fff; }
.trevo-store-benefits article > span { color: var(--trevo-accent); font-size: 1.35rem; }
.trevo-store-benefits h3 { margin: 0 0 4px; color: var(--trevo-primary); font-family: inherit; font-size: .95rem; font-weight: 850; }
.trevo-store-benefits p { margin: 0; color: var(--trevo-muted); font-size: .84rem; line-height: 1.45; }

/* Honest state while the catalog is empty */
.trevo-empty-catalog { display: grid; grid-template-columns: 180px minmax(0, 1fr); align-items: center; gap: 42px; width: min(calc(100% - 48px), 1232px); margin: 64px auto 24px; padding: 44px 48px; border: 1px solid #234b2e; border-radius: var(--trevo-radius-lg); background: var(--trevo-primary); color: #fff; box-shadow: var(--trevo-shadow-sm); }
.trevo-empty-catalog__mark { position: relative; width: 132px; height: 132px; margin: auto; border: 1px solid rgba(255, 255, 255, .2); border-radius: 30px; background: linear-gradient(145deg, rgba(255, 255, 255, .11), rgba(255, 255, 255, .02)); }
.trevo-empty-catalog__mark::before, .trevo-empty-catalog__mark::after { content: ""; position: absolute; top: 50%; left: 50%; width: 52px; height: 52px; border: 3px solid var(--trevo-accent); border-radius: 50% 50% 50% 8px; }
.trevo-empty-catalog__mark::before { transform: translate(-78%, -78%) rotate(45deg); }
.trevo-empty-catalog__mark::after { transform: translate(-22%, -22%) rotate(225deg); }
.trevo-empty-catalog h2 { max-width: 720px; margin: 0 0 12px; color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 3vw, 3rem); line-height: 1.04; }
.trevo-empty-catalog p:not(.trevo-kicker) { max-width: 690px; margin: 0; color: rgba(255, 255, 255, .76); line-height: 1.6; }
.trevo-empty-catalog__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.trevo-empty-catalog .trevo-secondary-cta { border-color: rgba(255, 255, 255, .36); color: #fff !important; }
.trevo-empty-catalog .trevo-secondary-cta:hover { background: rgba(255, 255, 255, .1); }

/* Brand and contact */
.trevo-brand-panel { width: min(calc(100% - 48px), 1232px); margin: 62px auto; padding: 36px; border-radius: var(--trevo-radius-lg); background: var(--trevo-primary); color: #fff; }
.trevo-brand-panel h2 { max-width: 560px; margin: .15em 0 .25em; color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 3.2vw, 3.25rem); letter-spacing: -.035em; line-height: 1.06; }
.trevo-brand-panel p { color: rgba(255, 255, 255, .78); }
.trevo-brand-panel strong { color: #fff; }
.trevo-brand-panel__image img { display: block; width: 100%; min-height: 350px; border-radius: 18px; object-fit: cover; }
.trevo-brand-panel .wp-element-button { background: var(--trevo-accent); color: #102311; }
.trevo-store-contact { display: grid; grid-template-columns: 1fr 1.25fr; align-items: end; gap: 64px; margin-top: 26px; padding-top: 50px; padding-bottom: 50px; border-top: 1px solid var(--trevo-border); }
.trevo-store-contact h2 { margin: .1em 0 .3em; color: var(--trevo-primary); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 3vw, 3rem); line-height: 1.08; }
.trevo-store-contact__links { display: grid; gap: 4px; }
.trevo-store-contact__links a { display: flex; justify-content: space-between; gap: 18px; padding: 15px 2px; border-bottom: 1px solid var(--trevo-border); color: var(--trevo-primary); font-weight: 850; text-decoration: none; }
.trevo-store-contact__links a:hover { color: var(--trevo-secondary); }
.trevo-store-contact__links span { color: var(--trevo-muted); font-weight: 600; }

/* WooCommerce shared */
.trevo-page, .woocommerce-shop main, .post-type-archive-product main, .tax-product_cat main, .tax-product_tag main, .single-product main { min-height: 60vh; padding: 54px 24px 76px; }
.woocommerce-shop main > *, .post-type-archive-product main > *, .tax-product_cat main > *, .tax-product_tag main > *, .single-product main > *, .trevo-page > * { width: min(100%, var(--trevo-container)); margin-right: auto; margin-left: auto; }
.woocommerce .woocommerce-breadcrumb { margin: 0 0 22px; color: var(--trevo-muted); font-size: .78rem; }
.woocommerce .woocommerce-breadcrumb a { color: var(--trevo-secondary); }
.woocommerce h1, .woocommerce-page h1, .trevo-page > h1 { margin: 0 0 30px; color: var(--trevo-primary); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.2rem, 4vw, 4rem); letter-spacing: -.035em; line-height: 1; }
.woocommerce .woocommerce-result-count { margin: 13px 0 28px; color: var(--trevo-muted); font-size: .84rem; }
.woocommerce .woocommerce-ordering { margin: 0 0 28px; }
.woocommerce .woocommerce-ordering select, .woocommerce select, .woocommerce input[type="text"], .woocommerce input[type="email"], .woocommerce input[type="tel"], .woocommerce input[type="password"], .woocommerce textarea, .wc-block-components-text-input input, .wc-block-components-combobox .wc-block-components-combobox-control input { min-height: 48px; border: 1px solid var(--trevo-border) !important; border-radius: var(--trevo-radius-sm) !important; background: #fff !important; color: var(--trevo-text) !important; }
.woocommerce textarea { padding: 12px; }
.woocommerce nav.woocommerce-pagination { margin-top: 40px; }
.woocommerce nav.woocommerce-pagination ul { display: inline-flex; gap: 6px; border: 0; }
.woocommerce nav.woocommerce-pagination ul li { border: 0; }
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span { display: grid; min-width: 40px; min-height: 40px; place-items: center; border: 1px solid var(--trevo-border); border-radius: 8px; background: #fff; }
.woocommerce nav.woocommerce-pagination ul li span.current { border-color: var(--trevo-primary); background: var(--trevo-primary); color: #fff; }
.woocommerce-message, .woocommerce-info, .woocommerce-error { border: 1px solid var(--trevo-border); border-top: 4px solid var(--trevo-secondary); border-radius: var(--trevo-radius-sm); background: #fff; box-shadow: var(--trevo-shadow-sm); }
.woocommerce-error { border-top-color: var(--trevo-error); }
.woocommerce-message { border-top-color: var(--trevo-success); }

/* Shop empty and block collection empty */
.woocommerce-no-products-found, .wp-block-woocommerce-product-collection-no-results { width: min(100%, 820px) !important; margin: 34px auto 60px !important; padding: 44px !important; border: 1px solid var(--trevo-border); border-radius: var(--trevo-radius-lg); background: #fff; box-shadow: var(--trevo-shadow-sm); text-align: center; }
.woocommerce-no-products-found .trevo-empty-catalog { width: 100%; margin: 0; text-align: left; }
.wp-block-woocommerce-product-collection-no-results h2, .wp-block-woocommerce-product-collection-no-results h3 { color: var(--trevo-primary); font-family: Georgia, "Times New Roman", serif; }
.trevo-commerce-empty-state { width: min(100%, 820px); margin: 34px auto 60px; padding: 48px; border: 1px solid var(--trevo-border); border-radius: var(--trevo-radius-lg); background: #fff; box-shadow: var(--trevo-shadow-sm); text-align: center; }
.trevo-commerce-empty-state__icon { position: relative; display: block; width: 72px; height: 72px; margin: 0 auto 22px; border: 1px solid var(--trevo-border); border-radius: 20px; background: var(--trevo-surface-soft); }
.trevo-commerce-empty-state__icon::before, .trevo-commerce-empty-state__icon::after { content: ""; position: absolute; top: 50%; left: 50%; width: 25px; height: 25px; border: 2px solid var(--trevo-accent-strong); border-radius: 50% 50% 50% 5px; }
.trevo-commerce-empty-state__icon::before { transform: translate(-76%, -76%) rotate(45deg); }
.trevo-commerce-empty-state__icon::after { transform: translate(-24%, -24%) rotate(225deg); }
.trevo-commerce-empty-state__icon--cart::before { top: 22px; left: 21px; width: 29px; height: 20px; border: 3px solid var(--trevo-secondary); border-top: 0; border-radius: 0; transform: skew(-7deg); }
.trevo-commerce-empty-state__icon--cart::after { top: auto; bottom: 15px; left: 23px; width: 6px; height: 6px; border: 0; border-radius: 50%; transform: none; background: var(--trevo-secondary); box-shadow: 19px 0 var(--trevo-secondary); }
.trevo-commerce-empty-state h2 { max-width: 620px; margin: 0 auto 12px; color: var(--trevo-primary); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 3.4vw, 3.1rem); line-height: 1.05; }
.trevo-commerce-empty-state p:not(.trevo-kicker) { max-width: 600px; margin: 0 auto 24px; color: var(--trevo-muted); line-height: 1.65; }

/* Product detail */
.single-product div.product { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr); gap: clamp(36px, 6vw, 84px); }
.single-product div.product .woocommerce-product-gallery { width: 100% !important; margin: 0 !important; }
.single-product .woocommerce-product-gallery__wrapper { overflow: hidden; border: 1px solid var(--trevo-border); border-radius: var(--trevo-radius-lg); background: #fff; }
.single-product .woocommerce-product-gallery__image img { width: 100%; aspect-ratio: 1 / 1; object-fit: contain; }
.single-product div.product .summary { position: sticky; top: 150px; align-self: start; width: 100% !important; margin: 0 !important; padding-top: 8px; }
.single-product .product_title { margin: 0 0 14px; color: var(--trevo-primary); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 3.2vw, 3.4rem); line-height: 1.03; }
.single-product div.product p.price { margin: 14px 0 24px; color: var(--trevo-primary); font-size: 1.65rem; font-weight: 900; }
.single-product .woocommerce-product-details__short-description { color: var(--trevo-muted); line-height: 1.65; }
.single-product form.cart { display: flex; gap: 10px; margin-top: 28px; }
.woocommerce .quantity .qty { min-height: 48px; border: 1px solid var(--trevo-border); border-radius: var(--trevo-radius-sm); }
.single-product .single_add_to_cart_button { min-width: 220px; min-height: 50px; }
.single-product .woocommerce-tabs { grid-column: 1 / -1; margin-top: 34px; }
.single-product .woocommerce-tabs ul.tabs { display: flex; gap: 24px; padding: 0 !important; border-bottom: 1px solid var(--trevo-border); }
.single-product .woocommerce-tabs ul.tabs::before, .single-product .woocommerce-tabs ul.tabs li::before, .single-product .woocommerce-tabs ul.tabs li::after { display: none !important; }
.single-product .woocommerce-tabs ul.tabs li { margin: 0 !important; padding: 0 !important; border: 0 !important; background: transparent !important; }
.single-product .woocommerce-tabs ul.tabs li a { padding: 14px 0 !important; }
.single-product .woocommerce-tabs .panel { padding: 24px 0 40px; }
.single-product .related { grid-column: 1 / -1; }

/* Cart, checkout and account */
.wp-block-woocommerce-cart, .wp-block-woocommerce-checkout { width: min(100%, var(--trevo-container)); margin: 0 auto; }
.wc-block-cart, .wc-block-checkout { gap: 28px; }
.wc-block-cart-items, .wc-block-components-sidebar, .wc-block-components-order-summary, .wc-block-checkout__main, .woocommerce-MyAccount-content { border: 1px solid var(--trevo-border) !important; border-radius: var(--trevo-radius-md); background: #fff; box-shadow: var(--trevo-shadow-sm); }
.wc-block-cart-items { overflow: hidden; }
.wc-block-cart-item__image img { border-radius: 10px; background: var(--trevo-surface-soft); }
.wc-block-components-sidebar, .wc-block-checkout__main, .woocommerce-MyAccount-content { padding: 24px !important; }
.wc-block-cart__submit-button, .wc-block-components-checkout-place-order-button { min-height: 52px !important; }
.wp-block-woocommerce-empty-cart-block { max-width: 760px; margin: 0 auto; padding: 54px 24px; border: 1px solid var(--trevo-border); border-radius: var(--trevo-radius-lg); background: #fff; box-shadow: var(--trevo-shadow-sm); text-align: center; }
.wp-block-woocommerce-empty-cart-block .wc-block-cart__empty-cart__title { margin: 0 0 18px; color: var(--trevo-primary); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 4vw, 3rem); }
.wp-block-woocommerce-empty-cart-block .wc-block-cart__empty-cart__title::before { display: none !important; }
.wp-block-woocommerce-empty-cart-block h2 { font-size: 1.2rem; }
.wc-block-components-text-input label { color: var(--trevo-muted); }
.woocommerce-account .woocommerce { display: grid; grid-template-columns: 240px minmax(0, 1fr); gap: 24px; }
.woocommerce-MyAccount-navigation { overflow: hidden; border: 1px solid var(--trevo-border); border-radius: var(--trevo-radius-md); background: #fff; box-shadow: var(--trevo-shadow-sm); }
.woocommerce-MyAccount-navigation ul { margin: 0; padding: 8px; list-style: none; }
.woocommerce-MyAccount-navigation li a { display: block; padding: 12px 14px; border-radius: 8px; color: var(--trevo-text); font-size: .88rem; font-weight: 750; text-decoration: none; }
.woocommerce-MyAccount-navigation li.is-active a, .woocommerce-MyAccount-navigation li a:hover { background: var(--trevo-surface-soft); color: var(--trevo-primary); }
.woocommerce-form-login, .woocommerce-form-register { padding: 28px !important; border: 1px solid var(--trevo-border) !important; border-radius: var(--trevo-radius-md) !important; background: #fff; box-shadow: var(--trevo-shadow-sm); }
.trevo-shipping-progress { margin: 0 0 18px; padding: 14px; border-radius: 12px; background: #eaf4e7; }
.trevo-shipping-progress p { margin: 0 0 8px; }
.trevo-shipping-progress > span { display: block; height: 7px; overflow: hidden; border-radius: 999px; background: #d3e2cf; }
.trevo-shipping-progress i { display: block; height: 100%; border-radius: inherit; background: var(--trevo-accent); }

/* Footer */
.trevo-footer { padding: 62px 24px 26px; background: var(--trevo-primary) !important; }
.trevo-footer__grid { gap: clamp(32px, 5vw, 72px); margin-bottom: 42px; }
.trevo-footer h3 { margin: 4px 0 18px; color: #fff; font-family: inherit; font-size: .78rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.trevo-footer p { color: rgba(255, 255, 255, .7); font-size: .88rem; line-height: 1.65; }
.trevo-footer a { color: #fff; }
.trevo-footer__brand figure { display: inline-flex; margin: 0 0 20px; padding: 12px 14px; border-radius: 12px; background: #fff; }
.trevo-footer__brand img { display: block; }
.trevo-footer__nav .wp-block-navigation__container { gap: 5px !important; }
.trevo-footer__nav .wp-block-navigation-item__content { padding: 3px 0; color: rgba(255, 255, 255, .78); font-size: .86rem; text-decoration: none; }
.trevo-footer__nav .wp-block-navigation-item__content:hover { color: #fff; }
.trevo-footer .trevo-contact-details { display: grid; grid-template-columns: 1fr; gap: 7px; }
.trevo-footer .trevo-contact-details > div { display: grid; grid-template-columns: 120px minmax(0, 1fr); align-items: baseline; gap: 14px; padding: 10px 12px; border: 1px solid rgba(255, 255, 255, .1); border-radius: 9px; background: rgba(255, 255, 255, .055); }
.trevo-footer .trevo-contact-details span { color: rgba(255, 255, 255, .5); font-size: .66rem; }
.trevo-footer .trevo-contact-details a, .trevo-footer .trevo-contact-details strong { min-width: 0; color: #fff; font-size: .82rem; font-weight: 650; overflow-wrap: anywhere; }
.trevo-footer__legal { padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, .12); }
.trevo-footer__legal p { margin: 0; font-size: .72rem !important; }
.trevo-footer__links a { color: rgba(255, 255, 255, .72); }
.trevo-floating-actions { right: 18px; bottom: 18px; }
.trevo-floating-actions .trevo-action-button { min-height: 46px; padding: 0 18px; border-radius: 10px; box-shadow: 0 10px 28px rgba(0, 0, 0, .18); font-size: .78rem; }

@media (max-width: 1100px) {
  .trevo-store-header__main { grid-template-columns: 140px minmax(260px, 1fr) auto; }
  .trevo-store-header__account { display: none; }
  .trevo-category-rail, .woocommerce ul.products, .trevo-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .trevo-campaign-slide__content { padding-inline: 56px; }
  .trevo-footer__grid { flex-wrap: wrap !important; }
  .trevo-footer__brand { flex-basis: 42% !important; }
  .trevo-footer__nav { flex-basis: 22% !important; }
  .trevo-footer__contact { flex-basis: 100% !important; }
}

@media (max-width: 782px) {
  .admin-bar .trevo-store-header { top: 46px; }
  .trevo-store-header__main { grid-template-areas: "menu logo cart" "search search search"; grid-template-columns: 42px minmax(0, 1fr) auto; gap: 8px 12px; min-height: 108px; padding: 10px 16px; }
  .trevo-store-header__menu { grid-area: menu; display: grid; width: 40px; height: 40px; place-items: center; padding: 0; border: 1px solid var(--trevo-border); border-radius: 50%; background: #fff; color: var(--trevo-primary); }
  .trevo-ui-icon--menu { width: 17px; height: 2px; border: 0; border-radius: 2px; background: currentColor; box-shadow: 0 -6px currentColor, 0 6px currentColor; }
  .trevo-store-header__logo { grid-area: logo; }
  .trevo-store-header__logo img { width: 118px !important; height: 56px !important; max-height: 56px !important; }
  .trevo-store-header__cart { grid-area: cart; }
  .trevo-store-header__cart > span:nth-child(2) { display: none; }
  .trevo-store-header__search { grid-area: search; }
  .trevo-store-header__search .woocommerce-product-search, .trevo-store-header__search form[role="search"] { min-height: 42px; }
  .trevo-store-header__search button { width: 50px; min-width: 50px; }
  .trevo-store-header__search button::before { top: 12px; left: 17px; }
  .trevo-store-header__search button::after { top: 25px; left: 29px; }
  .trevo-departments { display: none; position: absolute; top: 100%; right: 0; left: 0; align-items: stretch; flex-direction: column; max-height: 70vh; padding: 8px 18px 18px; background: #fff; box-shadow: 0 24px 35px rgba(23, 53, 31, .16); overflow: auto; }
  .trevo-departments.is-open { display: flex; animation: trevo-menu-in .18s ease both; }
  .trevo-departments a { padding: 14px 4px; border-bottom: 1px solid var(--trevo-border); }
  .trevo-departments a::after { display: none; }
  .trevo-campaign-carousel { width: 100%; height: 400px; margin-top: 8px; border-radius: 0; }
  .trevo-campaign-slide__shade { background: linear-gradient(0deg, rgba(10, 31, 18, .96) 0%, rgba(10, 31, 18, .6) 60%, rgba(10, 31, 18, .14) 100%); }
  .trevo-campaign-slide--light .trevo-campaign-slide__shade { background: linear-gradient(0deg, rgba(249, 250, 246, .97), rgba(249, 250, 246, .7) 60%, rgba(249, 250, 246, .12)); }
  .trevo-campaign-slide picture img { object-position: center; }
  .trevo-campaign-slide__content { display: flex; align-items: flex-start; justify-content: flex-end; flex-direction: column; height: 100%; padding: 32px 24px 42px; }
  .trevo-campaign-slide__content h1 { max-width: 580px; font-size: clamp(2.25rem, 8.5vw, 2.75rem); }
  .trevo-campaign-slide__content > p:not(.trevo-kicker) { max-width: 500px; font-size: .96rem; }
  .trevo-carousel-arrow { display: none; }
  .trevo-carousel-controls { right: 22px; bottom: 16px; }
  .trevo-commerce-section { padding: 50px 18px; }
  .trevo-section-heading { align-items: flex-start; margin-bottom: 22px; }
  .trevo-section-heading h2 { font-size: 2.3rem; }
  .trevo-category-rail { display: flex; gap: 13px; margin-right: -18px; overflow: auto; scroll-snap-type: x mandatory; }
  .trevo-category-card { flex: 0 0 72vw; min-height: 230px; scroll-snap-align: start; }
  .trevo-category-card img { min-height: 230px; }
  .woocommerce ul.products, .trevo-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .woocommerce ul.products li.product { padding: 10px; }
  .woocommerce ul.products li.product .button { padding: .75em .5em; font-size: .72rem; }
  .trevo-editorial-banners { grid-template-columns: 1fr; padding: 4px 18px 50px; }
  .trevo-editorial-banner { min-height: 290px; padding: 28px; }
  .trevo-empty-catalog { grid-template-columns: 1fr; gap: 24px; margin-top: 48px; padding: 34px 28px; text-align: center; }
  .trevo-empty-catalog__mark { width: 104px; height: 104px; border-radius: 24px; }
  .trevo-empty-catalog__actions { justify-content: center; }
  .trevo-brand-panel { margin: 48px 18px; padding: 26px; }
  .trevo-brand-panel__image img { min-height: 270px; }
  .trevo-store-contact { grid-template-columns: 1fr; gap: 26px; }
  .single-product div.product { grid-template-columns: 1fr; }
  .single-product div.product .summary { position: static; }
  .woocommerce-account .woocommerce { grid-template-columns: 1fr; }
  .trevo-footer { padding: 48px 20px 24px; }
  .trevo-footer__brand, .trevo-footer__nav, .trevo-footer__contact { flex-basis: 100% !important; }
  .trevo-footer__legal { align-items: flex-start !important; flex-direction: column; gap: 10px; }
}

@media (max-width: 500px) {
  .trevo-benefit-bar__item { font-size: .64rem; letter-spacing: .055em; }
  .trevo-store-header__main { padding-inline: 14px; }
  .trevo-store-header__logo img { width: 112px !important; }
  .trevo-store-header__cart > .trevo-ui-icon { width: 34px; height: 34px; flex-basis: 34px; }
  .trevo-store-header__search input[type="search"] { padding-inline: 14px; font-size: .85rem; }
  .trevo-campaign-carousel { height: 380px; }
  .trevo-campaign-slide__content { padding: 28px 20px 38px; }
  .trevo-campaign-slide__content h1 { max-width: 100%; font-size: clamp(2.2rem, 10vw, 2.75rem); }
  .trevo-campaign-slide__content > p:not(.trevo-kicker) { max-width: 100%; }
  .trevo-primary-cta, .trevo-secondary-cta { min-height: 44px; padding-inline: 18px; }
  .trevo-category-card { flex-basis: 82vw; }
  .woocommerce ul.products li.product .woocommerce-loop-product__title { min-height: 3.9em; font-size: .84rem; }
  .woocommerce ul.products li.product .price { font-size: .96rem; }
  .woocommerce span.onsale, .trevo-product-badge { top: 18px; font-size: .58rem; }
  .woocommerce span.onsale { right: 18px; }
  .trevo-product-badge { left: 18px; }
  .trevo-empty-catalog { width: calc(100% - 28px); padding: 30px 20px; }
  .trevo-empty-catalog__actions { flex-direction: column; }
  .trevo-empty-catalog__actions a { width: 100%; }
  .trevo-brand-panel { margin-inline: 14px; padding: 22px; }
  .trevo-store-contact__links a { align-items: flex-start; flex-direction: column; gap: 2px; }
  .trevo-page, .woocommerce-shop main, .post-type-archive-product main, .tax-product_cat main, .tax-product_tag main, .single-product main { padding: 40px 16px 60px; }
  .woocommerce-no-products-found, .wp-block-woocommerce-product-collection-no-results, .wp-block-woocommerce-empty-cart-block { padding: 30px 18px !important; }
  .trevo-commerce-empty-state { padding: 34px 20px; }
  .single-product form.cart { align-items: stretch; flex-direction: column; }
  .single-product .single_add_to_cart_button { width: 100%; }
  .trevo-footer .trevo-contact-details > div { grid-template-columns: 1fr; gap: 3px; }
  body .trevo-floating-actions { right: 12px !important; bottom: 12px; left: auto !important; width: auto !important; }
  body .trevo-floating-actions .trevo-action-button { flex: 0 0 auto !important; width: auto !important; min-width: 112px; max-width: max-content; padding-inline: 14px; }
}

@media (max-width: 390px) {
  .trevo-store-header__main { grid-template-columns: 40px minmax(0, 1fr) auto; gap: 8px 10px; }
  .trevo-store-header__logo img { width: 106px !important; }
  .trevo-store-header__cart strong { width: 19px; height: 19px; }
  .trevo-campaign-carousel { height: 370px; }
  .trevo-campaign-slide__content h1 { font-size: 2.35rem; }
  .trevo-section-heading h2 { font-size: 2.05rem; }
  .woocommerce ul.products, .trevo-product-grid { gap: 9px; }
}

@media (max-width: 360px) {
  .trevo-store-header__logo img { width: 100px !important; }
  .trevo-store-header__search input[type="search"] { font-size: .8rem; }
  .trevo-store-header__search button { width: 44px; min-width: 44px; }
  .trevo-campaign-slide__content h1 { font-size: 2.35rem; }
}

@keyframes trevo-menu-in { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: translateY(0); } }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .trevo-campaign-slide[hidden], .trevo-benefit-bar__item[hidden] { display: none !important; }
}
