/*
Theme Name: Ebike 2 U
Theme URI: https://ebike2u.com.au/
Author: Ebike 2 U Pty Ltd
Author URI: https://ebike2u.com.au/
Description: A premium, product-led WooCommerce storefront theme for Australian e-bike retailers.
Version: 1.0.0
Requires at least: 6.2
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aus-ebikes
*/

:root {
  --ink: #10212b;
  --navy: #091c28;
  --muted: #485a63;
  --line: #c5cecf;
  --soft: #eee7de;
  --green: #1f8155;
  --green-dark: #155f3e;
  --beige: #e7dacb;
  --white: #fff;
  --display: "Space Grotesk", Arial, sans-serif;
  --body: "DM Sans", Arial, sans-serif;
  --mono: "DM Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: #f5efe7; color: var(--ink); font-family: var(--body); }
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; }
.container { width: min(1400px, calc(100% - 72px)); margin-inline: auto; }
.eyebrow { color: var(--green); font: 10px var(--mono); letter-spacing: .12em; text-transform: uppercase; }
.section { width: min(1400px, calc(100% - 72px)); margin: 0 auto; padding: 64px 0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 28px; }
.section-heading h2 { margin: 8px 0 7px; font: 600 clamp(29px, 3vw, 43px)/1 var(--display); letter-spacing: -.05em; }
.section-heading p { margin: 0; color: var(--muted); font-size: 12px; }
.text-link { display: inline-flex; align-items: center; gap: 7px; padding-bottom: 5px; border-bottom: 1px solid #9ba8ad; color: var(--ink); font-size: 11px; text-decoration: none; white-space: nowrap; }
.text-link:hover { color: var(--green); border-color: var(--green); }

.announcement { position: sticky; top: 0; z-index: 30; display: flex; align-items: center; justify-content: center; gap: clamp(18px, 5vw, 78px); height: 31px; background: #0c1d28; color: #e9eff0; font: 10px var(--mono); }
.announcement span, .announcement a { display: inline-flex; gap: 7px; align-items: center; white-space: nowrap; }
.announcement a { color: #e9eff0; text-decoration: underline; text-underline-offset: 3px; }
.announcement a:hover { color: #fff; }
.site-header { position: sticky; top: 31px; z-index: 25; background: #fffdf9; box-shadow: 0 1px 0 rgba(20,40,50,.16); }
.header-main { display: flex; align-items: center; justify-content: space-between; gap: 28px; height: 75px; }
.logo { display: inline-flex; align-items: center; gap: 9px; min-width: 160px; color: var(--ink); text-decoration: none; }
.logo > span:last-child { display: flex; flex-direction: column; }
.logo strong { font: 700 19px var(--body); letter-spacing: -.08em; line-height: 1; }
.logo small { margin-top: 4px; font: 8px var(--mono); letter-spacing: .2em; }
.logo-mark { position: relative; display: inline-block; width: 31px; height: 27px; }
.logo-mark span { position: absolute; bottom: 2px; width: 7px; height: 16px; background: #31a66f; transform: skew(-35deg); }
.logo-mark span:nth-child(1) { left: 0; height: 12px; background: #147f53; }
.logo-mark span:nth-child(2) { left: 8px; height: 22px; }
.logo-mark span:nth-child(3) { left: 18px; height: 17px; background: #6abd84; }
.logo-light { color: #f0f4f1; }
.search-bar { display: flex; flex: 1; align-items: center; max-width: 570px; height: 38px; padding: 0 11px; border: 1px solid #9eabad; color: #3f535d; background: #fffdf9; }
.search-bar input { flex: 1; min-width: 0; padding: 0 10px; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 12px; }
.search-bar button { display: flex; border: 0; background: transparent; color: inherit; cursor: pointer; }
.header-actions { display: flex; align-items: center; gap: 20px; }
.action-link { position: relative; display: flex; align-items: center; gap: 7px; border: 0; background: none; color: var(--ink); font-size: 11px; text-decoration: none; }
.action-link:hover { color: var(--green); }
.cart-icon { display: block; width: 19px; height: 19px; flex: 0 0 19px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.cart-count { position: absolute; top: -8px; right: -10px; display: grid; place-items: center; min-width: 16px; height: 16px; border-radius: 50%; background: var(--green); color: #fff; font: 10px var(--mono); }
.mobile-menu-button, .mobile-cart { display: none; border: 0; background: none; color: var(--ink); }
.mobile-menu[hidden] { display: none; }
.mobile-menu { position: fixed; z-index: 60; inset: 0; }
.mobile-menu-backdrop { position: absolute; inset: 0; background: rgba(6, 20, 28, .55); }
.mobile-menu-drawer { position: absolute; top: 0; bottom: 0; left: 0; display: flex; width: min(88vw, 360px); flex-direction: column; overflow-y: auto; padding: 22px 20px 28px; background: #fffdf9; box-shadow: 14px 0 38px rgba(5, 20, 28, .18); }
.mobile-menu-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 20px; border-bottom: 1px solid #dce4e5; color: var(--ink); font: 10px var(--mono); letter-spacing: .14em; text-transform: uppercase; }
.mobile-menu-close { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid #c5cecf; background: transparent; color: var(--ink); cursor: pointer; font-size: 24px; line-height: 1; }
.mobile-menu-nav { margin-top: 12px; }
.mobile-menu-nav .desktop-nav { display: flex; min-height: 0; flex-direction: column; align-items: stretch; gap: 0; }
.mobile-menu-nav .desktop-nav li { border-bottom: 1px solid #edf0f1; }
.mobile-menu-nav .desktop-nav a { display: flex; align-items: center; justify-content: space-between; padding: 15px 2px; color: var(--ink); font: 600 13px var(--body); }
.mobile-menu-nav .desktop-nav a:hover { color: var(--green); }
.mobile-menu-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: auto; padding-top: 24px; }
.mobile-menu-actions a { padding: 12px; border: 1px solid #c5cecf; color: var(--ink); font-size: 11px; text-align: center; text-decoration: none; }
.mobile-menu-actions a:hover { border-color: var(--green); color: var(--green); }
.mobile-menu-open { overflow: hidden; }
.nav-row { background: var(--navy); color: #fff; }
.desktop-nav { display: flex; align-items: center; gap: 30px; min-height: 41px; }
.desktop-nav a { color: #f0f4f1; font-size: 11px; text-decoration: none; }
.desktop-nav a:hover { color: #8de1ae; }

.hero { position: relative; min-height: 500px; height: min(590px, calc(100vh - 116px)); overflow: hidden; background: linear-gradient(105deg, #e5d7c8 0%, #eee5da 48%, #d9cbbb 100%); }
.hero-image { position: absolute; top: 0; left: 40%; width: 60%; height: 100%; object-fit: contain; object-position: center; background: var(--beige); }
.hero-content { position: relative; display: flex; align-items: center; height: 100%; }
.hero-panel { max-width: 520px; padding: 30px 38px 34px; border-left: 2px solid var(--green); background: rgba(255,253,249,.68); box-shadow: 0 20px 50px rgba(32,39,38,.08); backdrop-filter: blur(5px); }
.hero-panel h1 { max-width: 560px; margin: 17px 0; color: var(--ink); font: 600 clamp(43px, 5vw, 77px)/.95 var(--display); letter-spacing: -.06em; }
.hero-panel p { max-width: 430px; margin: 0; color: #53656a; font-size: 15px; line-height: 1.6; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 25px; margin-top: 27px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 40px; gap: 10px; padding: 0 19px; border: 1px solid transparent; background: var(--green); color: #fff; cursor: pointer; font: 600 11px var(--body); text-decoration: none; transition: background .25s, transform .25s; }
.btn:hover { background: var(--green-dark); color: #fff; transform: translateY(-2px); }
.hero-secondary { display: inline-flex; align-items: center; gap: 8px; padding-bottom: 4px; border-bottom: 1px solid rgba(22,38,49,.6); color: var(--ink); font-size: 12px; text-decoration: none; }
.hero-controls { position: absolute; bottom: 25px; left: 50%; display: flex; align-items: center; justify-content: space-between; transform: translateX(-50%); }
.slide-count { color: rgba(22,38,49,.62); font: 11px var(--mono); }
.slide-count strong { color: var(--ink); font-weight: 500; }
.hero-arrows { position: absolute; left: 50%; display: flex; gap: 8px; transform: translateX(-50%); }
.hero-arrows button { display: grid; place-items: center; width: 33px; height: 33px; border: 1px solid rgba(22,38,49,.45); background: transparent; color: var(--ink); cursor: pointer; }
.hero-arrows button:hover { background: rgba(22,38,49,.08); }
.dots { display: flex; gap: 6px; }
.dots button { width: 18px; height: 3px; padding: 0; border: 0; background: rgba(22,38,49,.28); cursor: pointer; }
.dots button.active { width: 32px; background: var(--ink); }
.hero-slide[hidden] { display: none; }

.benefits { border-bottom: 1px solid #c5cecf; background: #eee7de; }
.benefits-grid { display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; min-height: 79px; }
.benefit { display: flex; align-items: center; justify-content: center; gap: 13px; min-height: 42px; border-right: 1px solid #dce4e5; }
.benefit:last-child { border: 0; }
.benefit-icon { color: #123040; font-size: 20px; }
.benefit strong { display: block; font-size: 11px; }
.benefit span { display: block; margin-top: 3px; color: #77868d; font-size: 10px; }

.category-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 9px; }
.category-card { position: relative; display: flex; align-items: end; min-height: 184px; overflow: hidden; padding: 15px; background: #273d49; color: #fff; text-decoration: none; }
.category-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.category-card:hover img { transform: scale(1.06); }
.category-shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7,22,29,.85), rgba(7,22,29,.05) 70%); }
.category-card > div:last-of-type, .category-card > .category-icon, .category-card > svg { position: relative; z-index: 1; }
.category-icon { position: absolute!important; top: 13px; left: 15px; display: grid; place-items: center; width: 29px; height: 29px; background: rgba(255,255,255,.9); color: #15303b; font-size: 17px; }
.category-card h3 { margin: 0; font-size: 12px; font-weight: 600; }
.category-card p { margin: 4px 0 0; color: rgba(255,255,255,.75); font-size: 10px; }
.category-card > svg { position: absolute; right: 14px; bottom: 16px; }

.product-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.product-card { min-width: 0; border: 1px solid #c5cecf; background: #fffdf9; box-shadow: 0 3px 0 rgba(16,33,43,.03); transition: box-shadow .25s, transform .25s; }
.product-card:hover { box-shadow: 0 8px 24px rgba(11,28,40,.08); transform: translateY(-3px); }
.product-media { position: relative; display: block; width: 100%; aspect-ratio: .92; overflow: hidden; background: #e9dfd4; }
.product-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.product-media .product-hover { opacity: 0; transition: opacity .3s; }
.product-card:hover .product-hover { opacity: 1; }
.product-tag { position: absolute; z-index: 2; top: 10px; left: 10px; padding: 4px 7px; background: #e0f1e5; color: #25744e; font: 9px var(--mono); }
.heart-button { position: absolute; z-index: 3; top: 9px; right: 9px; border: 0; border-radius: 50%; background: #fff; color: #50626b; cursor: pointer; }
.product-copy { padding: 12px 12px 13px; }
.product-brand { display: block; color: #87939a; font: 9px var(--mono); letter-spacing: .09em; text-transform: uppercase; }
.product-copy h3 { margin: 4px 0 0; overflow: hidden; font-size: 13px; font-weight: 600; text-overflow: ellipsis; white-space: nowrap; }
.swatches { display: flex; gap: 4px; margin: 10px 0; }
.swatches span { display: block; width: 9px; height: 9px; border: 1px solid rgba(0,0,0,.15); border-radius: 50%; }
.product-bottom { display: flex; align-items: center; justify-content: space-between; padding-top: 10px; border-top: 1px solid #edf0f1; }
.product-bottom strong { font-size: 13px; }
.product-bottom small { color: #87939a; font-size: 9px; font-weight: 400; }
.mini-add { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; border: 1px solid #d7e0e1; background: #fff; color: #17323f; font-size: 18px; text-decoration: none; }
.mini-add:hover { border-color: var(--green); background: var(--green); color: #fff; }

.lifestyle-section { padding: 70px 0; background: #102a36; color: #fff; }
.section-heading.light h2 { color: #fff; }
.section-heading.light .eyebrow { color: #8cdbab; }
.lifestyle-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.lifestyle-card { position: relative; display: flex; align-items: end; min-height: 236px; overflow: hidden; padding: 20px; color: #fff; text-decoration: none; }
.lifestyle-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.lifestyle-card:hover img { transform: scale(1.06); }
.lifestyle-card:after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7,22,29,.85), rgba(7,22,29,.05) 70%); content: ""; }
.lifestyle-card > div:last-child { position: relative; z-index: 1; }
.lifestyle-card h3 { margin: 0; font: 600 23px var(--display); }
.lifestyle-card p { margin: 4px 0 0; color: rgba(255,255,255,.8); font-size: 12px; }
.lifestyle-card span { display: inline-flex; gap: 6px; align-items: center; margin-top: 18px; padding-bottom: 3px; border-bottom: 1px solid rgba(255,255,255,.7); font-size: 10px; }
.why-section { padding: 67px 0 48px; background: #ebe4da; }
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #dce5e1; }
.why-card { padding: 24px 24px 16px 0; margin-right: 22px; border-right: 1px solid #dce5e1; }
.why-card:last-child { border: 0; }
.why-card h3 { margin: 17px 0 7px; font-size: 13px; }
.why-card p { min-height: 37px; margin: 0; color: #6c7d84; font-size: 12px; line-height: 1.5; }
.why-card a { display: inline-flex; gap: 5px; align-items: center; margin-top: 16px; color: #1b6346; font-size: 10px; text-decoration: none; }
.brands-section { padding: 50px 0 60px; }
.brands-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; padding: 1px 0; border-top: 1px solid #e2e8e8; border-bottom: 1px solid #e2e8e8; background: #dfe5e4; }
.brands-row > a, .brands-row > span { display: flex; min-width: 0; min-height: 86px; flex-direction: column; justify-content: center; gap: 7px; padding: 18px; background: #f8f5ef; color: #192c36; text-decoration: none; transition: background .2s, color .2s; }
.brands-row a:hover { background: #102a36; color: #fff; }
.brands-row > span { overflow-wrap: anywhere; }
.brands-row > a > span, .brands-row > span { min-width: 0; overflow-wrap: anywhere; font: 700 15px var(--body); letter-spacing: -.05em; }
.brands-row a small { color: #87939a; font: 9px var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.brands-row a:hover small { color: #a8d8bb; }
.newsletter { padding: 43px 0; background: #e5f0e8; }
.newsletter-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.newsletter h2 { margin: 8px 0; font: 600 32px var(--display); }
.newsletter p { color: #63766d; font-size: 12px; }
.newsletter form { width: min(460px, 100%); }
.newsletter label { display: block; margin-bottom: 8px; font: 10px var(--mono); }
.newsletter form > div { display: flex; border-bottom: 1px solid #8ca598; }
.newsletter input { flex: 1; min-width: 0; border: 0; outline: 0; background: transparent; font-size: 12px; }

.footer { padding-top: 44px; background: #0c202b; color: #e7efed; }
.footer-brand { display: flex; align-items: center; gap: 27px; padding-bottom: 30px; border-bottom: 1px solid rgba(255,255,255,.16); }
.footer-brand p { max-width: 260px; margin-right: auto; color: #9aabb0; font-size: 11px; line-height: 1.5; }
.footer-columns { display: grid; grid-template-columns: repeat(4, 1.1fr) 1.5fr; gap: 25px; padding: 33px 0; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; }
.footer-column h3 { margin: 0 0 15px; color: #8fd0ab; font: 10px var(--mono); letter-spacing: .13em; text-transform: uppercase; }
.footer-column a, .footer-column p { color: #c0cbca; font-size: 11px; line-height: 1.9; text-decoration: none; }
.footer-column a:hover { color: #fff; }
.footer-payment-heading { display: block; margin-top: 17px; color: #7c9096; font: 8px var(--mono); letter-spacing: .17em; text-transform: uppercase; }
.footer-payments { display: flex; align-items: center; flex-wrap: wrap; gap: 6px; margin-top: 9px; }
.payment-logo { display: inline-flex; align-items: center; justify-content: center; height: 25px; min-width: 44px; padding: 0 6px; border-radius: 3px; background: #fff; color: #162e3a; font: 700 9px Arial, sans-serif; letter-spacing: -.03em; line-height: 1; }
.payment-visa { color: #143d8d; font-style: italic; font-size: 12px; }
.payment-mastercard { position: relative; min-width: 72px; gap: 0; padding: 0 5px 0 3px; color: #252525; font-size: 6px; letter-spacing: -.08em; }
.payment-mastercard i { display: block; width: 14px; height: 14px; border-radius: 50%; }
.payment-mastercard i:first-child { margin-right: -5px; background: #eb001b; }
.payment-mastercard i:nth-child(2) { background: #f79e1b; }
.payment-mastercard strong { position: relative; z-index: 1; margin-left: 4px; font-weight: 700; }
.payment-amex { min-width: 50px; background: #1769aa; color: #fff; font-size: 8px; letter-spacing: -.05em; }
.payment-paypal { min-width: 55px; color: #003087; font-size: 10px; }
.payment-paypal span { color: #009cde; }
.payment-apple { min-width: 61px; color: #111; font-size: 9px; }
.apple-glyph { display: inline-grid; place-items: center; width: 13px; height: 13px; margin-right: 3px; border-radius: 50%; background: #111; color: #fff; font-size: 7px; }
.footer-disclaimer { padding: 18px 0; border-top: 1px solid rgba(255,255,255,.16); color: #7c9096; font-size: 10px; }
.footer-bottom { display: flex; align-items: center; gap: 25px; padding: 18px 0 22px; border-top: 1px solid rgba(255,255,255,.16); color: #7c9096; font: 9px var(--mono); }
.footer-bottom span:nth-child(2) { margin-left: auto; }

.page-shell, .shop-page { width: min(1200px, calc(100% - 72px)); margin: 0 auto; padding: 72px 0; }
.page-shell h1, .shop-page h1 { margin: 0 0 22px; font: 600 clamp(36px, 5vw, 62px)/1 var(--display); letter-spacing: -.05em; }
.page-shell h2, .shop-page h2 { margin-top: 42px; font: 600 28px var(--display); }
.page-shell p, .page-shell li, .shop-page p, .shop-page li { color: #35464f; font-size: 14px; line-height: 1.7; }
.woocommerce .site-main { min-height: 400px; }
.shop-page { width: min(1400px, calc(100% - 72px)); padding-top: 64px; }
.shop-page .page-title { margin-bottom: 30px; }
.shop-page .woocommerce-result-count { display: inline-flex; float: none; align-items: center; min-height: 38px; margin: 0 16px 24px 0; color: var(--muted); font: 10px var(--mono); letter-spacing: .04em; }
.shop-page .woocommerce-ordering { display: inline-flex; float: right; align-items: center; margin: 0 0 24px; }
.shop-page .woocommerce-ordering select { min-height: 38px; padding: 0 34px 0 12px; border: 1px solid #b9c5c6; border-radius: 0; background: #fffdf9; color: var(--ink); font-size: 11px; }
.woocommerce ul.products { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; clear: both; margin: 0; padding: 0; list-style: none; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product { display: flex; float: none; width: auto!important; min-width: 0; min-height: 100%; flex-direction: column; margin: 0!important; padding: 0 0 14px; border: 1px solid #c5cecf; background: #fffdf9; transition: box-shadow .25s, transform .25s; }
.woocommerce ul.products li.product:hover { box-shadow: 0 10px 26px rgba(11,28,40,.1); transform: translateY(-3px); }
.woocommerce ul.products li.product a.woocommerce-loop-product__link { display: flex; flex: 1; flex-direction: column; color: var(--ink); text-decoration: none; }
.woocommerce ul.products li.product a.woocommerce-loop-product__link img { display: block; width: 100%; height: auto; aspect-ratio: 1 / .9; margin: 0 0 14px; object-fit: contain; background: #eee6dc; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { min-height: 3.25em; margin: 0 14px 9px; overflow: hidden; color: var(--ink); font: 600 13px/1.28 var(--body); }
.woocommerce ul.products li.product .price { display: block; min-height: 20px; margin: auto 14px 0; color: var(--ink); font-size: 14px; }
.woocommerce ul.products li.product .price del { color: #8a979a; font-size: 11px; }
.woocommerce ul.products li.product .price ins { text-decoration: none; }
.woocommerce ul.products li.product .button { align-self: stretch; margin: 14px 14px 0!important; text-align: center; }
.product-purchase-trust { margin-top: 18px; padding-top: 16px; border-top: 1px solid #dce4e5; }
.product-purchase-label { display: block; color: var(--muted); font: 9px var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.product-purchase-payments { display: flex; align-items: center; flex-wrap: wrap; gap: 5px; margin-top: 9px; }
.product-purchase-payments .payment-logo { height: 23px; min-width: 40px; font-size: 8px; }
.product-purchase-payments .payment-mastercard { min-width: 66px; font-size: 5px; }
.product-purchase-payments .payment-mastercard i { width: 12px; height: 12px; }
.product-purchase-payments .payment-amex { min-width: 45px; font-size: 7px; }
.product-purchase-payments .payment-paypal { min-width: 49px; font-size: 9px; }
.product-purchase-payments .payment-apple { min-width: 54px; font-size: 8px; }
.product-purchase-policies { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 13px; }
.product-purchase-policies a { color: var(--ink); font-size: 11px; text-decoration: none; text-underline-offset: 3px; }
.product-purchase-policies a:hover { color: var(--green); text-decoration: underline; }
.product-purchase-policies a span { color: var(--green); }
.woocommerce nav.woocommerce-pagination { clear: both; margin: 48px 0 8px; text-align: center; }
.woocommerce nav.woocommerce-pagination ul { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px; margin: 0; padding: 0; border: 0; list-style: none; }
.woocommerce nav.woocommerce-pagination ul li { float: none; margin: 0; border: 0; }
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span { display: grid; place-items: center; min-width: 38px; height: 38px; padding: 0 9px; border: 1px solid #c5cecf; background: #fffdf9; color: var(--ink); font: 10px var(--mono); text-decoration: none; }
.woocommerce nav.woocommerce-pagination ul li a:hover { border-color: var(--green); color: var(--green); }
.woocommerce nav.woocommerce-pagination ul li span.current { border-color: var(--ink); background: var(--ink); color: #fff; }
.woocommerce nav.woocommerce-pagination ul li a.next, .woocommerce nav.woocommerce-pagination ul li a.prev { min-width: 46px; }
.woocommerce span.onsale { background: var(--green); }
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button { border-radius: 0; background: var(--green); color: #fff; }
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover { background: var(--green-dark); color: #fff; }
.woocommerce div.product .product_title { font-family: var(--display); letter-spacing: -.04em; }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--ink); }
.woocommerce div.product div.images img { background: var(--beige); }
.woocommerce-message, .woocommerce-info { border-top-color: var(--green); }

@media (max-width: 1050px) {
  .container, .section, .page-shell, .shop-page { width: min(100% - 40px, 1400px); }
  .header-main { gap: 14px; }
  .header-actions { gap: 12px; }
  .action-link span { display: none; }
  .desktop-nav { gap: 18px; }
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .category-grid { grid-template-columns: repeat(3, 1fr); }
  .woocommerce ul.products { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 700px) {
  .container, .section, .page-shell, .shop-page { width: calc(100% - 28px); }
  .announcement { justify-content: flex-start; gap: 0; padding: 0 14px; }
  .announcement span:not(:first-child) { display: none; }
  .header-main { height: 64px; }
  .mobile-menu-button, .mobile-cart { display: inline-flex; align-items: center; justify-content: center; }
  .mobile-menu-button { order: -1; }
  .mobile-cart { position: relative; width: 38px; height: 38px; padding: 0; font-size: 0; }
  .mobile-cart .cart-icon { width: 21px; height: 21px; }
  .mobile-cart .cart-count { top: 0; right: 0; }
  .logo { min-width: 0; }
  .logo strong { font-size: 16px; }
  .logo small { font-size: 7px; }
  .search-bar, .header-actions, .nav-row { display: none; }
  .hero { min-height: 0; height: auto; }
  .hero-slide { position: relative; display: flex; min-height: 610px; flex-direction: column; }
  .hero-image { position: relative; top: auto; left: auto; order: 0; width: 100%; height: 255px; flex: 0 0 255px; object-position: center; background: #eee5da; }
  .hero-content { order: 1; align-items: flex-start; height: auto; min-height: 355px; padding: 30px 0 82px; }
  .hero-panel { width: 100%; max-width: none; padding: 0; border-left: 0; background: transparent; box-shadow: none; backdrop-filter: none; }
  .hero-panel h1 { margin: 12px 0; font-size: clamp(38px, 11vw, 55px); }
  .hero-panel p { font-size: 13px; }
  .hero-actions { gap: 18px; margin-top: 18px; }
  .hero-secondary { display: none; }
  .hero-controls { bottom: 12px; }
  .hero-arrows { position: static; transform: none; }
  .dots { display: none; }
  .benefits-grid { grid-template-columns: repeat(2, 1fr); padding: 10px 0; }
  .benefit { justify-content: flex-start; padding: 8px 4px; border-right: 0; }
  .benefit:nth-child(odd) { border-right: 1px solid #dce4e5; }
  .category-grid, .product-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .category-card { min-height: 150px; padding: 12px; }
  .category-card:nth-child(n+5), .product-card:nth-child(n+5) { display: none; }
  .category-card:nth-child(n+4), .product-card:nth-child(n+4) { display: block; }
  .section { padding: 46px 0; }
  .shop-page { padding-top: 44px; padding-bottom: 48px; }
  .shop-page .page-title { margin-bottom: 20px; }
  .shop-page .woocommerce-result-count { display: block; min-height: 0; margin: 0 0 13px; line-height: 1.4; }
  .shop-page .woocommerce-ordering { display: flex; float: none; width: 100%; margin: 0 0 18px; }
  .shop-page .woocommerce-ordering select { width: 100%; }
  .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .woocommerce ul.products li.product { padding-bottom: 11px; }
  .woocommerce ul.products li.product a.woocommerce-loop-product__link img { aspect-ratio: 1 / .92; margin-bottom: 10px; }
  .woocommerce ul.products li.product .woocommerce-loop-product__title { min-height: 4.1em; margin: 0 10px 7px; font-size: 11px; }
  .woocommerce ul.products li.product .price { margin: auto 10px 0; font-size: 12px; }
  .woocommerce ul.products li.product .button { margin: 10px 10px 0!important; padding: 9px 7px; font-size: 10px; }
  .product-purchase-trust { margin-top: 16px; padding-top: 14px; }
  .product-purchase-payments { gap: 4px; }
  .product-purchase-payments .payment-logo { height: 22px; min-width: 38px; padding-inline: 5px; font-size: 7px; }
  .product-purchase-payments .payment-mastercard { min-width: 61px; }
  .product-purchase-payments .payment-mastercard i { width: 11px; height: 11px; }
  .product-purchase-payments .payment-amex { min-width: 42px; }
  .product-purchase-policies { gap: 10px; }
  .product-purchase-policies a { font-size: 10px; }
  .woocommerce nav.woocommerce-pagination { margin-top: 34px; }
  .woocommerce nav.woocommerce-pagination ul { gap: 4px; }
  .woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span { min-width: 34px; height: 34px; padding: 0 7px; }
  .section-heading { display: block; }
  .section-heading .text-link { margin-top: 15px; }
  .lifestyle-grid, .why-grid { grid-template-columns: 1fr; }
  .why-card { margin-right: 0; border-right: 0; border-bottom: 1px solid #dce5e1; }
  .newsletter-inner { display: block; }
  .newsletter form { margin-top: 26px; }
  .brands-row { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; }
  .brands-row > a, .brands-row > span { min-height: 72px; padding: 14px 12px; }
  .brands-row > a > span, .brands-row > span { font-size: clamp(11px, 3.5vw, 15px); }
  .footer-brand { display: block; }
  .footer-brand p { margin: 20px 0 0; }
  .footer-columns { grid-template-columns: repeat(2, 1fr); }
  .footer-bottom { display: block; }
  .footer-bottom span { display: block; margin: 7px 0!important; }
}