/*
Theme Name: Cycling Template 8
Author: Codex
Description: SEO-ready WooCommerce theme for a cycling wholesale independent site.
Version: 1.0.0
Requires PHP: 7.4
Text Domain: cycling-template8
*/
:root{--ink:#17201c;--muted:#5b6761;--line:#dce4df;--paper:#f8faf7;--white:#fff;--green:#28745b;--deep:#174d3c;--teal:#0d7a86;--amber:#d3922c;--coral:#bf584c;--max:1180px;--radius:8px;--shadow:0 18px 50px rgba(23,32,28,.14)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;line-height:1.65;letter-spacing:0}img{display:block;max-width:100%;height:auto}a{color:var(--deep);text-underline-offset:.18em}.skip-link{position:absolute;left:-999px;top:10px;background:var(--ink);color:#fff;padding:10px 14px;z-index:50}.skip-link:focus{left:10px}.site-header{position:sticky;top:0;z-index:30;background:rgba(248,250,247,.94);backdrop-filter:blur(14px);border-bottom:1px solid rgba(220,228,223,.8)}.header-inner{max-width:var(--max);margin:0 auto;padding:14px 22px;display:flex;align-items:center;justify-content:space-between;gap:22px}.brand{display:inline-flex;align-items:center;gap:10px;font-weight:800;color:var(--ink);text-decoration:none;white-space:nowrap}.brand-mark{width:34px;height:34px;display:grid;place-items:center;border-radius:8px;color:#fff;background:linear-gradient(135deg,var(--green),var(--teal));font-weight:900}.nav-menu{list-style:none;display:flex;align-items:center;justify-content:flex-end;gap:22px;margin:0;padding:0;flex-wrap:wrap}.nav-menu a{color:var(--ink);font-weight:650;font-size:.94rem;text-decoration:none}.nav-menu a:hover{color:var(--green)}.button,.wp-block-button__link,input[type=submit]{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:11px 18px;border:1px solid transparent;border-radius:var(--radius);background:var(--green);color:#fff;text-decoration:none;font-weight:750;cursor:pointer}.button:hover,.wp-block-button__link:hover,input[type=submit]:hover{background:var(--deep);color:#fff}.button.secondary{background:rgba(255,255,255,.92);color:var(--ink);border-color:rgba(255,255,255,.7)}.button.secondary:hover{background:#fff;color:var(--deep)}
.hero{min-height:74vh;display:grid;align-items:center;color:#fff;background-image:linear-gradient(90deg,rgba(14,32,24,.82),rgba(14,32,24,.42) 52%,rgba(14,32,24,.12)),var(--hero-image);background-size:cover;background-position:center}.hero-inner{width:100%;max-width:var(--max);margin:0 auto;padding:70px 22px 80px}.eyebrow{margin:0 0 14px;color:#d9efe7;text-transform:uppercase;font-size:.82rem;font-weight:800;letter-spacing:.08em}.hero h1{margin:0;max-width:780px;font-size:clamp(2.5rem,6vw,5.9rem);line-height:.98;letter-spacing:0}.hero-copy{max-width:650px;margin:24px 0 0;font-size:clamp(1.05rem,2vw,1.28rem);color:#edf7f3}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.hero-stats{margin-top:42px;display:grid;grid-template-columns:repeat(3,minmax(0,150px));gap:18px}.hero-stat strong{display:block;font-size:1.7rem;line-height:1}.hero-stat span{display:block;margin-top:8px;color:#d9efe7;font-size:.94rem}
.section{padding:82px 22px}.white{background:#fff}.green{background:#eaf5ef}.amber{background:#fff7e8}.section-inner{max-width:var(--max);margin:0 auto}.section-head{display:grid;grid-template-columns:minmax(0,.9fr) minmax(260px,.55fr);gap:34px;align-items:end;margin-bottom:34px}.section h2,.content h1,.content h2{margin:0 0 14px;font-size:clamp(1.9rem,4vw,3.2rem);line-height:1.08;letter-spacing:0}.section-head p,.lead{color:var(--muted);font-size:1.08rem;margin:0}.grid{display:grid;gap:18px}.three{grid-template-columns:repeat(3,minmax(0,1fr))}.two{grid-template-columns:repeat(2,minmax(0,1fr))}.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:24px;box-shadow:0 8px 22px rgba(23,32,28,.06)}.card img{border-radius:var(--radius);margin-bottom:18px;aspect-ratio:16/10;object-fit:cover}.card h3{margin:0 0 10px;font-size:1.22rem;line-height:1.2}.card p{margin:0;color:var(--muted)}.feature-list{list-style:none;padding:0;margin:18px 0 0;display:grid;gap:10px}.feature-list li{position:relative;padding-left:24px;color:var(--muted)}.feature-list li:before{content:"";position:absolute;left:0;top:.66em;width:8px;height:8px;border-radius:50%;background:var(--amber)}.split{display:grid;grid-template-columns:minmax(0,.92fr) minmax(320px,.78fr);gap:44px;align-items:center}.media-frame{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);background:#fff}.process{counter-reset:step;display:grid;gap:14px;margin-top:24px}.process-item{display:grid;grid-template-columns:42px minmax(0,1fr);gap:14px;padding:18px;border:1px solid var(--line);border-radius:var(--radius);background:rgba(255,255,255,.72)}.process-item:before{counter-increment:step;content:counter(step);width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:var(--teal);color:#fff;font-weight:800}.process-item h3{margin:0 0 4px;font-size:1.05rem}.process-item p{margin:0;color:var(--muted)}.cta-band{background:var(--ink);color:#fff}.cta-band p{color:#d8e5df}.content{max-width:1220px;margin:0 auto;padding:70px 22px 90px}.content>*+*{margin-top:18px}.breadcrumbs{max-width:1220px;margin:0 auto;padding:20px 22px 0;color:var(--muted);font-size:.92rem}.breadcrumbs a{color:var(--muted);text-decoration:none}.post-list{display:grid;gap:18px}.post-list article{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:22px}.site-footer{background:#101813;color:#dce8e2;padding:46px 22px}.footer-inner{max-width:var(--max);margin:0 auto;display:grid;grid-template-columns:1fr auto;gap:24px}.footer-links{display:flex;gap:16px;flex-wrap:wrap;justify-content:flex-end}.footer-links a{color:#dce8e2;text-decoration:none}
@media(max-width:840px){.header-inner{align-items:flex-start;flex-direction:column}.nav-menu{justify-content:flex-start;gap:14px}.hero{min-height:76vh}.hero-stats,.three,.two,.section-head,.split,.footer-inner{grid-template-columns:1fr}.section{padding:58px 18px}.hero-inner{padding:58px 18px 68px}.footer-links{justify-content:flex-start}}.topbar{background:#174d3c;color:#eaf5ef;font-size:.88rem}.topbar-inner{max-width:var(--max);margin:0 auto;padding:7px 22px;display:flex;gap:18px;justify-content:space-between;flex-wrap:wrap}.quote-link{display:inline-flex;align-items:center;min-height:38px;padding:8px 14px;border-radius:8px;background:#d3922c;color:#17201c;text-decoration:none;font-weight:800}.pet-hero{background-position:center right}.content h2{font-size:clamp(1.5rem,3vw,2.35rem);margin-top:28px}.content table{width:100%;border-collapse:collapse;background:#fff}.content th,.content td{border:1px solid var(--line);padding:12px;text-align:left}.content th{background:#eaf5ef}.content .button{margin-top:10px}@media(max-width:840px){.quote-link{width:100%;justify-content:center}.topbar-inner{justify-content:flex-start}}
.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin:22px 0 34px}.product-grid article{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:22px;box-shadow:0 8px 22px rgba(23,32,28,.05)}.product-grid h3{margin:0 0 8px;font-size:1.18rem;line-height:1.25}.product-grid p{margin:0;color:var(--muted)}.text-link{display:inline-flex;margin-top:12px;font-weight:800;text-decoration:none;color:var(--green)}.product-quick{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:24px 0 30px}.product-quick div{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:16px}.product-quick strong{display:block;color:var(--deep);font-size:.82rem;text-transform:uppercase;letter-spacing:.06em}.product-quick span{display:block;margin-top:6px;color:var(--muted)}.keyword-box{background:#fff7e8;border:1px solid #efd7aa;border-radius:var(--radius);padding:16px;color:#5c4720}.secondary-page{background:#fff;color:var(--green);border-color:var(--green);margin-left:8px}.feature-list.two-col{grid-template-columns:repeat(2,minmax(0,1fr))}.spec-table th{width:28%}@media(max-width:840px){.product-grid,.product-quick,.feature-list.two-col{grid-template-columns:1fr}.secondary-page{margin-left:0;margin-top:10px}}

/* Product imagery and catalog cards */
.product-cards{align-items:stretch}
.product-card{display:flex;flex-direction:column}
.product-card-media,.catalog-media{display:block;overflow:hidden;border-radius:var(--radius);background:#edf5f0;text-decoration:none}
.product-card-media{margin:-4px -4px 18px}
.product-card-media img,.catalog-media img{width:100%;aspect-ratio:16/10;object-fit:cover;margin:0;border-radius:0;transition:transform .24s ease}
.product-card-media:hover img,.catalog-media:hover img{transform:scale(1.025)}
.product-card h3 a,.product-grid h3 a{color:var(--ink);text-decoration:none}
.product-card h3 a:hover,.product-grid h3 a:hover{color:var(--green)}
.product-grid article{display:flex;flex-direction:column}
.catalog-media{margin-bottom:16px}
.mini-specs{list-style:none;margin:14px 0 0;padding:0;display:grid;gap:7px;color:var(--muted);font-size:.94rem}
.mini-specs li{position:relative;padding-left:18px}
.mini-specs li:before{content:"";position:absolute;left:0;top:.72em;width:7px;height:7px;border-radius:50%;background:var(--amber)}
.product-photo{margin:0 0 28px;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:#edf5f0;box-shadow:0 10px 28px rgba(23,32,28,.08)}
.product-photo img{width:100%;aspect-ratio:16/10;object-fit:cover}
.product-photo figcaption{margin:0;padding:12px 14px;background:#fff;color:var(--muted);font-size:.92rem}
.product-detail-gallery{margin:34px 0 38px}.product-detail-gallery h2{margin-bottom:18px}.product-detail-gallery__grid{display:grid;gap:18px}.product-detail-gallery figure{margin:0;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:#fff;box-shadow:0 10px 28px rgba(23,32,28,.06)}.product-detail-gallery img{width:100%;margin:0;border-radius:0}
.product-detail-content{max-width:1240px}.product-showcase{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(420px,.88fr);gap:38px;align-items:start;margin:16px 0 42px}.product-showcase__media{background:#f1f2ef;border:1px solid #e0e3de;padding:18px}.product-showcase__main{position:relative;display:grid;place-items:center;aspect-ratio:1/1;background:#fff;overflow:hidden}.product-showcase__image{width:100%;height:100%;object-fit:contain;padding:24px}.product-showcase__arrow{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border:0;border-radius:50%;background:rgba(255,91,17,.92);color:#fff;font-size:2rem;line-height:1;cursor:pointer;box-shadow:0 8px 20px rgba(180,72,23,.2)}.product-showcase__arrow:hover{background:#db4c0d}.product-showcase__arrow--prev{left:16px}.product-showcase__arrow--next{right:16px}.product-showcase__thumbs{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin-top:14px}.product-showcase__thumb{display:grid;grid-template-rows:78px auto;gap:6px;min-width:0;border:1px solid #d8ddd7;background:#fff;padding:6px;cursor:pointer;text-align:center;color:var(--muted);font:inherit;font-size:.76rem;line-height:1.15}.product-showcase__thumb img{width:100%;height:78px;object-fit:contain}.product-showcase__thumb span{display:block;min-height:1.8em;overflow:hidden}.product-showcase__thumb.is-active{border-color:#ff5b11;box-shadow:0 0 0 2px rgba(255,91,17,.14);color:#17201c}.product-showcase__summary{padding:8px 0 0}.product-showcase__eyebrow{margin:0 0 12px;color:#ff5b11;text-transform:uppercase;font-weight:850;font-size:.82rem;letter-spacing:.06em}.product-showcase__summary h1{margin:0 0 16px;font-size:clamp(2rem,3.8vw,2.85rem);line-height:1.08;letter-spacing:0}.product-showcase__lead{margin:0 0 22px;color:var(--muted);font-size:1.02rem;line-height:1.72}.product-showcase__summary h2{margin:22px 0 10px;font-size:1.1rem;line-height:1.25;color:#111}.product-showcase__features{margin:0;padding:0;list-style:none;display:grid;gap:9px}.product-showcase__features li{position:relative;padding-left:20px;color:#222;line-height:1.55}.product-showcase__features li:before{content:"";position:absolute;left:0;top:.68em;width:6px;height:6px;border-radius:50%;background:#ff5b11}.product-showcase__params{width:100%;border-collapse:collapse;background:#fff;border:1px solid var(--line);font-size:.95rem}.product-showcase__params th,.product-showcase__params td{border-bottom:1px solid var(--line);padding:10px 12px;text-align:left;vertical-align:top}.product-showcase__params th{width:32%;background:#f6faf7;color:var(--deep);font-weight:800}.product-showcase__params tr:last-child th,.product-showcase__params tr:last-child td{border-bottom:0}.product-showcase__checks{display:grid;gap:8px;margin:16px 0 0;padding:0;list-style:none;color:var(--muted);font-size:.95rem}.product-showcase__checks li{position:relative;padding-left:24px}.product-showcase__checks li:before{content:"✓";position:absolute;left:0;top:.05em;width:16px;height:16px;display:grid;place-items:center;border-radius:3px;background:#65c78a;color:#fff;font-size:.72rem;font-weight:900}.product-showcase__actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}.product-showcase__quote{background:#ff5b11;border-color:#ff5b11}.product-showcase__quote:hover{background:#d94808}.product-detail-body{border-top:1px solid var(--line);padding-top:28px}
@media(max-width:840px){.product-card-media{margin:0 0 16px}}
@media(max-width:920px){.product-showcase{grid-template-columns:1fr;gap:24px}.product-showcase__summary{padding-top:0}.product-showcase__thumbs{grid-template-columns:repeat(5,minmax(56px,1fr));overflow-x:auto;padding-bottom:4px}.product-showcase__thumb{grid-template-rows:64px auto;min-width:74px}.product-showcase__thumb img{height:64px}.product-showcase__media{padding:12px}.product-showcase__image{padding:14px}.product-showcase__arrow{width:36px;height:36px;font-size:1.7rem}.product-showcase__summary h1{font-size:2rem}.product-showcase__params th{width:38%}}
/* Quote request modal */
.quote-link{border:1px solid #17201c;box-shadow:0 1px 0 rgba(0,0,0,.14)}
.quote-modal-lock{overflow:hidden}
.quote-modal{position:fixed;inset:0;z-index:1000;display:none;align-items:center;justify-content:center;padding:clamp(16px,4vw,58px)}
.quote-modal.is-open{display:flex}
.quote-modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.35)}
.quote-dialog{position:relative;z-index:1;width:min(1344px,92vw);max-height:min(88vh,760px);overflow:auto;background:#f8f9f9;border-radius:0;padding:clamp(54px,6vw,92px) clamp(30px,4vw,58px);box-shadow:0 24px 70px rgba(0,0,0,.26);display:grid;grid-template-columns:minmax(360px,.9fr) minmax(460px,1fr);gap:clamp(36px,5vw,72px)}
.quote-close{position:fixed;right:calc(clamp(16px,4vw,58px) + 10px);top:calc(clamp(16px,4vw,58px) + 8px);z-index:3;width:34px;height:34px;border:0;background:transparent;cursor:pointer;padding:0}
.quote-close:before,.quote-close:after{content:"";position:absolute;left:6px;top:16px;width:24px;height:2px;background:#111;transform:rotate(45deg);transform-origin:center}
.quote-close:after{transform:rotate(-45deg)}
.quote-close:hover:before,.quote-close:hover:after{background:#0d87c6}
.quote-info{align-self:center}
.quote-info h2{margin:0 0 22px;font-size:clamp(2rem,3vw,2.45rem);line-height:1.05;color:#111;font-weight:800}
.quote-info h2 span{color:#0d87c6}
.quote-intro{margin:0 0 28px;color:#1f2b27;font-size:1.08rem;line-height:1.75;max-width:640px}
.quote-contact-list{display:grid;gap:22px}
.quote-contact-row{display:grid;grid-template-columns:30px minmax(0,1fr);gap:10px;align-items:start;color:#17201c}
.quote-contact-copy a,.quote-contact-copy span{display:block;color:#17201c;text-decoration:none;font-size:1.08rem;line-height:1.45}
.quote-contact-copy small{display:block;color:#313b37;font-size:1rem;line-height:1.4;margin-top:2px}
.quote-icon{position:relative;display:block;width:26px;height:28px;margin-top:3px;color:#111}
.quote-icon-phone:before{content:"";position:absolute;left:5px;top:0;width:15px;height:26px;border:2px solid currentColor;border-radius:3px}
.quote-icon-phone:after{content:"";position:absolute;left:11px;bottom:4px;width:4px;height:4px;border-radius:50%;background:currentColor}
.quote-icon-email:before{content:"";position:absolute;left:0;top:4px;width:27px;height:19px;border:2px solid currentColor}
.quote-icon-email:after{content:"";position:absolute;left:4px;top:8px;width:17px;height:17px;border-left:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(-45deg)}
.quote-icon-address:before{content:"";position:absolute;left:5px;top:0;width:17px;height:23px;border:2px solid currentColor;border-radius:12px 12px 12px 0;transform:rotate(-45deg)}
.quote-icon-address:after{content:"";position:absolute;left:11px;top:7px;width:6px;height:6px;border:2px solid currentColor;border-radius:50%;background:#f8f9f9}
.quote-form{align-self:center}
.quote-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.quote-fields input,.quote-fields textarea{width:100%;border:1px solid #d4d8d7;background:#fff;color:#17201c;font:inherit;font-weight:700;padding:9px 14px;border-radius:0;text-align:center;min-height:42px;outline:none}
.quote-fields input::placeholder,.quote-fields textarea::placeholder{color:#999;opacity:1}
.quote-fields input:focus,.quote-fields textarea:focus{border-color:#0d87c6;box-shadow:0 0 0 2px rgba(13,135,198,.12)}
.quote-fields textarea{grid-column:1/-1;min-height:90px;resize:vertical}
.quote-submit{width:100%;min-height:42px;margin-top:20px;border:0;background:#0d87c6;color:#fff;font-weight:800;cursor:pointer}
.quote-submit:hover{background:#0677b2}
.quote-submit:disabled{opacity:.7;cursor:wait}
.quote-status{min-height:0;margin-top:12px;text-align:center;font-weight:700}
.quote-status:empty{display:none}
.quote-status.is-success{color:#28745b}
.quote-status.is-error{color:#bf584c}
@media(max-width:900px){.quote-modal{padding:16px}.quote-dialog{grid-template-columns:1fr;width:min(680px,94vw);padding:58px 20px 28px;gap:28px}.quote-fields{grid-template-columns:1fr}.quote-info h2{font-size:2rem}.quote-intro{font-size:1rem}.quote-contact-row{grid-template-columns:28px minmax(0,1fr)}}
@media(max-width:520px){.quote-dialog{width:100%;max-height:90vh}.quote-close{right:26px;top:24px}.quote-contact-copy a,.quote-contact-copy span{font-size:1rem}.quote-fields{gap:12px}}

/* Shop home UI */
body.home{background:#fff;color:#0f1812}
body.home .site-footer{margin-top:26px}
.shop-header{position:sticky;top:0;z-index:40;background:rgba(255,255,255,.96);border-bottom:1px solid #e8ece8;box-shadow:0 2px 16px rgba(17,24,20,.06);backdrop-filter:blur(14px)}
.shop-header-inner{max-width:1540px;margin:0 auto;padding:18px 56px;display:grid;grid-template-columns:auto minmax(380px,1fr) minmax(300px,420px) auto auto;gap:26px;align-items:center}
.shop-brand{display:inline-flex;align-items:center;gap:9px;color:#074318;text-decoration:none;font-size:1.75rem;line-height:1;font-weight:900;white-space:nowrap}
.shop-brand-mark{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#2f9b4f;color:#fff;border:2px solid #073b18;font-size:.9rem;font-weight:900}
.shop-nav{display:flex;align-items:center;justify-content:center;gap:36px;white-space:nowrap}
.shop-nav a{color:#090f0b;text-decoration:none;font-weight:760;font-size:1rem}
.shop-nav a:hover{color:#0a5a22}
.shop-search{display:grid;grid-template-columns:minmax(0,1fr) 54px;min-height:46px;border:1px solid #d9ded9;border-radius:8px;overflow:hidden;background:#fff;box-shadow:0 2px 8px rgba(17,24,20,.04)}
.shop-search input{width:100%;border:0;outline:0;padding:0 18px;font:inherit;color:#111;background:#fff}
.shop-search button{border:0;background:#0d5a25;color:#fff;display:grid;place-items:center;cursor:pointer}
.shop-search button:hover{background:#073f19}
.shop-search-icon{position:relative;width:22px;height:22px;border:3px solid currentColor;border-radius:50%}
.shop-search-icon:after{content:"";position:absolute;width:10px;height:3px;background:currentColor;right:-7px;bottom:0;transform:rotate(45deg);border-radius:2px}
.shop-account,.shop-cart{display:inline-flex;align-items:center;gap:8px;color:#090f0b;text-decoration:none;font-weight:720;background:transparent;border:0;font:inherit;cursor:pointer;white-space:nowrap}
.shop-user-icon{position:relative;width:23px;height:23px;border:2px solid currentColor;border-radius:50%;display:inline-block}
.shop-user-icon:before{content:"";position:absolute;left:6px;top:3px;width:7px;height:7px;border:2px solid currentColor;border-radius:50%;background:#fff}
.shop-user-icon:after{content:"";position:absolute;left:3px;bottom:2px;width:13px;height:7px;border:2px solid currentColor;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom:0}
.shop-cart{position:relative}
.shop-cart-icon,.shop-cart-mini{position:relative;display:inline-block;width:25px;height:22px}
.shop-cart-icon:before,.shop-cart-mini:before{content:"";position:absolute;left:3px;top:5px;width:17px;height:11px;border:2px solid currentColor;border-top:0;border-radius:2px}
.shop-cart-icon:after,.shop-cart-mini:after{content:"";position:absolute;left:0;top:0;width:8px;height:2px;background:currentColor;transform:rotate(20deg);transform-origin:left center}
.shop-cart-icon{color:#0b120e}
.shop-cart-icon i,.shop-cart-mini i{display:none}
.shop-cart-badge{position:absolute;top:-10px;left:14px;min-width:18px;height:18px;padding:0 4px;border-radius:99px;background:#2f9b4f;color:#fff;border:1px solid #073b18;font-size:.72rem;line-height:17px;text-align:center;font-weight:900}
.shop-home{max-width:1540px;margin:0 auto;padding:18px 56px 34px}
.shop-hero{position:relative;display:grid;grid-template-columns:minmax(420px,.72fr) minmax(520px,1.15fr);align-items:center;min-height:380px;overflow:hidden;border-radius:18px;background:linear-gradient(100deg,#fff5ec 0%,#fff 48%,#f3eee6 100%);box-shadow:0 16px 40px rgba(45,37,22,.09)}
.shop-hero-copy{position:relative;z-index:2;padding:48px 0 48px 84px}
.shop-sale-label{margin:0 0 12px;color:#e82923;font-weight:900;letter-spacing:.03em}
.shop-hero h1{margin:0;max-width:560px;color:#063c1a;font-size:clamp(2.9rem,4.9vw,5.25rem);line-height:.99;font-weight:950;text-shadow:0 2px 0 #fff}
.shop-hero h1 span{color:#f15a4c;text-shadow:0 2px 0 #fff}
.shop-hero p{max-width:460px;margin:18px 0 0;color:#121b15;font-size:1.14rem;line-height:1.55;font-weight:620}
.shop-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.shop-primary-btn,.shop-secondary-btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 34px;border-radius:8px;text-decoration:none;font-weight:900;cursor:pointer}
.shop-primary-btn{background:#fb594e;color:#fff;border:1px solid #db372e;box-shadow:0 3px 0 #bd2f27}
.shop-secondary-btn{background:#0d5a25;color:#fff;border:1px solid #063d19}
.shop-hero-media{position:relative;align-self:stretch;display:grid;place-items:center;min-height:380px;padding:34px 84px 26px 20px}
.shop-hero-media img{width:min(690px,100%);max-height:340px;object-fit:contain;filter:drop-shadow(0 18px 30px rgba(26,34,25,.12))}
.shop-discount-badge{position:absolute;right:74px;top:48px;width:132px;height:132px;border-radius:50%;display:grid;place-items:center;align-content:center;background:#fb5a4f;color:#fff;border:1px solid #d73d32;box-shadow:0 10px 22px rgba(193,63,53,.22);text-align:center;font-weight:900}
.shop-discount-badge span{font-size:.9rem;line-height:1.05}
.shop-discount-badge strong{font-size:2.65rem;line-height:.95}
.shop-category-strip{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px;margin:28px 10px 22px}
.shop-category-card{min-height:92px;display:grid;grid-template-columns:105px minmax(0,1fr) 20px;align-items:center;gap:12px;padding:12px 18px;border-radius:8px;background:#fbfaf8;box-shadow:0 7px 22px rgba(17,24,20,.07);text-decoration:none;color:#0d130f;border:1px solid #f0efec}
.shop-category-card:hover{transform:translateY(-1px);box-shadow:0 10px 26px rgba(17,24,20,.1)}
.shop-category-card img{width:105px;height:68px;object-fit:contain}
.shop-category-card strong{display:block;font-size:1.15rem;line-height:1.15}
.shop-category-card small{display:block;margin-top:4px;color:#19241d;line-height:1.2}
.shop-category-card b,.shop-section-title a span{position:relative;display:block;width:16px;height:16px}
.shop-category-card b:before,.shop-section-title a span:before{content:"";position:absolute;inset:3px 2px 3px 5px;border-right:2px solid #0c5a24;border-top:2px solid #0c5a24;transform:rotate(45deg)}
.shop-products-section{padding:0 10px}
.shop-section-title{display:flex;align-items:center;justify-content:space-between;margin:8px 16px 16px}
.shop-section-title h2{margin:0;font-size:1.45rem;line-height:1.1;color:#0e150f}
.shop-section-title a{display:inline-flex;align-items:center;gap:9px;color:#082f14;text-decoration:none;font-weight:760}
.shop-product-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:22px}
.shop-product-card{overflow:hidden;border-radius:8px;background:#fff;box-shadow:0 8px 24px rgba(17,24,20,.1);border:1px solid #ecefea}
.shop-product-media{position:relative;display:block;height:184px;background:#faf9f6;text-decoration:none}
.shop-product-media img{width:100%;height:100%;object-fit:contain;padding:10px 12px}
.shop-product-badge{position:absolute;left:14px;top:12px;z-index:1;background:#168542;color:#fff;border:1px solid #0b5526;border-radius:8px;padding:4px 9px;font-size:.72rem;line-height:1;font-weight:900;box-shadow:0 2px 0 rgba(0,0,0,.1)}
.shop-product-card:nth-child(2) .shop-product-badge{background:#f5a900;border-color:#d08c00;color:#fff}
.shop-product-card:nth-child(3) .shop-product-badge{background:#0d7a86;border-color:#075b63}
.shop-product-card:nth-child(4) .shop-product-badge{background:#bf584c;border-color:#963e35}
.shop-product-card:nth-child(5) .shop-product-badge{background:#174d3c;border-color:#093327}
.shop-product-body{padding:14px 16px 16px}
.shop-product-body h3{min-height:42px;margin:0 0 7px;font-size:.98rem;line-height:1.24}
.shop-product-body h3 a{color:#101711;text-decoration:none}
.shop-product-body h3 a:hover{color:#0d5a25}
.shop-product-body p{min-height:39px;margin:0 0 8px;color:#243229;font-size:.84rem;line-height:1.35}
.shop-product-rating{display:flex;align-items:center;gap:5px;color:#f5a400;font-size:.82rem;line-height:1}
.shop-product-rating small{color:#1a231d;font-size:.82rem}
.shop-product-bottom{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:9px}
.shop-product-bottom strong{font-size:.98rem;color:#111;font-weight:900}
.shop-product-bottom button{width:40px;height:36px;border:1px solid #0b4c20;border-radius:8px;background:#0d5a25;color:#fff;display:grid;place-items:center;cursor:pointer}
.shop-product-bottom button:hover{background:#073f19}
.shop-cart-mini{width:20px;height:18px}
.shop-service-bar{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin:20px 10px 0;padding:17px 26px;border-radius:8px;background:linear-gradient(90deg,#f4faef,#fbf6e7);box-shadow:0 8px 24px rgba(17,24,20,.08)}
.shop-service-bar div{display:grid;grid-template-columns:44px minmax(0,1fr);gap:10px;align-items:center}
.shop-service-bar strong{display:block;font-size:1rem;color:#101711}
.shop-service-bar small{display:block;color:#27322b;line-height:1.2}
.service-icon{position:relative;display:block;width:42px;height:36px;color:#0b4d20}
.service-truck:before{content:"";position:absolute;left:2px;top:9px;width:24px;height:15px;border:2px solid currentColor;border-radius:2px}
.service-truck:after{content:"";position:absolute;right:2px;top:14px;width:13px;height:10px;border:2px solid currentColor;border-left:0}
.service-box:before{content:"";position:absolute;left:7px;top:5px;width:26px;height:26px;border:2px solid currentColor;border-radius:5px}
.service-box:after{content:"";position:absolute;left:15px;top:0;width:12px;height:9px;border:2px solid currentColor;border-bottom:0;border-radius:6px 6px 0 0}
.service-shield:before{content:"";position:absolute;left:8px;top:2px;width:25px;height:29px;border:2px solid currentColor;border-radius:6px 6px 14px 14px;transform:skewY(-6deg)}
.service-shield:after{content:"";position:absolute;left:18px;top:12px;width:8px;height:8px;border-radius:50%;background:currentColor;box-shadow:-8px 7px 0 -2px currentColor,8px 7px 0 -2px currentColor}
.service-lock:before{content:"";position:absolute;left:9px;top:15px;width:24px;height:18px;border:2px solid currentColor;border-radius:3px}
.service-lock:after{content:"";position:absolute;left:15px;top:2px;width:12px;height:16px;border:2px solid currentColor;border-bottom:0;border-radius:10px 10px 0 0}
@media(max-width:1180px){.shop-header-inner{grid-template-columns:1fr;gap:14px;padding:16px 24px}.shop-nav{justify-content:flex-start;gap:20px;overflow:auto}.shop-search{max-width:560px}.shop-home{padding:18px 24px 34px}.shop-hero{grid-template-columns:1fr}.shop-hero-copy{padding:38px 34px 10px}.shop-hero-media{min-height:300px;padding:10px 34px 30px}.shop-discount-badge{right:34px;top:22px}.shop-category-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.shop-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.shop-service-bar{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.shop-header-inner{padding:14px 16px}.shop-brand{font-size:1.35rem}.shop-nav{gap:16px}.shop-nav a{font-size:.95rem}.shop-account,.shop-cart{display:none}.shop-home{padding:14px 14px 26px}.shop-hero{border-radius:12px}.shop-hero-copy{padding:30px 22px 4px}.shop-hero h1{font-size:2.35rem}.shop-hero p{font-size:1rem}.shop-primary-btn,.shop-secondary-btn{width:100%;padding:0 18px}.shop-hero-media{min-height:230px;padding:0 12px 22px}.shop-hero-media img{max-height:220px}.shop-discount-badge{width:92px;height:92px;right:18px;top:14px}.shop-discount-badge strong{font-size:1.85rem}.shop-category-strip,.shop-product-grid,.shop-service-bar{grid-template-columns:1fr;gap:14px;margin-left:0;margin-right:0}.shop-category-card{grid-template-columns:94px minmax(0,1fr) 18px}.shop-product-media{height:210px}.shop-section-title{margin-left:0;margin-right:0}.shop-service-bar{padding:16px}}
/* End shop home UI */

/* Cycling catalog helpers */
.imported-product-grid{grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch}
.imported-product-card{padding:16px}
.imported-product-card .product-card-media{margin:0 0 14px;background:#fff;border:1px solid var(--line)}
.imported-product-card .product-card-media img{aspect-ratio:1/1;object-fit:contain;padding:10px;background:#fff}
.imported-product-card h3{font-size:1.02rem;line-height:1.26}
.imported-product-card p{font-size:.94rem;line-height:1.48}
.imported-product-card .text-link{margin-top:auto}
.product-photo{background:#fff}
.product-photo img{height:clamp(360px,52vw,640px);aspect-ratio:auto;object-fit:contain;padding:16px;background:#fff}
@media(max-width:1040px){.imported-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:760px){.imported-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:520px){.imported-product-grid{grid-template-columns:1fr}}
/* End cycling catalog helpers */

/* U.S. market SEO content upgrades */
.seo-category-links{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin:22px 0 24px}
.seo-category-links a{display:grid;gap:4px;min-height:86px;padding:16px;border:1px solid var(--line);border-radius:8px;background:#fff;text-decoration:none;color:var(--ink);box-shadow:0 6px 18px rgba(23,32,28,.06)}
.seo-category-links a:hover{border-color:var(--green);transform:translateY(-1px)}
.seo-category-links strong{font-size:1rem;line-height:1.2}
.seo-category-links span{font-size:.9rem;color:var(--muted);line-height:1.35}
.seo-content-band{margin:24px 0;padding:22px;border:1px solid var(--line);border-radius:8px;background:#fff}
.seo-content-band h2{font-size:clamp(1.45rem,2.6vw,2.05rem);margin:0 0 10px}
.seo-content-band p{color:var(--muted);margin:0}
.seo-content-band p+p{margin-top:14px}
.shop-value-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin:0 10px 22px}
.shop-value-strip div{padding:18px 20px;border:1px solid #e7ece7;border-radius:8px;background:#fff;box-shadow:0 8px 24px rgba(17,24,20,.07)}
.shop-value-strip strong{display:block;color:#0d3f19;font-size:1.05rem}
.shop-value-strip small{display:block;color:#27322b;margin-top:4px;line-height:1.35}
@media(max-width:980px){.seo-category-links{grid-template-columns:repeat(2,minmax(0,1fr))}.shop-value-strip{grid-template-columns:1fr}}
@media(max-width:540px){.seo-category-links{grid-template-columns:1fr}}
/* End U.S. market SEO content upgrades */

/* Cycling brand mark */
.brand-logo{width:34px;height:34px;flex:0 0 34px;border-radius:50%;object-fit:contain}
.shop-brand-logo{width:36px;height:36px;flex-basis:36px}
/* End cycling brand mark */

/* Cycling Template 8 overrides */
:root{--ink:#102535;--muted:#55636f;--line:#dbe3ea;--paper:#f7fafc;--white:#fff;--green:#12324a;--deep:#0f6d7a;--teal:#1d8aa3;--amber:#f7b84b;--coral:#cf6538;--max:1320px;--radius:10px;--shadow:0 18px 42px rgba(14,24,36,.12)}
body{background:var(--paper);color:var(--ink)}
body.home{background:linear-gradient(180deg,#f7fbff 0,#ffffff 54%,#eff5fa 100%)}
body.home .site-footer{margin-top:28px}
.topbar{background:#12324a;color:#e8f3fb}
.site-header{background:rgba(255,255,255,.94);border-bottom:1px solid #dfe8ef;box-shadow:0 4px 18px rgba(14,24,36,.06);backdrop-filter:blur(12px)}
.header-inner,.shop-header-inner{max-width:1540px}
.header-inner{padding:16px 44px}
.nav-menu a,.shop-nav a,.shop-account,.shop-cart{color:#102535}
.nav-menu a:hover,.shop-nav a:hover,.shop-account:hover,.shop-cart:hover{color:#0f6d7a}
.nav-menu button{border:0;background:transparent;color:#102535;font:inherit;font-weight:650;cursor:pointer}
.nav-menu button:hover{color:#0f6d7a}
.quote-link{background:#f7b84b;color:#102535;border-color:#d69a28;box-shadow:0 1px 0 rgba(0,0,0,.12)}
.quote-link:hover{background:#eaa61f;color:#102535}
.brand{color:#102535}
.shop-header{background:rgba(255,255,255,.96);border-bottom:1px solid #dfe7ee;box-shadow:0 4px 18px rgba(14,24,36,.06);backdrop-filter:blur(14px)}
.shop-header-inner{padding:16px 44px;grid-template-columns:auto minmax(0,1fr) minmax(320px,420px) auto auto}
.shop-brand{color:#102535}
.shop-brand-mark{background:#12324a;border-color:#12324a}
.shop-search{border-color:#cfd9e3;box-shadow:0 2px 8px rgba(14,24,36,.05)}
.shop-search button{background:#12324a}
.shop-search button:hover{background:#0a2235}
.shop-home{max-width:1540px;padding:18px 44px 36px}
.shop-hero{background:linear-gradient(110deg,#102535 0%,#14324f 54%,#eef4fb 54.1%,#ffffff 100%);color:#fff;border-radius:22px;box-shadow:0 20px 48px rgba(14,24,36,.14)}
.shop-hero-copy{padding-left:78px}
.shop-sale-label{color:#8ad7ff}
.shop-hero h1{color:#fff;text-shadow:none}
.shop-hero h1 span{color:#f7b84b}
.shop-hero p{color:#e8f2fa}
.shop-primary-btn{background:#f7b84b;color:#102535;border-color:#d2992d;box-shadow:0 3px 0 #c48a1f}
.shop-primary-btn:hover{background:#ffca58;color:#102535}
.shop-secondary-btn{background:#1d8aa3;color:#fff;border-color:#166d80}
.shop-secondary-btn:hover{background:#0f6d7a}
.shop-hero-media{padding-right:72px}
.shop-hero-media img{max-height:330px}
.shop-discount-badge{background:linear-gradient(180deg,#f7b84b,#f18b2c);color:#102535;border-color:#d37412}
.shop-category-strip{margin:26px 0 22px}
.shop-category-card{background:#fff;border-color:#dfe8ef;box-shadow:0 10px 24px rgba(14,24,36,.08);grid-template-columns:96px minmax(0,1fr) 20px}
.shop-category-card img{width:96px;height:68px;object-fit:cover;border-radius:8px}
.shop-category-card strong{font-size:1.04rem}
.shop-category-card small{color:var(--muted)}
.shop-products-section{padding:0}
.shop-product-grid{gap:18px;grid-template-columns:repeat(4,minmax(0,1fr))}
.shop-product-card{border-radius:12px;box-shadow:0 12px 28px rgba(14,24,36,.08);border:1px solid #e1e8ef}
.shop-product-media{height:200px;background:#f7fbfe}
.shop-product-media img{padding:14px}
.shop-product-badge{background:#12324a}
.shop-product-card:nth-child(2) .shop-product-badge{background:#1d8aa3}
.shop-product-card:nth-child(3) .shop-product-badge{background:#f7b84b;color:#102535}
.shop-product-card:nth-child(4) .shop-product-badge{background:#cf6538}
.shop-product-body{padding:16px 16px 18px}
.catalog-category-name{margin:0 0 6px;color:#1d8aa3;font-size:.74rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.shop-product-body h3{font-size:1rem}
.shop-product-body p{min-height:42px;color:#54616c}
.shop-product-bottom strong{color:#102535}
.shop-product-bottom button{background:#12324a;border-color:#12324a}
.shop-product-bottom button:hover{background:#0a2235}
.shop-service-bar{background:linear-gradient(90deg,#eff6fb,#fdf7ec);border:1px solid #dde7ef;box-shadow:0 10px 24px rgba(14,24,36,.08);border-radius:12px;padding:18px 24px}
.shop-service-bar strong{color:#12324a}
.cycling-home .cycling-market-band{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);gap:24px;padding:26px 24px;border:1px solid #dde7ef;border-radius:12px;background:#fff;box-shadow:0 10px 24px rgba(14,24,36,.06);margin:0 10px 22px}
.cycling-home .cycling-market-band h2{font-size:clamp(1.55rem,3vw,2.35rem);margin:6px 0 12px}
.cycling-home .cycling-market-band p{color:var(--muted);margin:0}
.cycling-market-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.cycling-market-grid span{display:grid;place-items:center;min-height:56px;padding:10px 12px;border-radius:10px;background:#f7fbfe;border:1px solid #dbe7f2;font-weight:800;color:#12324a}
.catalog-hero{max-width:1320px;margin:0 auto;padding:42px 44px 16px}
.catalog-hero h1{margin:0;font-size:clamp(2.2rem,4vw,3.6rem);line-height:1.05;color:#102535}
.catalog-hero p{margin:14px 0 0;color:var(--muted);max-width:780px;font-size:1.04rem}
.catalog-tabs{display:flex;gap:10px;flex-wrap:wrap;margin:0 0 22px;padding:0}
.catalog-tabs a{display:inline-flex;align-items:center;min-height:42px;padding:0 16px;border:1px solid #dbe3ea;border-radius:999px;background:#fff;color:#12324a;text-decoration:none;font-weight:750}
.catalog-tabs a.is-active,.catalog-tabs a:hover{background:#12324a;color:#fff;border-color:#12324a}
.catalog-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.catalog-product-card{display:flex;flex-direction:column;border:1px solid #e1e8ef;border-radius:12px;background:#fff;box-shadow:0 10px 24px rgba(14,24,36,.06)}
.catalog-product-media{position:relative;display:block;height:220px;background:#f7fbfe;text-decoration:none}
.catalog-product-media img{width:100%;height:100%;object-fit:contain;padding:14px}
.catalog-product-badge{position:absolute;left:14px;top:12px;background:#12324a;color:#fff;border-radius:8px;padding:4px 9px;font-size:.72rem;font-weight:900}
.catalog-product-body{padding:16px}
.catalog-product-body h3{margin:0 0 6px;font-size:1.02rem}
.catalog-product-body h3 a{color:var(--ink);text-decoration:none}
.catalog-product-body p{margin:0;color:var(--muted);font-size:.92rem;line-height:1.45}
.catalog-product-bottom{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-top:12px}
.catalog-product-bottom button{width:40px;height:36px;border:1px solid #12324a;border-radius:8px;background:#12324a;color:#fff}
.content,.product-detail-content{max-width:1320px;margin:0 auto;padding:0 44px 80px}
.content h1,.content h2{color:#102535}
.section-head{display:grid;grid-template-columns:minmax(0,.9fr) minmax(260px,.55fr);gap:34px;align-items:end;margin-bottom:34px}
.section-head p,.lead,.content p,.post-list p{color:var(--muted)}
.product-showcase{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(380px,.92fr);gap:36px;align-items:start;margin:16px 0 36px}
.product-showcase__media{background:#fff;border:1px solid #dfe7ee;padding:16px;border-radius:12px}
.product-showcase__main{background:#f7fbfe;border-radius:10px;aspect-ratio:1/1;display:grid;place-items:center}
.product-showcase__image{padding:16px}
.product-showcase__thumbs{grid-template-columns:repeat(4,minmax(0,1fr))}
.product-showcase__thumb{border-color:#dfe7ee;border-radius:8px}
.product-showcase__thumb.is-active{border-color:#12324a;box-shadow:0 0 0 2px rgba(18,50,74,.12)}
.product-showcase__summary h1{font-size:clamp(2rem,4vw,3rem);color:#102535}
.product-showcase__eyebrow{color:#1d8aa3}
.product-showcase__lead{color:var(--muted)}
.product-showcase__checks li:before{background:#1d8aa3}
.product-showcase__params th{background:#f2f7fb;color:#12324a}
.product-showcase__quote{background:#12324a;border-color:#12324a}
.product-showcase__quote:hover{background:#0a2235}
.secondary-page{background:#fff;color:#12324a;border-color:#12324a}
.product-detail-body{max-width:1320px;padding-top:18px}
.product-related-catalog{max-width:1320px;margin:0 auto;padding:0 44px 64px}
.quote-close:before,.quote-close:after{background:#102535}
.quote-link{border-color:#d69a28}
.quote-modal-backdrop{background:rgba(10,18,26,.5)}
.quote-dialog{background:#f6f9fc;border:1px solid #dce6ef;border-radius:12px}
.quote-info h2 span{color:#1d8aa3}
.quote-submit{background:#12324a}
.quote-submit:hover{background:#0a2235}
.site-footer{background:#0f1824;color:#dbe7f2}
.site-footer .brand{color:#fff}
.site-footer p{color:#c9d7e2}
.footer-links a{color:#dbe7f2}
.footer-links a:hover{color:#fff}
.brand-logo,.shop-brand-logo{border-radius:0}
@media(max-width:1180px){
	.header-inner,.shop-header-inner{padding:16px 24px}
	.shop-nav{justify-content:flex-start;gap:20px;overflow:auto}
	.shop-search{max-width:560px}
	.shop-home{padding:18px 24px 34px}
	.shop-hero,.product-showcase{grid-template-columns:1fr}
	.shop-hero-copy{padding:38px 34px 10px}
	.shop-hero-media{min-height:300px;padding:10px 34px 30px}
	.shop-discount-badge{right:34px;top:22px}
	.shop-category-strip,.shop-product-grid,.catalog-product-grid,.shop-service-bar,.cycling-market-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
	.section-head,.cycling-home .cycling-market-band{grid-template-columns:1fr}
}
@media(max-width:620px){
	.header-inner,.shop-header-inner{padding:14px 16px}
	.shop-brand{font-size:1.35rem}
	.shop-nav{gap:16px}
	.shop-nav a,.nav-menu a{font-size:.95rem}
	.shop-account,.shop-cart{display:none}
	.shop-home{padding:14px 14px 26px}
	.shop-hero{border-radius:14px}
	.shop-hero-copy{padding:30px 22px 4px}
	.shop-hero h1{font-size:2.35rem}
	.shop-hero p{font-size:1rem}
	.shop-primary-btn,.shop-secondary-btn{width:100%;padding:0 18px}
	.shop-hero-media{min-height:230px;padding:0 12px 22px}
	.shop-hero-media img{max-height:220px}
	.shop-discount-badge{width:92px;height:92px;right:18px;top:14px}
	.shop-discount-badge strong{font-size:1.85rem}
	.shop-category-strip,.shop-product-grid,.catalog-product-grid,.shop-service-bar,.cycling-market-grid{grid-template-columns:1fr;gap:14px;margin-left:0;margin-right:0}
	.shop-category-card{grid-template-columns:94px minmax(0,1fr) 18px}
	.shop-product-media,.catalog-product-media{height:210px}
	.shop-section-title{margin-left:0;margin-right:0}
	.catalog-hero{padding:28px 16px 12px}
	.shop-service-bar{padding:16px}
	.product-showcase__thumbs{grid-template-columns:repeat(4,minmax(64px,1fr));overflow-x:auto;padding-bottom:4px}
}
/* End Cycling Template 8 overrides */
/* Cycling Template 8 overrides */
:root{--ink:#151516;--muted:#606463;--line:#d9ddd8;--paper:#f2f4f1;--white:#fff;--green:#6fa447;--deep:#2e4b34;--teal:#58766d;--amber:#caa44a;--coral:#f2553d;--max:1440px;--radius:6px;--shadow:0 16px 34px rgba(20,20,18,.12)}
body{background:var(--paper);color:var(--ink)}
a{color:var(--deep)}
.topbar{background:#151516;color:#eef2eb;border-bottom:1px solid #2c2e2c}
.topbar-inner{max-width:1440px;padding:8px 34px}
.site-header,.shop-header{position:sticky;top:0;background:rgba(255,255,255,.96);border-bottom:1px solid #d9ddd8;box-shadow:none}
.header-inner,.shop-header-inner{max-width:1440px;padding:14px 34px}
.header-inner{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center}
.brand,.shop-brand{color:#151516;font-weight:900}
.brand-logo,.shop-brand-logo{width:38px;height:38px;border-radius:0}
.nav-menu,.shop-nav{gap:24px}
.nav-menu a,.shop-nav a{color:#151516;font-size:.92rem;font-weight:780;text-transform:uppercase}
.nav-menu a:hover,.shop-nav a:hover{color:#f2553d}
.nav-menu button,.quote-link,.shop-cart{min-height:38px;border:1px solid #151516;background:#151516;color:#fff;border-radius:6px;padding:8px 14px;font:inherit;font-weight:850;cursor:pointer}
.quote-link:hover,.shop-cart:hover,.nav-menu button:hover{background:#f2553d;color:#fff;border-color:#f2553d}
.shop-header-inner{grid-template-columns:minmax(260px,auto) minmax(360px,1fr) minmax(260px,380px) auto;gap:26px}
.shop-brand{font-size:1.55rem}
.shop-nav{justify-content:flex-start;min-width:0;overflow:hidden}
.shop-nav a{white-space:nowrap}
.shop-account{display:none}
.shop-search{border-radius:6px;border-color:#cfd4cf;box-shadow:none;min-height:42px}
.shop-search button{background:#151516}
.shop-search button:hover{background:#f2553d}
.shop-cart-badge{background:#f2553d;border:0;color:#fff}
body.home{background:#f2f4f1}
.t8-home{max-width:1440px;margin:0 auto;padding:26px 34px 52px}
.t8-eyebrow{margin:0 0 10px;color:#f2553d;font-size:.76rem;line-height:1.1;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.t8-hero{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(360px,.72fr);gap:22px;align-items:stretch;min-height:430px}
.t8-hero-copy{display:grid;align-content:center;padding:48px;border:1px solid #d9ddd8;background:#fff}
.t8-hero-copy h1{max-width:760px;margin:0;color:#151516;font-size:clamp(2.7rem,5vw,5.25rem);line-height:.98;font-weight:950;letter-spacing:0}
.t8-hero-copy p{max-width:620px;margin:20px 0 0;color:#4c514f;font-size:1.08rem;line-height:1.62}
.t8-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.t8-primary,.t8-secondary,.t8-secondary-link{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 20px;border-radius:6px;text-decoration:none;font-weight:900;cursor:pointer}
.t8-primary{border:1px solid #151516;background:#151516;color:#fff}
.t8-primary:hover{background:#f2553d;border-color:#f2553d;color:#fff}
.t8-secondary{border:1px solid #151516;background:#fff;color:#151516}
.t8-secondary:hover,.t8-secondary-link:hover{border-color:#f2553d;color:#f2553d}
.t8-secondary-link{border:1px solid #cfd4cf;background:#fff;color:#151516}
.t8-hero-product{display:grid;grid-template-rows:auto minmax(0,1fr) auto;gap:14px;align-items:center;padding:24px;border:1px solid #d9ddd8;background:#151516;color:#fff}
.t8-hero-product span{color:#9cc66b;font-weight:900;text-transform:uppercase;font-size:.78rem;letter-spacing:.08em}
.t8-hero-product img{width:100%;height:310px;object-fit:contain;background:#f8faf7;padding:18px}
.t8-hero-product a{color:#fff;text-decoration:none;font-size:1.15rem;font-weight:900;line-height:1.25}
.t8-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:18px 0}
.t8-strip div{display:grid;gap:4px;min-height:92px;padding:18px 20px;border:1px solid #d9ddd8;background:#fff}
.t8-strip strong{font-size:1.05rem}
.t8-strip span{color:#606463;line-height:1.4}
.t8-layout,.t8-archive-layout{display:grid;grid-template-columns:300px minmax(0,1fr);gap:22px;align-items:start}
.t8-side,.t8-archive-side{position:sticky;top:88px;padding:22px;border:1px solid #d9ddd8;background:#fff}
.t8-side h2{margin:0 0 18px;font-size:2rem;line-height:1.05}
.t8-category-list{display:grid;gap:8px}
.t8-category-list a{display:grid;gap:3px;padding:12px 14px;border:1px solid #d9ddd8;background:#f8faf7;color:#151516;text-decoration:none}
.t8-category-list a:hover,.t8-category-list a.is-active{border-color:#151516;background:#151516;color:#fff}
.t8-category-list span{color:inherit;opacity:.72;font-size:.86rem;line-height:1.25}
.t8-main,.t8-archive-main{min-width:0}
.t8-section-head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin:0 0 16px}
.t8-section-head h2{margin:0;color:#151516;font-size:clamp(1.8rem,3vw,2.7rem);line-height:1.05}
.t8-section-head a{font-weight:900;color:#151516;text-decoration:none}
.t8-feature-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:16px}
.t8-feature-product{border:1px solid #d9ddd8;background:#fff}
.t8-feature-product>a{display:grid;place-items:center;height:190px;background:#f8faf7}
.t8-feature-product img{width:100%;height:100%;object-fit:contain;padding:14px}
.t8-feature-product div{padding:14px}
.t8-feature-product span,.t8-row-product span,.t8-archive-copy span{display:block;color:#f2553d;font-size:.72rem;font-weight:900;text-transform:uppercase;letter-spacing:.06em}
.t8-feature-product h3,.t8-row-product h3,.t8-archive-copy h3{margin:5px 0 6px;font-size:1rem;line-height:1.25}
.t8-feature-product h3 a,.t8-row-product h3 a,.t8-archive-copy h3 a{color:#151516;text-decoration:none}
.t8-feature-product h3 a:hover,.t8-row-product h3 a:hover,.t8-archive-copy h3 a:hover{color:#f2553d}
.t8-feature-product p{margin:0;color:#606463;font-size:.9rem;line-height:1.45}
.t8-product-table,.t8-archive-table{display:grid;gap:8px}
.t8-row-product{display:grid;grid-template-columns:82px minmax(0,1fr) 170px 70px;gap:14px;align-items:center;min-height:94px;padding:10px 12px;border:1px solid #d9ddd8;background:#fff}
.t8-row-img{display:grid;place-items:center;width:82px;height:70px;background:#f8faf7}
.t8-row-img img{width:100%;height:100%;object-fit:contain;padding:6px}
.t8-row-product p{margin:0;color:#606463;font-weight:750}
.t8-row-product button,.t8-archive-action button,.t8-rfq-panel button{min-height:38px;border:1px solid #151516;border-radius:6px;background:#151516;color:#fff;font-weight:900;cursor:pointer}
.t8-row-product button:hover,.t8-archive-action button:hover,.t8-rfq-panel button:hover{background:#f2553d;border-color:#f2553d}
.t8-procurement{display:grid;grid-template-columns:minmax(0,.55fr) minmax(0,1fr);gap:22px;margin-top:22px;padding:24px;border:1px solid #151516;background:#151516;color:#fff}
.t8-procurement h2{margin:0;font-size:clamp(1.7rem,3vw,2.5rem);line-height:1.05}
.t8-note-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.t8-note-grid div{border:1px solid #3a3b39;padding:18px;background:#20211f}
.t8-note-grid strong{color:#9cc66b;font-size:.82rem}
.t8-note-grid h3{margin:10px 0 8px;font-size:1.05rem}
.t8-note-grid p{margin:0;color:#d8ddd7;line-height:1.5}
.t8-archive{max-width:1440px;margin:0 auto;padding:34px}
.t8-archive-hero{display:grid;grid-template-columns:minmax(0,1fr) 180px;gap:18px;align-items:stretch;margin-bottom:20px}
.t8-archive-hero>div:first-child{padding:34px;border:1px solid #d9ddd8;background:#fff}
.t8-archive-hero h1{margin:0;color:#151516;font-size:clamp(2.2rem,4vw,3.8rem);line-height:1.02}
.t8-archive-hero p{max-width:780px;margin:14px 0 0;color:#606463;font-size:1.02rem}
.t8-archive-meta{display:grid;place-items:center;padding:24px;border:1px solid #151516;background:#151516;color:#fff;text-align:center}
.t8-archive-meta strong{font-size:3rem;line-height:1;color:#9cc66b}
.t8-archive-meta span{text-transform:uppercase;font-size:.78rem;letter-spacing:.08em}
.t8-table-head{display:grid;grid-template-columns:minmax(0,1fr) 170px 82px;gap:14px;padding:10px 14px;color:#606463;font-size:.78rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.t8-archive-row{display:grid;grid-template-columns:96px minmax(0,1fr) 170px 82px;gap:14px;align-items:center;padding:12px;border:1px solid #d9ddd8;background:#fff}
.t8-archive-thumb{display:grid;place-items:center;width:96px;height:82px;background:#f8faf7}
.t8-archive-thumb img{width:100%;height:100%;object-fit:contain;padding:8px}
.t8-archive-copy p,.t8-archive-category{margin:0;color:#606463;font-size:.9rem;line-height:1.42}
.t8-product-page{max-width:1440px;margin:0 auto;padding:26px 34px 64px}
.t8-product-hero{display:grid;grid-template-columns:92px minmax(420px,.95fr) minmax(360px,.78fr);gap:16px;align-items:stretch;margin-bottom:20px}
.t8-gallery-rail{display:grid;gap:10px;align-content:start}
.t8-gallery-rail a{display:grid;place-items:center;width:92px;height:92px;border:1px solid #d9ddd8;background:#fff}
.t8-gallery-rail a.is-active{border-color:#f2553d;box-shadow:inset 0 0 0 2px rgba(242,85,61,.18)}
.t8-gallery-rail img{width:100%;height:100%;object-fit:contain;padding:8px}
.t8-product-image{display:grid;place-items:center;min-height:520px;border:1px solid #d9ddd8;background:#fff}
.t8-product-image img{width:100%;height:100%;max-height:560px;object-fit:contain;padding:28px}
.t8-product-summary{display:grid;align-content:center;padding:34px;border:1px solid #151516;background:#151516;color:#fff}
.t8-product-summary h1{margin:0;font-size:clamp(2rem,3.5vw,3.25rem);line-height:1.05}
.t8-product-summary p{margin:18px 0 0;color:#e3e8e1;line-height:1.7}
.t8-product-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}
.t8-product-summary .t8-secondary-link{background:transparent;color:#fff;border-color:#5d625b}
.t8-product-info{display:grid;grid-template-columns:minmax(0,.72fr) minmax(0,1fr) 300px;gap:16px;align-items:start}
.t8-spec-panel,.t8-detail-panel,.t8-rfq-panel{border:1px solid #d9ddd8;background:#fff;padding:22px}
.t8-spec-panel h2,.t8-detail-panel h2,.t8-rfq-panel h2{margin:0 0 14px;color:#151516;font-size:1.35rem;line-height:1.18}
.t8-spec-panel table{width:100%;border-collapse:collapse}
.t8-spec-panel th,.t8-spec-panel td{padding:10px 0;border-bottom:1px solid #e6e9e5;text-align:left;vertical-align:top;font-size:.92rem}
.t8-spec-panel th{width:38%;color:#151516}
.t8-spec-panel td{color:#606463}
.t8-detail-panel .entry-content{color:#4e5351}
.t8-rfq-panel{position:sticky;top:88px;background:#f8faf7}
.t8-rfq-panel ul{display:grid;gap:9px;margin:14px 0 20px;padding:0;list-style:none;color:#606463}
.t8-rfq-panel li{position:relative;padding-left:18px}
.t8-rfq-panel li:before{content:"";position:absolute;left:0;top:.68em;width:7px;height:7px;background:#9cc66b}
.t8-rfq-panel button{width:100%}
.t8-related{margin-top:24px}
.t8-related-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.t8-related-card{display:grid;gap:8px;padding:12px;border:1px solid #d9ddd8;background:#fff;color:#151516;text-decoration:none}
.t8-related-card img{width:100%;height:160px;object-fit:contain;background:#f8faf7;padding:10px}
.t8-related-card span{color:#f2553d;font-size:.72rem;font-weight:900;text-transform:uppercase}
.t8-related-card strong{line-height:1.25}
.site-footer{background:#151516;color:#eef2eb}
.site-footer .brand{color:#fff}
.site-footer p,.footer-links a{color:#dce2db}
.quote-dialog{border-radius:6px;background:#f7f8f5}
.quote-submit{background:#151516}
.quote-submit:hover{background:#f2553d}
@media(max-width:1180px){
	.shop-header-inner{grid-template-columns:1fr;align-items:start}
	.shop-nav{justify-content:flex-start;overflow:auto}
	.t8-hero,.t8-layout,.t8-archive-layout,.t8-product-hero,.t8-product-info,.t8-procurement{grid-template-columns:1fr}
	.t8-side,.t8-archive-side,.t8-rfq-panel{position:static}
	.t8-feature-grid,.t8-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
	.t8-archive-row{grid-template-columns:96px minmax(0,1fr)}
	.t8-archive-category,.t8-archive-action,.t8-table-head{display:none}
	.t8-gallery-rail{grid-template-columns:repeat(6,92px);overflow:auto}
}
@media(max-width:680px){
	.header-inner,.shop-header-inner,.topbar-inner{padding-left:16px;padding-right:16px}
	.t8-home,.t8-archive,.t8-product-page{padding:16px}
	.t8-hero-copy,.t8-archive-hero>div:first-child,.t8-product-summary{padding:24px}
	.t8-hero-copy h1{font-size:2.35rem}
	.t8-strip,.t8-feature-grid,.t8-note-grid,.t8-related-grid,.t8-archive-hero{grid-template-columns:1fr}
	.t8-row-product{grid-template-columns:74px minmax(0,1fr);gap:12px}
	.t8-row-product p,.t8-row-product button{grid-column:2}
	.t8-row-img{width:74px;height:66px}
	.t8-product-image{min-height:360px}
	.t8-gallery-rail{grid-template-columns:repeat(4,76px)}
	.t8-gallery-rail a{width:76px;height:76px}
}
/* End Cycling Template 8 overrides */
