:root {
  --red: #c52d22;
  --red-dark: #a51f17;
  --black: #101112;
  --ink: #18191b;
  --muted: #686b70;
  --line: #dedfdf;
  --soft: #f4f4f1;
  --white: #ffffff;
  --success: #248147;
  --radius-sm: 10px;
  --radius: 18px;
  --radius-lg: 26px;
  --shadow: 0 16px 50px rgba(16, 17, 18, .08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--ink); font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
.shell { width: min(1320px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 92px 0; }
.soft-bg { background: var(--soft); }
.eyebrow { margin: 0 0 11px; color: var(--red); font-size: 12px; line-height: 1.2; font-weight: 800; letter-spacing: .16em; }
.eyebrow.light { color: #fff; opacity: .8; }
.button { min-height: 48px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; border: 0; border-radius: 999px; font-size: 14px; font-weight: 800; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-red { color: #fff; background: var(--red); }
.button-red:hover { background: var(--red-dark); }
.button-dark { color: #fff; background: var(--black); }
.button-dark:hover { background: var(--red); }
.button-white { color: var(--black); background: #fff; }
.button-ghost { color: #fff; border: 1px solid rgba(255,255,255,.48); background: rgba(255,255,255,.06); backdrop-filter: blur(10px); }
.button-ghost:hover { background: #fff; color: var(--black); }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--ink); font-size: 14px; font-weight: 800; }
.text-link i { color: var(--red); transition: transform .2s ease; }
.text-link:hover i { transform: translateX(4px); }

/* Header */
.notification-bar { min-height: 34px; padding: 8px 16px; display: flex; justify-content: center; align-items: center; color: #fff; background: var(--red); text-align: center; font-size: 12px; font-weight: 800; letter-spacing: .02em; }
.notice-message { display: inline-flex; align-items: center; gap: 9px; animation: noticeIn .35s ease; }
@keyframes noticeIn { from { opacity: 0; transform: translateY(5px); } }
.site-header { position: relative; z-index: 20; background: #fff; }
.header-main { height: 92px; display: grid; grid-template-columns: 250px minmax(320px, 1fr) auto; gap: 48px; align-items: center; }
.brand img { width: 218px; height: auto; }
.desktop-search { height: 48px; padding: 0 5px 0 19px; display: flex; justify-content: space-between; align-items: center; color: #777b80; background: #f3f3f1; border: 1px solid #e2e3e1; border-radius: 999px; text-align: left; font-size: 13px; }
.search-button { width: 39px; height: 39px; display: grid; place-items: center; color: #fff; background: var(--red); border-radius: 50%; }
.header-actions { display: flex; align-items: center; gap: 12px; }
.header-help { padding-right: 20px; display: flex; align-items: center; gap: 10px; border-right: 1px solid var(--line); }
.action-icon { width: 37px; height: 37px; display: grid; place-items: center; color: var(--red); background: #faecea; border-radius: 50%; }
.header-help span:last-child { display: flex; flex-direction: column; }
.header-help small { color: var(--muted); font-size: 10px; line-height: 1.2; }
.header-help b { margin-top: 2px; font-size: 13px; }
.action-button, .mobile-menu-button { position: relative; width: 43px; height: 43px; display: grid; place-items: center; border: 0; color: var(--ink); background: #f5f5f3; border-radius: 50%; font-size: 18px; }
.cart-count { position: absolute; top: -3px; right: -3px; width: 19px; height: 19px; display: grid; place-items: center; color: #fff; background: var(--red); border: 2px solid #fff; border-radius: 50%; font-size: 9px; font-weight: 800; }
.search-mobile, .mobile-menu-button { display: none; }
.main-nav { color: #fff; background: var(--black); }
.nav-inner { height: 52px; display: flex; align-items: center; gap: 35px; white-space: nowrap; }
.nav-inner a { font-size: 12px; font-weight: 700; transition: color .2s ease; }
.nav-inner a:hover { color: #ef5c50; }
.nav-inner .nav-shop { align-self: stretch; min-width: 180px; margin-right: 2px; display: flex; align-items: center; gap: 10px; color: #fff; background: var(--red); padding-inline: 20px; }
.nav-shop i { font-size: 15px; }

.drawer-backdrop, .search-overlay, .lightbox { position: fixed; inset: 0; z-index: 100; background: rgba(8,9,10,.72); backdrop-filter: blur(8px); }
.overlay-dismiss { position: absolute; inset: 0; width: 100%; height: 100%; padding: 0; border: 0; background: transparent; cursor: default; }
.mobile-drawer { z-index: 1; position: relative; width: min(380px, 88vw); height: 100%; padding: 22px; display: flex; flex-direction: column; color: var(--ink); background: #fff; animation: drawerIn .3s ease; }
@keyframes drawerIn { from { transform: translateX(-100%); } }
.drawer-heading { padding-bottom: 20px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.drawer-heading img { width: 190px; }
.drawer-heading button, .search-modal-top > button { width: 40px; height: 40px; display: grid; place-items: center; border: 0; border-radius: 50%; background: var(--soft); }
.mobile-drawer > a { padding: 17px 6px; display: flex; align-items: center; gap: 15px; border-bottom: 1px solid #ececea; font-weight: 800; }
.mobile-drawer > a i { width: 22px; color: var(--red); text-align: center; }
.search-overlay { padding: 10vh 24px; }
.search-modal { z-index: 1; position: relative; width: min(760px, 100%); margin: 0 auto; padding: 22px; background: #fff; border-radius: var(--radius-lg); box-shadow: 0 30px 90px rgba(0,0,0,.35); }
.search-modal-top { display: flex; gap: 12px; }
.search-field { height: 58px; padding: 0 20px; flex: 1; display: flex; align-items: center; gap: 13px; background: var(--soft); border: 1px solid var(--line); border-radius: 999px; }
.search-field i { color: var(--red); }
.search-field input { width: 100%; border: 0; outline: 0; background: transparent; }
.search-kicker { margin: 24px 6px 10px; color: var(--muted); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.search-results { display: grid; }
.search-result { padding: 11px 6px; display: grid; grid-template-columns: 62px 1fr auto; align-items: center; gap: 14px; border-top: 1px solid #ececea; }
.search-result img { width: 62px; height: 62px; object-fit: contain; border-radius: 10px; }
.search-result span { display: flex; flex-direction: column; gap: 4px; }
.search-result small { color: var(--red); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.search-result b { font-size: 13px; }
.search-result strong { font-size: 15px; }

/* Hero */
.home-hero { position: relative; min-height: 590px; padding: 0; overflow: hidden; color: #fff; background: var(--black); }
.hero-backdrop { position: absolute; inset: 0; background-size: cover; background-position: center; }
.hero-photo .hero-backdrop { background-image: linear-gradient(90deg, rgba(8,9,10,.92) 0%, rgba(8,9,10,.72) 43%, rgba(8,9,10,.1) 76%), url('../images/hero-workshop.jpg'); background-position: center; }
.hero-service .hero-backdrop { background: radial-gradient(circle at 77% 50%, #3d4448 0, #1a1c1e 24%, #0e0f10 53%), repeating-linear-gradient(125deg, transparent 0 90px, rgba(197,45,34,.12) 90px 91px); }
.hero-service::after { content: ""; position: absolute; right: -90px; top: -180px; width: 600px; height: 600px; border: 95px solid rgba(197,45,34,.15); border-radius: 50%; }
.hero-oils .hero-backdrop { background: linear-gradient(116deg, #101112 0 53%, #c52d22 53.2% 100%); }
.hero-oils::after { content: ""; position: absolute; inset: 0; background: linear-gradient(130deg, transparent 0 69%, rgba(255,255,255,.08) 69.2% 69.5%, transparent 69.7%); }
.hero-content { position: relative; z-index: 3; min-height: 590px; padding-block: 76px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; animation: heroIn .55s ease; }
@keyframes heroIn { from { opacity: 0; transform: translateY(12px); } }
.hero-content h1, .hero-content h2 { max-width: 740px; margin: 0; font-size: clamp(48px, 5.2vw, 78px); line-height: .98; letter-spacing: -.045em; text-transform: uppercase; font-weight: 900; }
.hero-content h1 em, .hero-content h2 em { color: var(--red); font-style: normal; }
.hero-service .hero-content h1 em, .hero-service .hero-content h2 em { color: #ef5b50; }
.hero-oils .hero-content h1 em, .hero-oils .hero-content h2 em { color: #fff; }
.hero-content > p:not(.eyebrow) { max-width: 585px; margin: 24px 0 0; color: rgba(255,255,255,.78); font-size: 17px; line-height: 1.6; }
.hero-actions { margin-top: 32px; display: flex; gap: 12px; }
.hero-dots { position: absolute; z-index: 5; bottom: 26px; left: 50%; display: flex; gap: 8px; transform: translateX(-50%); }
.hero-dots button { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.4); }
.hero-dots button.active { width: 28px; border-radius: 99px; background: var(--red); }
.hero-arrow { position: absolute; z-index: 5; top: 50%; width: 45px; height: 45px; display: grid; place-items: center; color: #fff; background: rgba(0,0,0,.25); border: 1px solid rgba(255,255,255,.24); border-radius: 50%; transform: translateY(-50%); }
.hero-prev { left: 20px; }.hero-next { right: 20px; }
.hero-product { position: absolute; z-index: 2; right: max(5vw, 50px); top: 5%; height: 90%; object-fit: contain; filter: drop-shadow(0 30px 55px rgba(0,0,0,.4)); }
.hero-product-kit { width: 46%; }
.hero-product-group { position: absolute; z-index: 2; right: 7vw; bottom: -50px; width: 43%; height: 94%; display: flex; align-items: flex-end; justify-content: center; gap: 0; }
.hero-product-group img { width: 52%; max-height: 90%; object-fit: contain; filter: drop-shadow(0 30px 40px rgba(0,0,0,.38)); }
.hero-product-group img:last-child { width: 46%; margin-left: -10%; transform: translateY(-24px) rotate(3deg); }
.hero-service .hero-content, .hero-oils .hero-content { padding-right: 48%; }

/* Trust and shared headings */
.trust-strip { padding: 0; border-bottom: 1px solid var(--line); background: #fff; }
.trust-grid { min-height: 102px; display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { padding: 22px 28px; display: flex; align-items: center; justify-content: center; gap: 14px; border-right: 1px solid var(--line); }
.trust-grid > div:last-child { border-right: 0; }
.trust-grid > div > span { width: 44px; height: 44px; display: grid; place-items: center; flex: 0 0 auto; color: var(--red); background: #faecea; border-radius: 50%; font-size: 18px; }
.trust-grid p { margin: 0; display: flex; flex-direction: column; gap: 4px; }
.trust-grid b { font-size: 13px; }.trust-grid small { color: var(--muted); font-size: 11px; }
.section-heading { margin-bottom: 34px; display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; }
.section-heading h2, .about-copy h2, .reviews-top h2, .fitment-copy h2, .seo-grid h2, .help-cta h2, .tab-content h2 { margin: 0; font-size: clamp(30px, 3.2vw, 45px); line-height: 1.08; letter-spacing: -.035em; font-weight: 900; }
.section-copy { max-width: 670px; margin: 12px 0 0; color: var(--muted); font-size: 15px; line-height: 1.5; }

/* Categories */
.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.category-card { min-height: 112px; padding: 20px; display: grid; grid-template-columns: 56px 1fr auto; align-items: center; gap: 14px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.category-card:hover { border-color: var(--red); transform: translateY(-3px); box-shadow: var(--shadow); }
.category-icon { width: 56px; height: 56px; display: grid; place-items: center; color: var(--red); background: #f9ecea; border-radius: 16px; font-size: 24px; }
.category-card > span:nth-child(2) { display: flex; flex-direction: column; gap: 6px; }
.category-card b { font-size: 14px; }.category-card small { color: var(--muted); font-size: 11px; }
.category-card > i { color: #a4a5a7; font-size: 12px; }

/* Products */
.carousel-shell { position: relative; }
.product-track { padding: 2px 2px 18px; display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 48px) / 4); gap: 16px; overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-width: none; scroll-snap-type: x mandatory; }
.product-track::-webkit-scrollbar { display: none; }
.carousel-controls { position: absolute; right: 0; top: -74px; display: flex; gap: 8px; }
.carousel-controls button { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: #fff; }
.carousel-controls button:hover { color: #fff; background: var(--red); border-color: var(--red); }
.product-card { min-width: 0; overflow: hidden; scroll-snap-align: start; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.product-card:hover { border-color: #c7c8c8; box-shadow: var(--shadow); transform: translateY(-3px); }
.product-image-wrap { position: relative; height: 270px; padding: 22px; display: grid; place-items: center; background: #fff; }
.product-image-wrap img { width: 100%; height: 100%; object-fit: contain; transition: transform .3s ease; }
.product-card:hover .product-image-wrap img { transform: scale(1.035); }
.product-tag { position: absolute; z-index: 2; left: 14px; top: 14px; padding: 7px 10px; color: #fff; background: var(--red); border-radius: 999px; font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.wish-button { position: absolute; z-index: 2; right: 14px; top: 14px; width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--line); background: rgba(255,255,255,.92); border-radius: 50%; }
.wish-button:hover { color: var(--red); }
.product-card-body { padding: 19px; border-top: 1px solid #ebebe9; }
.product-brand { margin: 0 0 7px; color: var(--red); font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.product-card .product-name { min-height: 43px; display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; font-size: 14px; line-height: 1.45; font-weight: 800; }
.product-card .product-name:hover { color: var(--red); }
.product-meta { min-height: 28px; margin-top: 12px; display: flex; justify-content: space-between; align-items: center; gap: 6px; color: #777a7f; border-bottom: 1px solid #ececea; font-size: 9px; }
.product-meta span:first-child { color: var(--success); font-weight: 800; }
.product-buy-row { padding-top: 16px; display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.product-card .product-price { display: flex; flex-direction: column; }
.product-card .product-price del { color: #8c8f92; font-size: 10px; }.product-card .product-price strong { font-size: 20px; }
.add-button { min-width: 48px; height: 43px; padding: 0 15px; display: flex; align-items: center; justify-content: center; gap: 7px; color: #fff; border: 0; border-radius: 999px; background: var(--black); font-size: 12px; font-weight: 800; }
.add-button:hover { background: var(--red); }

/* Fitment */
.fitment-banner { min-height: 206px; margin-top: 16px; margin-bottom: 18px; padding: 34px 40px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 32px; overflow: hidden; color: #fff; background: var(--black); border-radius: var(--radius-lg); }
.fitment-help-icon { width: 76px; height: 76px; display: grid; place-items: center; color: #fff; background: var(--red); border-radius: 22px; font-size: 29px; }
.fitment-copy h2 { font-size: 30px; }.fitment-copy > p:last-child { margin: 9px 0 0; color: rgba(255,255,255,.68); font-size: 13px; line-height: 1.5; }
.fitment-action { white-space: nowrap; }
.fitment-actions { display: flex; align-items: center; gap: 10px; white-space: nowrap; }
.fitment-actions .button { min-height: 50px; }

/* Reviews and about */
.reviews-section { color: #fff; background: var(--black); }
.reviews-top { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; }
.reviews-top > div:first-child { max-width: 680px; }.reviews-top > div:first-child > p:last-child { color: #aeb0b3; line-height: 1.6; }
.review-score { display: grid; grid-template-columns: auto auto; align-items: center; gap: 4px 16px; }
.review-score strong { grid-row: 1 / 3; color: var(--red); font-size: 52px; line-height: 1; }
.review-score span { color: #f7c945; font-size: 13px; }.review-score small { color: #aeb0b3; }
.review-grid { margin-top: 38px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.review-grid article { padding: 28px; background: #1c1e20; border: 1px solid #303235; border-radius: var(--radius); }
.review-icon { width: 45px; height: 45px; display: grid; place-items: center; color: var(--red); background: rgba(197,45,34,.13); border-radius: 50%; }
.review-grid h3 { margin: 22px 0 9px; font-size: 18px; }.review-grid p { min-height: 70px; margin: 0; color: #b5b7ba; font-size: 14px; line-height: 1.6; }.review-grid small { display: block; margin-top: 18px; color: #76797d; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.about-section { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 80px; }
.about-image { position: relative; }
.about-image > img { width: 100%; aspect-ratio: 1.18; object-fit: cover; border-radius: var(--radius-lg); }
.about-stat { position: absolute; right: -22px; bottom: 28px; padding: 20px 26px; display: flex; flex-direction: column; color: #fff; background: var(--red); border-radius: 18px; box-shadow: 0 18px 40px rgba(197,45,34,.25); }
.about-stat strong { font-size: 30px; }.about-stat span { font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.about-copy > p:not(.eyebrow) { color: var(--muted); font-size: 15px; line-height: 1.75; }
.about-points { margin: 28px 0; display: flex; flex-wrap: wrap; gap: 18px; }
.about-points span { display: flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 800; }.about-points i { color: var(--red); }
.newsletter { padding: 38px 0; color: #fff; background: #252729; }
.newsletter-inner { display: flex; align-items: center; justify-content: space-between; gap: 34px; }
.newsletter-inner > div { display: flex; align-items: center; gap: 16px; }.newsletter-inner > div > i { color: var(--red); font-size: 28px; }.newsletter-inner span { display: flex; flex-direction: column; gap: 5px; }.newsletter-inner b { font-size: 16px; }.newsletter-inner small { color: #aeb0b3; }
.newsletter form { width: min(480px, 100%); display: flex; gap: 9px; }.newsletter input { min-width: 0; padding: 0 20px; flex: 1; color: #fff; background: #151617; border: 1px solid #3d3f42; border-radius: 999px; outline: 0; }

/* Footer */
.site-footer { color: #d6d7d8; background: #111213; }
.footer-grid { padding: 68px 0; display: grid; grid-template-columns: 1.45fr repeat(3, 1fr); gap: 70px; }
.footer-brand img { width: 220px; filter: invert(1) grayscale(1) brightness(2); opacity: .92; }
.footer-brand p { max-width: 350px; margin: 23px 0; color: #929599; font-size: 13px; line-height: 1.7; }
.social-row { display: flex; gap: 8px; }.social-row a { width: 36px; height: 36px; display: grid; place-items: center; color: #fff; background: #292b2d; border-radius: 50%; }.social-row a:hover { background: var(--red); }
.footer-grid h3 { margin: 0 0 22px; color: #fff; font-size: 13px; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; }
.footer-grid > div:not(.footer-brand) a, .footer-contact p { margin: 0; color: #929599; font-size: 12px; }.footer-grid a:hover { color: #fff; }
.footer-contact i { width: 17px; color: var(--red); text-align: center; }.footer-contact small { color: #676a6e; font-size: 11px; line-height: 1.7; }
.footer-bottom { border-top: 1px solid #2c2e30; }
.footer-bottom-inner { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #787b7f; font-size: 10px; }
.footer-bottom a { color: #fff; font-weight: 800; }
.payment-row { display: flex; flex-wrap: wrap; flex-shrink: 0; align-items: center; gap: 8px; }
.payment-row .payment-icon { width: 46px; height: 32px; padding: 0; display: inline-flex; align-items: center; justify-content: center; color: #d7d8da; line-height: 1; }
.payment-row .payment-icon i { display: block; font-size: 32px; line-height: 1; }
.toast { position: fixed; z-index: 200; right: 22px; bottom: 22px; max-width: min(400px, calc(100vw - 44px)); padding: 16px 20px; display: flex; align-items: center; gap: 12px; color: #fff; background: var(--black); border: 1px solid #36383a; border-radius: 14px; box-shadow: 0 20px 60px rgba(0,0,0,.28); font-size: 13px; font-weight: 700; animation: toastIn .3s ease; }
.toast i { color: #58c579; font-size: 17px; }@keyframes toastIn { from { opacity: 0; transform: translateY(10px); } }

/* Category */
.category-hero { padding: 0; color: #fff; background: var(--black); }
.category-hero-inner { position: relative; min-height: 280px; padding: 48px 0; display: flex; align-items: center; justify-content: space-between; overflow: hidden; }
.category-hero-inner::before { content: ""; position: absolute; right: -70px; top: -235px; width: 500px; height: 500px; border: 70px solid rgba(197,45,34,.13); border-radius: 50%; }
.breadcrumbs { display: flex; align-items: center; flex-wrap: wrap; gap: 9px; color: #8e9296; font-size: 10px; }
.breadcrumbs a:hover { color: var(--red); }.breadcrumbs i { font-size: 7px; }
.category-hero .eyebrow { margin-top: 35px; }.category-hero h1 { margin: 0; font-size: clamp(44px, 5vw, 70px); line-height: 1; text-transform: uppercase; letter-spacing: -.04em; font-weight: 900; }.category-hero-inner > div > p:last-child { margin: 15px 0 0; color: #aeb0b3; font-size: 15px; }
.category-hero-icon { position: relative; z-index: 1; width: 125px; height: 125px; display: grid; place-items: center; color: var(--red); background: #1b1d1f; border: 1px solid #303235; border-radius: 32px; font-size: 50px; transform: rotate(-5deg); }
.category-subnav { padding: 34px 0; display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.category-subnav a { padding: 12px 14px; display: flex; align-items: center; gap: 11px; border: 1px solid var(--line); border-radius: 13px; font-size: 12px; font-weight: 800; }
.category-subnav a:hover { border-color: var(--red); }.category-subnav span { width: 37px; height: 37px; display: grid; place-items: center; color: var(--red); background: #f8ecea; border-radius: 10px; }
.catalog { padding: 46px 0 90px; }
.catalog-top { margin-bottom: 28px; display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; }
.catalog-top h2 { margin: 0; font-size: 37px; letter-spacing: -.03em; }.catalog-top > div:first-child > p:last-child { margin: 8px 0 0; color: var(--muted); font-size: 12px; }
.catalog-tools { display: flex; align-items: center; gap: 10px; }.catalog-tools label { height: 46px; padding-left: 16px; display: flex; align-items: center; gap: 10px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: 11px; }.catalog-tools select { padding-right: 34px; border: 0; outline: 0; font-weight: 800; background: transparent; }
.filter-toggle { height: 46px; padding: 0 18px; display: none; align-items: center; gap: 9px; border: 1px solid var(--line); border-radius: 999px; background: #fff; font-size: 12px; font-weight: 800; }.filter-toggle span { width: 18px; height: 18px; display: grid; place-items: center; color: #fff; background: var(--red); border-radius: 50%; font-size: 9px; }
.catalog-layout { display: grid; grid-template-columns: 250px 1fr; align-items: start; gap: 26px; }
.filters { border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.filter-heading { padding: 20px; display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); }.filter-heading h3 { margin: 0; font-size: 15px; }.filter-heading button { border: 0; color: var(--red); background: none; font-size: 10px; font-weight: 800; }
.filter-group { padding: 20px; border-bottom: 1px solid var(--line); }.filter-group h4 { margin: 0 0 15px; font-size: 12px; }.check-row { padding: 7px 0; display: grid; grid-template-columns: 17px 1fr auto; align-items: center; gap: 9px; color: #4d5054; font-size: 11px; }.check-row input { width: 15px; height: 15px; accent-color: var(--red); }.check-row small { color: #999ca0; }
.price-range { width: 100%; accent-color: var(--red); }.price-labels { margin-top: 8px; display: flex; justify-content: space-between; color: var(--muted); font-size: 10px; }.price-labels b { color: var(--ink); }
.filter-help { margin: 12px; padding: 17px; display: flex; gap: 11px; color: #fff; background: var(--black); border-radius: 13px; }.filter-help > i { color: var(--red); font-size: 18px; }.filter-help b { font-size: 11px; }.filter-help p { margin: 6px 0 10px; color: #aeb0b3; font-size: 10px; line-height: 1.5; }.filter-help a { color: #fff; font-size: 10px; font-weight: 800; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }.product-grid .product-image-wrap { height: 235px; }.empty-products { grid-column: 1/-1; min-height: 380px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }.empty-products > i { color: var(--red); font-size: 36px; }.empty-products h3 { margin-bottom: 4px; }.empty-products p { color: var(--muted); }
.seo-section { padding: 90px 0; }.seo-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 90px; }.seo-grid article p:not(.eyebrow) { color: var(--muted); font-size: 14px; line-height: 1.75; }.faq-list details { border-bottom: 1px solid #d8d9d8; }.faq-list summary { padding: 19px 0; display: flex; justify-content: space-between; align-items: center; cursor: pointer; list-style: none; font-size: 13px; font-weight: 800; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary i { color: var(--red); font-size: 11px; transition: transform .2s ease; }.faq-list details[open] summary i { transform: rotate(45deg); }.faq-list details p { margin: 0 30px 19px 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.help-cta { padding: 48px 0; color: #fff; background: var(--red); }.help-cta-inner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 26px; }.cta-icon { width: 76px; height: 76px; display: grid; place-items: center; color: #fff; background: rgba(0,0,0,.13); border-radius: 22px; font-size: 30px; }.help-cta h2 { font-size: 34px; }.help-cta-inner > div > p:last-child { margin: 9px 0 0; color: rgba(255,255,255,.78); font-size: 13px; }.cta-actions { display: flex; align-items: center; gap: 22px; }.cta-phone { display: flex; flex-direction: column; }.cta-phone small { color: rgba(255,255,255,.7); font-size: 9px; }.cta-phone b { margin-top: 4px; font-size: 15px; }

/* Product page */
.product-breadcrumb { padding: 24px 0; }.product-detail { padding: 10px 0 72px; display: grid; grid-template-columns: 1.04fr .96fr; gap: 70px; }
.main-product-image { position: relative; height: 600px; padding: 38px; display: grid; place-items: center; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; cursor: zoom-in; }.main-product-image img { width: 100%; height: 100%; object-fit: contain; }.gallery-badge { position: absolute; left: 20px; top: 20px; padding: 7px 11px; color: #fff; background: var(--red); border-radius: 999px; font-size: 9px; font-weight: 900; letter-spacing: .1em; }.zoom-hint { position: absolute; right: 17px; bottom: 17px; padding: 8px 11px; display: flex; gap: 7px; color: #fff; background: rgba(16,17,18,.78); border-radius: 999px; font-size: 9px; font-weight: 800; }
.gallery-thumbs { margin-top: 12px; display: grid; grid-template-columns: repeat(3, 82px); gap: 10px; }.gallery-thumbs button { height: 82px; padding: 7px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }.gallery-thumbs button.active { border: 2px solid var(--red); }.gallery-thumbs img { width: 100%; height: 100%; object-fit: contain; }
.image-usps { margin-top: 22px; padding: 20px 0; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }.image-usps > div { display: flex; align-items: center; gap: 10px; }.image-usps > div > i { color: var(--red); font-size: 19px; }.image-usps span { display: flex; flex-direction: column; gap: 4px; }.image-usps b { font-size: 11px; }.image-usps small { color: var(--muted); font-size: 9px; }
.product-info { padding-top: 8px; }.product-page-brand { margin: 0 0 16px; color: var(--red); font-size: 12px; font-weight: 900; letter-spacing: .12em; }.product-page-brand span { color: #9c9fa2; }.product-info h1 { margin: 0; font-size: clamp(34px, 3.4vw, 50px); line-height: 1.08; letter-spacing: -.035em; font-weight: 900; }.product-info h1 span { display: block; color: #818489; font-size: .56em; font-weight: 700; letter-spacing: -.01em; }
.product-code-row { margin-top: 20px; display: flex; flex-wrap: wrap; gap: 18px; color: var(--muted); font-size: 10px; }.product-code-row span:first-child { color: var(--success); font-weight: 800; }.product-page-price { margin-top: 24px; display: flex; align-items: baseline; gap: 10px; }.product-page-price strong { font-size: 35px; }.product-page-price small { color: var(--muted); font-size: 10px; }.product-intro { margin: 20px 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.fitment-advice { padding: 20px; display: flex; gap: 14px; background: #f6f1e8; border: 1px solid #e8dcc6; border-radius: var(--radius); }.fitment-advice-icon { width: 44px; height: 44px; display: grid; place-items: center; flex: 0 0 auto; color: var(--red); background: #fff; border-radius: 12px; }.fitment-advice h3 { margin: 0; font-size: 14px; }.fitment-advice p { margin: 6px 0 12px; color: #666157; font-size: 11px; line-height: 1.55; }.fitment-advice a { display: inline-flex; align-items: center; gap: 8px; color: var(--red); font-size: 11px; font-weight: 900; }
.purchase-row { margin-top: 18px; display: flex; gap: 10px; }.quantity { height: 54px; display: flex; align-items: center; border: 1px solid var(--line); border-radius: 999px; }.quantity button { width: 38px; height: 100%; border: 0; background: transparent; font-size: 18px; }.quantity span { min-width: 24px; text-align: center; font-size: 13px; font-weight: 800; }.basket-button { min-height: 54px; flex: 1; display: flex; align-items: center; justify-content: center; gap: 12px; color: #fff; border: 0; border-radius: 999px; background: var(--red); font-size: 13px; font-weight: 900; }.basket-button:hover { background: var(--red-dark); }
.payment-note { margin: 14px 0; display: flex; align-items: center; justify-content: center; gap: 10px; color: var(--muted); }.payment-note > i { color: var(--success); }.payment-note span { display: flex; flex-direction: column; }.payment-note b { color: var(--ink); font-size: 10px; }.payment-note small { font-size: 9px; }
.product-accordions { margin-top: 15px; border-top: 1px solid var(--line); }.product-accordions details { border-bottom: 1px solid var(--line); }.product-accordions summary { padding: 17px 2px; display: flex; justify-content: space-between; cursor: pointer; list-style: none; font-size: 12px; font-weight: 800; }.product-accordions summary::-webkit-details-marker { display: none; }.product-accordions summary i { color: var(--red); transition: transform .2s ease; }.product-accordions details[open] summary i { transform: rotate(45deg); }.product-accordions p, .product-accordions ul { margin: 0 0 18px; color: var(--muted); font-size: 11px; line-height: 1.7; }.product-accordions li { margin: 5px 0; }
.product-tabs { padding: 80px 0; }.tab-buttons { display: flex; gap: 8px; border-bottom: 1px solid var(--line); }.tab-buttons button { padding: 0 20px 17px; color: var(--muted); border: 0; border-bottom: 3px solid transparent; background: transparent; font-size: 12px; font-weight: 800; }.tab-buttons button.active { color: var(--ink); border-color: var(--red); }.tab-content { max-width: 920px; padding-top: 35px; }.tab-content h2 { font-size: 30px; }.tab-content > p { color: var(--muted); font-size: 14px; line-height: 1.75; }.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }.feature-grid > div { padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); }.feature-grid i { color: var(--red); font-size: 24px; }.feature-grid b { margin: 18px 0 8px; display: block; }.feature-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.lightbox { display: grid; place-items: center; padding: 30px; }.lightbox-close { z-index: 2; position: absolute; right: 25px; top: 25px; width: 46px; height: 46px; color: #fff; border: 1px solid rgba(255,255,255,.35); background: rgba(0,0,0,.25); border-radius: 50%; font-size: 20px; }.lightbox > div { z-index: 1; position: relative; width: min(780px, 100%); padding: 28px; background: #fff; border-radius: var(--radius-lg); }.lightbox img { width: 100%; max-height: 75vh; object-fit: contain; }.lightbox p { margin: 12px 0 0; text-align: center; font-size: 12px; font-weight: 800; }

/* Signed-off template expansion */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.button-whatsapp { color: #fff; background: #20a95b; border: 0; }.button-whatsapp:hover { color: #fff; background: #178747; }.button-whatsapp i { font-size: 18px; }
.hero-oil-group { z-index: 2; position: absolute; right: 4vw; bottom: -26px; width: 46%; height: 92%; display: flex; justify-content: center; align-items: flex-end; }
.hero-oil-group img { width: 36%; max-height: 86%; object-fit: contain; filter: drop-shadow(0 28px 35px rgba(0,0,0,.42)); mix-blend-mode: multiply; }
.hero-oil-group img:first-child { transform: rotate(-6deg) translateX(12%); }.hero-oil-group img:nth-child(2) { z-index: 2; width: 39%; transform: translateY(-24px); }.hero-oil-group img:last-child { transform: rotate(7deg) translateX(-13%); }
.vehicle-category-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }.vehicle-category-card { min-height: 96px; padding: 18px 20px; display: grid; grid-template-columns: 52px 1fr auto; align-items: center; gap: 15px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }.vehicle-category-card:hover { border-color: var(--red); transform: translateY(-3px); box-shadow: var(--shadow); }.vehicle-category-card > span { width: 52px; height: 52px; display: grid; place-items: center; color: var(--red); background: #faecea; border-radius: 15px; font-size: 21px; }.vehicle-category-card > div { display: flex; flex-direction: column; gap: 5px; }.vehicle-category-card b { font-size: 14px; }.vehicle-category-card small { color: var(--muted); font-size: 10px; }.vehicle-category-card > i { color: var(--red); font-size: 11px; }.vehicle-category-grid-full { grid-template-columns: repeat(3, 1fr); }.preservation-note { margin-top: 26px; padding: 25px; display: flex; align-items: flex-start; gap: 17px; background: #ecf7f0; border: 1px solid #cce5d4; border-radius: var(--radius); }.preservation-note > i { color: var(--success); font-size: 24px; }.preservation-note b { font-size: 14px; }.preservation-note p { margin: 6px 0 0; color: #526158; font-size: 12px; line-height: 1.65; }
.family-badge { position: absolute; top: 20px; left: 20px; padding: 13px 16px; display: flex; align-items: center; gap: 11px; color: #fff; background: var(--red); border-radius: 14px; box-shadow: 0 12px 30px rgba(0,0,0,.2); }.family-badge > i { font-size: 22px; }.family-badge span { display: flex; flex-direction: column; }.family-badge b { font-size: 12px; }.family-badge small { margin-top: 2px; font-size: 9px; opacity: .78; }
.support-actions button { border: 0; }.support-widget { z-index: 80; position: fixed; right: 18px; bottom: 18px; display: flex; flex-direction: column; gap: 8px; }.support-widget a,.support-widget button { width: 50px; height: 50px; display: grid; place-items: center; color: #fff; border: 0; border-radius: 50%; box-shadow: 0 12px 32px rgba(0,0,0,.22); font-size: 20px; }.support-widget a { background: #20a95b; }.support-widget button { background: var(--red); }.live-chat-panel { z-index: 90; position: fixed; right: 20px; bottom: 86px; width: min(370px, calc(100vw - 32px)); padding: 18px; background: #fff; border: 1px solid var(--line); border-radius: 22px; box-shadow: 0 25px 80px rgba(0,0,0,.25); }.live-chat-head { padding-bottom: 14px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }.live-chat-head > span { display: flex; align-items: center; gap: 10px; }.live-chat-head > span > i { color: var(--red); }.live-chat-head b { font-size: 14px; }.live-chat-head button { width: 35px; height: 35px; display: grid; place-items: center; border: 0; border-radius: 50%; background: var(--soft); }.live-chat-body { padding: 20px 0; display: flex; gap: 12px; }.chat-avatar { width: 42px; height: 42px; flex: 0 0 auto; display: grid; place-items: center; color: var(--red); background: #faecea; border-radius: 50%; }.live-chat-body b { font-size: 13px; }.live-chat-body p { margin: 5px 0 0; color: var(--muted); font-size: 11px; line-height: 1.6; }.live-chat-panel > .button { width: 100%; }

/* Information page system */
.inner-hero { color: #fff; background: linear-gradient(115deg, #101112 0 72%, #c52d22 72.2%); }.inner-hero-grid { min-height: 330px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 50px; }.inner-hero h1 { max-width: 900px; margin: 0; font-size: clamp(43px, 5vw, 68px); line-height: 1; letter-spacing: -.045em; font-weight: 900; }.inner-hero p:not(.eyebrow) { max-width: 700px; margin: 19px 0 0; color: rgba(255,255,255,.72); font-size: 16px; line-height: 1.6; }.inner-hero .breadcrumbs { margin-bottom: 30px; }.inner-hero-icon { width: 130px; height: 130px; display: grid; place-items: center; color: #fff; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.22); border-radius: 34px; font-size: 50px; transform: rotate(4deg); }
.story-grid { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 70px; }.story-image { position: relative; }.story-image img { width: 100%; min-height: 560px; object-fit: cover; border-radius: var(--radius-lg); }.story-image > span { position: absolute; left: 22px; bottom: 22px; padding: 13px 16px; display: flex; align-items: center; gap: 9px; color: #fff; background: rgba(16,17,18,.9); border-radius: 999px; font-size: 11px; font-weight: 800; }.story-copy > h2,.contact-layout h2,.account-benefits h2 { margin: 0; font-size: clamp(34px, 3.5vw, 48px); line-height: 1.08; letter-spacing: -.04em; font-weight: 900; }.story-copy > p:not(.eyebrow) { color: var(--muted); font-size: 14px; line-height: 1.8; }.story-values { margin-top: 28px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }.story-values > div { padding: 20px; border: 1px solid var(--line); border-radius: var(--radius); }.story-values i { color: var(--red); font-size: 22px; }.story-values b { margin-top: 15px; display: block; font-size: 12px; }.story-values p { margin: 6px 0 0; color: var(--muted); font-size: 10px; line-height: 1.5; }.family-band { padding: 58px 0; color: #fff; background: var(--red); }.family-band > div { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; }.family-band-icon { width: 78px; height: 78px; display: grid; place-items: center; background: rgba(0,0,0,.14); border-radius: 22px; font-size: 30px; }.family-band h2 { margin: 0; font-size: 35px; line-height: 1.08; font-weight: 900; letter-spacing: -.03em; }.family-band p:last-child { margin: 8px 0 0; color: rgba(255,255,255,.78); font-size: 12px; line-height: 1.6; }
.contact-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; }.contact-methods { margin-top: 30px; display: grid; gap: 10px; }.contact-methods > a,.contact-methods > button { width: 100%; padding: 16px; display: grid; grid-template-columns: 46px 1fr auto; align-items: center; gap: 13px; text-align: left; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 15px; }.contact-methods > a:hover,.contact-methods > button:hover { border-color: var(--red); }.contact-methods > a > span,.contact-methods > button > span { width: 46px; height: 46px; display: grid; place-items: center; color: var(--red); background: #faecea; border-radius: 13px; font-size: 18px; }.contact-methods .contact-whatsapp { color: #fff; background: #20a95b; }.contact-methods div { display: flex; flex-direction: column; gap: 3px; }.contact-methods b { font-size: 12px; }.contact-methods small { color: var(--muted); font-size: 9px; }.contact-methods > a > i,.contact-methods > button > i { color: var(--red); font-size: 10px; }.contact-address { margin-top: 22px; padding: 20px; display: flex; gap: 14px; background: var(--soft); border-radius: var(--radius); }.contact-address > i { color: var(--red); font-size: 20px; }.contact-address b { font-size: 12px; }.contact-address p { margin: 5px 0 0; color: var(--muted); font-size: 10px; line-height: 1.6; }
.contact-online-card { padding: 40px; align-self: start; background: var(--soft); border: 1px solid var(--line); border-radius: var(--radius-lg); }
.contact-online-card > span { width: 64px; height: 64px; margin-bottom: 24px; display: grid; place-items: center; color: #fff; background: var(--red); border-radius: 18px; font-size: 26px; }
.contact-online-card > h2 { font-size: clamp(30px, 3vw, 42px); }
.contact-online-card > p:not(.eyebrow) { color: var(--muted); font-size: 13px; line-height: 1.75; }
.contact-online-card .contact-address { background: #fff; }
.contact-online-card .contact-button-row { margin-top: 24px; }
.contact-form,.account-card { padding: 34px; background: var(--soft); border: 1px solid var(--line); border-radius: var(--radius-lg); }.contact-form h2 { font-size: 32px; }.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }.form-grid label,.account-card form > label { display: flex; flex-direction: column; gap: 7px; }.form-grid label > span,.account-card label > span { font-size: 10px; font-weight: 800; }.form-grid label small { color: var(--muted); font-weight: 400; }.form-grid input,.form-grid select,.form-grid textarea,.account-card input { width: 100%; min-width: 0; padding: 0 14px; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 10px; outline: 0; }.form-grid input,.form-grid select,.account-card input { height: 48px; }.form-grid textarea { padding-block: 13px; resize: vertical; }.form-grid input:focus,.form-grid select:focus,.form-grid textarea:focus,.account-card input:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(197,45,34,.1); }.form-wide { grid-column: 1/-1; }.contact-form > .button { margin-top: 18px; }.form-note { color: var(--muted); font-size: 9px; line-height: 1.6; }.form-note a { color: var(--red); text-decoration: underline; }
.contact-button-row { display: flex; flex-wrap: wrap; gap: 10px; }.help-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }.help-card-grid > a { min-height: 230px; padding: 26px; display: flex; gap: 18px; border: 1px solid var(--line); border-radius: var(--radius); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }.help-card-grid > a:hover { transform: translateY(-3px); border-color: var(--red); box-shadow: var(--shadow); }.help-card-grid > a > span { width: 52px; height: 52px; flex: 0 0 auto; display: grid; place-items: center; color: var(--red); background: #faecea; border-radius: 15px; font-size: 21px; }.help-card-grid h2 { margin: 2px 0 10px; font-size: 19px; line-height: 1.2; }.help-card-grid p { min-height: 75px; margin: 0; color: var(--muted); font-size: 11px; line-height: 1.65; }.help-card-grid b { display: inline-flex; align-items: center; gap: 8px; color: var(--red); font-size: 10px; }.help-contact-panel { margin-top: 36px; padding: 34px; display: flex; justify-content: space-between; align-items: center; gap: 30px; color: #fff; background: var(--black); border-radius: var(--radius-lg); }.help-contact-panel h2 { margin: 0; font-size: 31px; }.help-contact-panel p:last-child { margin: 7px 0 0; color: #aeb0b3; font-size: 11px; }

.policy-layout { display: grid; grid-template-columns: minmax(0, 1fr) 330px; align-items: start; gap: 80px; }.policy-layout article { max-width: 820px; }.policy-layout article h2,.legal-copy h2 { margin: 34px 0 10px; font-size: 24px; letter-spacing: -.025em; }.policy-layout article h2:first-child,.legal-copy h2:first-child { margin-top: 0; }.policy-layout article p,.legal-copy p,.legal-copy li { color: var(--muted); font-size: 13px; line-height: 1.8; }.policy-layout article a,.legal-copy a { color: var(--red); text-decoration: underline; }.policy-aside { position: sticky; top: 22px; padding: 28px; background: var(--soft); border: 1px solid var(--line); border-radius: var(--radius); }.policy-aside > span { width: 54px; height: 54px; display: grid; place-items: center; color: var(--red); background: #fff; border-radius: 15px; font-size: 23px; }.policy-aside h3 { margin: 20px 0 9px; font-size: 19px; }.policy-aside p,.policy-aside li { color: var(--muted); font-size: 11px; line-height: 1.65; }.policy-aside ul { padding-left: 18px; }.policy-aside li { margin: 8px 0; list-style: disc; }.policy-aside > .button { width: 100%; margin-top: 13px; }.policy-aside .contact-button-row { margin-top: 20px; }.policy-aside .contact-button-row .button { width: 100%; }
.faq-page { display: grid; grid-template-columns: minmax(0, 1fr) 340px; align-items: start; gap: 70px; }.faq-page-list details { border-bottom: 1px solid var(--line); }.faq-page-list summary { padding: 22px 0; display: flex; justify-content: space-between; align-items: center; gap: 20px; cursor: pointer; list-style: none; font-size: 14px; font-weight: 800; }.faq-page-list summary::-webkit-details-marker { display: none; }.faq-page-list summary i { color: var(--red); transition: transform .2s ease; }.faq-page-list details[open] summary i { transform: rotate(45deg); }.faq-page-list p { max-width: 800px; margin: -3px 40px 22px 0; color: var(--muted); font-size: 12px; line-height: 1.75; }.faq-contact { padding: 30px; color: #fff; background: var(--black); border-radius: var(--radius-lg); }.faq-contact > i { color: var(--red); font-size: 30px; }.faq-contact h2 { margin: 20px 0 8px; font-size: 25px; }.faq-contact > p { color: #aeb0b3; font-size: 11px; }.faq-contact .contact-button-row { margin-top: 20px; }.faq-contact .button { width: 100%; }.legal-copy { max-width: 900px; }.legal-updated { margin-top: 45px; padding-top: 18px; border-top: 1px solid var(--line); font-size: 10px!important; }

/* WooCommerce-ready templates */
.cart-layout { display: grid; grid-template-columns: minmax(0,1fr) 370px; align-items: start; gap: 28px; }.cart-card,.order-summary,.checkout-section,.checkout-order { border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }.cart-head { min-height: 52px; padding: 0 24px; display: grid; grid-template-columns: 1fr 120px 90px; align-items: center; color: var(--muted); background: var(--soft); border-radius: var(--radius) var(--radius) 0 0; font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }.cart-line { padding: 24px; display: grid; grid-template-columns: 100px minmax(0,1fr) 120px 90px; align-items: center; gap: 18px; }.cart-line img { width: 100px; height: 100px; object-fit: contain; }.cart-line-copy { display: flex; flex-direction: column; align-items: flex-start; gap: 7px; }.cart-line-copy b { font-size: 13px; }.cart-line-copy small { color: var(--muted); font-size: 9px; }.cart-line-copy button { padding: 0; color: var(--red); background: transparent; border: 0; font-size: 9px; font-weight: 800; }.cart-line > strong { text-align: right; font-size: 15px; }.coupon-row { padding: 18px 24px; display: flex; gap: 9px; border-top: 1px solid var(--line); }.coupon-row input { width: 180px; height: 48px; padding: 0 14px; border: 1px solid var(--line); border-radius: 999px; outline: 0; }.order-summary,.checkout-order { padding: 28px; }.order-summary h2,.checkout-order h2 { margin: 0 0 22px; font-size: 24px; }.order-summary > div,.checkout-order > div:not(.checkout-product) { padding: 13px 0; display: flex; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); font-size: 11px; }.order-summary .order-total,.checkout-order .order-total { padding-top: 20px; align-items: baseline; border: 0; }.order-total strong { font-size: 23px; }.delivery-progress { padding: 12px; color: #53675a; background: #edf7f0; border-radius: 10px; font-size: 9px; line-height: 1.5; }.delivery-progress i { margin-right: 6px; color: var(--success); }.checkout-button { width: 100%; margin-top: 16px; }.order-summary > p:last-child,.checkout-order > p:last-child { color: var(--muted); text-align: center; font-size: 8px; }.order-summary > p:last-child i,.checkout-order > p:last-child i { color: var(--success); }.empty-cart { min-height: 420px; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; background: var(--soft); border-radius: var(--radius-lg); }.empty-cart > i { color: var(--red); font-size: 45px; }.empty-cart h2 { margin: 20px 0 4px; font-size: 30px; }.empty-cart p { color: var(--muted); font-size: 12px; }
.account-layout { max-width: 1100px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 70px; }.account-benefits > div { margin-top: 20px; display: flex; align-items: center; gap: 14px; }.account-benefits > div > span { width: 48px; height: 48px; flex: 0 0 auto; display: grid; place-items: center; color: var(--red); background: #faecea; border-radius: 14px; }.account-benefits > div > p { margin: 0; display: flex; flex-direction: column; gap: 4px; }.account-benefits b { font-size: 12px; }.account-benefits small { color: var(--muted); font-size: 9px; }.account-tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; padding: 4px; background: #e7e7e4; border-radius: 999px; }.account-tabs button { height: 42px; border: 0; border-radius: 999px; background: transparent; font-size: 11px; font-weight: 800; }.account-tabs button.active { background: #fff; box-shadow: 0 3px 12px rgba(0,0,0,.08); }.account-card form { margin-top: 25px; display: grid; gap: 15px; }.account-card .remember-row { flex-direction: row; align-items: center; font-size: 10px; }.account-card .remember-row input { width: 16px; height: 16px; }.account-card form .button { width: 100%; }.lost-password { color: var(--red); text-align: center; font-size: 9px; font-weight: 800; }
.checkout-form { display: grid; grid-template-columns: minmax(0,1fr) 390px; align-items: start; gap: 28px; }.checkout-main { display: grid; gap: 16px; }.checkout-section { position: relative; padding: 30px 30px 30px 74px; }.checkout-step { position: absolute; top: 28px; left: 25px; width: 34px; height: 34px; display: grid; place-items: center; color: #fff; background: var(--red); border-radius: 50%; font-size: 12px; font-weight: 900; }.checkout-section-title h2 { margin: 0; font-size: 23px; }.checkout-section-title p { margin: 5px 0 22px; color: var(--muted); font-size: 10px; }.different-address,.terms-check { margin-top: 17px; display: flex; align-items: flex-start; gap: 8px; font-size: 10px; line-height: 1.5; }.different-address input,.terms-check input { margin-top: 2px; }.shipping-placeholder { margin-top: 12px; padding: 15px; color: var(--muted); background: var(--soft); border-radius: 10px; font-size: 10px; }.shipping-placeholder i { margin-right: 7px; color: var(--red); }.shipping-option,.payment-option { padding: 16px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; border: 1px solid var(--line); border-radius: 12px; }.shipping-option span { display: flex; flex-direction: column; gap: 3px; }.shipping-option b,.payment-option b { font-size: 11px; }.shipping-option small,.payment-option small { color: var(--muted); font-size: 8px; }.payment-option { margin-top: 9px; }.payment-option span { display: flex; align-items: center; gap: 8px; }.payment-option span i { color: var(--red); }.checkout-order { position: sticky; top: 20px; }.checkout-product { padding-bottom: 20px; display: grid; grid-template-columns: 70px 1fr auto; align-items: center; gap: 12px; border-bottom: 1px solid var(--line); }.checkout-product img { width: 70px; height: 70px; object-fit: contain; }.checkout-product div { display: flex; flex-direction: column; gap: 5px; }.checkout-product b { font-size: 10px; line-height: 1.4; }.checkout-product small { color: var(--muted); font-size: 8px; }.checkout-product strong { font-size: 12px; }.terms-check a { color: var(--red); text-decoration: underline; }.place-order { width: 100%; margin-top: 18px; }

/* Responsive */
@media (max-width: 1120px) {
  .header-main { grid-template-columns: 210px 1fr auto; gap: 24px; }.brand img { width: 190px; }.header-help { display: none; }.nav-inner { gap: 22px; overflow-x: auto; }.nav-inner::-webkit-scrollbar { display:none; }
  .product-track { grid-auto-columns: calc((100% - 32px) / 3); }.category-grid { grid-template-columns: repeat(2, 1fr); }.fitment-banner { grid-template-columns: auto 1fr; }.fitment-action, .fitment-actions { grid-column: 1 / -1; justify-self: start; }.about-section { gap: 45px; }.footer-grid { gap: 36px; }
  .product-detail { gap: 38px; }.main-product-image { height: 520px; }.catalog-layout { grid-template-columns: 220px 1fr; }.product-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 850px) {
  .shell { width: min(100% - 32px, 720px); }.section { padding: 68px 0; }
  .header-main { height: 75px; grid-template-columns: 43px 1fr auto; gap: 14px; }.mobile-menu-button, .search-mobile { display: grid; }.brand { justify-self: center; }.brand img { width: 172px; }.desktop-search { display: none; }.main-nav { display: none; }
  .home-hero, .hero-content { min-height: 610px; }.hero-photo .hero-backdrop { background-image: linear-gradient(90deg, rgba(8,9,10,.9), rgba(8,9,10,.6)), url('../images/hero-workshop.jpg'); background-position: 58% center; }.hero-service .hero-content, .hero-oils .hero-content { padding-right: 0; }.hero-product, .hero-product-group { opacity: .32; right: -8%; width: 72%; }.hero-product-group { width: 75%; }.hero-content { align-items: center; text-align: center; }.hero-content h1, .hero-content h2 { font-size: clamp(43px, 10vw, 66px); }.hero-content > p:not(.eyebrow) { max-width: 560px; }.hero-arrow { display: none; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }.trust-grid > div:nth-child(2) { border-right: 0; }.trust-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .product-track { grid-auto-columns: calc((100% - 16px) / 2); }.product-image-wrap { height: 235px; }.section-heading { padding-right: 90px; position: relative; }.section-heading .text-link { display: none; }
  .fitment-banner { padding: 30px; grid-template-columns: 1fr; text-align: center; }.fitment-help-icon { margin-inline: auto; }.fitment-action, .fitment-actions { grid-column: auto; justify-self: center; }.reviews-top { align-items: flex-start; flex-direction: column; }.review-grid { grid-template-columns: 1fr; }.review-grid p { min-height: 0; }.about-section { grid-template-columns: 1fr; }.about-stat { right: 18px; }.newsletter-inner { flex-direction: column; align-items: flex-start; }.newsletter form { width: 100%; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }.footer-brand { grid-column: 1 / -1; }.footer-bottom-inner { padding: 20px 0; flex-wrap: wrap; }
  .category-subnav { grid-template-columns: repeat(3, 1fr); }.filter-toggle { display: flex; }.catalog-layout { grid-template-columns: 1fr; }.filters { display: none; }.filters.open { display: block; }.product-grid { grid-template-columns: repeat(2, 1fr); }.seo-grid { grid-template-columns: 1fr; gap: 60px; }.help-cta-inner { grid-template-columns: auto 1fr; }.cta-actions { grid-column: 1 / -1; }
  .product-detail { grid-template-columns: 1fr; }.main-product-image { height: min(620px, 80vw); }.image-usps { margin-bottom: 20px; }.product-tabs { padding: 60px 0; }
}

@media (max-width: 560px) {
  .shell { width: calc(100% - 24px); }.notification-bar { font-size: 10px; }.header-main { grid-template-columns: 40px 1fr auto; }.brand img { width: 145px; }.header-actions { gap: 6px; }.action-button, .mobile-menu-button { width: 40px; height: 40px; }
  .search-overlay { padding: 20px 10px; }.search-modal { padding: 15px; }.search-result { grid-template-columns: 52px 1fr; }.search-result > strong { grid-column: 2; }.search-result img { width: 52px; height: 52px; }
  .home-hero, .hero-content { min-height: 570px; }.hero-content { padding-block: 64px; }.hero-content h1, .hero-content h2 { font-size: 41px; }.hero-content > p:not(.eyebrow) { font-size: 14px; }.hero-actions { width: 100%; flex-direction: column; }.hero-actions .button { width: 100%; }.hero-product { width: 100%; right: -22%; }.hero-product-group { width: 100%; right: -12%; }.hero-dots { bottom: 18px; }
  .trust-grid { width: 100%; grid-template-columns: 1fr 1fr; }.trust-grid > div { padding: 16px 10px; justify-content: flex-start; }.trust-grid > div > span { width: 37px; height: 37px; font-size: 15px; }.trust-grid b { font-size: 10px; }.trust-grid small { font-size: 8px; }
  .section-heading { padding-right: 0; }.section-heading h2, .about-copy h2, .reviews-top h2, .seo-grid h2 { font-size: 31px; }.carousel-controls { display: none; }.category-grid { grid-template-columns: 1fr; }.category-card { min-height: 92px; }.product-track { margin-right: -12px; grid-auto-columns: 82%; }.product-image-wrap { height: 240px; }
  .fitment-banner { width: calc(100% - 24px); padding: 26px 18px; }.fitment-copy h2 { font-size: 26px; }.fitment-action, .fitment-actions { width: 100%; }.fitment-actions { flex-direction: column; }.fitment-actions .button { width: 100%; }.about-section { gap: 35px; }.about-stat { bottom: 14px; padding: 15px 18px; }.about-stat strong { font-size: 23px; }.newsletter form { flex-direction: column; }.newsletter input { height: 48px; }.footer-grid { grid-template-columns: 1fr; }.footer-brand { grid-column: auto; }.payment-row { order: 3; width: 100%; }.footer-bottom-inner { align-items: flex-start; }
  .category-hero-inner { min-height: 260px; }.category-hero h1 { font-size: 43px; }.category-hero-icon { width: 80px; height: 80px; font-size: 31px; border-radius: 22px; opacity: .55; }.category-subnav { display: flex; overflow-x: auto; }.category-subnav a { min-width: 150px; }.catalog-top { align-items: flex-start; flex-direction: column; }.catalog-tools { width: 100%; }.catalog-tools label { flex: 1; }.catalog-tools select { min-width: 0; width: 100%; }.product-grid { grid-template-columns: 1fr; }.product-grid .product-image-wrap { height: 300px; }.help-cta-inner { text-align: center; grid-template-columns: 1fr; }.cta-icon { margin: auto; }.cta-actions { grid-column: auto; flex-direction: column; }
  .product-detail { padding-bottom: 52px; }.main-product-image { height: 390px; padding: 22px; }.gallery-thumbs { grid-template-columns: repeat(3, 72px); }.gallery-thumbs button { height: 72px; }.image-usps { grid-template-columns: 1fr; gap: 14px; }.product-info h1 { font-size: 33px; }.product-code-row { gap: 10px; }.fitment-advice { align-items: flex-start; }.purchase-row { flex-direction: column; }.quantity { justify-content: space-between; }.basket-button { flex: none; }.payment-note { align-items: flex-start; }.tab-buttons { overflow-x: auto; }.tab-buttons button { white-space: nowrap; }.feature-grid { grid-template-columns: 1fr; }.lightbox { padding: 12px; }.lightbox > div { padding: 12px; }
}

@media (max-width: 380px) {
  .header-actions > a[aria-label="My account"] { display: none; }
}

@media (max-width: 1120px) {
  .vehicle-category-grid-full { grid-template-columns: repeat(2, 1fr); }
  .story-grid { gap: 42px; }.contact-layout { gap: 42px; }.help-card-grid { grid-template-columns: repeat(2, 1fr); }
  .cart-layout,.checkout-form { grid-template-columns: 1fr; }.order-summary,.checkout-order { position: static; }
}

@media (max-width: 850px) {
  .hero-oil-group { width: 82%; right: -9%; opacity: .34; }.hero-oil-group img { mix-blend-mode: normal; }
  .vehicle-category-grid,.vehicle-category-grid-full { grid-template-columns: 1fr; }
  .inner-hero-grid { min-height: 300px; }.inner-hero-icon { width: 90px; height: 90px; border-radius: 24px; font-size: 35px; }
  .story-grid,.contact-layout,.policy-layout,.faq-page,.account-layout { grid-template-columns: 1fr; gap: 45px; }.story-image img { min-height: 430px; }.story-values { grid-template-columns: repeat(3, 1fr); }
  .family-band > div { grid-template-columns: auto 1fr; }.family-band > div > .button { grid-column: 1/-1; justify-self: start; }
  .policy-aside { position: static; }.faq-contact { max-width: 440px; }.help-contact-panel { align-items: flex-start; flex-direction: column; }
  .cart-line { grid-template-columns: 80px minmax(0,1fr) 110px 80px; }.cart-line img { width: 80px; height: 80px; }
  .account-layout { max-width: 720px; }.checkout-order { max-width: none; }
}

@media (max-width: 560px) {
  .header-actions .action-button { width: 38px; height: 38px; }
  .hero-oil-group { width: 112%; right: -30%; bottom: -10px; }.hero-oil-group img { width: 38%; }.hero-oil-group img:nth-child(2) { width: 40%; }
  .vehicle-category-card { min-height: 90px; padding: 15px; grid-template-columns: 46px 1fr auto; }.vehicle-category-card > span { width: 46px; height: 46px; }.vehicle-category-card b { font-size: 12px; }
  .inner-hero { background: linear-gradient(120deg, #101112 0 88%, #c52d22 88.2%); }.inner-hero-grid { min-height: 280px; grid-template-columns: 1fr; }.inner-hero h1 { font-size: 41px; }.inner-hero p:not(.eyebrow) { font-size: 13px; }.inner-hero-icon { display: none; }
  .story-image img { min-height: 350px; }.story-values { grid-template-columns: 1fr; }.story-values > div { padding: 18px; }.family-band > div { text-align: center; grid-template-columns: 1fr; }.family-band-icon,.family-band > div > .button { margin-inline: auto; }.family-band h2 { font-size: 29px; }
  .contact-form,.account-card { padding: 22px 17px; }.form-grid { grid-template-columns: 1fr; }.form-wide { grid-column: auto; }.contact-button-row { flex-direction: column; }.contact-button-row .button { width: 100%; }.help-card-grid { grid-template-columns: 1fr; }.help-card-grid > a { min-height: 0; padding: 20px; }.help-card-grid p { min-height: 0; margin-bottom: 15px; }.help-contact-panel { padding: 24px 18px; }.help-contact-panel h2 { font-size: 27px; }
  .policy-layout,.faq-page { gap: 35px; }.policy-aside,.faq-contact { padding: 23px; }.faq-page-list summary { font-size: 12px; }
  .cart-head { display: none; }.cart-line { padding: 18px; grid-template-columns: 76px 1fr; align-items: start; }.cart-line img { width: 76px; height: 76px; }.cart-line .quantity { grid-column: 1; }.cart-line > strong { grid-column: 2; align-self: center; text-align: right; }.coupon-row { padding: 16px; flex-direction: column; }.coupon-row input,.coupon-row label,.coupon-row .button { width: 100%; }.order-summary { padding: 22px 18px; }
  .checkout-section { padding: 24px 17px; }.checkout-step { position: static; margin-bottom: 14px; }.shipping-option,.payment-option { grid-template-columns: auto 1fr; }.shipping-option > strong,.payment-option > small { grid-column: 2; }.checkout-order { padding: 22px 18px; }.checkout-product { grid-template-columns: 58px 1fr auto; }.checkout-product img { width: 58px; height: 58px; }
  .support-widget { right: 10px; bottom: 10px; }.support-widget a,.support-widget button { width: 44px; height: 44px; font-size: 18px; }.live-chat-panel { right: 10px; bottom: 68px; width: calc(100vw - 20px); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* WordPress and WooCommerce production integration */
body.cpl-theme.woocommerce main.site-main { padding-inline: 0; }
.screen-reader-text { position: absolute!important; width: 1px!important; height: 1px!important; padding: 0!important; margin: -1px!important; overflow: hidden!important; clip: rect(0,0,0,0)!important; white-space: nowrap!important; border: 0!important; }
.screen-reader-text:focus { z-index: 100000; top: 8px; left: 8px; width: auto!important; height: auto!important; padding: 12px 18px!important; margin: 0!important; clip: auto!important; color: #fff; background: var(--black); border-radius: 8px; }
.admin-bar .site-header { top: 0; }
html.cpl-overlay-open { overflow: hidden; }
[hidden] { display: none!important; }
.notice-message:not(.is-active) { display: none; }
.brand .custom-logo-link, .drawer-logo .custom-logo-link, .footer-brand .custom-logo-link { display: inline-flex; }
.primary-menu, .cpl-fallback-menu, .footer-menu { margin: 0; padding: 0; display: flex; align-items: center; gap: 35px; list-style: none; }
.primary-menu > li { position: relative; }
.primary-menu .sub-menu { position: absolute; z-index: 30; top: calc(100% + 18px); left: -18px; min-width: 220px; margin: 0; padding: 10px; display: none; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); list-style: none; }
.primary-menu li:hover > .sub-menu, .primary-menu li:focus-within > .sub-menu { display: grid; }
.primary-menu .sub-menu a { padding: 10px 11px; display: block; color: var(--ink); border-radius: 8px; }
.primary-menu .sub-menu a:hover { color: var(--red); background: var(--soft); }
.footer-menu { display: grid; align-items: initial; gap: 13px; }
.footer-grid > div > .menu-footer-shop-container, .footer-grid > div > .menu-footer-help-container { width: 100%; }
.footer-grid .footer-menu a { color: #929599; font-size: 12px; }
.search-modal-top form { flex: 1; }
.search-modal-top .woocommerce-product-search { display: flex; align-items: center; gap: 10px; }
.search-modal-top .woocommerce-product-search input { width: 100%; height: 58px; padding: 0 20px; border: 1px solid var(--line); border-radius: 999px; outline: 0; background: var(--soft); }
.search-modal-top .woocommerce-product-search button { min-width: 110px; height: 58px; color: #fff; border: 0; border-radius: 999px; background: var(--red); font-weight: 800; }

.hero-slide { position: absolute; inset: 0; min-height: 590px; overflow: hidden; }
.hero-slide.is-active { animation: heroIn .45s ease; }
.hero-slide .hero-backdrop { position: absolute; inset: 0; }
.hero-slide .hero-content { position: relative; }
.hero-slide.hero-service::after, .hero-slide.hero-oils::after { pointer-events: none; }
.hero-slide .hero-product { z-index: 2; }

.info-hero { padding: 76px 0; color: #fff; background: linear-gradient(120deg, #101112 0 83%, #c52d22 83.2%); }
.info-hero h1 { max-width: 900px; margin: 25px 0 0; font-size: clamp(43px, 5vw, 70px); line-height: 1; letter-spacing: -.04em; text-transform: uppercase; }
.info-hero p:last-child { max-width: 720px; margin: 20px 0 0; color: #b9bbbe; font-size: 16px; line-height: 1.6; }
.info-content { max-width: 960px; padding-top: 76px; padding-bottom: 90px; }
.entry-content { color: var(--muted); font-size: 15px; line-height: 1.8; }
.entry-content h2, .entry-content h3 { color: var(--ink); line-height: 1.2; letter-spacing: -.025em; }
.entry-content h2 { margin-top: 42px; font-size: 30px; }
.entry-content h3 { margin-top: 30px; font-size: 21px; }
.entry-content a { color: var(--red); text-decoration: underline; text-underline-offset: 3px; }
.entry-content img { border-radius: var(--radius); }
.about-story { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 72px; }
.family-badge { position: absolute; left: 22px; top: 22px; padding: 14px 17px; display: flex; align-items: center; gap: 11px; color: #fff; background: rgba(16,17,18,.88); border: 1px solid rgba(255,255,255,.18); border-radius: 14px; backdrop-filter: blur(8px); }
.family-badge > i { color: var(--red); font-size: 20px; }
.family-badge span { display: flex; flex-direction: column; gap: 3px; }.family-badge b { font-size: 12px; }.family-badge small { color: #c4c6c8; font-size: 9px; }
.about-editor-content { margin-bottom: 70px; padding: 35px; background: var(--soft); border-radius: var(--radius); }

/* WooCommerce product cards */
.woocommerce .woocommerce-result-count { margin: 0 0 26px; color: var(--muted); font-size: 12px; }
.woocommerce .woocommerce-ordering { margin: -11px 0 20px; }
.woocommerce .woocommerce-ordering select { min-height: 46px; padding: 0 38px 0 16px; border: 1px solid var(--line); border-radius: 999px; background: #fff; font-size: 12px; font-weight: 700; }
.catalog-products { min-width: 0; }
.catalog-products .woocommerce-notices-wrapper { grid-column: 1 / -1; }
.woocommerce ul.products { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; clear: both; list-style: none; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.cpl-theme .woocommerce ul.products > li.product, .cpl-theme.woocommerce-page ul.products > li.product { position: relative; width: 100%!important; max-width: none!important; margin: 0!important; padding: 0 0 18px; display: flex; flex-direction: column; float: none!important; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
body.cpl-theme.woocommerce-page .catalog-products ul.products > li.product { width: 100%!important; max-width: none!important; }
.woocommerce ul.products li.product:hover { transform: translateY(-3px); border-color: #c8c9c9; box-shadow: var(--shadow); }
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link { min-width: 0; display: flex; flex: 1; flex-direction: column; }
.woocommerce ul.products li.product a img { width: 100%; height: 245px; margin: 0; padding: 22px; object-fit: contain; border-bottom: 1px solid #ebebe9; }
.woocommerce ul.products li.product .onsale { z-index: 2; top: 14px; right: auto; left: 14px; min-width: 0; min-height: 0; margin: 0; padding: 7px 10px; line-height: 1; color: #fff; background: var(--red); border-radius: 999px; font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.woocommerce ul.products li.product .product-brand { margin: 18px 18px 0; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { min-height: 58px; margin: 0; padding: 8px 18px 0; color: var(--ink); font-size: 14px; line-height: 1.45; font-weight: 800; }
.woocommerce ul.products li.product .star-rating { margin: 9px 18px 0; color: #f2b827; font-size: 11px; }
.woocommerce ul.products li.product .product-meta { margin: 12px 18px 0; }
.woocommerce ul.products li.product .price { margin: auto 18px 0; padding-top: 14px; color: var(--ink); font-size: 20px; font-weight: 900; }
.woocommerce ul.products li.product .price del { color: #8c8f92; font-size: 11px; opacity: 1; }
.woocommerce ul.products li.product .price ins { text-decoration: none; }
.woocommerce ul.products li.product .button { min-height: 43px; margin: 14px 18px 0; padding: 11px 16px; display: inline-flex; align-items: center; justify-content: center; align-self: flex-start; gap: 7px; color: #fff; background: var(--black); border-radius: 999px; font-family: inherit; font-size: 12px; line-height: 1.2; text-align: center; }
.woocommerce ul.products li.product .button.loading::after, .woocommerce ul.products li.product .button.added::after { position: static; margin: 0; line-height: 1; }
.woocommerce ul.products li.product .button:hover { color: #fff; background: var(--red); }
.woocommerce ul.products li.product .added_to_cart { margin: 8px 18px 0; color: var(--red); font-size: 11px; font-weight: 800; }
.product-track.woocommerce, .woocommerce ul.products.product-track { padding: 2px 2px 18px; display: grid; grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: calc((100% - 48px) / 4); gap: 16px; overflow-x: auto; }
.woocommerce ul.products.product-track li.product { scroll-snap-align: start; }
body.cpl-theme .cpl-product-carousel.woocommerce { width: 100%; min-width: 0; margin: 0; }
.cpl-product-carousel > .carousel-controls { position: static; display: flex; justify-content: flex-end; margin: 4px 0 0; }
.cpl-product-carousel > .carousel-controls button { width: 44px; height: 44px; }
.single-product .related ul.products { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.cpl-recommendations { padding: 75px 0 35px; clear: both; }

/* Product archive category shortcuts */
.archive-subcategories { margin-bottom: 34px; padding-bottom: 32px; border-bottom: 1px solid var(--line); }
.archive-subcategory-heading { margin-bottom: 18px; display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; }
.archive-subcategory-heading h2 { margin: 0; font-size: 28px; line-height: 1.1; letter-spacing: -.03em; }
.archive-subcategory-heading > span { color: var(--muted); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.archive-subcategory-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.archive-subcategory-card { min-width: 0; min-height: 94px; padding: 14px; display: grid; grid-template-columns: 58px minmax(0, 1fr) auto; align-items: center; gap: 13px; border: 1px solid var(--line); border-radius: 15px; background: #fff; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.archive-subcategory-card:hover { transform: translateY(-2px); border-color: var(--red); box-shadow: var(--shadow); }
.archive-subcategory-media { width: 58px; height: 58px; display: grid; place-items: center; overflow: hidden; color: var(--red); background: #faecea; border-radius: 13px; font-size: 21px; }
.archive-subcategory-media img { width: 100%; height: 100%; padding: 5px; object-fit: contain; background: #fff; }
.archive-subcategory-card > span:nth-child(2) { min-width: 0; display: flex; flex-direction: column; gap: 5px; }
.archive-subcategory-card b { overflow: hidden; text-overflow: ellipsis; font-size: 12px; line-height: 1.35; }
.archive-subcategory-card small { color: var(--muted); font-size: 9px; }
.archive-subcategory-card > i { color: var(--red); font-size: 10px; }

/* Archive filters */
.filter-heading h2 { margin: 0; font-size: 15px; }
.filters ul { margin: 0; padding: 0; list-style: none; }
.filters .filter-group, .filters .widget { margin: 0; padding: 20px; border: 0; border-bottom: 1px solid var(--line); }
.filters .widget-title, .filters .filter-group h3 { margin: 0 0 15px; font-size: 12px; }
.filters li { margin: 0; padding: 6px 0; color: var(--muted); font-size: 11px; }
.filters li a:hover { color: var(--red); }
.filters .count { color: #9b9da0; }
.filters .price_slider_wrapper .ui-widget-content { background: #d8d9d8; }
.filters .ui-slider .ui-slider-range, .filters .ui-slider .ui-slider-handle { background: var(--red); }
.filters .price_slider_amount { text-align: left; }
.filters .price_slider_amount .button { min-height: 38px; padding: 0 14px; color: #fff; background: var(--black); border-radius: 999px; font-size: 10px; }
.filters > .filter-group[hidden] { display: none!important; }
.filters .cpl-active-filter { padding: 20px; }
.filters .cpl-active-filter .wc-block-product-filters__open-overlay, .filters .cpl-active-filter .wc-block-product-filters__close-overlay { display: none; }
.filters .cpl-active-filter .wc-block-product-filters__overlay { position: static; visibility: visible; opacity: 1; background: transparent; }
.filters .cpl-active-filter .wc-block-product-filters__overlay-wrapper, .filters .cpl-active-filter .wc-block-product-filters__overlay-dialog, .filters .cpl-active-filter .wc-block-product-filters__overlay-content { position: static; width: 100%; max-width: none; height: auto; max-height: none; padding: 0; overflow: visible; background: transparent; box-shadow: none; transform: none; }
.filters .cpl-active-filter h2 { margin: 0 0 18px; font-size: 17px; }
.filters .cpl-active-filter h3 { margin: 18px 0 10px; font-size: 12px; }
.filters .cpl-active-filter fieldset { padding: 0; border: 0; }
.filters .cpl-active-filter input[type="text"] { width: 100%; min-height: 38px; padding: 0 9px; border: 1px solid var(--line); border-radius: 8px; }
.category-hero-copy { max-width: 680px; margin-top: 15px; color: #aeb0b3; font-size: 15px; line-height: 1.55; }
.woocommerce nav.woocommerce-pagination { margin-top: 35px; }
.woocommerce nav.woocommerce-pagination ul { display: inline-flex; border: 0; gap: 7px; }
.woocommerce nav.woocommerce-pagination ul li { border: 0; }
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span { width: 42px; height: 42px; padding: 0; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: #fff; }
.woocommerce nav.woocommerce-pagination ul li span.current, .woocommerce nav.woocommerce-pagination ul li a:hover { color: #fff; background: var(--red); border-color: var(--red); }

/* Single product */
main.cpl-single-product, .cpl-single-product .woocommerce { width: min(1320px, calc(100% - 48px)); margin: 0 auto; }
.woocommerce div.product { padding: 10px 0 72px; }
.woocommerce div.product div.images, .woocommerce div.product div.summary { margin-bottom: 0; }
.woocommerce div.product div.images { width: 50%; }
.woocommerce div.product div.summary { width: 44%; padding-top: 8px; }
.woocommerce div.product .cpl-product-media { width: 50%; float: left; min-width: 0; }
.woocommerce div.product .cpl-product-media div.images { width: 100%; float: none; margin: 0; }
.woocommerce div.product .cpl-product-media .image-usps { margin: 20px 0 0; padding: 22px; gap: 18px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--soft); }
.cpl-product-media .image-usps > div { min-width: 0; align-items: flex-start; gap: 12px; }
.cpl-product-media .image-usps > div > i { width: 24px; min-width: 24px; margin-top: 2px; text-align: center; line-height: 1.2; }
.cpl-product-media .image-usps span { min-width: 0; gap: 5px; }
.cpl-product-media .image-usps b { font-size: 12px; line-height: 1.35; }
.cpl-product-media .image-usps small { font-size: 10px; line-height: 1.5; }
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); }
.woocommerce div.product div.images .woocommerce-product-gallery__image { min-height: 560px; display: grid!important; place-items: center; }
.woocommerce div.product div.images .woocommerce-product-gallery__image img { max-height: 560px; padding: 38px; object-fit: contain; }
.woocommerce div.product div.images .flex-control-thumbs { margin-top: 12px; display: flex; gap: 10px; }
.woocommerce div.product div.images .flex-control-thumbs li { width: 82px; padding: 6px; border: 1px solid var(--line); border-radius: 12px; }
.woocommerce div.product div.images .flex-control-thumbs li img { height: 68px; object-fit: contain; }
.woocommerce div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger { z-index: 4; top: 17px; right: 17px; width: 42px; height: 42px; background: var(--black); }
.woocommerce div.product .onsale { z-index: 3; top: 20px; left: 20px; min-width: 0; min-height: 0; padding: 8px 11px; line-height: 1; background: var(--red); border-radius: 999px; font-size: 9px; letter-spacing: .08em; }
.woocommerce div.product .product_title { margin: 0; font-size: clamp(30px, 3vw, 42px); line-height: 1.12; letter-spacing: -.03em; font-weight: 800; overflow-wrap: break-word; }
.woocommerce div.product .woocommerce-product-rating { margin: 15px 0 0; }
.woocommerce .star-rating { color: #f2b827; }
.woocommerce div.product p.price, .woocommerce div.product span.price { margin: 22px 0 24px; color: var(--ink); font-size: 34px; line-height: 1.2; font-weight: 800; }
.woocommerce div.product p.price del { color: #8c8f92; font-size: 16px; opacity: 1; }
.woocommerce div.product p.price ins { text-decoration: none; }
.woocommerce-product-details__short-description { color: var(--muted); font-size: 14px; line-height: 1.7; }
.woocommerce div.product form.cart { margin: 18px 0 22px; display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.woocommerce div.product form.cart div.quantity { width: 82px; height: 54px; flex: 0 0 82px; float: none; margin: 0; padding: 0; border: 0; }
.woocommerce .quantity .qty { width: 76px; height: 54px; border: 1px solid var(--line); border-radius: 999px; }
.woocommerce div.product form.cart div.quantity .qty { width: 100%; margin: 0; padding: 0 12px; font-family: inherit; font-size: 14px; font-weight: 700; text-align: center; }
.woocommerce div.product form.cart .single_add_to_cart_button { min-width: 180px; min-height: 54px; margin: 0; padding: 14px 24px; flex: 1; display: inline-flex; align-items: center; justify-content: center; color: #fff!important; background: var(--red)!important; border-radius: 999px; font-family: inherit; font-size: 14px; line-height: 1.2; font-weight: 800; white-space: nowrap; }
.woocommerce div.product form.cart .single_add_to_cart_button:hover { background: var(--red-dark)!important; }
.woocommerce div.product form.cart > wc-order-attribution-inputs, .woocommerce div.product form.cart .wc-stripe-clear { display: none; }
.woocommerce div.product form.cart .wc-stripe-product-checkout-container { width: 100%; flex: 0 0 100%; margin: 4px 0 0; }
.woocommerce div.product form.cart .wc_stripe_product_payment_methods { width: 100%; margin: 0; padding: 0; }
.woocommerce div.product form.variations_form.cart { display: block; }
.woocommerce div.product form.cart .variations, .woocommerce div.product form.cart .group_table { width: 100%; flex: 0 0 100%; }
.woocommerce div.product form.cart .woocommerce-variation-add-to-cart { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.woocommerce div.product .summary > .fitment-advice { margin: 0 0 20px; padding: 22px; align-items: flex-start; }
.woocommerce div.product .summary .fitment-advice p { font-size: 12px; line-height: 1.65; }
.woocommerce div.product .summary .fitment-advice a { font-size: 12px; line-height: 1.4; }
.woocommerce div.product .stock { margin: 18px 0 0; color: var(--success); font-size: 13px; line-height: 1.5; font-weight: 800; }
.woocommerce div.product .product_meta { margin: 22px 0 0; padding-top: 20px; display: flex; flex-direction: column; gap: 7px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; line-height: 1.65; }
.woocommerce div.product .product_meta a { color: var(--red); }
.woocommerce div.product .product-accordions { margin-top: 24px; }
.woocommerce div.product .product-accordions summary { min-height: 56px; padding: 18px 0; align-items: center; gap: 18px; color: var(--ink); font-size: 14px; line-height: 1.4; }
.woocommerce div.product .product-accordions summary > i { width: 24px; flex: 0 0 24px; text-align: center; font-size: 12px; }
.accordion-copy { padding: 0 0 22px; color: var(--muted); font-size: 13px; line-height: 1.7; overflow-wrap: break-word; }
.woocommerce div.product .accordion-copy :where(p, ul, ol, li, div, span, strong, b, em, a) { font-family: inherit!important; font-size: inherit!important; line-height: inherit!important; }
.woocommerce div.product .accordion-copy :where(h2, h3, h4) { margin: 0 0 14px; font-family: inherit!important; font-size: 17px!important; line-height: 1.4!important; letter-spacing: -.01em; }
.woocommerce div.product .accordion-copy :where(p, ul, ol) { margin: 0 0 14px; }
.woocommerce div.product .accordion-copy :where(ul, ol) { padding-left: 22px; }
.woocommerce div.product .accordion-copy li { margin: 7px 0; }
.woocommerce div.product .accordion-copy > div + div { margin-top: 10px; }
.woocommerce div.product .accordion-copy > :last-child { margin-bottom: 0; }
.accordion-description { max-height: 460px; padding-right: 8px; overflow: auto; }
.accordion-copy p:first-child { margin-top: 0; }
.accordion-copy .woocommerce-product-attributes { width: 100%; margin: 8px 0 0; font-size: 13px; line-height: 1.55; }
.accordion-copy .woocommerce-product-attributes th, .accordion-copy .woocommerce-product-attributes td { padding: 12px; text-align: left; vertical-align: top; }
.accordion-copy .woocommerce-product-attributes td p { padding: 0; }
.woocommerce div.product .woocommerce-tabs { padding: 80px 0; clear: both; }
.woocommerce div.product .woocommerce-tabs ul.tabs { margin: 0; padding: 0; display: flex; gap: 8px; border-bottom: 1px solid var(--line); }
.woocommerce div.product .woocommerce-tabs ul.tabs::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after { display: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li { margin: 0; padding: 0; border: 0; background: transparent; }
.woocommerce div.product .woocommerce-tabs ul.tabs li a { padding: 15px 18px; }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a { color: var(--red); box-shadow: inset 0 -3px var(--red); }
.woocommerce div.product .woocommerce-tabs .panel { max-width: 900px; padding-top: 30px; color: var(--muted); font-size: 14px; line-height: 1.75; }
.woocommerce div.product .woocommerce-tabs .panel h2 { color: var(--ink); font-size: 31px; letter-spacing: -.03em; }
.woocommerce div.product .related, .woocommerce div.product .upsells { padding: 75px 0; clear: both; }
.woocommerce div.product .related > h2, .woocommerce div.product .upsells > h2 { margin: 0 0 34px; font-size: 39px; letter-spacing: -.035em; }

/* Notices and forms */
body.cpl-theme .woocommerce-notices-wrapper:empty { display: none; }
body.cpl-theme .cpl-single-product > .woocommerce-notices-wrapper { width: min(1320px, calc(100% - 48px)); margin-inline: auto; }
body.cpl-theme :is(.woocommerce-message, .woocommerce-info, .woocommerce-error, .wc-block-components-notice-banner) { --notice-accent: #455568; --notice-bg: #f4f6f8; --notice-border: #d9dfe5; position: relative; box-sizing: border-box; width: 100%; min-width: 0; margin: 0 0 24px; padding: 20px 22px 20px 56px; border: 1px solid var(--notice-border); border-left: 4px solid var(--notice-accent); border-radius: 14px; box-shadow: none; background: var(--notice-bg); color: var(--ink); font-family: inherit; font-size: 14px; font-weight: 500; line-height: 1.65; list-style: none; overflow-wrap: anywhere; }
body.cpl-theme :is(.woocommerce-message, .wc-block-components-notice-banner.is-success) { --notice-accent: #176b42; --notice-bg: #f2faf5; --notice-border: #c9e4d4; }
body.cpl-theme :is(.woocommerce-error, .wc-block-components-notice-banner.is-error) { --notice-accent: #b31f2b; --notice-bg: #fff5f4; --notice-border: #ecc9c6; }
body.cpl-theme .wc-block-components-notice-banner.is-warning { --notice-accent: #875b12; --notice-bg: #fffaed; --notice-border: #e9d9af; }
body.cpl-theme :is(.woocommerce-message, .woocommerce-info, .woocommerce-error)::before { position: absolute; top: 22px; left: 20px; margin: 0; color: var(--notice-accent); font-size: 18px; line-height: 1.4; }
body.cpl-theme .wc-block-components-notice-banner { display: flex; align-items: flex-start; gap: 14px; padding: 20px 22px; }
body.cpl-theme .wc-block-components-notice-banner > svg { box-sizing: border-box; width: 25px; height: 25px; flex: 0 0 25px; margin: 0; padding: 3px; border-radius: 50%; color: #fff; fill: #fff; background: var(--notice-accent); }
body.cpl-theme .wc-block-components-notice-banner__content { display: flow-root; width: 100%; min-width: 0; font: inherit; }
body.cpl-theme :is(.woocommerce-message, .woocommerce-info, .woocommerce-error, .wc-block-components-notice-banner) :is(p, li) { margin: 0; padding: 0; color: inherit; font: inherit; }
body.cpl-theme :is(.woocommerce-error, .wc-block-components-notice-banner__content) ul { margin: 0; padding-left: 18px; }
body.cpl-theme :is(.woocommerce-error, .wc-block-components-notice-banner__content) li + li { margin-top: 6px; }
body.cpl-theme :is(.woocommerce-message, .woocommerce-info, .woocommerce-error, .wc-block-components-notice-banner) a:not(.button) { color: var(--notice-accent); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
body.cpl-theme :is(.woocommerce-message, .woocommerce-info, .woocommerce-error, .wc-block-components-notice-banner) .button { float: right; display: inline-flex; align-items: center; justify-content: center; gap: 8px; width: auto; min-height: 42px; margin: -7px 0 -7px 20px; padding: 10px 18px!important; border: 1px solid var(--notice-border); border-radius: 999px; background: #fff!important; color: var(--ink)!important; box-shadow: none; font-family: inherit; font-size: 13px; font-weight: 800; line-height: 1.4; text-align: center; text-decoration: none!important; white-space: normal; }
body.cpl-theme :is(.woocommerce-message, .woocommerce-info, .woocommerce-error, .wc-block-components-notice-banner) .button:hover { border-color: var(--red); color: var(--red)!important; }
body.cpl-theme :is(.woocommerce-message, .woocommerce-info, .woocommerce-error, .wc-block-components-notice-banner) :is(a, button):focus-visible { outline: 3px solid var(--ink); outline-offset: 3px; }
@media (max-width: 767px) {
  body.cpl-theme .cpl-single-product > .woocommerce-notices-wrapper { width: calc(100% - 24px); }
  body.cpl-theme :is(.woocommerce-message, .woocommerce-info, .woocommerce-error, .wc-block-components-notice-banner) { margin-bottom: 20px; padding: 16px 16px 16px 46px; font-size: 13px; }
  body.cpl-theme :is(.woocommerce-message, .woocommerce-info, .woocommerce-error)::before { top: 18px; left: 15px; }
  body.cpl-theme .wc-block-components-notice-banner { gap: 10px; padding: 16px; }
  body.cpl-theme :is(.woocommerce-message, .woocommerce-info, .woocommerce-error, .wc-block-components-notice-banner) .button { float: none; display: flex; width: fit-content; max-width: 100%; margin: 0 0 10px; }
}
.woocommerce form .form-row label { color: var(--ink); font-size: 11px; font-weight: 800; }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select, .select2-container .select2-selection--single { min-height: 50px; padding: 0 15px; border: 1px solid var(--line); border-radius: 10px; background: #fff; }
.woocommerce form .form-row textarea { min-height: 120px; padding-top: 12px; }
.select2-container .select2-selection--single .select2-selection__rendered { padding: 10px 0; }
.woocommerce form.login, .woocommerce form.register, .woocommerce form.checkout_coupon { border: 1px solid var(--line); border-radius: var(--radius); }

/* Cart, checkout and account: classic and block markup */
.woocommerce-cart .cpl-single-product, .woocommerce-checkout .cpl-single-product, .woocommerce-account .cpl-single-product { padding: 65px 0 90px; }
.woocommerce-cart .woocommerce, .woocommerce-checkout .woocommerce, .woocommerce-account .woocommerce { width: min(1320px, calc(100% - 48px)); margin-inline: auto; }
.woocommerce-cart .info-content, .woocommerce-checkout .info-content, .woocommerce-account .info-content { max-width: 1320px; padding-top: 92px; padding-bottom: 92px; }
.woocommerce-cart .info-content > .woocommerce, .woocommerce-checkout .info-content > .woocommerce, .woocommerce-account .info-content > .woocommerce { width: 100%; margin-inline: 0; }
.woocommerce-cart .info-content > .woocommerce { display: grid; grid-template-columns: minmax(0, 1fr) 370px; align-items: start; gap: 28px; }
.woocommerce-cart .info-content > .woocommerce > .woocommerce-notices-wrapper { grid-column: 1 / -1; }
.woocommerce-cart .info-content > .woocommerce > .woocommerce-notices-wrapper:empty { display: none; }
.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-error, .woocommerce-cart .woocommerce-notices-wrapper .woocommerce-info, .woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message { width: 100%; margin: 0; }
.woocommerce-cart .woocommerce-cart-form { min-width: 0; }
.woocommerce-cart .cart-collaterals { min-width: 0; }
.woocommerce table.shop_table { overflow: hidden; border: 1px solid var(--line); border-collapse: separate; border-radius: var(--radius); }
.woocommerce table.shop_table th { padding: 16px; background: var(--soft); }
.woocommerce table.shop_table td { padding: 18px 16px; }
.woocommerce table.shop_table .product-thumbnail img { width: 82px; height: 82px; object-fit: contain; }
.woocommerce-cart table.shop_table.cart { width: 100%; margin: 0; table-layout: fixed; font-size: 13px; line-height: 1.5; }
.woocommerce-cart table.shop_table.cart thead th { color: var(--muted); font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.woocommerce-cart table.shop_table.cart .product-name { min-height: 0; overflow: visible; color: var(--ink); font-size: 13px; line-height: 1.45; font-weight: 800; -webkit-line-clamp: unset; }
.woocommerce-cart table.shop_table.cart .product-name a { color: var(--ink); text-decoration: none; }
.woocommerce-cart table.shop_table.cart .product-name a:hover { color: var(--red); }
.woocommerce-cart table.shop_table.cart .product-price, .woocommerce-cart table.shop_table.cart .product-subtotal { color: var(--ink); font-size: 14px; }
.woocommerce-cart table.shop_table.cart .product-quantity { text-align: center; }
.woocommerce-cart table.shop_table.cart .product-subtotal { text-align: right; }
.woocommerce-cart table.shop_table.cart td.product-thumbnail { padding-block: 14px; }
.woocommerce-cart table.shop_table.cart .quantity .qty { width: 78px; min-height: 46px; padding: 0 10px; text-align: center; }
.woocommerce-cart table.shop_table.cart .product-remove .remove { width: 30px; height: 30px; margin: auto; padding: 0; display: inline-grid; place-items: center; color: var(--red)!important; border: 1px solid #f0c7c4; border-radius: 50%; background: transparent; font-size: 20px; line-height: 1; }
.woocommerce-cart table.shop_table.cart .product-remove .remove:hover { color: #fff!important; border-color: var(--red); background: var(--red); }
.woocommerce-cart table.cart td.actions .coupon .input-text { width: 190px; min-height: 48px; padding: 0 15px; border: 1px solid var(--line); border-radius: 999px; }
.woocommerce .cart .button, .woocommerce .cart input.button, .woocommerce #payment #place_order, .woocommerce-page #payment #place_order, .woocommerce a.button.alt { min-height: 48px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; color: #fff; background: var(--red); border-radius: 999px; font-size: 14px; line-height: 1.15; font-weight: 800; }
.woocommerce-cart table.cart td.actions { padding: 18px 16px; }
.woocommerce-cart table.cart td.actions .coupon { display: flex; gap: 9px; }
.woocommerce-cart table.cart td.actions .coupon .button { background: var(--black); }
.woocommerce-cart table.cart td.actions .coupon .button:hover { background: var(--red); }
.woocommerce .cart-collaterals .cart_totals { width: 100%; padding: 28px; float: none; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.woocommerce .cart-collaterals .cart_totals h2 { margin: 0 0 22px; font-size: 24px; line-height: 1.2; letter-spacing: -.02em; }
.woocommerce-cart .cart_totals table.shop_table { margin: 0 0 20px; font-size: 12px; line-height: 1.55; border-radius: 14px; }
.woocommerce-cart .cart_totals table.shop_table th { width: 39%; padding: 14px 15px; color: var(--muted); font-weight: 800; }
.woocommerce-cart .cart_totals table.shop_table td { padding: 14px 15px; }
.woocommerce-cart .cart_totals .order-total strong { font-size: 21px; }
.woocommerce-cart .wc-proceed-to-checkout { padding: 0; }
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:visited { width: 100%; margin: 0; min-height: 48px; display: flex; align-items: center; justify-content: center; color: #fff!important; background: var(--red)!important; font-size: 14px; line-height: 1.15; font-weight: 800; }
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover { background: var(--red-dark)!important; }
.woocommerce-checkout form.checkout { display: grid; grid-template-columns: minmax(0, 1fr) 430px; gap: 28px; }
.woocommerce-checkout #customer_details { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); }
.woocommerce-checkout #order_review_heading, .woocommerce-checkout #order_review { grid-column: 2; }
.woocommerce-checkout #order_review_heading { margin: 0; padding: 28px 28px 0; border: 1px solid var(--line); border-bottom: 0; border-radius: var(--radius) var(--radius) 0 0; }
.woocommerce-checkout #order_review { padding: 18px 28px 28px; border: 1px solid var(--line); border-top: 0; border-radius: 0 0 var(--radius) var(--radius); }
.woocommerce-checkout #payment { background: var(--soft); border-radius: 14px; }
.woocommerce-account .woocommerce-MyAccount-navigation { width: 250px; padding: 15px; background: var(--black); border-radius: var(--radius); }
.woocommerce-account .woocommerce-MyAccount-navigation ul { margin: 0; padding: 0; list-style: none; }
.woocommerce-account .woocommerce-MyAccount-navigation a { padding: 13px 14px; display: block; color: #c7c9cb; border-radius: 9px; font-size: 12px; font-weight: 800; }
.woocommerce-account .woocommerce-MyAccount-navigation .is-active a, .woocommerce-account .woocommerce-MyAccount-navigation a:hover { color: #fff; background: var(--red); }
.woocommerce-account .woocommerce-MyAccount-content { width: calc(100% - 290px); }
.wp-block-woocommerce-cart, .wp-block-woocommerce-checkout { padding: 70px 0; }
.wc-block-components-sidebar-layout { gap: 28px; }
.wc-block-components-sidebar, .wc-block-components-main { border-color: var(--line); }
.wc-block-components-button { min-height: 50px; border-radius: 999px!important; }

.cpl-support-buttons { display: flex; flex-wrap: wrap; gap: 10px; }
.cpl-online-only { display: inline-flex; align-items: center; gap: 8px; font-weight: 800; }.cpl-online-only i { color: var(--red); }

@media (max-width: 1120px) {
  .primary-menu, .cpl-fallback-menu { gap: 22px; }
  .woocommerce ul.products.product-track { grid-auto-columns: calc((100% - 32px) / 3); }
  .single-product .related ul.products { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .woocommerce div.product div.images { width: 48%; }.woocommerce div.product div.summary { width: 47%; }
  .woocommerce div.product .cpl-product-media { width: 48%; }
  .woocommerce div.product .cpl-product-media .image-usps { grid-template-columns: 1fr; gap: 15px; }
  .woocommerce-cart .info-content > .woocommerce { grid-template-columns: 1fr; }
}
@media (min-width: 769px) {
  .woocommerce-cart table.shop_table.cart th, .woocommerce-cart table.shop_table.cart td { display: table-cell; vertical-align: middle; }
  .woocommerce-cart table.shop_table.cart .product-remove { width: 50px; }
  .woocommerce-cart table.shop_table.cart .product-thumbnail { width: 112px; }
  .woocommerce-cart table.shop_table.cart .product-price { width: 105px; }
  .woocommerce-cart table.shop_table.cart .product-quantity { width: 138px; }
  .woocommerce-cart table.shop_table.cart .product-subtotal { width: 110px; }
}
@media (max-width: 850px) {
  .primary-menu, .cpl-fallback-menu { display: none; }
  .hero-slide, .hero-slide .hero-content { min-height: 610px; }
  .about-story { grid-template-columns: 1fr; gap: 40px; }
  .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .single-product .related ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .woocommerce ul.products.product-track { grid-template-columns: none; grid-auto-columns: calc((100% - 16px) / 2); }
  .archive-subcategory-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .woocommerce div.product div.images, .woocommerce div.product div.summary { width: 100%; float: none; }
  .woocommerce div.product .cpl-product-media { width: 100%; float: none; }
  .woocommerce div.product .cpl-product-media .image-usps { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .woocommerce div.product div.summary { margin-top: 35px; }
  .woocommerce-checkout form.checkout { grid-template-columns: 1fr; }
  .woocommerce-checkout #order_review_heading, .woocommerce-checkout #order_review { grid-column: 1; }
  .woocommerce-account .woocommerce-MyAccount-navigation, .woocommerce-account .woocommerce-MyAccount-content { width: 100%; float: none; }
  .woocommerce-account .woocommerce-MyAccount-content { margin-top: 28px; }
  main.cpl-single-product, .cpl-single-product .woocommerce, .woocommerce-cart .woocommerce, .woocommerce-checkout .woocommerce, .woocommerce-account .woocommerce { width: min(100% - 32px, 720px); }
  .woocommerce-cart .info-content, .woocommerce-checkout .info-content, .woocommerce-account .info-content { padding-top: 68px; padding-bottom: 68px; }
}
@media (max-width: 560px) {
  .info-hero { padding: 58px 0; }.info-hero h1 { font-size: 41px; }
  .info-content { padding-top: 55px; padding-bottom: 65px; }
  .hero-slide, .hero-slide .hero-content { min-height: 570px; }
  .search-modal-top { align-items: flex-start; }.search-modal-top .woocommerce-product-search { flex-direction: column; }.search-modal-top .woocommerce-product-search button { width: 100%; }
  .woocommerce ul.products { grid-template-columns: 1fr; }
  .single-product .related ul.products { grid-template-columns: 1fr; }
  .woocommerce ul.products.product-track { grid-template-columns: none; grid-auto-columns: 82%; }
  .woocommerce ul.products li.product a img { height: 270px; }
  .archive-subcategory-grid { grid-template-columns: 1fr; }
  .archive-subcategory-heading { align-items: flex-start; flex-direction: column; }
  main.cpl-single-product, .cpl-single-product .woocommerce, .woocommerce-cart .woocommerce, .woocommerce-checkout .woocommerce, .woocommerce-account .woocommerce { width: calc(100% - 24px); }
  .woocommerce div.product div.images .woocommerce-product-gallery__image { min-height: 390px; }
  .woocommerce div.product div.images .woocommerce-product-gallery__image img { max-height: 390px; padding: 22px; }
  .woocommerce div.product .cpl-product-media .image-usps { grid-template-columns: 1fr; padding: 20px; gap: 16px; }
  .woocommerce div.product .summary > .fitment-advice { padding: 18px; }
  .woocommerce div.product form.cart { flex-direction: row; }
  .woocommerce div.product form.cart div.quantity { width: 72px; flex-basis: 72px; }
  .woocommerce div.product form.cart .single_add_to_cart_button { min-width: 150px; padding-inline: 16px; }
  .woocommerce div.product .woocommerce-tabs ul.tabs { overflow-x: auto; }.woocommerce div.product .woocommerce-tabs ul.tabs li a { white-space: nowrap; }
  .woocommerce-checkout #customer_details, .woocommerce-checkout #order_review, .woocommerce-checkout #order_review_heading { padding-left: 18px; padding-right: 18px; }
  .woocommerce-account .woocommerce-MyAccount-navigation { margin-bottom: 24px; }
  .woocommerce-cart .info-content > .woocommerce { gap: 20px; }
  .woocommerce-cart table.shop_table.cart { border-radius: 14px; }
  .woocommerce-cart table.shop_table_responsive tbody tr { padding: 14px; }
  .woocommerce-cart table.shop_table_responsive tr td { min-height: 42px; padding: 9px 0; font-size: 13px; }
  .woocommerce-cart table.shop_table_responsive tr td.product-remove { min-height: 30px; padding: 0 0 4px; text-align: left!important; }
  .woocommerce-cart table.shop_table_responsive tr td.product-thumbnail { display: none; }
  .woocommerce-cart table.shop_table_responsive tr td.product-name { padding-top: 4px; }
  .woocommerce-cart table.shop_table_responsive tr td.product-name::before { display: none; }
  .woocommerce-cart table.shop_table_responsive tr td.actions { padding: 16px; }
  .woocommerce-cart table.cart td.actions .coupon { float: none; flex-direction: column; }
  .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .button, .woocommerce-cart table.cart td.actions > .button { width: 100%; }
  .woocommerce .cart-collaterals .cart_totals { padding: 22px 18px; }
  .woocommerce nav.woocommerce-pagination ul { width: 100%; flex-wrap: wrap; justify-content: center; }
  .wp-block-woocommerce-cart, .wp-block-woocommerce-checkout { padding: 45px 0; }
}
