/*
Theme Name: PopBonnet Commerce
Theme URI: https://example.com/
Author: PopBonnet
Description: PopBonnet automotive commerce with a dedicated QIFOR subsidiary storefront.
Version: 4.0.1
Text Domain: drivecraft
*/

:root {
    --red: #b31318;
    --red-bright: #d31d22;
    --black: #08090a;
    --ink: #101113;
    --muted: #696b70;
    --line: #dadbdd;
    --paper: #f3f3f3;
}

/* PopBonnet parent storefront */
body.home { background: #f7f7f3; color: #111; font-family: Inter, Arial, sans-serif; letter-spacing: 0; }
.pb-utility { min-height: 31px; color: #d7d9d3; background: #090b0b; font-size: 9px; }
.pb-utility .shell { min-height: 31px; display: flex; align-items: center; justify-content: space-between; }
.pb-utility > .shell > span { color: #ef3b43; font-weight: 800; }
.pb-utility nav { display: flex; gap: 24px; }
.pb-utility a:hover { color: #fff; }
.pb-header { min-height: 76px; position: relative; z-index: 50; color: #111; background: #fff; border-bottom: 1px solid #dedfd9; }
.pb-nav-wrap { min-height: 76px; display: grid; grid-template-columns: 282px 1fr 282px; gap: 24px; align-items: center; }
.pb-brand { width: max-content; display: inline-flex; align-items: center; gap: 10px; }
.pb-logo-art { width: 82px; height: 45px; flex: 0 0 82px; display: flex; align-items: center; overflow: hidden; }
.pb-logo-art img { width: 100%; height: 100%; display: block; object-fit: contain; }
.pb-brand > span { display: grid; gap: 3px; }
.pb-brand strong { font: 900 23px/1 Inter, sans-serif; letter-spacing: 0; }
.pb-brand em { color: #747872; font-size: 6px; font-style: normal; font-weight: 700; letter-spacing: 0; }
.pb-main-nav { display: flex; justify-content: center; align-items: center; gap: 25px; }
.pb-main-nav a { padding: 10px 0; position: relative; font-size: 9px; font-weight: 800; white-space: nowrap; }
.pb-main-nav a::after { content: ""; height: 3px; position: absolute; inset: auto 100% 3px 0; background: #df2029; transition: inset .2s ease; }
.pb-main-nav a:hover::after { right: 0; }
.pb-header-actions { display: flex; justify-content: flex-end; align-items: center; gap: 15px; }
.pb-search { width: 205px; height: 38px; border: 1px solid #d7d9d4; border-radius: 5px; display: grid; grid-template-columns: 1fr 39px; background: #f7f7f3; }
.pb-search input { min-width: 0; padding: 0 12px; border: 0; outline: 0; background: transparent; font-size: 10px; }
.pb-search button { border: 0; border-left: 1px solid #d7d9d4; background: transparent; cursor: pointer; font-size: 20px; }
.pb-account { width: 20px; height: 22px; position: relative; }
.pb-account::before { content: ""; width: 7px; height: 7px; position: absolute; left: 6px; top: 0; border: 2px solid #111; border-radius: 50%; }
.pb-account::after { content: ""; width: 16px; height: 9px; position: absolute; left: 2px; bottom: 0; border: 2px solid #111; border-radius: 9px 9px 2px 2px; }
.pb-cart { width: 20px; height: 18px; position: relative; border: 2px solid #111; border-top: 0; }
.pb-cart::before { content: ""; width: 8px; height: 6px; position: absolute; left: -3px; top: -6px; border-top: 2px solid #111; transform: rotate(23deg); }
.pb-cart span { width: 15px; height: 15px; position: absolute; right: -9px; top: -11px; border-radius: 50%; display: grid; place-items: center; color: #fff; background: #df2029; font-size: 8px; font-weight: 900; }
.pb-menu-toggle { display: none; }
.pb-home { overflow: hidden; background: #f7f7f3; }
.pb-hero { min-height: 610px; position: relative; overflow: hidden; color: #fff; background: #111; isolation: isolate; }
.pb-hero::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, #070809f2 0%, #08090ad6 25%, #08090a4d 52%, #08090a0a 78%), linear-gradient(0deg, #08090a70, transparent 38%); }
.pb-motion-frames { position: absolute; z-index: -2; inset: 0; transform: scale(1.018); transition: transform 3s cubic-bezier(.2,.65,.25,1); }
.pb-motion-hero.played .pb-motion-frames { transform: scale(1); }
.pb-motion-frame { width: 100%; height: 100%; position: absolute; inset: 0; display: block; object-fit: cover; object-position: center; opacity: 0; transition: opacity .17s linear; }
.pb-motion-frame.is-visible { opacity: 1; }
.pb-hero-inner { min-height: 610px; position: relative; z-index: 2; display: flex; align-items: center; }
.pb-hero-copy { width: min(620px, 50%); }
.pb-motion-ready .pb-hero-copy { opacity: 0; transform: translateY(18px); transition: opacity .65s ease 1.05s, transform .65s ease 1.05s; }
.pb-motion-ready.played .pb-hero-copy { opacity: 1; transform: none; }
.pb-eyebrow { color: #ef3b43; font-size: 10px; font-weight: 900; }
.pb-hero h1 { margin: 14px 0 19px; font: 900 68px/.9 Inter, Arial, sans-serif; letter-spacing: 0; }
.pb-hero-copy > p { max-width: 510px; margin: 0; color: #e3e5e1; font-size: 16px; line-height: 1.65; }
.pb-hero-actions { margin-top: 29px; display: flex; align-items: center; gap: 25px; }
.pb-button { min-height: 49px; padding: 0 19px; border-radius: 4px; display: inline-flex; align-items: center; justify-content: space-between; gap: 30px; font-size: 10px; font-weight: 900; }
.pb-button-primary { color: #fff; background: #df2029; }
.pb-button-primary:hover { background: #b91620; }
.pb-button-light { color: #111; background: #fff; }
.pb-text-link { padding-bottom: 5px; border-bottom: 1px solid #fff; font-size: 10px; font-weight: 800; }
.pb-hero-proof { margin-top: 43px; display: flex; gap: 0; }
.pb-hero-proof span { padding: 0 24px; border-left: 1px solid #ffffff52; color: #cfd2ce; font-size: 9px; }
.pb-hero-proof span:first-child { padding-left: 0; border-left: 0; }
.pb-hero-proof b { color: #fff; font-size: 13px; }
.pb-motion-replay { width: 42px; height: 42px; padding: 10px; position: absolute; z-index: 3; top: 25px; right: max(28px, calc((100vw - 1180px) / 2)); border: 1px solid #ffffff54; border-radius: 50%; color: #fff; background: #090a0b6b; cursor: pointer; transition: border-color .2s, transform .2s; }
.pb-motion-replay:hover { border-color: #df2029; transform: rotate(-12deg); }
.pb-motion-replay svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.pb-motion-meter { position: absolute; z-index: 3; right: max(28px, calc((100vw - 1180px) / 2)); bottom: 29px; display: flex; align-items: center; gap: 12px; color: #afb2b5; font-size: 8px; font-weight: 800; }
.pb-motion-meter::before { content: ""; width: 72px; height: 2px; background: #ffffff38; }
.pb-motion-meter i { width: 0; height: 2px; position: absolute; left: 0; background: #df2029; transition: width 1.15s cubic-bezier(.2,.75,.25,1) .12s; }
.pb-motion-hero.played .pb-motion-meter i { width: 72px; }
.pb-benefit-band { min-height: 94px; color: #fff; background: #111; }
.pb-benefit-band .shell { min-height: 94px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.pb-benefit-band .shell > div { min-height: 42px; padding: 0 24px; border-left: 1px solid #3a3d3a; display: grid; align-content: center; gap: 6px; }
.pb-benefit-band .shell > div:first-child { padding-left: 0; border-left: 0; }
.pb-benefit-band b { color: #ef3b43; font-size: 9px; }
.pb-benefit-band span { color: #b8bcb7; font-size: 9px; }
.pb-section { padding-top: 78px; padding-bottom: 84px; }
.pb-section-heading { margin-bottom: 31px; display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.pb-section-heading > div { display: grid; gap: 10px; }
.pb-section-heading span { color: #df2029; font-size: 9px; font-weight: 900; }
.pb-section-heading h2 { max-width: 660px; margin: 0; font: 800 40px/1.05 Inter, Arial, sans-serif; letter-spacing: 0; }
.pb-section-heading p { max-width: 360px; margin: 0; color: #676b66; font-size: 12px; line-height: 1.65; }
.pb-section-heading-row > a { padding-bottom: 5px; border-bottom: 1px solid #111; font-size: 9px; font-weight: 900; }
.pb-category-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 238px; gap: 14px; }
.pb-category-card { min-width: 0; position: relative; overflow: hidden; color: #fff; background: #111; }
.pb-category-card { grid-column: span 3; }
.pb-category-featured { grid-column: span 6; grid-row: span 2; }
.pb-category-card img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .5s ease, filter .5s ease; }
.pb-category-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, #070809e6 0%, #07080978 44%, #07080910 77%); transition: background .3s ease; }
.pb-category-card:hover img { transform: scale(1.045); filter: saturate(1.08); }
.pb-category-card:hover::after { background: linear-gradient(0deg, #070809f2 0%, #07080970 48%, #07080908 80%); }
.pb-category-card > span { position: absolute; z-index: 1; inset: auto 22px 21px; display: grid; gap: 6px; }
.pb-category-card small { color: #ff5960; font-size: 8px; font-weight: 900; }
.pb-category-card b { font-size: 22px; text-transform: uppercase; }
.pb-category-featured b { font-size: 36px; }
.pb-category-card em { color: #e0e2df; font-size: 9px; font-style: normal; line-height: 1.45; }
.pb-category-card strong { width: max-content; margin-top: 4px; padding-bottom: 3px; border-bottom: 1px solid #ff5960; color: #fff; font-size: 8px; opacity: .78; transform: translateY(4px); transition: opacity .25s ease, transform .25s ease; }
.pb-category-card:hover strong, .pb-category-card:focus-visible strong { opacity: 1; transform: none; }
.pb-product-band { background: #eceee9; border-block: 1px solid #dadcd7; }
.pb-product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.pb-product-card { min-width: 0; background: #fff; border: 1px solid #d9dbd6; transition: transform .25s ease, box-shadow .25s ease; }
.pb-product-card:hover { transform: translateY(-4px); box-shadow: 0 15px 30px #151a1517; }
.pb-product-image { height: 270px; position: relative; overflow: hidden; display: block; background: #f4f5f2; }
.pb-product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.pb-product-card:hover .pb-product-image img { transform: scale(1.03); }
.pb-product-image > span { position: absolute; left: 12px; top: 12px; padding: 7px 9px; color: #fff; background: #df2029; font-size: 8px; font-weight: 900; }
.pb-product-copy { min-height: 174px; padding: 17px; display: grid; align-content: start; }
.pb-product-copy > small { color: #df2029; font-size: 7px; font-weight: 900; }
.pb-product-copy h3 { min-height: 42px; margin: 8px 0; font-size: 13px; line-height: 1.4; }
.pb-rating { color: #747873; font-size: 8px; }
.pb-rating span { color: #e09a17; }
.pb-product-bottom { margin-top: auto; padding-top: 17px; display: flex; align-items: end; justify-content: space-between; }
.pb-product-bottom > div { display: flex; align-items: baseline; gap: 8px; }
.pb-product-bottom strong { font-size: 16px; }
.pb-product-bottom del { color: #92968f; font-size: 9px; }
.pb-product-bottom > a { width: 37px; height: 37px; border-radius: 4px; display: grid; place-items: center; color: #fff; background: #111; font-size: 17px; }
.pb-product-bottom > a:hover { color: #fff; background: #df2029; }
.pb-brand-story { padding: 90px 0; color: #fff; background: #101212; }
.pb-brand-story-inner { display: grid; grid-template-columns: .85fr 1.15fr; gap: 78px; align-items: center; }
.pb-brand-story-copy h2 { margin: 13px 0 20px; font: 900 56px/.95 Inter, Arial, sans-serif; }
.pb-brand-story-copy p { max-width: 470px; margin: 0 0 27px; color: #c3c7c1; font-size: 13px; line-height: 1.75; }
.pb-brand-story-image { min-height: 400px; position: relative; overflow: hidden; }
.pb-brand-story-image > img { width: 100%; height: 400px; object-fit: cover; }
.pb-brand-story-image > div { min-width: 260px; padding: 18px 20px; position: absolute; left: 0; bottom: 0; color: #fff; background: #df2029; display: grid; gap: 6px; }
.pb-brand-story-image small { font-size: 8px; font-weight: 800; }
.pb-brand-story-image b { font-size: 17px; }
.pb-help-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 36px; border-top: 1px solid #ced1ca; }
.pb-help details { border-bottom: 1px solid #ced1ca; }
.pb-help summary { min-height: 67px; padding: 0 36px 0 0; position: relative; cursor: pointer; list-style: none; display: flex; align-items: center; font-size: 12px; font-weight: 800; }
.pb-help summary::-webkit-details-marker { display: none; }
.pb-help summary::after { content: "+"; position: absolute; right: 4px; color: #df2029; font-size: 21px; font-weight: 400; }
.pb-help details[open] summary::after { content: "−"; }
.pb-help details p { margin: -4px 0 19px; padding-right: 35px; color: #686d67; font-size: 11px; line-height: 1.7; }
.pb-closing-band { padding: 43px 0; color: #fff; border-top: 3px solid #df2029; background: #171a19; }
.pb-closing-band .shell { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 12px 40px; }
.pb-closing-band span { grid-column: 1; color: #ef5960; font-size: 8px; font-weight: 900; }
.pb-closing-band h2 { max-width: 740px; grid-column: 1; margin: 0; font: 800 25px/1.15 Inter, Arial, sans-serif; }
.pb-closing-band .pb-button { grid-column: 2; grid-row: 1 / 3; align-self: center; color: #fff; background: #df2029; }
.pb-closing-band .pb-button:hover { background: #b91620; }
.pb-footer { overflow: hidden; color: #c9ccc7; background: #090b0b; }
.pb-footer-main { padding-top: 57px; padding-bottom: 50px; position: relative; display: grid; grid-template-columns: 1.5fr repeat(3, .7fr) 1fr; gap: 45px; }
.pb-footer-main::before { content: ""; height: 1px; position: absolute; top: 92px; left: 0; right: 0; z-index: 0; opacity: 0; background: repeating-linear-gradient(90deg, #4f5551 0 38px, transparent 38px 80px); transition: opacity .35s ease; }
.pb-footer-brand { position: relative; z-index: 2; }
.pb-footer-arrival { min-height: 45px; position: relative; }
.pb-footer-logo-stage { width: 82px; height: 45px; position: relative; flex: 0 0 82px; overflow: visible; }
.pb-footer-car { width: 82px; height: 45px; position: absolute; inset: 0; z-index: 1; will-change: transform; }
.pb-footer-car img { width: 100%; height: 100%; position: absolute; inset: 0; display: block; object-fit: contain; }
.pb-footer-car-closed, .pb-footer-car-open { filter: grayscale(1) brightness(0) invert(1); }
.pb-footer-car-open { opacity: 1; }
.pb-footer-car-closed { opacity: 0; }
.pb-footer-car::before { content: ""; width: 78px; height: 19px; position: absolute; z-index: -1; right: 82%; bottom: 13px; opacity: 0; clip-path: polygon(100% 43%, 0 0, 0 100%); background: linear-gradient(270deg, #fff9c9d6, #fff6a14d 50%, transparent); filter: blur(3px); }
.pb-footer-wordmark { display: grid; gap: 3px; }
.pb-footer-arrival.is-prepared .pb-footer-car { opacity: 0; transform: translate3d(calc(100vw - 150px), 0, 0); }
.pb-footer-arrival.is-prepared .pb-footer-car-closed { opacity: 1; }
.pb-footer-arrival.is-prepared .pb-footer-car-open { opacity: 0; }
.pb-footer-arrival.is-prepared .pb-footer-wordmark { opacity: 0; transform: translateX(-7px); }
.pb-footer-arrival.is-running .pb-footer-car { animation: pb-footer-arrive 7.2s cubic-bezier(.18,.68,.2,1) forwards; }
.pb-footer-arrival.is-running .pb-footer-car::before { animation: pb-footer-side-headlight 7.2s ease forwards; }
.pb-footer-arrival.is-running .pb-footer-car-closed { animation: pb-footer-close-bonnet 7.2s linear forwards; }
.pb-footer-arrival.is-running .pb-footer-car-open { animation: pb-footer-open-bonnet 7.2s linear forwards; }
.pb-footer-arrival.is-running .pb-footer-wordmark { animation: pb-footer-name 7.2s ease forwards; }
.pb-footer-main:has(.pb-footer-arrival.is-running)::before { animation: pb-footer-road-line 7.2s ease forwards; }
@keyframes pb-footer-arrive {
    0% { opacity: 0; transform: translate3d(calc(100vw - 150px), 0, 0); }
    5% { opacity: 1; }
    55% { opacity: 1; transform: translate3d(calc(27vw - 35px), 0, 0); }
    72% { opacity: 1; transform: translate3d(22px, 0, 0); }
    81% { opacity: 1; transform: translate3d(-5px, 0, 0); }
    86%, 100% { opacity: 1; transform: translate3d(0, 0, 0); }
}
@keyframes pb-footer-side-headlight {
    0%, 3% { opacity: 0; }
    8%, 75% { opacity: .95; }
    84%, 100% { opacity: 0; }
}
@keyframes pb-footer-close-bonnet {
    0%, 89% { opacity: 1; }
    94%, 100% { opacity: 0; }
}
@keyframes pb-footer-open-bonnet { 0%, 89% { opacity: 0; } 95%, 100% { opacity: 1; } }
@keyframes pb-footer-name {
    0%, 94% { opacity: 0; transform: translateX(-7px); }
    100% { opacity: 1; transform: none; }
}
@keyframes pb-footer-road-line {
    0%, 6% { opacity: 0; transform: translateX(0); }
    12%, 76% { opacity: .36; }
    86%, 100% { opacity: 0; transform: translateX(-80px); }
}
.pb-footer .pb-brand { color: #fff; }
.pb-footer .pb-logo-art img { filter: grayscale(1) brightness(0) invert(1); }
.pb-footer .pb-brand em { color: #8e938c; }
.pb-footer-brand p, .pb-footer-payments p { max-width: 285px; color: #8f948d; font-size: 9px; line-height: 1.7; }
.pb-footer-column { display: grid; align-content: start; gap: 11px; }
.pb-footer-column strong, .pb-footer-payments > strong { margin-bottom: 5px; color: #fff; font-size: 9px; }
.pb-footer-column a { color: #9da19b; font-size: 9px; }
.pb-footer-column a:hover { color: #ef3b43; }
.pb-footer-payments > div { display: flex; flex-wrap: wrap; gap: 5px; }
.pb-footer-payments b { padding: 6px 8px; border-radius: 3px; color: #111; background: #fff; font-size: 7px; }
.pb-footer-bottom { min-height: 57px; border-top: 1px solid #2b2e2b; display: flex; align-items: center; justify-content: space-between; color: #71766f; font-size: 8px; }
.pb-footer-bottom nav { display: flex; gap: 22px; }
.reveal.pb-category-card, .reveal.pb-product-card { opacity: 0; transform: translateY(18px); }
.reveal.visible.pb-category-card, .reveal.visible.pb-product-card { opacity: 1; transform: translateY(0); transition: opacity .45s ease, transform .45s ease, box-shadow .25s ease; }

@media (max-width: 1050px) {
    .pb-nav-wrap { grid-template-columns: 250px 1fr auto; }
    .pb-main-nav { gap: 14px; }
    .pb-search { display: none; }
    .pb-product-grid { grid-template-columns: repeat(2, 1fr); }
    .pb-footer-main { grid-template-columns: 1.4fr repeat(3, .7fr); }
    .pb-footer-payments { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
    .shell { width: min(100% - 28px, 1180px); }
    .pb-utility .shell > span { font-size: 8px; }
    .pb-utility nav a:last-child { display: none; }
    .pb-header { min-height: 68px; }
    .pb-nav-wrap { min-height: 68px; grid-template-columns: 1fr auto auto; gap: 14px; }
    .pb-logo-art { width: 65px; height: 39px; flex-basis: 65px; }
    .pb-brand strong { font-size: 19px; }
    .pb-brand em { display: none; }
    .pb-menu-toggle { width: 38px; height: 38px; padding: 0; position: relative; border: 0; border-radius: 4px; background: #eef0eb; display: block; cursor: pointer; }
    .pb-menu-toggle span { height: 2px; position: absolute; left: 9px; right: 9px; background: #111; transition: top .2s ease, transform .2s ease, opacity .2s ease; }
    .pb-menu-toggle span:nth-child(1) { top: 12px; }
    .pb-menu-toggle span:nth-child(2) { top: 18px; }
    .pb-menu-toggle span:nth-child(3) { top: 24px; }
    .pb-menu-toggle.open span:nth-child(1) { top: 18px; transform: rotate(45deg); }
    .pb-menu-toggle.open span:nth-child(2) { opacity: 0; }
    .pb-menu-toggle.open span:nth-child(3) { top: 18px; transform: rotate(-45deg); }
    .pb-main-nav { padding: 12px 14px 18px; position: absolute; left: 0; right: 0; top: 68px; display: none; align-items: stretch; background: #fff; border-bottom: 1px solid #d8dad5; box-shadow: 0 12px 20px #0002; }
    .pb-main-nav.open { display: grid; }
    .pb-main-nav a { min-height: 42px; display: flex; align-items: center; border-bottom: 1px solid #eceee9; }
    .pb-header-actions { gap: 13px; }
    .pb-account { display: none; }
    .pb-hero { min-height: 650px; }
    .pb-hero::after { background: linear-gradient(0deg, #070809fa 4%, #070809c4 45%, #07080924 76%), linear-gradient(90deg, #0708098a, transparent); }
    .pb-motion-frame { object-position: 63% center; }
    .pb-hero-inner { min-height: 650px; align-items: end; padding-bottom: 58px; }
    .pb-hero-copy { width: 100%; min-width: 0; }
    .pb-eyebrow { font-size: 9px; }
    .pb-hero h1 { max-width: 100%; margin: 11px 0 15px; font-size: 38px; line-height: .96; overflow-wrap: normal; }
    .pb-hero-copy > p { max-width: 340px; font-size: 12px; line-height: 1.55; overflow-wrap: break-word; }
    .pb-hero-actions { margin-top: 23px; align-items: flex-start; flex-direction: column; gap: 14px; }
    .pb-hero-actions .pb-button { min-height: 46px; padding-inline: 17px; }
    .pb-hero-proof { margin-top: 27px; }
    .pb-hero-proof span { padding: 0 9px; font-size: 7px; white-space: nowrap; }
    .pb-hero-proof b { font-size: 11px; }
    .pb-hero-proof span:first-child { padding-left: 0; }
    .pb-motion-replay { width: 38px; height: 38px; top: 18px; right: 17px; }
    .pb-motion-meter { right: 18px; bottom: 24px; }
    .pb-benefit-band .shell { padding: 22px 0; grid-template-columns: 1fr 1fr; gap: 20px 0; }
    .pb-benefit-band .shell > div { padding: 0 12px; }
    .pb-benefit-band .shell > div:nth-child(3) { border-left: 0; padding-left: 0; }
    .pb-section { padding-top: 54px; padding-bottom: 58px; }
    .pb-section-heading { align-items: start; flex-direction: column; gap: 13px; }
    .pb-section-heading h2 { font-size: 30px; }
    .pb-section-heading-row > a { display: none; }
    .pb-category-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 190px; gap: 9px; }
    .pb-category-featured { grid-column: 1 / -1; grid-row: auto; }
    .pb-category-card { grid-column: auto; }
    .pb-category-featured b, .pb-category-card b { font-size: 15px; }
    .pb-category-card > span { inset: auto 13px 14px; }
    .pb-category-card em { font-size: 8px; }
    .pb-product-grid { gap: 9px; }
    .pb-product-image { height: 180px; }
    .pb-product-copy { min-height: 165px; padding: 12px; }
    .pb-product-copy h3 { font-size: 11px; }
    .pb-product-bottom { align-items: end; }
    .pb-product-bottom > div { align-items: start; flex-direction: column; gap: 2px; }
    .pb-product-bottom strong { font-size: 14px; }
    .pb-brand-story { padding: 58px 0 70px; }
    .pb-brand-story-inner { grid-template-columns: 1fr; gap: 38px; }
    .pb-brand-story-copy h2 { font-size: 42px; }
    .pb-brand-story-image, .pb-brand-story-image > img { min-height: 300px; height: 300px; }
    .pb-help-grid { grid-template-columns: 1fr; }
    .pb-closing-band .shell { grid-template-columns: 1fr; }
    .pb-closing-band h2, .pb-closing-band span, .pb-closing-band .pb-button { grid-column: 1; grid-row: auto; }
    .pb-closing-band { padding: 37px 0; }
    .pb-closing-band h2 { font-size: 23px; }
    .pb-closing-band .pb-button { width: max-content; margin-top: 16px; }
    .pb-footer-main { grid-template-columns: 1fr 1fr; gap: 34px 22px; }
    .pb-footer-main::before { top: 84px; }
    .pb-footer-logo-stage { width: 65px; height: 39px; flex-basis: 65px; }
    .pb-footer-car { width: 65px; height: 39px; }
    .pb-footer-car::before { width: 58px; height: 15px; bottom: 11px; }
    .pb-footer-brand, .pb-footer-payments { grid-column: 1 / -1; }
    .pb-footer-bottom { padding: 16px 0; align-items: flex-start; flex-direction: column; gap: 10px; }
}

@media (max-width: 380px) {
    .pb-hero h1 { font-size: 34px; line-height: .98; }
    .pb-hero-copy > p { max-width: 285px; font-size: 11px; }
    .pb-hero-proof span { padding-inline: 6px; font-size: 6px; }
    .pb-hero-proof b { font-size: 10px; }
}

@media (max-width: 340px) {
    .pb-hero h1 { font-size: 30px; }
}

@media (prefers-reduced-motion: reduce) {
    .pb-footer-main::before { display: none; }
}

@media (prefers-reduced-motion: reduce) {
    .pb-motion-frames, .pb-motion-frame, .pb-motion-ready .pb-hero-copy, .pb-motion-meter i { transition: none; }
    .pb-motion-hero .pb-motion-frame { display: none; }
    .pb-motion-hero .pb-motion-frame:last-child { display: block; opacity: 1; }
    .pb-motion-ready .pb-hero-copy { opacity: 1; transform: none; }
    .pb-motion-meter i { width: 72px; }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, Arial, sans-serif; font-size: 12px; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
.shell { width: min(1180px, calc(100% - 52px)); margin-inline: auto; }

.utility-bar { height: 28px; background: #050606; color: #fff; font-size: 8px; }
.utility-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.utility-promises { display: flex; align-items: center; gap: 42px; }
.utility-promises span { display: flex; align-items: center; gap: 5px; font-weight: 800; white-space: nowrap; }
.utility-promises b { font-size: 10px; }
.utility-promises em { color: #aaa; font-style: normal; font-weight: 500; }
.utility-inner nav { display: flex; align-items: center; gap: 13px; }
.utility-inner nav i { width: 1px; height: 9px; background: #4c4d4f; }

.main-header { height: 65px; background: #101214; color: #fff; border-bottom: 1px solid #26282a; }
.nav-wrap { height: 100%; display: grid; grid-template-columns: 215px 1fr 320px; gap: 18px; align-items: center; }
.brand { display: flex; align-items: center; width: max-content; color: #fff; }
.brand > span { display: grid; }
.brand strong { font: italic 900 22px/19px "Barlow Condensed", Impact, sans-serif; letter-spacing: 0; }
.brand strong span { color: var(--red-bright); }
.brand em { margin-top: 3px; color: #b5b5b5; font: 700 6px/1 Inter, sans-serif; letter-spacing: 1.1px; }
.brand-mark { width: 39px; height: 26px; margin-right: 7px; display: flex; flex-direction: column; gap: 3px; transform: skewX(-22deg); }
.brand-mark span { height: 5px; background: #e8e8e8; clip-path: polygon(0 0, 100% 0, 84% 100%, 13% 100%); }
.brand-mark span:nth-child(1) { width: 39px; }
.brand-mark span:nth-child(2) { width: 29px; margin-left: 6px; }
.brand-mark span:nth-child(3) { width: 18px; margin-left: 12px; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: 22px; white-space: nowrap; }
.main-nav a { font: 700 8px/1 Inter, sans-serif; transition: color .2s ease; }
.main-nav a:hover { color: var(--red-bright); }
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 17px; }
.search-box { width: 225px; height: 31px; display: grid; grid-template-columns: 1fr 40px; border-radius: 17px; overflow: hidden; background: #fff; }
.search-box input { min-width: 0; border: 0; padding: 0 14px; outline: 0; color: #333; font-size: 9px; }
.search-box button { border: 0; background: var(--red); color: white; font-size: 18px; cursor: pointer; }
.account-icon { width: 16px; height: 18px; position: relative; }
.account-icon::before { content: ""; position: absolute; top: 0; left: 5px; width: 6px; height: 6px; border: 1.5px solid #fff; border-radius: 50%; }
.account-icon::after { content: ""; position: absolute; bottom: 0; left: 2px; width: 12px; height: 7px; border: 1.5px solid #fff; border-radius: 8px 8px 2px 2px; }
.cart-icon { width: 18px; height: 16px; position: relative; border: 1.5px solid #fff; border-top: 0; }
.cart-icon::before { content: ""; position: absolute; top: -5px; left: -2px; width: 7px; height: 6px; border-top: 1.5px solid #fff; transform: rotate(25deg); }
.cart-icon span { position: absolute; right: -7px; top: -11px; width: 12px; height: 12px; border-radius: 50%; background: var(--red-bright); color: #fff; font-size: 7px; display: grid; place-items: center; }

.hero { height: 323px; color: #fff; overflow: hidden; background: #0b0c0d url("assets/hero-drivecraft-v2.png") center / cover no-repeat; }
.hero-inner { height: 100%; display: flex; align-items: center; }
.hero-copy { width: 44%; margin-top: -4px; }
.hero h1 { margin: 0; color: #efefef; font: 900 66px/.78 "Barlow Condensed", Impact, sans-serif; letter-spacing: 0; text-shadow: 0 3px 1px #000; }
.hero h1 span { color: #bd1117; }
.hero-copy > p { margin: 18px 0 15px; font-size: 12px; line-height: 1.45; font-weight: 600; }
.hero-points { display: flex; gap: 25px; margin-bottom: 18px; }
.hero-points > div { display: flex; align-items: center; gap: 7px; }
.hero-points i { width: 26px; height: 26px; border: 1px solid #d5d5d5; border-radius: 50%; display: grid; place-items: center; font-style: normal; }
.hero-points span { display: grid; }
.hero-points b { font-size: 7px; }
.hero-points small { color: #cacaca; font-size: 6px; margin-top: 2px; }
.red-button { width: max-content; min-width: 160px; height: 38px; padding: 0 17px; background: linear-gradient(#c41a20, #9e0d12); color: #fff; display: inline-flex; align-items: center; justify-content: space-between; border: 1px solid #e13a3e; font: 800 10px/1 Inter, sans-serif; box-shadow: 0 3px 10px #0008; }
.red-button b { font-size: 18px; font-weight: 400; }

.section-block { padding-top: 16px; }
.section-title { min-width: 0; display: flex; justify-content: center; align-items: center; gap: 10px; }
.section-title i { width: 58px; height: 1px; background: var(--red); }
.section-title h2 { margin: 0; font: 800 20px/1 "Barlow Condensed", Impact, sans-serif; white-space: nowrap; }
.section-heading-row { min-height: 27px; display: flex; justify-content: space-between; align-items: center; position: relative; }
.section-heading-row > .section-title { flex: 1; }
.section-heading-row > a { position: absolute; right: 0; color: var(--red); font-size: 7px; font-weight: 800; }

.category-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px; margin-top: 11px; }
.category-card { min-width: 0; height: 160px; background: #fff; border: 1px solid #d8d8d8; text-align: center; overflow: hidden; transition: transform .2s ease, box-shadow .2s ease; }
.category-card:hover { transform: translateY(-3px); box-shadow: 0 7px 18px #0002; }
.category-card img { width: 100%; height: 91px; object-fit: cover; }
.category-card strong { display: block; margin: 8px 4px 0; font: 800 11px/1 "Barlow Condensed", Impact, sans-serif; }
.category-card span { display: block; color: #777; margin: 5px 3px 0; font-size: 6.5px; }
.category-card em { display: block; color: var(--red); margin-top: 7px; font-style: normal; font-size: 7px; font-weight: 800; }

.products { padding-top: 15px; }
.product-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px; margin-top: 8px; }
.product-card { min-width: 0; min-height: 234px; background: #fff; border: 1px solid #ddd; position: relative; padding: 0 10px 40px; transition: transform .2s ease, box-shadow .2s ease; }
.product-card:hover { transform: translateY(-3px); box-shadow: 0 8px 20px #0002; }
.product-image { height: 115px; margin: 0 -10px 8px; overflow: hidden; background: #fff; }
.product-image img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.product-card h3, .bundle-card h3 { min-height: 29px; margin: 0; font: 700 10px/1.35 Inter, sans-serif; }
.rating { white-space: nowrap; font-size: 7px; }
.rating span { color: #e28b00; letter-spacing: 0; }
.rating em { color: #777; font-style: normal; }
.product-price { display: flex; align-items: baseline; gap: 7px; margin-top: 7px; }
.product-price strong, .bundle-buy strong { font-size: 12px; }
.product-price del, .bundle-buy del { color: #999; font-size: 7px; }
.add-button { position: absolute; left: 10px; right: 10px; bottom: 8px; height: 24px; background: var(--red); color: white; display: flex; align-items: center; justify-content: center; font: 800 7px/1 Inter, sans-serif; }
.add-button span { position: absolute; right: 0; height: 100%; width: 25px; display: grid; place-items: center; background: #171717; }

.trust-strip { min-height: 61px; margin-top: 2px; background: #08090a; color: #fff; }
.trust-grid { min-height: 61px; display: grid; grid-template-columns: repeat(5, 1fr); align-items: center; }
.trust-grid > div { display: flex; justify-content: center; align-items: center; gap: 10px; border-right: 1px solid #38393a; }
.trust-grid > div:last-child { border: 0; }
.trust-grid i { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid #aaa; border-radius: 50%; font-style: normal; font-size: 16px; }
.trust-grid span { display: grid; }
.trust-grid b { font: 800 10px/1 "Barlow Condensed", Impact, sans-serif; }
.trust-grid small { color: #aaa; font-size: 7px; margin-top: 4px; }

.bundle-section { display: grid; grid-template-columns: 1.03fr .97fr; gap: 12px; }
.bundle-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 6px; }
.bundle-card { height: 183px; background: #fff; border: 1px solid #ddd; padding: 0 8px 8px; }
.bundle-card img { width: calc(100% + 16px); height: 91px; margin-left: -8px; object-fit: cover; object-position: top; }
.bundle-card h3 { min-height: 24px; margin-top: 4px; font-size: 8px; }
.bundle-buy { margin-top: 5px; display: flex; align-items: end; justify-content: space-between; }
.bundle-buy > div { display: grid; }
.bundle-buy a { background: var(--red); color: #fff; padding: 6px 7px; font-size: 6px; font-weight: 800; }
.quality-banner { height: 210px; margin-top: 27px; padding: 38px 30px; position: relative; overflow: hidden; display: flex; background: linear-gradient(115deg, #111 0 44%, #60070a 100%); color: #fff; }
.quality-banner::before { content: ""; position: absolute; inset: 0; opacity: .18; background: repeating-linear-gradient(145deg, transparent 0 17px, #fff 18px 19px); }
.quality-banner > div { width: 61%; z-index: 1; }
.quality-banner h2 { margin: 0; font: 800 25px/.95 "Barlow Condensed", Impact, sans-serif; }
.quality-banner p { margin: 14px 0 20px; color: #ddd; font-size: 8px; line-height: 1.6; }
.quality-banner .red-button { min-width: 116px; height: 28px; font-size: 7px; }
.quality-shield { position: absolute; right: 48px; top: 45px; width: 110px; height: 120px; padding-top: 20px; text-align: center; color: #bbb; border: 5px solid #5d5d5d; clip-path: polygon(50% 0, 94% 17%, 88% 75%, 50% 100%, 12% 75%, 6% 17%); font: 900 66px/.9 "Barlow Condensed"; text-shadow: 0 2px #000; }
.quality-shield span { display: block; font: 800 7px/1 Inter, sans-serif; }

.guide-review, .blog-faq { display: grid; grid-template-columns: 1.2fr .8fr; gap: 13px; }
.guide-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; margin-top: 4px; }
.guide-card { height: 105px; position: relative; overflow: hidden; background: #111; }
.guide-card img { width: 100%; height: 100%; object-fit: cover; }
.guide-card i { position: absolute; left: 50%; top: 42%; transform: translate(-50%, -50%); width: 22px; height: 22px; border: 1px solid #fff; border-radius: 50%; color: #fff; display: grid; place-items: center; font-size: 8px; font-style: normal; }
.review-box { height: 105px; margin-top: 4px; background: #fff; border: 1px solid #ddd; display: grid; grid-template-columns: 34% 1fr 30px; align-items: center; }
.review-score { text-align: center; display: grid; border-right: 1px solid #ddd; }
.review-score strong { font: 800 36px/.9 "Barlow Condensed", Impact, sans-serif; }
.review-score span { color: var(--red); font-size: 13px; }
.review-score small { margin-top: 4px; font-size: 6px; }
.review-box blockquote { margin: 0; padding: 0 18px; font-size: 7px; line-height: 1.55; }
.review-box blockquote b, .review-box blockquote em { display: block; margin-top: 4px; font-style: normal; }
.review-box blockquote em { color: #318f40; margin-top: 1px; }
.review-arrows { align-self: end; padding-bottom: 12px; font-weight: 800; }

.blog-faq { padding-bottom: 14px; }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; margin-top: 8px; }
.blog-grid a { height: 108px; overflow: hidden; background: #111; }
.blog-grid img { width: 100%; height: 100%; object-fit: cover; }
.faq-list { margin-top: 8px; background: #fff; border: 1px solid #ddd; }
.faq-list details { border-bottom: 1px solid #ddd; }
.faq-list details:last-child { border: 0; }
.faq-list summary { min-height: 26px; padding: 0 11px; display: flex; align-items: center; justify-content: space-between; list-style: none; font-size: 8px; cursor: pointer; }
.faq-list summary::after { content: "+"; font-size: 13px; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { margin: 0; padding: 0 11px 8px; color: #666; font-size: 7px; }

.newsletter { height: 63px; color: #fff; background: linear-gradient(100deg, #60070a, #b31318 48%, #60070a); }
.newsletter-inner { height: 100%; display: grid; grid-template-columns: 48px 1fr 500px; gap: 14px; align-items: center; }
.mail-icon { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid #fff; border-radius: 50%; font-size: 20px; }
.newsletter h2 { margin: 0; font: 800 19px/1 "Barlow Condensed", Impact, sans-serif; }
.newsletter p { margin: 4px 0 0; font-size: 7px; }
.newsletter form { height: 34px; display: grid; grid-template-columns: 1fr 120px; }
.newsletter input { min-width: 0; border: 0; padding: 0 16px; font-size: 9px; }
.newsletter button { border: 0; color: #fff; background: #101010; font-size: 8px; font-weight: 800; cursor: pointer; }

.site-footer { min-height: 204px; background: #090b0d; color: #c8c8c8; }
.footer-main { min-height: 169px; padding-top: 27px; display: grid; grid-template-columns: 1.45fr .8fr .9fr .9fr 1fr; gap: 30px; }
.footer-brand .brand strong { font-size: 24px; }
.footer-brand p { width: 195px; margin: 13px 0 12px; color: #aaa; font-size: 7px; line-height: 1.6; }
.socials { display: flex; gap: 13px; }
.socials a { width: 17px; height: 17px; border-radius: 50%; background: #e7e7e7; color: #111; display: grid; place-items: center; font-size: 10px; font-weight: 800; }
.footer-column, .footer-payments { display: flex; flex-direction: column; gap: 5px; }
.footer-column strong, .footer-payments > strong { margin-bottom: 5px; color: #fff; font-size: 7px; }
.footer-column a { font-size: 7px; }
.footer-payments > div { display: grid; grid-template-columns: repeat(4, 37px); gap: 6px; }
.footer-payments b { height: 19px; background: #fff; color: #172b68; display: grid; place-items: center; border-radius: 2px; font-size: 7px; }
.footer-bottom { height: 35px; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid #232528; color: #898989; font-size: 6px; }
.footer-bottom nav { display: flex; gap: 20px; }

.reveal { animation: dc-rise .45s ease both; }
.reveal.visible { opacity: 1; transform: none; }
@keyframes dc-rise { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }

@media (max-width: 1100px) {
    .shell { width: min(940px, calc(100% - 30px)); }
    .nav-wrap { grid-template-columns: 185px 1fr 230px; gap: 10px; }
    .main-nav { gap: 10px; }
    .main-nav a:nth-child(4), .main-nav a:nth-child(6) { display: none; }
    .search-box { width: 170px; }
    .hero { height: 280px; }
    .hero h1 { font-size: 56px; }
    .category-card { height: 145px; }
    .category-card img { height: 80px; }
    .newsletter-inner { grid-template-columns: 48px 1fr 390px; }
}

@media (max-width: 760px) {
    .shell { width: calc(100% - 24px); }
    .utility-bar { height: 24px; }
    .utility-promises span:nth-child(n+2), .utility-inner nav { display: none; }
    .main-header { height: 58px; }
    .nav-wrap { display: flex; justify-content: space-between; }
    .main-nav, .search-box, .account-icon { display: none; }
    .hero { height: 360px; background-position: 64% center; }
    .hero::before { content: ""; position: absolute; inset: 82px 0 auto; height: 360px; background: linear-gradient(90deg, #000 0 20%, transparent 80%); pointer-events: none; }
    .hero-inner { position: relative; z-index: 1; align-items: flex-start; padding-top: 35px; }
    .hero-copy { width: 78%; }
    .hero h1 { font-size: 50px; }
    .hero-copy > p { font-size: 10px; }
    .hero-points { gap: 12px; }
    .hero-points > div:nth-child(3) { display: none; }
    .category-grid, .product-grid { grid-template-columns: repeat(2, 1fr); }
    .category-card { height: 158px; }
    .category-card img { height: 91px; }
    .product-card { min-height: 258px; }
    .product-image { height: 140px; }
    .trust-grid { grid-template-columns: 1fr; padding: 10px 0; gap: 8px; }
    .trust-grid > div { border: 0; justify-content: flex-start; }
    .trust-grid > div:nth-child(n+4) { display: none; }
    .bundle-section, .guide-review, .blog-faq { grid-template-columns: 1fr; }
    .bundle-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .quality-banner { margin-top: 0; }
    .guide-grid { grid-template-columns: repeat(2, 1fr); }
    .blog-grid { grid-template-columns: 1fr; }
    .blog-grid a { height: 160px; }
    .newsletter { height: auto; padding: 15px 0; }
    .newsletter-inner { grid-template-columns: 42px 1fr; }
    .newsletter form { grid-column: 1 / -1; }
    .footer-main { grid-template-columns: 1fr 1fr; }
    .footer-brand, .footer-payments { grid-column: 1 / -1; }
    .footer-bottom { height: auto; padding: 12px 0; gap: 10px; }
}

/* PopBonnet /qifor storefront */
.qifor-storefront { --qf-red: #c81720; --qf-red-dark: #921016; --qf-green: #257252; --qf-ink: #111417; --qf-soft: #f5f6f6; --qf-line: #dfe2e3; overflow-x: clip; background: #fff; color: var(--qf-ink); font-size: 14px; }
.qifor-storefront .main-header { position: sticky; top: 0; z-index: 80; box-shadow: 0 7px 22px #0002; }
.qifor-storefront .qf-nav { justify-content: flex-start; gap: 27px; }
.qifor-storefront .qf-nav a { font-size: 9px; }
.qifor-storefront .cart-icon { appearance: none; background: transparent; color: #fff; cursor: pointer; padding: 0; }
.qf-main { overflow: hidden; background: #fff; }
.qf-hero { height: min(620px, calc(100vh - 93px)); min-height: 500px; position: relative; color: #fff; background: #111 url("assets/hero-drivecraft-v2.png") center / cover no-repeat; }
.qf-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #080a0ceb 0, #080a0cb8 35%, #080a0c24 67%, transparent); }
.qf-hero-inner { height: 100%; display: flex; align-items: center; position: relative; z-index: 1; }
.qf-hero-copy { width: min(610px, 56%); }
.qf-eyebrow, .qf-section-head > div > span, .qf-story-copy > span, .qf-newsletter span, .qf-shop-hero span { color: #e54a50; font: 800 11px/1 Inter, sans-serif; text-transform: uppercase; }
.qf-hero h1 { margin: 18px 0 22px; color: #fff; font: 900 72px/.88 "Barlow Condensed", Impact, sans-serif; text-transform: uppercase; }
.qf-hero h1 em { color: #e02a31; font-style: normal; }
.qf-hero-copy > p { max-width: 520px; margin: 0; color: #e3e5e6; font-size: 16px; line-height: 1.65; }
.qf-hero-actions { display: flex; gap: 12px; margin-top: 30px; }
.qf-button { min-height: 46px; padding: 0 21px; display: inline-flex; align-items: center; justify-content: center; gap: 24px; border: 1px solid transparent; font-size: 12px; font-weight: 800; text-transform: uppercase; transition: transform .2s ease, background .2s ease; }
.qf-button:hover { transform: translateY(-2px); }
.qf-button-primary { color: #fff; background: var(--qf-red); border-color: #ed3b43; }
.qf-button-ghost { color: #fff; border-color: #ffffff7d; background: #0b0c0d82; }
.qf-hero-proof { display: flex; gap: 27px; margin-top: 42px; color: #bdc2c4; font-size: 10px; }
.qf-hero-proof b { display: block; color: #fff; font-size: 16px; }
.qf-benefit-band { background: #111417; color: #fff; border-top: 1px solid #343638; }
.qf-benefit-band .shell { min-height: 78px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.qf-benefit-band .shell > div { padding-left: 26px; border-left: 1px solid #3a3d3f; display: grid; gap: 5px; }
.qf-benefit-band b { font: 800 15px/1 "Barlow Condensed", Impact, sans-serif; text-transform: uppercase; }
.qf-benefit-band span { color: #aeb3b5; font-size: 9px; }
.qf-section { padding-top: 74px; padding-bottom: 74px; }
.qf-section-head { min-height: 58px; margin-bottom: 28px; display: flex; justify-content: space-between; align-items: end; }
.qf-section-head h2 { margin: 7px 0 0; font: 800 36px/.95 "Barlow Condensed", Impact, sans-serif; text-transform: uppercase; }
.qf-section-head > a, .qf-text-link { padding-bottom: 5px; color: var(--qf-red); font-size: 11px; font-weight: 800; text-transform: uppercase; border-bottom: 1px solid #dc9da0; }
.qf-category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.qf-category-card { min-height: 300px; position: relative; overflow: hidden; background: #111; }
.qf-category-card::after { content: ""; position: absolute; inset: 30% 0 0; background: linear-gradient(transparent, #090b0de8); }
.qf-category-card img { width: 100%; height: 100%; position: absolute; object-fit: cover; transition: transform .45s ease; }
.qf-category-card:hover img { transform: scale(1.045); }
.qf-category-card > span { position: absolute; left: 24px; right: 24px; bottom: 22px; z-index: 1; color: #fff; display: grid; }
.qf-category-card b { font: 800 24px/1 "Barlow Condensed", Impact, sans-serif; text-transform: uppercase; }
.qf-category-card small { margin-top: 7px; color: #d3d6d8; font-size: 10px; }
.qf-category-card em { margin-top: 17px; color: #fff; font-size: 9px; font-style: normal; font-weight: 800; text-transform: uppercase; }
.qf-product-band { background: var(--qf-soft); border-block: 1px solid #e4e6e7; }
.qf-product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.qf-product-card { min-width: 0; background: #fff; border: 1px solid var(--qf-line); transition: transform .25s ease, box-shadow .25s ease; }
.qf-product-card:hover { transform: translateY(-4px); box-shadow: 0 14px 34px #1820261a; }
.qf-product-media { height: 245px; display: block; position: relative; overflow: hidden; background: #f2f3f3; }
.qf-product-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.qf-product-card:hover .qf-product-media img { transform: scale(1.035); }
.qf-badge, .qf-discount { position: absolute; z-index: 2; top: 14px; left: 14px; padding: 7px 9px; color: #fff; background: var(--qf-red); font-size: 8px; font-weight: 800; text-transform: uppercase; }
.qf-discount { left: auto; right: 14px; color: #fff; background: var(--qf-green); }
.qf-product-body { padding: 18px; }
.qf-kicker { color: var(--qf-red); font-size: 8px; font-weight: 800; text-transform: uppercase; }
.qf-product-body h3 { min-height: 42px; margin: 8px 0; font-size: 14px; line-height: 1.45; }
.qf-rating { display: flex; align-items: center; gap: 8px; }
.qf-rating span { color: #e49a17; font-size: 10px; }
.qf-rating small, .qf-rating a { color: #777e82; font-size: 9px; }
.qf-product-foot { margin-top: 17px; display: flex; align-items: center; justify-content: space-between; }
.qf-product-foot > div { display: flex; align-items: baseline; gap: 8px; }
.qf-product-foot strong { font-size: 17px; }
.qf-product-foot del { color: #9a9fa2; font-size: 10px; }
.qf-icon-button { width: 37px; height: 37px; border: 0; color: #fff; background: var(--qf-ink); font-size: 23px; line-height: 1; cursor: pointer; transition: background .2s ease; }
.qf-icon-button:hover { background: var(--qf-red); }
.qf-story { padding-top: 86px; padding-bottom: 86px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 76px; align-items: center; }
.qf-story-copy h2 { margin: 14px 0 22px; font: 800 48px/.94 "Barlow Condensed", Impact, sans-serif; text-transform: uppercase; }
.qf-story-copy p { margin: 0 0 27px; color: #60676b; font-size: 13px; line-height: 1.8; }
.qf-story-image { min-height: 390px; position: relative; background: #111; }
.qf-story-image > img { width: 100%; height: 390px; object-fit: cover; }
.qf-story-image > div { width: 280px; min-height: 86px; padding: 19px 22px; position: absolute; left: -34px; bottom: -24px; color: #fff; background: var(--qf-red); display: grid; align-content: center; }
.qf-story-image strong { font: 800 18px/1 "Barlow Condensed", Impact, sans-serif; text-transform: uppercase; }
.qf-story-image span { margin-top: 7px; font-size: 9px; }
.qf-social-proof { padding: 72px 0 80px; color: #fff; background: #101315; }
.qf-light h2 { color: #fff; }
.qf-review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.qf-review-grid article { min-height: 210px; padding: 28px; border: 1px solid #363b3e; background: #181c1e; }
.qf-review-grid article > span, .qf-review-lines article > span { color: #e49a17; }
.qf-review-grid p { min-height: 80px; color: #d6d9da; font-size: 12px; line-height: 1.7; }
.qf-review-grid footer { display: grid; gap: 4px; }
.qf-review-grid small, .qf-review-lines small { color: #7fc59e; font-size: 9px; }
.qf-journal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.qf-journal-grid > a { border: 1px solid var(--qf-line); background: #fff; }
.qf-journal-grid img { width: 100%; height: 200px; object-fit: cover; }
.qf-journal-grid a > span { min-height: 125px; padding: 18px; display: grid; align-content: start; }
.qf-journal-grid small { color: #7a8083; font-size: 9px; text-transform: uppercase; }
.qf-journal-grid b { margin-top: 11px; font: 800 19px/1.2 "Barlow Condensed", Impact, sans-serif; text-transform: uppercase; }
.qf-journal-grid em { margin-top: 16px; color: var(--qf-red); font-size: 9px; font-style: normal; font-weight: 800; text-transform: uppercase; }
.qf-newsletter { padding: 42px 0; color: #fff; background: var(--qf-red); }
.qf-newsletter .shell { display: grid; grid-template-columns: 1fr 460px; gap: 50px; align-items: center; }
.qf-newsletter span { color: #ffd3d5; }
.qf-newsletter h2 { margin: 8px 0 0; font: 800 27px/1 "Barlow Condensed", Impact, sans-serif; text-transform: uppercase; }
.qf-newsletter form { height: 48px; display: grid; grid-template-columns: 1fr 140px; }
.qf-newsletter input { min-width: 0; border: 0; padding: 0 17px; outline: none; }
.qf-newsletter button { border: 0; color: #fff; background: var(--qf-ink); font-size: 10px; font-weight: 800; text-transform: uppercase; cursor: pointer; }

.qf-shop-hero { padding: 70px 0 58px; color: #fff; background: #131719 url("assets/category-garage.jpg") center 56% / cover no-repeat; position: relative; }
.qf-shop-hero::after { content: ""; position: absolute; inset: 0; background: #0b0d0ece; }
.qf-shop-hero .shell { position: relative; z-index: 1; }
.qf-shop-hero h1 { margin: 13px 0 11px; font: 900 54px/.9 "Barlow Condensed", Impact, sans-serif; text-transform: uppercase; }
.qf-shop-hero p { max-width: 520px; margin: 0; color: #cdd1d2; line-height: 1.6; }
.qf-shop-layout { padding-top: 48px; padding-bottom: 80px; display: grid; grid-template-columns: 220px 1fr; gap: 38px; }
.qf-shop-sidebar { align-self: start; position: sticky; top: 120px; display: grid; }
.qf-shop-sidebar > strong { padding-bottom: 15px; font: 800 20px/1 "Barlow Condensed", Impact, sans-serif; text-transform: uppercase; border-bottom: 2px solid var(--qf-ink); }
.qf-shop-sidebar > a { min-height: 42px; padding: 0 4px; border-bottom: 1px solid var(--qf-line); display: flex; align-items: center; justify-content: space-between; font-size: 10px; font-weight: 700; }
.qf-shop-sidebar > a.active, .qf-shop-sidebar > a:hover { color: var(--qf-red); }
.qf-side-promo { min-height: 160px; margin-top: 28px; padding: 23px; color: #fff; background: #151819 url("assets/category-adventure.jpg") center / cover; position: relative; display: grid; align-content: end; }
.qf-side-promo::after { content: ""; position: absolute; inset: 0; background: #101214b8; }
.qf-side-promo > * { position: relative; z-index: 1; }
.qf-side-promo small { color: #f06b70; font-weight: 800; }
.qf-side-promo b { margin-top: 8px; font: 800 22px/1 "Barlow Condensed", Impact, sans-serif; text-transform: uppercase; }
.qf-shop-toolbar { min-height: 46px; margin-bottom: 18px; padding-bottom: 14px; border-bottom: 1px solid var(--qf-line); display: flex; align-items: center; justify-content: space-between; }
.qf-shop-toolbar span { color: #656b6e; font-size: 10px; }
.qf-shop-toolbar label { display: flex; align-items: center; gap: 9px; color: #656b6e; font-size: 10px; }
.qf-shop-toolbar select { height: 34px; padding: 0 30px 0 11px; border: 1px solid var(--qf-line); background: #fff; }
.qf-product-grid-shop { grid-template-columns: repeat(3, 1fr); }
.qf-empty, .qf-not-found { min-height: 480px; display: grid; place-items: center; align-content: center; text-align: center; }
.qf-empty h2, .qf-not-found h1 { font: 800 40px/1 "Barlow Condensed", Impact, sans-serif; text-transform: uppercase; }
.qf-not-found > span { color: var(--qf-red); font: 900 88px/.8 "Barlow Condensed", Impact, sans-serif; }

.qf-breadcrumbs { min-height: 54px; display: flex; align-items: center; gap: 10px; color: #777d80; border-bottom: 1px solid var(--qf-line); font-size: 9px; }
.qf-breadcrumbs em { color: #22272a; font-style: normal; }
.qf-product-layout { padding-top: 44px; padding-bottom: 64px; display: grid; grid-template-columns: 1.08fr .92fr; gap: 58px; }
.qf-gallery { display: grid; grid-template-columns: 76px 1fr; gap: 13px; }
.qf-gallery-thumbs { display: grid; align-content: start; gap: 9px; }
.qf-gallery-thumbs button { width: 76px; height: 76px; padding: 0; border: 1px solid var(--qf-line); background: #f4f5f5; cursor: pointer; }
.qf-gallery-thumbs button.active { border: 2px solid var(--qf-red); }
.qf-gallery-thumbs img { width: 100%; height: 100%; object-fit: cover; }
.qf-gallery-main { min-height: 520px; position: relative; overflow: hidden; background: #f3f4f4; }
.qf-gallery-main > img { width: 100%; height: 520px; object-fit: cover; }
.qf-gallery-main [data-qf-zoom] { width: 42px; height: 42px; position: absolute; right: 17px; bottom: 17px; border: 0; border-radius: 50%; background: #fff; box-shadow: 0 4px 15px #0002; cursor: pointer; font-size: 20px; }
.qf-product-info { padding-top: 5px; }
.qf-product-info h1 { margin: 12px 0 14px; font: 800 44px/.98 "Barlow Condensed", Impact, sans-serif; text-transform: uppercase; }
.qf-rating-large span { font-size: 14px; }
.qf-rating-large a { border-bottom: 1px solid #aaa; }
.qf-detail-price { margin: 23px 0 20px; display: flex; align-items: center; gap: 12px; }
.qf-detail-price strong { font-size: 28px; }
.qf-detail-price del { color: #999fa2; font-size: 15px; }
.qf-detail-price > span { padding: 5px 8px; color: var(--qf-green); background: #e4f3eb; font-size: 9px; font-weight: 800; }
.qf-summary { color: #5a6165; font-size: 13px; line-height: 1.7; }
.qf-feature-list { margin: 20px 0 25px; padding: 0; list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }
.qf-feature-list li { padding-left: 23px; position: relative; font-size: 10px; font-weight: 700; }
.qf-feature-list li::before { content: "✓"; position: absolute; left: 0; color: var(--qf-green); font-weight: 900; }
.qf-variants { margin: 0 0 22px; padding: 0; border: 0; }
.qf-variants legend { margin-bottom: 10px; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.qf-variants > div { display: flex; flex-wrap: wrap; gap: 8px; }
.qf-variants input { position: absolute; opacity: 0; }
.qf-variants span { min-height: 38px; padding: 0 15px; border: 1px solid var(--qf-line); display: inline-flex; align-items: center; cursor: pointer; font-size: 10px; font-weight: 700; }
.qf-variants input:checked + span { color: #fff; background: var(--qf-ink); border-color: var(--qf-ink); }
.qf-purchase-row { display: grid; grid-template-columns: 118px 1fr; gap: 10px; }
.qf-quantity { height: 50px; border: 1px solid var(--qf-line); display: grid; grid-template-columns: 35px 1fr 35px; }
.qf-quantity button, .qf-quantity input { min-width: 0; border: 0; background: #fff; text-align: center; }
.qf-quantity button { cursor: pointer; font-size: 18px; }
.qf-quantity input { appearance: textfield; font-weight: 800; }
.qf-add-main { border: 0; padding: 0 22px; color: #fff; background: var(--qf-red); display: flex; justify-content: space-between; align-items: center; cursor: pointer; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.qf-buy-trust { margin-top: 24px; padding: 16px 0; border-block: 1px solid var(--qf-line); display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.qf-buy-trust > div { display: grid; gap: 4px; }
.qf-buy-trust b { font-size: 9px; }
.qf-buy-trust span { color: #777d80; font-size: 7px; line-height: 1.5; }
.qf-sku { margin-top: 14px; display: block; color: #858a8d; font-size: 8px; }
.qf-detail-band { background: var(--qf-soft); border-block: 1px solid var(--qf-line); }
.qf-detail-tabs { padding-top: 42px; padding-bottom: 52px; }
.qf-tab-buttons { display: flex; gap: 30px; border-bottom: 1px solid #cfd3d4; }
.qf-tab-buttons button { padding: 0 0 14px; border: 0; border-bottom: 3px solid transparent; background: transparent; cursor: pointer; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.qf-tab-buttons button.active { color: var(--qf-red); border-bottom-color: var(--qf-red); }
.qf-detail-tabs > article { display: none; padding-top: 30px; }
.qf-detail-tabs > article.active { display: block; }
.qf-detail-tabs article h2 { margin: 0 0 15px; font: 800 28px/1 "Barlow Condensed", Impact, sans-serif; text-transform: uppercase; }
.qf-detail-tabs article > p { max-width: 820px; color: #5f6669; font-size: 12px; line-height: 1.8; }
.qf-detail-callouts { margin-top: 28px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.qf-detail-callouts > div { min-height: 92px; padding: 20px; background: #fff; border: 1px solid var(--qf-line); display: grid; align-content: center; }
.qf-detail-callouts b { font-size: 11px; text-transform: uppercase; }
.qf-detail-callouts span { margin-top: 7px; color: #737a7d; font-size: 9px; line-height: 1.5; }
.qf-detail-tabs dl { max-width: 680px; margin: 0; }
.qf-detail-tabs dl > div { min-height: 42px; border-bottom: 1px solid var(--qf-line); display: grid; grid-template-columns: 180px 1fr; align-items: center; }
.qf-detail-tabs dt { font-weight: 800; }
.qf-detail-tabs dd { margin: 0; color: #666d70; }
.qf-review-summary { display: grid; grid-template-columns: auto auto; column-gap: 10px; align-items: center; }
.qf-review-summary b { grid-row: 1 / 3; font: 800 40px/1 "Barlow Condensed", Impact, sans-serif; }
.qf-review-summary span { color: #e49a17; }
.qf-review-summary small { color: #777d80; font-size: 8px; }
.qf-review-lines { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.qf-review-lines article { padding: 25px; border: 1px solid var(--qf-line); }
.qf-review-lines h3 { font: 800 17px/1.1 "Barlow Condensed", Impact, sans-serif; text-transform: uppercase; }
.qf-review-lines p { color: #656c70; line-height: 1.7; }
.qf-review-lines footer { display: grid; gap: 3px; margin-top: 18px; }
.qf-zoom-modal { position: fixed; inset: 0; z-index: 200; padding: 55px; background: #08090aeb; display: grid; place-items: center; }
.qf-zoom-modal[hidden] { display: none; }
.qf-zoom-modal img { max-width: min(900px, 90vw); max-height: 82vh; object-fit: contain; }
.qf-zoom-modal button { position: absolute; right: 25px; top: 18px; border: 0; color: #fff; background: transparent; cursor: pointer; font-size: 38px; }

.qf-cart-overlay { position: fixed; inset: 0; z-index: 98; background: #060708a8; }
.qf-cart-drawer { width: min(430px, 94vw); position: fixed; z-index: 99; inset: 0 0 0 auto; visibility: hidden; pointer-events: none; opacity: 0; background: #fff; box-shadow: -18px 0 40px #0003; transform: translateX(104%); transition: transform .28s ease, opacity .2s ease, visibility 0s linear .28s; display: grid; grid-template-rows: auto 1fr auto; }
.qf-cart-drawer.open { visibility: visible; pointer-events: auto; opacity: 1; transform: translateX(0); transition-delay: 0s; }
.qf-cart-drawer > header { min-height: 92px; padding: 22px; border-bottom: 1px solid var(--qf-line); display: flex; align-items: center; justify-content: space-between; }
.qf-cart-drawer header small { color: var(--qf-red); font-weight: 800; }
.qf-cart-drawer h2 { margin: 5px 0 0; font: 800 24px/1 "Barlow Condensed", Impact, sans-serif; text-transform: uppercase; }
.qf-cart-drawer header button { border: 0; background: transparent; cursor: pointer; font-size: 28px; }
.qf-cart-items { overflow: auto; padding: 0 22px; }
.qf-cart-item { padding: 18px 0; border-bottom: 1px solid var(--qf-line); display: grid; grid-template-columns: 70px 1fr auto; gap: 13px; align-items: center; }
.qf-cart-item img { width: 70px; height: 70px; object-fit: cover; }
.qf-cart-item div { display: grid; gap: 6px; }
.qf-cart-item b { font-size: 10px; }
.qf-cart-item small { color: #777d80; }
.qf-cart-item button { border: 0; color: #999; background: transparent; cursor: pointer; font-size: 20px; }
.qf-cart-empty { align-self: center; padding: 30px; text-align: center; display: grid; gap: 8px; }
.qf-cart-empty[hidden] { display: none; }
.qf-cart-empty span { color: #777d80; font-size: 10px; }
.qf-cart-drawer > footer { padding: 22px; border-top: 1px solid var(--qf-line); }
.qf-cart-drawer > footer > div { display: flex; justify-content: space-between; font-size: 15px; }
.qf-cart-drawer > footer > small { display: block; margin: 8px 0 17px; color: #7a8083; font-size: 8px; }
.qf-cart-drawer > footer > a { height: 48px; padding: 0 17px; color: #fff; background: var(--qf-red); display: flex; align-items: center; justify-content: space-between; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.qf-toast { position: fixed; z-index: 120; left: 50%; bottom: 28px; min-width: 260px; padding: 13px 18px; color: #fff; background: #111417; box-shadow: 0 8px 25px #0003; text-align: center; transform: translate(-50%, 120px); transition: transform .25s ease; font-size: 10px; }
.qf-toast.visible { transform: translate(-50%, 0); }

@media (max-width: 1050px) {
    .qf-hero h1 { font-size: 62px; }
    .qf-product-grid, .qf-product-grid-shop { grid-template-columns: repeat(2, 1fr); }
    .qf-story { gap: 42px; }
    .qf-product-layout { gap: 34px; }
    .qf-gallery-main, .qf-gallery-main > img { min-height: 430px; height: 430px; }
    .qf-product-info h1 { font-size: 38px; }
}

@media (max-width: 760px) {
    .qifor-storefront .main-header { position: relative; }
    .qifor-storefront .header-actions { margin-left: auto; }
    .qf-hero { height: 570px; min-height: 0; background-position: 64% center; }
    .qf-hero::after { background: linear-gradient(90deg, #080a0cf0 0, #080a0cae 65%, #080a0c33); }
    .qf-hero-inner { align-items: flex-end; padding-bottom: 46px; }
    .qf-hero-copy { width: 92%; }
    .qf-hero h1 { font-size: 49px; }
    .qf-hero-copy > p { font-size: 13px; }
    .qf-hero-actions { flex-wrap: wrap; }
    .qf-hero-proof { gap: 17px; }
    .qf-hero-proof span:nth-child(3) { display: none; }
    .qf-benefit-band .shell { padding: 18px 0; grid-template-columns: 1fr 1fr; gap: 18px 0; }
    .qf-benefit-band .shell > div { padding-left: 14px; }
    .qf-section { padding-top: 50px; padding-bottom: 50px; }
    .qf-section-head h2 { font-size: 30px; }
    .qf-section-head > a { display: none; }
    .qf-category-grid { grid-template-columns: 1fr 1fr; }
    .qf-category-card { min-height: 240px; }
    .qf-product-grid, .qf-product-grid-shop { grid-template-columns: 1fr 1fr; gap: 10px; }
    .qf-product-media { height: 170px; }
    .qf-product-body { padding: 13px; }
    .qf-product-body h3 { font-size: 11px; }
    .qf-product-foot { align-items: end; }
    .qf-story { padding-top: 58px; padding-bottom: 72px; grid-template-columns: 1fr; gap: 40px; }
    .qf-story-copy h2 { font-size: 39px; }
    .qf-story-image, .qf-story-image > img { min-height: 300px; height: 300px; }
    .qf-story-image > div { left: 13px; bottom: -28px; }
    .qf-review-grid, .qf-journal-grid { grid-template-columns: 1fr; }
    .qf-review-grid p { min-height: 0; }
    .qf-newsletter .shell { grid-template-columns: 1fr; gap: 22px; }
    .qf-newsletter form { grid-template-columns: 1fr 105px; }
    .qf-shop-layout { grid-template-columns: 1fr; }
    .qf-shop-sidebar { position: static; display: flex; overflow-x: auto; gap: 8px; }
    .qf-shop-sidebar > strong, .qf-side-promo { display: none; }
    .qf-shop-sidebar > a { min-width: max-content; min-height: 36px; padding: 0 13px; border: 1px solid var(--qf-line); }
    .qf-product-layout { grid-template-columns: 1fr; padding-top: 25px; }
    .qf-gallery { grid-template-columns: 1fr; }
    .qf-gallery-main { grid-row: 1; min-height: 360px; }
    .qf-gallery-main > img { height: 360px; }
    .qf-gallery-thumbs { grid-row: 2; display: flex; overflow-x: auto; }
    .qf-product-info h1 { font-size: 36px; }
    .qf-feature-list { grid-template-columns: 1fr; }
    .qf-buy-trust { grid-template-columns: 1fr; gap: 12px; }
    .qf-buy-trust span { font-size: 8px; }
    .qf-tab-buttons { gap: 14px; overflow-x: auto; }
    .qf-tab-buttons button { min-width: max-content; }
    .qf-detail-callouts, .qf-review-lines { grid-template-columns: 1fr; }
    .qf-review-summary { display: none; }
}
/* QIFOR subsidiary storefront */
body.qifor-storefront { margin: 0; background: #fff; color: #101010; font-family: Inter, Arial, sans-serif; letter-spacing: 0; }
.qifor-storefront * { box-sizing: border-box; }
.qifor-storefront a { color: inherit; text-decoration: none; }
.q2-announcement { height: 88px; display: flex; align-items: center; justify-content: center; gap: 18px; padding: 0 24px; background: #111; color: #fff; font-size: 23px; font-weight: 800; letter-spacing: 1.2px; text-align: center; }
.q2-shop-icon { width: 30px; height: 27px; border: 3px solid #fff; border-radius: 3px; position: relative; display: inline-block; flex: 0 0 auto; }
.q2-shop-icon::before { content: ""; position: absolute; left: -4px; top: -10px; width: 32px; height: 10px; border: 3px solid #fff; border-bottom: 0; border-radius: 4px 4px 0 0; background: repeating-linear-gradient(90deg, transparent 0 5px, #fff 5px 8px); }
.q2-header { min-height: 190px; background: #fff; border-bottom: 1px solid #f2f2f2; position: relative; z-index: 30; }
.q2-header-inner { min-height: 190px; max-width: 1770px; margin: 0 auto; padding: 0 56px; display: grid; grid-template-columns: 370px 1fr 230px; align-items: center; gap: 24px; }
.q2-logo { display: block; width: 350px; max-width: 100%; }
.q2-logo img { display: block; width: 100%; height: 104px; object-fit: contain; object-position: left center; }
.q2-nav { display: flex; align-items: center; justify-content: center; gap: clamp(24px, 3vw, 52px); white-space: nowrap; }
.q2-nav a { padding: 11px 0; font-size: 21px; font-weight: 500; line-height: 1; }
.q2-nav a.active { padding: 10px 15px; border-radius: 5px; background: #ff8700; color: #fff; font-weight: 800; }
.q2-actions { display: flex; align-items: center; justify-content: flex-end; gap: 34px; }
.q2-actions button, .q2-actions a { appearance: none; border: 0; background: transparent; width: 34px; height: 40px; padding: 0; position: relative; cursor: pointer; display: block; }
.q2-search-toggle::before { content: ""; width: 20px; height: 20px; border: 2px solid #111; border-radius: 50%; position: absolute; left: 2px; top: 6px; }
.q2-search-toggle::after { content: ""; width: 13px; height: 2px; background: #111; position: absolute; left: 21px; top: 27px; transform: rotate(48deg); }
.q2-account::before { content: ""; width: 11px; height: 11px; border: 1.8px solid #111; border-radius: 50%; position: absolute; left: 11px; top: 2px; }
.q2-account::after { content: ""; width: 25px; height: 16px; border: 1.8px solid #111; border-radius: 16px 16px 0 0; position: absolute; left: 4px; top: 21px; }
.q2-bag::before { content: ""; width: 21px; height: 26px; border: 2px solid #111; position: absolute; left: 6px; top: 9px; }
.q2-bag::after { content: ""; width: 9px; height: 8px; border: 2px solid #111; border-bottom: 0; border-radius: 8px 8px 0 0; position: absolute; left: 12px; top: 3px; }
.q2-bag span { position: absolute; right: -7px; top: -5px; min-width: 18px; height: 18px; padding: 0 4px; border-radius: 50%; background: #ff8700; color: #fff; font: 700 11px/18px Inter, sans-serif; z-index: 2; }
.q2-menu-button { display: none; }
.q2-search { position: absolute; right: 55px; bottom: -64px; width: min(520px, calc(100vw - 30px)); height: 64px; display: flex; background: #fff; border: 1px solid #ddd; box-shadow: 0 15px 35px rgba(0,0,0,.14); }
.q2-search[hidden] { display: none; }
.q2-search input { flex: 1; min-width: 0; padding: 0 20px; border: 0; font: 500 16px Inter, sans-serif; outline: none; }
.q2-search button { width: 120px; border: 0; background: #ff8700; color: #fff; font-weight: 800; cursor: pointer; }
.q2-main { min-height: 50vh; background: #fff; }
.q2-products { max-width: 1770px; margin: 0 auto; padding: 28px 56px 90px; }
.q2-products h1, .q2-related h2 { margin: 0 0 46px; text-align: center; font: 800 45px/1.15 Inter, sans-serif; letter-spacing: 0; }
.q2-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 58px; }
.q2-card { min-width: 0; overflow: hidden; border-radius: 20px; background: #fff; box-shadow: 0 7px 26px rgba(0,0,0,.09); transition: transform .28s ease, box-shadow .28s ease; }
.q2-card:hover { transform: translateY(-6px); box-shadow: 0 17px 40px rgba(0,0,0,.14); }
.q2-card-media { display: block; position: relative; aspect-ratio: 1 / 1; overflow: hidden; background: #f7f7f7; }
.q2-card-media img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .45s ease; }
.q2-card:hover .q2-card-media img { transform: scale(1.035); }
.q2-save { position: absolute; left: 0; bottom: 18px; padding: 8px 12px; border-radius: 0 8px 8px 0; background: #ff8700; color: #fff; font-size: 17px; font-weight: 900; letter-spacing: .6px; }
.q2-card-copy { min-height: 175px; padding: 32px 24px 28px; text-align: center; }
.q2-card-copy h3 { margin: 0; min-height: 58px; font: 800 25px/1.2 Inter, sans-serif; letter-spacing: 0; }
.q2-card-copy h3 a { display: block; }
.q2-stars { margin-top: 16px; color: #ff8700; font-size: 16px; letter-spacing: 2px; }
.q2-price { margin-top: 9px; display: flex; align-items: center; justify-content: center; gap: 10px; font-size: 17px; }
.q2-price strong { font-size: 20px; }
.q2-price del { color: #8a8a8a; }
.q2-promise { background: #111; color: #fff; display: grid; grid-template-columns: repeat(3, 1fr); padding: 38px max(5vw, 40px); gap: 30px; text-align: center; }
.q2-promise div { display: grid; gap: 7px; }
.q2-promise b { font-size: 17px; }
.q2-promise span { color: #bdbdbd; font-size: 14px; }
.q2-reviews { position: fixed; z-index: 50; right: 0; top: 52%; transform: translateY(-50%); width: 66px; height: 208px; border-radius: 20px 0 0 20px; display: flex; align-items: center; justify-content: center; gap: 6px; writing-mode: vertical-rl; background: #ff8700; color: #fff !important; font-size: 22px; }
.q2-reviews b { font-size: 22px; }
.q2-footer { background: #f7f7f7; color: #151515; }
.q2-footer-inner { max-width: 1420px; margin: 0 auto; padding: 72px 50px 56px; display: grid; grid-template-columns: 1.4fr .8fr 1fr; gap: 100px; }
.q2-footer-about img { width: 260px; height: 90px; object-fit: contain; object-position: left; }
.q2-footer-about p, .q2-footer-signup p { max-width: 510px; color: #555; font-size: 15px; line-height: 1.8; }
.q2-footer-links { display: flex; flex-direction: column; gap: 12px; }
.q2-footer-links strong, .q2-footer-signup strong { margin-bottom: 10px; font-size: 15px; }
.q2-footer-links a { color: #555; font-size: 14px; }
.q2-footer-signup form { margin-top: 22px; height: 52px; display: flex; border: 1px solid #cfcfcf; background: #fff; }
.q2-footer-signup input { flex: 1; min-width: 0; padding: 0 15px; border: 0; outline: 0; }
.q2-footer-signup button { width: 55px; border: 0; background: #ff8700; color: #fff; font-size: 22px; }
.q2-socials { margin-top: 25px; display: flex; gap: 18px; font-weight: 700; }
.q2-footer-bottom { min-height: 78px; padding: 18px max(4vw, 30px); border-top: 1px solid #ddd; display: flex; align-items: center; justify-content: space-between; color: #666; font-size: 13px; }
.q2-footer-bottom div { display: flex; gap: 8px; }
.q2-footer-bottom b { padding: 7px 9px; background: #fff; border: 1px solid #ddd; color: #333; font-size: 11px; }
.q2-shop-page .q2-products { padding-top: 65px; }
.q2-search-note { margin: -30px 0 42px; text-align: center; color: #666; }
.q2-no-results { padding: 80px 20px; text-align: center; }
.q2-no-results a, .q2-primary { display: inline-flex; margin-top: 20px; padding: 15px 26px; background: #ff8700; color: #fff !important; font-weight: 800; }
.q2-breadcrumb { max-width: 1420px; margin: 0 auto; padding: 34px 45px 25px; display: flex; gap: 11px; color: #777; font-size: 13px; }
.q2-breadcrumb em { color: #222; font-style: normal; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.q2-product { max-width: 1420px; margin: 0 auto; padding: 10px 45px 90px; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(390px, .9fr); gap: 80px; align-items: start; }
.q2-gallery { display: grid; grid-template-columns: 92px minmax(0, 1fr); gap: 18px; }
.q2-gallery-thumbs { display: flex; flex-direction: column; gap: 12px; }
.q2-gallery-thumbs button { width: 92px; aspect-ratio: 1; padding: 0; border: 2px solid transparent; background: #f6f6f6; cursor: pointer; overflow: hidden; }
.q2-gallery-thumbs button.active { border-color: #ff8700; }
.q2-gallery-thumbs img { width: 100%; height: 100%; display: block; object-fit: cover; }
.q2-gallery-main { position: relative; aspect-ratio: 1 / 1; background: #f6f6f6; overflow: hidden; }
.q2-gallery-main > img { width: 100%; height: 100%; display: block; object-fit: contain; }
.q2-product-save { position: absolute; left: 18px; top: 18px; padding: 10px 15px; background: #ff8700; color: #fff; font-weight: 900; }
.q2-product-info { position: sticky; top: 30px; }
.q2-product-info h1 { margin: 0 0 14px; font: 800 clamp(30px, 3vw, 50px)/1.08 Inter, sans-serif; letter-spacing: 0; }
.q2-product-rating { display: flex; align-items: center; gap: 13px; padding-bottom: 22px; border-bottom: 1px solid #e4e4e4; }
.q2-product-rating span { color: #ff8700; letter-spacing: 2px; }
.q2-product-rating a { color: #666; text-decoration: underline; font-size: 13px; }
.q2-product-price { margin: 24px 0 15px; display: flex; align-items: center; flex-wrap: wrap; gap: 14px; }
.q2-product-price strong { font-size: 28px; }
.q2-product-price del { color: #888; font-size: 18px; }
.q2-product-price b { padding: 6px 9px; background: #ff8700; color: #fff; font-size: 12px; }
.q2-stock { display: flex; align-items: center; gap: 9px; color: #333; font-size: 14px; }
.q2-stock i { width: 9px; height: 9px; border-radius: 50%; background: #36a65b; box-shadow: 0 0 0 4px #dff3e5; }
.q2-variants { margin: 28px 0; padding: 0; border: 0; }
.q2-variants legend { margin-bottom: 13px; font-weight: 700; }
.q2-variants label { display: inline-block; margin: 0 8px 9px 0; cursor: pointer; }
.q2-variants input { position: absolute; opacity: 0; }
.q2-variants span { display: block; padding: 10px 14px; border: 1px solid #aaa; font-size: 13px; }
.q2-variants input:checked + span { border-color: #ff8700; box-shadow: inset 0 0 0 1px #ff8700; }
.q2-buy-row { margin-top: 28px; display: grid; grid-template-columns: 125px 1fr; gap: 12px; }
.q2-quantity { height: 56px; display: grid; grid-template-columns: 38px 1fr 38px; border: 1px solid #bbb; }
.q2-quantity button, .q2-quantity input { min-width: 0; border: 0; background: #fff; text-align: center; font: 600 17px Inter, sans-serif; }
.q2-quantity input { appearance: textfield; }
.q2-add, .q2-buy-now { height: 56px; border: 0; cursor: pointer; font: 800 15px Inter, sans-serif; }
.q2-add { background: #111; color: #fff; }
.q2-buy-now { width: 100%; margin-top: 12px; background: #ff8700; color: #fff; }
.q2-add:hover, .q2-buy-now:hover { filter: brightness(.92); }
.q2-trust { margin-top: 28px; padding: 21px 0; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.q2-trust div { display: grid; gap: 5px; }
.q2-trust b { font-size: 11px; }
.q2-trust span { color: #777; font-size: 11px; line-height: 1.4; }
.q2-description { background: #f8f8f8; padding: 80px max(5vw, 40px); }
.q2-description > h2, .q2-related > h2 { margin: 0 0 44px; text-align: center; font-size: 34px; }
.q2-richtext { max-width: 1040px; margin: 0 auto; color: #333; font-size: 16px; line-height: 1.75; }
.q2-richtext img { display: block; max-width: 100%; height: auto; margin: 28px auto; }
.q2-richtext video, .q2-richtext iframe { max-width: 100%; }
.q2-related { max-width: 1420px; margin: 0 auto; padding: 85px 45px 105px; }
.q2-related .q2-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 30px; }
.q2-content { max-width: 930px; margin: 0 auto; padding: 85px 40px 120px; }
.q2-content h1 { margin: 0 0 45px; text-align: center; font-size: 44px; }
.q2-content-body { color: #444; font-size: 16px; line-height: 1.75; }
.q2-content details { border-top: 1px solid #ddd; padding: 20px 0; }
.q2-content details:last-child { border-bottom: 1px solid #ddd; }
.q2-content summary { cursor: pointer; color: #111; font-size: 18px; font-weight: 700; }
.q2-contact, .q2-track { margin-top: 40px; display: grid; gap: 20px; }
.q2-contact label, .q2-track label { display: grid; gap: 8px; color: #222; font-weight: 600; }
.q2-contact input, .q2-contact textarea, .q2-track input { width: 100%; padding: 14px; border: 1px solid #bbb; border-radius: 0; font: 400 16px Inter, sans-serif; }
.q2-contact button, .q2-track button { width: fit-content; padding: 16px 26px; border: 0; background: #ff8700; color: #fff; font-weight: 800; }
.q2-track-intro { max-width: 660px; margin: 0 auto; text-align: center; }
.q2-track-intro h2 { margin: 0 0 12px; color: #111; font-size: 24px; }
.q2-track-intro p { margin: 0; }
.q2-track { max-width: 720px; margin: 32px auto 0; gap: 10px; }
.q2-track-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; }
.q2-track input { min-height: 58px; padding: 0 18px; border: 1px solid #aaa; border-right: 0; border-radius: 4px 0 0 4px; outline: 0; }
.q2-track input:focus { border-color: #111; box-shadow: inset 0 0 0 1px #111; }
.q2-track button { min-width: 126px; border-radius: 0 4px 4px 0; cursor: pointer; }
.q2-track button:hover { background: #e87800; }
.q2-track small { color: #777; text-align: center; }
.q2-track-message { min-height: 20px; margin: 0; color: #a12a20; font-size: 14px; text-align: center; }
.q2-track-result { width: 100%; margin-top: 36px; overflow: hidden; }
.q2-track-result iframe { width: 100% !important; max-width: 100%; border: 0; }
@media (max-width: 600px) {
    .q2-track-row { grid-template-columns: 1fr; gap: 10px; }
    .q2-track input { border: 1px solid #aaa; border-radius: 4px; }
    .q2-track button { width: 100%; border-radius: 4px; }
}

/* QIFOR orders use WooCommerce's pay endpoint only as a secure Squad handoff. */
html:has(body.qifor-order-pay),
body.qifor-order-pay {
    min-height: 100vh;
    overflow: hidden;
    background: transparent !important;
}

body.qifor-order-pay > .utility-bar,
body.qifor-order-pay > .main-header,
body.qifor-order-pay > .site-footer,
body.qifor-order-pay main.wrap > .title-row,
body.qifor-order-pay main.wrap .woocommerce > .order_details {
    display: none !important;
}

body.qifor-order-pay main.wrap {
    width: 100%;
    min-height: 100vh;
    margin: 0;
    padding: 0;
    background: transparent;
}

body.qifor-order-pay #wc-squad-form {
    max-width: 460px;
    margin: 15vh auto 0;
    padding: 28px;
    text-align: center;
}

.qf-squad-mask {
    position: fixed;
    z-index: 1000000000;
    top: 50%;
    left: calc(50% - var(--qf-scrollbar-offset, 0px));
    width: 648px;
    height: 568px;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transform: translate(-50%, -50%);
}

.qf-squad-mask.visible {
    visibility: visible;
    opacity: 1;
}

.qf-squad-mask-card {
    position: absolute;
    top: 0;
    right: 0;
    left: 192px;
    height: 75px;
    padding: 0 18px;
    border-bottom: 1px solid #d8e5eb;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.qf-squad-mask-brand,
.qf-squad-mask-info {
    min-width: 0;
    display: flex;
    align-items: center;
}

.qf-squad-mask-brand { gap: 10px; }
.qf-squad-mask-info { align-items: flex-start; flex-direction: column; }
.qf-squad-mask-avatar {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    border-radius: 50%;
    color: #fff;
    background: #111;
    display: grid;
    place-items: center;
    font-size: 14px;
    font-weight: 800;
}

.qf-squad-mask-title {
    color: #111;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
    white-space: nowrap;
}

.qf-squad-mask-title b {
    margin-left: 5px;
    padding: 2px 6px;
    border-radius: 10px;
    color: #137333;
    background: #e6f4ea;
    font-size: 9px;
    text-transform: uppercase;
}

.qf-squad-mask-ssl {
    flex: 0 0 auto;
    color: #475569;
    font-size: 10px;
    font-weight: 700;
    white-space: nowrap;
}

.qf-squad-mask-footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 192px;
    height: 112px;
    border-top: 1px solid #eef2f4;
    border-radius: 0 0 4px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
}

.qf-cards-row { display: flex; align-items: center; gap: 8px; }
.qf-cards-row > span:not(.qf-mastercard) {
    min-width: 46px;
    height: 25px;
    padding: 0 6px;
    border: 1px solid #dbe2e7;
    border-radius: 4px;
    color: #163478;
    background: #fff;
    display: grid;
    place-items: center;
    font-size: 9px;
    font-weight: 900;
}

.qf-mastercard {
    width: 46px;
    height: 25px;
    border: 1px solid #dbe2e7;
    border-radius: 4px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qf-mastercard i { width: 14px; height: 14px; border-radius: 50%; background: #eb001b; }
.qf-mastercard i + i { margin-left: -4px; background: #f79e1b; opacity: .9; }
.qf-cards-label { color: #64748b; font-size: 9px; font-weight: 800; text-transform: uppercase; }

@media (max-width: 680px) {
    .qf-squad-mask { inset: 0; width: 100%; height: 100%; transform: none; }
    .qf-squad-mask-card { position: fixed; top: 0; right: 0; left: 0; height: 72px; padding: 0 14px; }
    .qf-squad-mask-footer { position: fixed; right: 0; bottom: 0; left: 0; height: 82px; }
    .qf-squad-mask-ssl { display: none; }
    .qf-squad-mask-title { font-size: 12px; }
}
.q2-cart { font-family: Inter, sans-serif; }
.q2-cart footer a { background: #ff8700 !important; }
.qifor-storefront .qf-toast { background: #111; }
.reveal.q2-card { opacity: 0; transform: translateY(24px); }
.reveal.visible.q2-card { opacity: 1; transform: translateY(0); transition: opacity .5s ease, transform .5s ease, box-shadow .28s ease; }

@media (max-width: 1350px) {
    .q2-header-inner { grid-template-columns: 270px 1fr 160px; padding: 0 35px; }
    .q2-logo { width: 270px; }
    .q2-nav { gap: 22px; }
    .q2-nav a { font-size: 16px; }
    .q2-actions { gap: 20px; }
    .q2-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 32px; }
}
@media (max-width: 1000px) {
    .q2-announcement { height: 58px; font-size: 15px; }
    .q2-header, .q2-header-inner { min-height: 110px; }
    .q2-header-inner { grid-template-columns: 220px 1fr; padding: 0 25px; }
    .q2-logo { width: 210px; }
    .q2-logo img { height: 76px; }
    .q2-menu-button { display: block; position: absolute; right: 154px; width: 36px; height: 36px; border: 0; background: transparent; font-size: 26px; }
    .q2-nav { display: none; position: absolute; left: 0; right: 0; top: 110px; padding: 22px; background: #fff; box-shadow: 0 12px 25px rgba(0,0,0,.12); flex-direction: column; align-items: stretch; gap: 0; }
    .q2-nav.open { display: flex; }
    .q2-nav a { padding: 15px; }
    .q2-actions { grid-column: 2; grid-row: 1; }
    .q2-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 25px; }
    .q2-product { grid-template-columns: 1fr; gap: 45px; }
    .q2-product-info { position: static; }
    .q2-footer-inner { gap: 45px; }
}
@media (max-width: 700px) {
    .q2-announcement { height: 52px; gap: 10px; padding: 0 13px; font-size: 11px; letter-spacing: .4px; }
    .q2-shop-icon { width: 21px; height: 19px; border-width: 2px; }
    .q2-shop-icon::before { width: 23px; height: 7px; left: -3px; top: -7px; border-width: 2px; }
    .q2-header, .q2-header-inner { min-height: 88px; }
    .q2-header-inner { grid-template-columns: 145px 1fr; padding: 0 15px; gap: 8px; }
    .q2-logo { width: 145px; }
    .q2-logo img { height: 58px; }
    .q2-actions { gap: 13px; }
    .q2-actions button, .q2-actions a { width: 27px; transform: scale(.88); }
    .q2-account { display: none !important; }
    .q2-menu-button { right: 88px; font-size: 22px; }
    .q2-nav { top: 88px; }
    .q2-search { right: 10px; bottom: -58px; height: 58px; }
    .q2-search button { width: 90px; }
    .q2-products { padding: 38px 15px 65px; }
    .q2-products h1, .q2-related h2 { margin-bottom: 30px; font-size: 31px; }
    .q2-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
    .q2-card { border-radius: 10px; }
    .q2-save { bottom: 10px; padding: 6px 8px; font-size: 11px; }
    .q2-card-copy { min-height: 135px; padding: 18px 10px 17px; }
    .q2-card-copy h3 { min-height: 51px; font-size: 16px; line-height: 1.25; }
    .q2-stars { margin-top: 9px; font-size: 11px; }
    .q2-price { margin-top: 6px; flex-direction: column; gap: 2px; font-size: 12px; }
    .q2-price strong { font-size: 14px; }
    .q2-promise { grid-template-columns: 1fr; padding: 35px 20px; }
    .q2-reviews { width: 42px; height: 145px; border-radius: 12px 0 0 12px; font-size: 14px; }
    .q2-footer-inner { padding: 50px 24px 35px; grid-template-columns: 1fr; gap: 38px; }
    .q2-footer-about img { width: 210px; }
    .q2-footer-bottom { align-items: flex-start; flex-direction: column; gap: 14px; }
    .q2-breadcrumb { padding: 25px 18px 17px; }
    .q2-product { padding: 5px 18px 60px; }
    .q2-gallery { grid-template-columns: 1fr; }
    .q2-gallery-main { grid-row: 1; }
    .q2-gallery-thumbs { grid-row: 2; flex-direction: row; overflow-x: auto; }
    .q2-gallery-thumbs button { width: 68px; flex: 0 0 68px; }
    .q2-product-info h1 { font-size: 30px; }
    .q2-buy-row { grid-template-columns: 105px 1fr; }
    .q2-trust { grid-template-columns: 1fr; }
    .q2-description { padding: 55px 20px; }
    .q2-related { padding: 60px 15px 80px; }
    .q2-related .q2-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
    .q2-content { padding: 55px 20px 85px; }
    .q2-content h1 { font-size: 34px; }
}

/* QIFOR source-accurate sizing and product flow */
body.qifor-storefront { font-family: Poppins, sans-serif; font-size: 16px; line-height: 1.8; }
.q2-announcement { height: 59px; gap: 14px; padding: 0 20px; font-family: Poppins, sans-serif; font-size: 16px; font-weight: 700; letter-spacing: .7px; }
.q2-shop-icon { width: 24px; height: 22px; border-width: 2px; }
.q2-shop-icon::before { left: -3px; top: -8px; width: 26px; height: 8px; border-width: 2px; }
.q2-header, .q2-header-inner { min-height: 109px; }
.q2-header-inner { max-width: 1400px; padding: 20px 50px; grid-template-columns: 265px 1fr 155px; gap: 20px; }
.q2-logo { width: 265px; }
.q2-logo img { height: 69px; }
.q2-nav { justify-content: flex-start; gap: 38px; }
.q2-nav a { padding: 9px 0; font-family: Poppins, sans-serif; font-size: 16px; font-weight: 400; }
.q2-nav a.active { padding: 5px 14px; border-radius: 4px; font-weight: 700; }
.q2-actions { gap: 25px; }
.q2-actions button, .q2-actions a { width: 28px; height: 34px; }
.q2-search { right: max(25px, calc((100vw - 1400px) / 2 + 50px)); }
.q2-products { max-width: 1400px; padding: 35px 50px 80px; }
.q2-products h1, .q2-related h2 { margin: 0 0 30px; text-align: center; font: 700 31.2px/38.4px Poppins, sans-serif; }
.q2-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 40px; align-items: start; }
.q2-card { align-self: start; border-radius: 12px; box-shadow: 0 5px 18px rgba(0,0,0,.1); font-family: Poppins, sans-serif; }
.q2-card:hover { transform: translateY(-3px); box-shadow: 0 10px 25px rgba(0,0,0,.14); }
.q2-card-media { aspect-ratio: 1 / 1; }
.q2-card-media img { object-fit: cover; transition: transform .5s ease; }
.q2-card:hover .q2-card-media img { transform: scale(1.03); }
.q2-save { bottom: 13px; padding: 4px 10px; border-radius: 0 5px 5px 0; font-size: 13px; letter-spacing: .4px; }
.q2-card-copy { min-height: 0; padding: 25px 20px 20px; }
.q2-card-copy h3 { min-height: 0; margin: 0; font: 700 18px/1.23 Poppins, sans-serif; }
.q2-stars { margin-top: 9px; color: #ff8700; font-size: 17px; letter-spacing: 0; line-height: 1.35; }
.q2-stars span { letter-spacing: 1px; }
.q2-stars small { color: #222; font-size: 15px; }
.q2-price { margin-top: 6px; gap: 8px; color: #ff8700; font-family: Poppins, sans-serif; font-size: 14px; line-height: 1.4; }
.q2-price strong { font-size: 17px; font-weight: 700; }
.q2-price del { color: #222; font-size: 13px; font-weight: 600; }
.q2-footer { margin-top: 0; padding: 32px 0 20px; background: #121212; color: rgba(255,255,255,.9); }
.q2-footer-inner { max-width: 1400px; min-height: 343px; padding: 0 50px 50px; grid-template-columns: 300px 220px; justify-content: space-between; gap: 100px; }
.q2-footer h2 { margin: 0 0 20px; color: #fff; font: 700 21px/1.35 Poppins, sans-serif; }
.q2-footer-about p { max-width: 300px; margin: 0; color: rgba(255,255,255,.75); font-size: 15px; line-height: 1.8; }
.q2-footer-links { gap: 5px; }
.q2-footer-links h2 { margin-bottom: 12px; }
.q2-footer-links a { color: rgba(255,255,255,.75); font-size: 14px; }
.q2-footer-bottom { min-height: 105px; padding: 30px max(50px, calc((100vw - 1300px) / 2)) 0; border-top: 1px solid rgba(255,255,255,.2); align-items: center; justify-content: center; flex-wrap: wrap; gap: 12px; color: rgba(255,255,255,.75); }
.q2-footer-bottom .q2-payment-label { flex-basis: 100%; text-align: center; }
.q2-footer-bottom div { order: 2; flex-wrap: wrap; justify-content: center; }
.q2-footer-bottom > span:last-child { order: 3; flex-basis: 100%; text-align: center; }
.q2-footer-bottom b { padding: 4px 6px; border-color: #ddd; background: #fff; color: #222; font-size: 9px; }
.q2-reviews { width: 48px; height: 150px; border-radius: 12px 0 0 12px; font-size: 15px; }

.q2-product-page { padding-top: 36px; }
.q2-product { max-width: 1350px; padding: 0 50px 90px; grid-template-columns: minmax(0, 680px) minmax(0, 520px); gap: 50px; }
.q2-gallery { position: sticky; top: 30px; display: block; min-width: 0; }
.q2-gallery-main { width: 100%; aspect-ratio: 1 / 1; border-radius: 12px; }
.q2-gallery-main > img { object-fit: cover; }
.q2-gallery-strip { margin-top: 5px; display: grid; grid-template-columns: 34px minmax(0, 1fr) 34px; align-items: center; gap: 6px; }
.q2-gallery-thumbs { display: flex; flex-direction: row; gap: 10px; overflow-x: auto; scrollbar-width: none; scroll-behavior: smooth; }
.q2-gallery-thumbs::-webkit-scrollbar { display: none; }
.q2-gallery-thumbs button { width: 124px; flex: 0 0 124px; aspect-ratio: 1 / 1; border: 1px solid transparent; border-radius: 10px; }
.q2-gallery-thumbs button.active { border-color: #111; }
.q2-gallery-arrow { width: 34px; height: 44px; border: 0; background: transparent; color: #777; font-size: 28px; cursor: pointer; }
.q2-product-info { position: static; font-family: Poppins, sans-serif; }
.q2-product-info h1 { margin: 0 0 8px; font: 700 35px/43px Poppins, sans-serif; }
.q2-product-rating { display: flex; align-items: center; gap: 8px; margin-bottom: 5px; color: #ff8700; font-size: 14px; }
.q2-product-rating span { letter-spacing: 1px; }
.q2-product-rating small { color: #666; text-decoration: underline; }
.q2-product-price { margin: 5px 0 16px; gap: 12px; }
.q2-product-price strong { color: #ff8700; font-size: 28px; }
.q2-product-price del { color: #333; font-size: 17px; }
.q2-variants { margin: 0 0 18px; }
.q2-variants legend { margin-bottom: 5px; font-size: 13px; }
.q2-variants label { margin: 0 8px 8px 0; }
.q2-variants span { padding: 7px 22px; border-color: #aaa; border-radius: 999px; font-size: 15px; }
.q2-variants input:checked + span { border-color: #111; box-shadow: none; background: #111; color: #fff; }
.q2-breaks { margin: 5px 0 25px; }
.q2-breaks h3 { margin: 0 0 12px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 12px; font: 700 15px/1 Poppins, sans-serif; }
.q2-breaks h3 span { height: 2px; background: #ff8700; }
.q2-break { min-height: 84px; margin-bottom: 10px; padding: 14px 18px; position: relative; display: grid; grid-template-columns: 22px 1fr auto; align-items: center; gap: 10px; border: 1px solid #f0cf9c; border-radius: 8px; cursor: pointer; }
.q2-break > input { position: absolute; opacity: 0; }
.q2-break > i { width: 18px; height: 18px; border: 2px solid #f0cf9c; border-radius: 50%; }
.q2-break input:checked + i { border: 5px solid #ff8700; }
.q2-break > span { display: grid; line-height: 1.3; }
.q2-break > span b { font-size: 17px; }
.q2-break > span small { font-size: 14px; }
.q2-break > strong { color: #ff8700; font-size: 18px; }
.q2-break.popular { border: 2px solid #ff8700; background: #fff7eb; }
.q2-break em { position: absolute; right: -6px; top: -18px; padding: 4px 8px; transform: rotate(2deg); background: #ff8700; color: #fff; font-style: normal; font-size: 12px; font-weight: 800; }
.q2-add, .q2-shop-pay { width: 100%; height: 57px; border: 0; cursor: pointer; font: 700 18px Poppins, sans-serif; }
.q2-add { background: #ff8700; color: #fff; }
.q2-shop-pay { margin-top: 10px; background: #5a31f4; color: #fff; font-weight: 400; }
.q2-shop-pay b { font-size: 22px; }
.q2-fbt { margin-top: 36px; }
.q2-fbt h2 { margin: 0 0 18px; font: 700 20px/1.3 Poppins, sans-serif; }
.q2-fbt-images { display: flex; align-items: center; gap: 7px; overflow: hidden; }
.q2-fbt-images img { width: 112px; aspect-ratio: 1 / 1; object-fit: cover; border-radius: 5px; }
.q2-fbt-images span:last-child { display: none; }
.q2-fbt > p { margin: 16px 0 8px; font-size: 16px; }
.q2-fbt > p strong { margin-left: 5px; font-size: 18px; }
.q2-fbt > p del { margin-left: 8px; }
.q2-fbt-button { padding: 12px 22px; border: 0; border-radius: 7px; background: #ff8700; color: #fff; font: 700 15px Poppins, sans-serif; }
.q2-fbt-list { margin-top: 22px; display: grid; gap: 12px; }
.q2-fbt-list label { display: grid; grid-template-columns: 18px 1fr; gap: 8px; align-items: start; font-size: 14px; }
.q2-fbt-list input { margin-top: 7px; accent-color: #1689ee; }
.q2-fbt-list span { display: flex; flex-wrap: wrap; gap: 5px 9px; }
.q2-fbt-list strong { color: #111; }
.q2-fbt-list del { color: #333; }
.q2-product-info > .q2-richtext { margin-top: 34px; max-width: none; color: #111; }
.q2-product-info > .q2-richtext p { margin: 0; }
.q2-product-info > .q2-richtext img { width: 100%; max-width: 100%; margin: 0; }
.q2-related { max-width: 1400px; padding: 75px 50px 100px; }
.q2-related .q2-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 40px; }
.q2-reviews-panel { max-width: 1500px; margin: 0 auto 120px; padding: 34px 42px 70px; border-top: 1px solid #ddd; }
.q2-reviews-panel > header { margin-bottom: 28px; display: flex; justify-content: space-between; align-items: center; }
.q2-reviews-panel > header > div { display: flex; align-items: center; gap: 16px; }
.q2-review-stars, .q2-review-rating { color: #ff8700; letter-spacing: 0; }
.q2-review-stars { font-size: 28px; }
.q2-review-grid { display: block; column-count: 4; column-gap: 16px; }
.q2-review-card { margin: 0 0 16px; break-inside: avoid; overflow: hidden; border: 1px solid #e2e2e2; background: #fff; box-shadow: 0 2px 7px #0000000d; }
.q2-review-card > img { width: 100%; height: auto; display: block; }
.q2-review-copy { padding: 14px 16px 18px; }
.q2-review-copy p { margin: 8px 0 0; font: 400 14px/1.55 Poppins, sans-serif; }
.q2-review-author { display: flex; align-items: center; flex-wrap: wrap; gap: 7px; }
.q2-review-author b { font-size: 16px; }
.q2-review-author span { font-size: 12px; }
.q2-review-rating { margin-top: 8px; font-size: 17px; }
.q2-sticky-atc { position: fixed; z-index: 88; right: 0; bottom: 0; left: 0; min-height: 70px; padding: 8px max(28px, calc((100vw - 1500px) / 2)); display: grid; grid-template-columns: 54px 1fr 250px; align-items: center; gap: 14px; border-top: 1px solid #ddd; background: #fff; box-shadow: 0 -5px 20px #00000012; }
.q2-sticky-atc > img { width: 54px; height: 54px; object-fit: cover; }
.q2-sticky-atc > div { display: flex; align-items: baseline; gap: 12px; }
.q2-sticky-atc > div b { font-size: 16px; }
.q2-sticky-atc > div strong { color: #ff8500; font-size: 17px; }
.q2-sticky-atc > button { min-height: 48px; border: 0; background: #ff8700; color: #fff; font-size: 16px; font-weight: 800; cursor: pointer; }

@media (max-width: 1350px) and (min-width: 990px) {
    .q2-header-inner, .q2-products, .q2-product, .q2-related { padding-left: 32px; padding-right: 32px; }
    .q2-header-inner { grid-template-columns: 235px 1fr 145px; }
    .q2-logo { width: 230px; }
    .q2-nav { gap: 24px; }
    .q2-grid, .q2-related .q2-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 24px; }
    .q2-product { grid-template-columns: minmax(0, 55%) minmax(0, 1fr); gap: 40px; }
    .q2-card-copy { padding-left: 12px; padding-right: 12px; }
    .q2-card-copy h3 { font-size: 16px; }
}
@media (max-width: 989px) {
    .q2-announcement { height: 50px; font-size: 12px; }
    .q2-header, .q2-header-inner { min-height: 86px; }
    .q2-header-inner { grid-template-columns: 160px 1fr; padding: 10px 20px; }
    .q2-logo, .q2-logo img { width: 160px; height: 60px; }
    .q2-menu-button { display: block; right: 100px; }
    .q2-nav { top: 86px; }
    .q2-products { padding: 35px 20px 70px; }
    .q2-grid, .q2-related .q2-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
    .q2-product-page { padding-top: 24px; }
    .q2-product { padding: 0 20px 65px; grid-template-columns: 1fr; gap: 35px; }
    .q2-gallery { position: static; }
    .q2-product-info h1 { font-size: 31px; line-height: 1.2; }
    .q2-related { padding: 60px 20px 80px; }
    .q2-footer-inner { padding-left: 30px; padding-right: 30px; }
}
@media (max-width: 600px) {
    .q2-announcement { height: 50px; padding: 0 10px; font-size: 10px; line-height: 1.25; }
    .q2-header-inner { grid-template-columns: 140px 1fr; padding: 10px 14px; }
    .q2-logo, .q2-logo img { width: 140px; height: 55px; }
    .q2-menu-button { right: 86px; }
    .q2-products { padding: 34px 15px 65px; }
    .q2-products h1, .q2-related h2 { font-size: 27px; }
    .q2-grid, .q2-related .q2-grid { gap: 15px; }
    .q2-card-copy { padding: 16px 8px 15px; }
    .q2-card-copy h3 { font-size: 14px; line-height: 1.25; }
    .q2-stars { font-size: 11px; }
    .q2-stars small { font-size: 11px; }
    .q2-price strong { font-size: 14px; }
    .q2-footer-inner { min-height: 0; padding: 35px 24px 50px; grid-template-columns: 1fr; gap: 35px; }
    .q2-footer-bottom { padding-left: 20px; padding-right: 20px; }
    .q2-product { padding-left: 15px; padding-right: 15px; }
    .q2-gallery-thumbs button { width: 78px; flex-basis: 78px; }
    .q2-gallery-main { grid-row: auto; }
    .q2-gallery-strip { height: 84px; grid-template-columns: 24px minmax(0, 1fr) 24px; }
    .q2-gallery-thumbs { grid-row: auto; grid-column: auto; width: auto; height: 78px; }
    .q2-gallery-arrow { width: 24px; padding: 0; }
    .q2-product-info h1 { font-size: 28px; }
    .q2-variants span { padding: 7px 13px; font-size: 12px; }
    .q2-break { padding: 12px 10px; }
    .q2-break > span b, .q2-break > strong { font-size: 15px; }
    .q2-fbt-images img { width: 70px; }
    .q2-related { padding-left: 15px; padding-right: 15px; }
}

/* QIFOR checkout */
body.qifor-checkout { margin: 0; background: #fff; color: #111; font-family: Arial, Helvetica, sans-serif; }
.qifor-checkout #wpadminbar { display: none; }
.qifor-checkout .qco { min-height: 100vh; letter-spacing: 0; }
.qco-header { max-width: 1460px; height: 112px; margin: 0 auto; padding: 20px 42px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #dedede; }
.qco-header img { width: 210px; height: 72px; object-fit: contain; }
.qco-header > a:last-child { color: #111; font-size: 16px; text-decoration: underline; }
.qco-layout { min-height: calc(100vh - 112px); display: grid; grid-template-columns: minmax(560px, 1fr) minmax(470px, .85fr); }
.qco-form-column { padding: 48px max(42px, calc((100vw - 1460px) / 2)) 80px max(42px, calc((100vw - 1460px) / 2)); }
.qco-form { width: min(100%, 750px); margin-left: auto; }
.qco-section + .qco-section { margin-top: 48px; }
.qco-heading { display: flex; align-items: baseline; justify-content: space-between; }
.qco-heading > a { display: none; color: #111; font-size: 16px; text-decoration: underline; }
.qco-section h1, .qco-section h2 { margin: 0 0 20px; font: 600 29px/1.2 Arial, Helvetica, sans-serif; letter-spacing: 0; }
.qco-section h1 { font-size: 24px; }
.qco-field { position: relative; min-height: 72px; margin-bottom: 14px; padding: 27px 46px 8px 15px; display: block; border: 1px solid #d6d6d6; border-radius: 18px; background: #fff; }
.qco-field:focus-within { border-color: #111; box-shadow: 0 0 0 1px #111; }
.qco-field > span { position: absolute; top: 24px; left: 15px; color: #707070; font-size: 17px; pointer-events: none; transition: font-size .12s, top .12s; }
.qco-field:focus-within > span, .qco-field:has(input:not(:placeholder-shown)) > span, .qco-select > span { top: 11px; font-size: 13px; }
.qco-field input, .qco-field select { width: 100%; height: 32px; padding: 0; border: 0; outline: 0; background: transparent; color: #111; font: 18px/1.2 Arial, Helvetica, sans-serif; }
.qco-field input { transform: translateY(5px); }
.qco-field input::placeholder { color: transparent; }
.qco-field select { appearance: none; transform: translateY(5px); }
.qco-select::after { content: ''; position: absolute; right: 23px; top: 29px; width: 9px; height: 9px; border-right: 2px solid #666; border-bottom: 2px solid #666; transform: rotate(45deg); }
.qco-help { position: absolute; right: 17px; top: 24px; width: 23px; height: 23px; display: grid; place-items: center; border: 2px solid #777; border-radius: 50%; color: #666; font-style: normal; font-size: 15px; font-weight: 700; }
.qco-search { position: absolute; right: 20px; top: 24px; width: 19px; height: 19px; border: 3px solid #666; border-radius: 50%; }
.qco-search::after { content: ''; position: absolute; right: -7px; bottom: -5px; width: 9px; height: 3px; transform: rotate(48deg); background: #666; }
.qco-name-row, .qco-location-row { display: grid; gap: 14px; }
.qco-name-row { grid-template-columns: 1fr 1fr; }
.qco-location-row { grid-template-columns: 1fr 1fr 1fr; }
.qco-check { margin: 4px 2px 0; display: flex; align-items: center; gap: 14px; font-size: 17px; }
.qco-check input { width: 26px; height: 26px; margin: 0; accent-color: #000; }
.qco-check-muted { margin-top: 5px; }
.qco-shipping { overflow: hidden; border: 1px solid #d6d6d6; border-radius: 18px; }
.qco-shipping label { min-height: 74px; padding: 17px 20px; display: grid; grid-template-columns: 26px 1fr auto; align-items: center; gap: 14px; border-bottom: 1px solid #d6d6d6; cursor: pointer; }
.qco-shipping label:last-child { border-bottom: 0; }
.qco-shipping label:has(input:checked) { outline: 2px solid #111; outline-offset: -2px; background: #fafafa; }
.qco-shipping input { width: 22px; height: 22px; margin: 0; accent-color: #000; }
.qco-shipping span { font-size: 17px; line-height: 1.35; }
.qco-shipping small { font-size: inherit; }
.qco-shipping b { font-size: 16px; font-weight: 500; }
.qco-payment > p { margin: -12px 0 20px; color: #666; }
.qco-payment > button { width: 100%; min-height: 64px; border: 0; border-radius: 12px; background: #111; color: #fff; font-size: 18px; font-weight: 700; cursor: pointer; }
.qco-form-message { margin-top: 14px; color: #9a2c21; font-size: 14px; }
.qco-payment > button:disabled { cursor: wait; opacity: .62; }
.qco-insurance { min-height: 72px; margin-top: 14px; padding: 15px 20px; display: grid; grid-template-columns: 26px 1fr auto; align-items: center; gap: 14px; border: 1px solid #d6d6d6; border-radius: 18px; cursor: pointer; }
.qco-insurance:has(input:checked) { border-color: #111; box-shadow: 0 0 0 1px #111; }
.qco-insurance input { width: 22px; height: 22px; margin: 0; accent-color: #000; }
.qco-insurance span { display: grid; line-height: 1.3; }
.qco-insurance small { margin-top: 3px; color: #666; font-size: 13px; }
.qco-insurance strong { font-size: 16px; font-weight: 500; }
.qco-summary-column { padding: 60px max(42px, calc((100vw - 1460px) / 2)) 80px 60px; border-left: 1px solid #dedede; background: #f6f6f6; }
.qco-summary { width: min(100%, 600px); }
.qco-summary-toggle { display: none; }
.qco-items { display: grid; gap: 22px; }
.qco-item { display: grid; grid-template-columns: 82px 1fr auto; align-items: center; gap: 18px; }
.qco-item-media { position: relative; width: 82px; height: 82px; }
.qco-item-media img { width: 100%; height: 100%; object-fit: contain; border: 1px solid #ddd; border-radius: 14px; background: #fff; }
.qco-item-media span { position: absolute; right: -8px; top: -9px; min-width: 24px; height: 24px; padding: 0 6px; display: grid; place-items: center; border-radius: 999px; background: #111; color: #fff; font-size: 13px; }
.qco-item p { margin: 0; font-size: 16px; line-height: 1.4; }
.qco-item > strong { font-size: 15px; font-weight: 500; white-space: nowrap; }
.qco-empty { padding: 28px 0; color: #555; }
.qco-empty a { color: #111; text-decoration: underline; }
.qco-discount { margin: 32px 0 42px; display: grid; grid-template-columns: 1fr auto; gap: 12px; }
.qco-discount input { min-width: 0; height: 64px; padding: 0 16px; border: 1px solid #d6d6d6; border-radius: 14px; background: #fff; font-size: 17px; }
.qco-discount button { padding: 0 22px; border: 1px solid #d6d6d6; border-radius: 14px; background: #e9e9e9; color: #555; font-size: 16px; }
.qco-discount button:disabled { color: #999; }
.qco-discount-message { min-height: 20px; margin: -34px 0 22px; color: #555; font-size: 13px; }
.qco-totals { display: grid; gap: 17px; }
.qco-totals p { margin: 0; display: flex; justify-content: space-between; gap: 20px; font-size: 16px; }
.qco-totals [hidden] { display: none; }
.qco-totals i { font-style: normal; }
.qco-totals strong { font-weight: 500; }
.qco-totals .qco-total { margin-top: 8px; align-items: baseline; font-size: 22px; font-weight: 700; }
.qco-total > strong { display: flex; align-items: baseline; gap: 8px; }
.qco-total small { color: #777; font-size: 12px; font-weight: 400; }
.qco-total b { font-size: 24px; }
.qco-payment-shell[hidden] { display: none; }
.qco-payment-shell { position: fixed; inset: 0; z-index: 10000; display: grid; grid-template-rows: 68px 1fr; background: #17171766; backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
.qco-payment-shell > header { position: relative; z-index: 2; padding: 8px 24px; display: flex; align-items: center; gap: 14px; border-bottom: 1px solid #ddd; background: #fff; box-shadow: 0 2px 12px #00000010; }
.qco-payment-shell > header img { width: 125px; height: 48px; object-fit: contain; }
.qco-payment-shell > header div { display: grid; line-height: 1.2; }
.qco-payment-shell > header b { font-size: 14px; }
.qco-payment-shell > header span { color: #666; font-size: 12px; }
.qco-payment-shell > header button { width: 40px; height: 40px; margin-left: auto; border: 0; background: transparent; color: #222; font-size: 30px; line-height: 1; cursor: pointer; }
.qco-payment-shell iframe { width: 100%; height: 100%; border: 0; background: transparent; }
body.qco-payment-open { overflow: hidden; }
body.qco-payment-open .qco > .qco-header,
body.qco-payment-open .qco > .qco-layout { filter: blur(8px); transform: scale(1.006); transform-origin: center; }

@media (min-width: 901px) {
    .qco-header { height: 88px; padding-top: 12px; padding-bottom: 12px; }
    .qco-header img { width: 176px; height: 58px; }
    .qco-layout { min-height: calc(100vh - 88px); grid-template-columns: minmax(520px, 1fr) minmax(430px, .82fr); }
    .qco-form-column { padding-top: 34px; padding-bottom: 60px; }
    .qco-form { width: min(100%, 660px); }
    .qco-section + .qco-section { margin-top: 36px; }
    .qco-section h1, .qco-section h2 { margin-bottom: 16px; font-size: 24px; }
    .qco-section h1 { font-size: 21px; }
    .qco-field { min-height: 58px; margin-bottom: 10px; padding: 21px 40px 6px 13px; border-radius: 13px; }
    .qco-field > span { top: 18px; left: 13px; font-size: 15px; }
    .qco-field:focus-within > span, .qco-field:has(input:not(:placeholder-shown)) > span, .qco-select > span { top: 7px; font-size: 11px; }
    .qco-field input, .qco-field select { height: 27px; transform: translateY(4px); font-size: 15px; }
    .qco-select::after { right: 19px; top: 22px; width: 8px; height: 8px; }
    .qco-help { right: 14px; top: 18px; width: 20px; height: 20px; font-size: 12px; }
    .qco-search { right: 17px; top: 18px; width: 17px; height: 17px; border-width: 2px; }
    .qco-search::after { right: -6px; bottom: -4px; width: 8px; height: 2px; }
    .qco-name-row, .qco-location-row { gap: 10px; }
    .qco-check { gap: 10px; font-size: 15px; }
    .qco-check input { width: 22px; height: 22px; }
    .qco-shipping { border-radius: 13px; }
    .qco-shipping label { min-height: 60px; padding: 13px 17px; grid-template-columns: 22px 1fr auto; gap: 11px; }
    .qco-shipping input { width: 19px; height: 19px; }
    .qco-shipping span, .qco-shipping b { font-size: 15px; }
    .qco-payment > button { min-height: 54px; font-size: 16px; }
    .qco-insurance { min-height: 60px; padding: 13px 17px; grid-template-columns: 22px 1fr auto; gap: 11px; border-radius: 13px; }
    .qco-summary-column { min-height: calc(100vh - 88px); padding-top: 42px; padding-left: 46px; border-left-color: #d2d2d2; }
    .qco-summary { position: sticky; top: 32px; width: min(100%, 530px); max-height: calc(100vh - 64px); overflow-y: auto; overscroll-behavior: contain; scrollbar-width: thin; }
    .qco-items { gap: 17px; }
    .qco-item { grid-template-columns: 68px 1fr auto; gap: 14px; }
    .qco-item-media { width: 68px; height: 68px; }
    .qco-item p, .qco-totals p { font-size: 14px; }
    .qco-discount { margin: 26px 0 34px; gap: 9px; }
    .qco-discount input { height: 54px; border-radius: 11px; font-size: 15px; }
    .qco-discount button { padding: 0 18px; border-radius: 11px; font-size: 14px; }
    .qco-totals { gap: 14px; }
    .qco-totals .qco-total { font-size: 19px; }
    .qco-total b { font-size: 21px; }
}

@media (max-width: 900px) {
    .qco-header { height: 84px; padding: 10px 28px; }
    .qco-header img { width: 155px; height: 58px; }
    .qco-header > a:last-child { display: none; }
    .qco-layout { display: flex; flex-direction: column; }
    .qco-summary-column { order: -1; padding: 0; border: 0; border-bottom: 1px solid #ddd; }
    .qco-summary-toggle { width: 100%; min-height: 68px; padding: 0 28px; display: flex; align-items: center; justify-content: space-between; border: 0; background: #f6f6f6; font-size: 16px; }
    .qco-summary-toggle span::after { content: ''; width: 8px; height: 8px; margin-left: 10px; display: inline-block; border-right: 2px solid #555; border-bottom: 2px solid #555; transform: translateY(-3px) rotate(45deg); }
    .qco-summary-toggle[aria-expanded="true"] span::after { transform: translateY(2px) rotate(225deg); }
    .qco-summary { width: 100%; max-height: 0; padding: 0 28px; overflow: hidden; opacity: 0; transition: max-height .25s, padding .25s, opacity .2s; }
    .qco-summary.open { max-height: 1000px; padding-top: 24px; padding-bottom: 28px; opacity: 1; }
    .qco-form-column { padding: 38px 28px 70px; }
    .qco-form { width: 100%; margin: 0; }
    .qco-heading > a { display: block; }
}

@media (max-width: 600px) {
    .qco-header { height: 56px; padding: 5px 14px; }
    .qco-header img { width: 104px; height: 42px; }
    .qco-summary-toggle { min-height: 48px; padding: 0 14px; font-size: 14px; }
    .qco-form-column { padding: 20px 14px 42px; }
    .qco-section + .qco-section { margin-top: 34px; }
    .qco-section h1, .qco-section h2 { margin-bottom: 16px; font-size: 20px; }
    .qco-heading > a { font-size: 14px; }
    .qco-field { min-height: 49px; margin-bottom: 10px; padding: 18px 30px 4px 10px; border-radius: 12px; }
    .qco-field > span { top: 15px; left: 10px; font-size: 14px; }
    .qco-field:focus-within > span, .qco-field:has(input:not(:placeholder-shown)) > span, .qco-select > span { top: 6px; font-size: 11px; }
    .qco-field input, .qco-field select { height: 24px; transform: translateY(4px); font-size: 14px; }
    .qco-help { right: 10px; top: 13px; width: 20px; height: 20px; border-width: 2px; font-size: 12px; }
    .qco-search { right: 13px; top: 14px; width: 16px; height: 16px; border-width: 2px; }
    .qco-search::after { right: -6px; bottom: -4px; width: 8px; height: 2px; }
    .qco-select::after { right: 15px; top: 18px; width: 7px; height: 7px; }
    .qco-name-row, .qco-location-row { grid-template-columns: 1fr; gap: 0; }
    .qco-check { gap: 10px; font-size: 14px; line-height: 1.3; }
    .qco-check input { width: 20px; height: 20px; flex: 0 0 20px; }
    .qco-shipping { border-radius: 12px; }
    .qco-shipping label { min-height: 56px; padding: 10px 14px; grid-template-columns: 20px 1fr auto; gap: 10px; }
    .qco-shipping input { width: 20px; height: 20px; }
    .qco-shipping span, .qco-shipping b { font-size: 14px; }
    .qco-insurance { min-height: 56px; padding: 10px 14px; grid-template-columns: 20px 1fr auto; gap: 10px; border-radius: 12px; }
    .qco-insurance input { width: 20px; height: 20px; }
    .qco-payment-shell { grid-template-rows: 56px 1fr; }
    .qco-payment-shell > header { padding: 4px 12px; gap: 9px; }
    .qco-payment-shell > header img { width: 88px; height: 42px; }
    .qco-payment-shell > header span { display: none; }
    .qco-payment > p { font-size: 13px; }
    .q2-reviews-panel { padding: 26px 14px 80px; }
    .q2-reviews-panel > header > div { align-items: flex-start; flex-direction: column; gap: 2px; }
    .q2-review-grid { column-count: 2; column-gap: 10px; }
    .q2-review-card { margin-bottom: 10px; }
    .q2-review-copy { padding: 10px 11px 13px; }
    .q2-review-copy p { font-size: 12px; }
    .q2-sticky-atc { min-height: 62px; padding: 6px 10px; grid-template-columns: 44px 1fr 116px; gap: 8px; }
    .q2-sticky-atc > img { width: 44px; height: 44px; }
    .q2-sticky-atc > div { display: grid; gap: 0; line-height: 1.2; }
    .q2-sticky-atc > div b { max-width: 36vw; overflow: hidden; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
    .q2-sticky-atc > div strong { font-size: 13px; }
    .q2-sticky-atc > button { min-height: 42px; font-size: 12px; }
}
