:root {
	--pkv-home-red: #d71920;
	--pkv-home-shopee: #EE4D2D;
	--pkv-home-text: #151719;
	--pkv-home-muted: #686d72;
	--pkv-home-border: #e7e7e7;
}

.pkv-home-v9,
.pkv-home-v9 * { box-sizing: border-box; }
.pkv-home-v9 { width: 100%; overflow: hidden; color: var(--pkv-home-text); background: #fff; font-family: "Be Vietnam Pro", Arial, sans-serif; font-size: 15px; font-weight: 400; line-height: 1.6; }
.pkv-home-v9 a { color: inherit; text-decoration: none; }
.pkv-home-v9 img { max-width: 100%; }
.pkv-home-container { width: min(calc(100% - 32px), 1180px); margin-inline: auto; }

.pkv-home-header { position: relative; z-index: 50; border-bottom: 1px solid #f1f1f1; background: #fff; }
.pkv-home-header__inner { display: flex; min-height: 82px; align-items: center; justify-content: space-between; gap: 30px; }
.pkv-home-brand { display: flex; width: 190px; flex: 0 0 190px; flex-direction: column; color: #111; }
.pkv-home-brand__logo { display: block; width: var(--pkv-logo-width-desktop, 170px); max-width: 300px; height: auto; max-height: 58px; object-fit: contain; object-position: left center; }
.pkv-home-brand span { margin-top: 2px; color: #777; font-size: 8px; white-space: nowrap; }
.pkv-home-nav { display: flex; align-self: stretch; align-items: stretch; gap: 5px; }
.pkv-home-nav__link,
.pkv-home-dropdown > button { position: relative; display: inline-flex; min-width: 78px; align-items: center; justify-content: center; padding: 0 13px; border: 0; color: #151515; background: transparent; font: inherit; font-size: 14px; font-weight: 600; line-height: 1.3; cursor: pointer; }
.pkv-home-nav__link::after,
.pkv-home-dropdown > button::after { position: absolute; right: 12px; bottom: 0; left: 12px; height: 2px; background: var(--pkv-home-red); content: ''; opacity: 0; transform: scaleX(.3); transition: .18s ease; }
.pkv-home-nav__link:hover,
.pkv-home-nav__link:focus-visible,
.pkv-home-nav__link.is-active,
.pkv-home-dropdown:hover > button,
.pkv-home-dropdown:focus-within > button,
.pkv-home-dropdown.is-active > button { color: var(--pkv-home-red); }
.pkv-home-nav__link:hover::after,
.pkv-home-nav__link:focus-visible::after,
.pkv-home-nav__link.is-active::after,
.pkv-home-dropdown:hover > button::after,
.pkv-home-dropdown:focus-within > button::after,
.pkv-home-dropdown.is-active > button::after { opacity: 1; transform: scaleX(1); }
.pkv-home-dropdown { position: relative; display: flex; }
.pkv-home-dropdown__chevron { width: 12px; height: 12px; margin-left: 6px; overflow: visible; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; transition: transform .16s ease; }
.pkv-home-dropdown.is-open > button .pkv-home-dropdown__chevron { transform: rotate(180deg); }
.pkv-home-dropdown__menu { position: absolute; top: calc(100% - 1px); left: 0; display: grid; visibility: hidden; width: 210px; padding: 8px; border: 1px solid var(--pkv-home-border); border-radius: 0 0 8px 8px; background: #fff; box-shadow: 0 12px 30px rgba(0,0,0,.11); opacity: 0; transform: translateY(8px); transition: .16s ease; }
.pkv-home-dropdown:hover .pkv-home-dropdown__menu,
.pkv-home-dropdown:focus-within .pkv-home-dropdown__menu,
.pkv-home-dropdown.is-open .pkv-home-dropdown__menu { visibility: visible; opacity: 1; transform: translateY(0); }
.pkv-home-dropdown__menu a { padding: 9px 11px; border-radius: 5px; color: #252525; font-weight: 600; }
.pkv-home-dropdown__menu a:hover,
.pkv-home-dropdown__menu a:focus-visible { color: var(--pkv-home-red); background: #fff3f3; }
.pkv-home-menu-toggle { display: none; width: 42px; height: 42px; align-items: center; justify-content: center; flex-direction: column; gap: 5px; border: 1px solid #ddd; border-radius: 5px; background: #fff; }
.pkv-home-menu-toggle > span:not(.screen-reader-text) { display: block; width: 21px; height: 2px; background: #222; }

.pkv-home-hero { min-height: 370px; background: linear-gradient(112deg, #fff 0 56%, #fafafa 56% 82%, #fff0f1 82% 100%); }
.pkv-home-hero__grid { display: grid; min-height: 370px; grid-template-columns: 54% 46%; align-items: center; }
.pkv-home-hero__copy { padding: 28px 0; }
.pkv-home-hero h1 { max-width: 600px; margin: 0 0 15px; color: #111; font-size: 48px; font-weight: 700; letter-spacing: -.04em; line-height: 1.05; }
.pkv-home-hero h1 strong { display: block; margin-top: 5px; color: var(--pkv-home-red); font: inherit; }
.pkv-home-hero__copy > p { max-width: 610px; margin: 0; color: #555; font-size: 14px; line-height: 1.55; }
.pkv-home-hero__benefits { display: grid; max-width: 680px; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; margin: 27px 0 24px; }
.pkv-home-hero__benefits > div,
.pkv-home-bottom-benefits > div { display: flex; min-width: 0; align-items: center; gap: 9px; }
.pkv-home-icon { display: inline-flex; width: 28px; height: 28px; flex: 0 0 28px; align-items: center; justify-content: center; color: var(--pkv-home-red); font-size: 23px; }
.pkv-home-hero__benefits p,
.pkv-home-bottom-benefits p { min-width: 0; margin: 0; line-height: 1.22; }
.pkv-home-hero__benefits b,
.pkv-home-bottom-benefits b { display: block; color: #222; font-size: 11px; }
.pkv-home-hero__benefits small,
.pkv-home-bottom-benefits small { display: block; margin-top: 3px; color: #6f6f6f; font-size: 10px; }
.pkv-home-primary-button { display: inline-flex; min-width: 190px; min-height: 40px; align-items: center; justify-content: center; padding: 9px 18px; border: 1px solid #a40f14; color: #fff !important; background: linear-gradient(135deg, #be1017, #8d0b10); font-size: 11px; font-weight: 700; text-align: center; transition: background .18s ease, transform .18s ease; }
.pkv-home-primary-button:hover { background: #7d090e; transform: translateY(-1px); }
.pkv-home-hero__media { position: relative; align-self: stretch; min-width: 0; }
.pkv-home-hero__media::after { position: absolute; right: -20%; bottom: 0; width: 64%; height: 80%; background: var(--pkv-home-red); clip-path: polygon(65% 0, 100% 0, 100% 100%, 0 100%); content: ''; opacity: .98; }
.pkv-home-hero__picture { position: relative; z-index: 1; display: block; width: 100%; height: 100%; }
.pkv-home-hero__image { position: relative; z-index: 1; display: block; width: 100%; height: 100%; object-fit: contain; }

.pkv-image-slider-section--hero { padding: 18px 0 22px; background: #fff; }
.pkv-image-slider-section--content { margin: 12px 0 18px; }
.pkv-image-slider { position: relative; width: 100%; touch-action: pan-y; }
.pkv-image-slider__track { position: relative; display: grid; width: 100%; overflow: hidden; border: 1px solid #e7e7e7; border-radius: 14px; background: #f7f7f7; box-shadow: 0 6px 20px rgba(15,23,42,.055); }
.pkv-image-slider__slide { grid-area: 1 / 1; min-width: 0; visibility: hidden; opacity: 0; pointer-events: none; transition: opacity .35s ease, visibility .35s ease; }
.pkv-image-slider__slide.is-active { z-index: 1; visibility: visible; opacity: 1; pointer-events: auto; }
.pkv-image-slider__link,
.pkv-image-slider__media,
.pkv-image-slider__picture { display: block; width: 100%; }
.pkv-image-slider__link:focus-visible { position: relative; z-index: 2; outline: 3px solid #1d4ed8; outline-offset: -4px; }
.pkv-image-slider__image { display: block; width: 100%; height: auto; object-fit: contain; }
.pkv-image-slider__controls { display: flex; min-height: 34px; align-items: center; justify-content: center; gap: 9px; padding-top: 7px; }
.pkv-image-slider__dots { display: flex; align-items: center; justify-content: center; gap: 7px; }
.pkv-image-slider__dots button { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 50%; background: #b8bbc0; cursor: pointer; transition: width .18s ease, border-radius .18s ease, background .18s ease; }
.pkv-image-slider__dots button[aria-current="true"] { width: 22px; border-radius: 999px; background: var(--pkv-home-red); }
.pkv-image-slider__dots button:focus-visible,
.pkv-image-slider__arrow:focus-visible { outline: 2px solid #1d4ed8; outline-offset: 2px; }
.pkv-image-slider__arrow { display: inline-flex; width: 27px; height: 27px; align-items: center; justify-content: center; padding: 0; border: 1px solid #d9dadd; border-radius: 50%; color: #35383c; background: #fff; font-size: 20px; line-height: 1; cursor: pointer; }
.pkv-image-slider__arrow:hover { border-color: #b7bac0; background: #f5f5f5; }

.pkv-home-body { padding-top: 28px; padding-bottom: 0; }
.pkv-home-search { margin-bottom: 24px; }
.pkv-home-search .pkv-product-search__input { min-height: 45px; border-radius: 3px; }
.pkv-home-search .pkv-product-search__button { min-width: 115px; border: 1px solid #e0a09b; border-radius: 3px; color: #b51e20; background: #fff; }
.pkv-home-search .pkv-product-search__button:hover { color: #fff; background: var(--pkv-home-red); }
.pkv-home-section { margin: 0 0 28px; scroll-margin-top: 20px; }
.pkv-home-section-heading { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin: 0 0 21px; }
.pkv-home-title { position: relative; margin: 0; padding-left: 14px; color: #111827 !important; font-size: 27px; font-weight: 700; line-height: 1.2; }
.pkv-home-title::after { position: absolute; top: 2px; bottom: 2px; left: 0; width: 4px; border-radius: 999px; background: var(--pkv-home-shopee); content: ''; }
.pkv-home-section-heading__link { flex: 0 0 auto; color: var(--pkv-home-shopee) !important; font-size: 13px; font-weight: 500; white-space: nowrap; }
.pkv-home-section-heading__link:hover { color: #d83f24 !important; }
.pkv-home-section-heading__link span { margin-left: 5px; font-size: 16px; }

.pkv-home-vehicles { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 10px; }
.pkv-home-vehicle-card { min-width: 0; padding: 8px 9px 10px; border: 1px solid var(--pkv-home-border); background: #fff; box-shadow: 0 2px 9px rgba(0,0,0,.035); }
.pkv-home-vehicle-card > a:first-child { display: flex; width: 100%; aspect-ratio: 16 / 10; align-items: center; justify-content: center; overflow: hidden; background: #fafafa; }
.pkv-home-vehicle-card__image { display: block; width: 100%; height: 100%; object-fit: contain; transition: transform .2s ease; }
.pkv-home-vehicle-card:hover .pkv-home-vehicle-card__image { transform: scale(1.04); }
.pkv-home-vehicle-card h3 { margin: 10px 0 2px; color: #111; font-size: 14px; font-weight: 600; line-height: 1.3; }
.pkv-home-text-link { color: #202020 !important; font-size: 10px; font-weight: 700; }
.pkv-home-text-link span { color: var(--pkv-home-red); }

.pkv-home-categories { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.pkv-home-category-card { display: flex; min-height: 72px; align-items: center; gap: 14px; padding: 13px 18px; border: 1px solid var(--pkv-home-border); color: #111 !important; background: #fff; box-shadow: 0 2px 8px rgba(0,0,0,.025); }
.pkv-home-category-card:hover,
.pkv-home-category-card:focus,
.pkv-home-category-card:visited { color: #111 !important; }
.pkv-home-category-card:hover { border-color: #efaaa7; box-shadow: 0 5px 15px rgba(215,25,32,.08); }
.pkv-home-category-card__icon { display: inline-flex; width: 34px; height: 34px; flex: 0 0 34px; align-items: center; justify-content: center; color: var(--pkv-home-red) !important; font-size: 26px; }
.pkv-home-category-card__icon svg { fill: var(--pkv-home-red) !important; }
.pkv-home-category-card b { display: block; font-size: 13px; }
.pkv-home-category-card small { display: block; margin-top: 3px; color: #777; font-size: 10px; }

.pkv-home-featured { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }
.pkv-home-featured-card { display: flex; min-width: 0; height: 100%; flex-direction: column; padding: 11px 12px 13px; border: 1px solid #e5e7eb; border-radius: 14px; background: #fff; box-shadow: 0 6px 20px rgba(15,23,42,.06); transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.pkv-home-featured-card:hover { transform: translateY(-3px); border-color: #dfe2e7; box-shadow: 0 12px 30px rgba(15,23,42,.1); }
.pkv-home-featured-card__media { display: flex; width: 100%; height: auto; aspect-ratio: 1 / 1; align-items: center; justify-content: center; overflow: hidden; border: 1px solid #f0f1f3; border-radius: 11px; background: #fafafa; }
.pkv-home-featured-card__image { display: block; width: 100%; height: 100%; object-fit: contain; }
.pkv-home-featured-card__placeholder { padding: 15px; color: #777; text-align: center; }
.pkv-home-featured-card h3 { display: -webkit-box; height: 2.7em; margin: 12px 0 7px; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; color: #111827; font-size: 15px; font-weight: 600; line-height: 1.35; }
.pkv-home-featured-card__vehicle { min-height: 1.45em; margin: 0 0 10px; overflow: hidden; color: #6b7280; font-size: 13px; font-weight: 400; line-height: 1.45; text-overflow: ellipsis; white-space: nowrap; }
.pkv-home-featured-card > strong { margin-bottom: 9px; color: var(--pkv-home-red); font-size: 12px; }
.pkv-home-featured-card__price { display: flex; min-height: 34px; align-items: flex-start; margin-bottom: 10px; color: var(--pkv-home-shopee); }
.pkv-home-featured-card__price.is-empty { visibility: hidden; }
.pkv-home-featured-card__price strong { display: inline-block; font-size: 17px; font-weight: 700; line-height: 1.3; }
.pkv-home-shopee-button,
.pkv-home-all-products .pkv-product-card__cta { display: inline-flex !important; width: 100%; min-height: 42px; align-items: center; justify-content: center; margin-top: auto; padding: 8px 10px; border: 1px solid var(--pkv-home-shopee) !important; border-radius: 9px !important; color: var(--pkv-home-shopee) !important; background: #fff !important; font-size: 13px; font-weight: 600; line-height: 1.2; text-align: center; transition: color .16s ease, background .16s ease; }
.pkv-home-shopee-button:hover,
.pkv-home-all-products .pkv-product-card__cta:hover { color: #fff !important; background: var(--pkv-home-shopee) !important; }
.pkv-home-all-products .pkv-product-grid { gap: 12px; }
.pkv-home-all-products .pkv-product-card { border: 1px solid #e5e7eb; border-radius: 14px; box-shadow: 0 6px 20px rgba(15,23,42,.06); }
.pkv-home-all-products .pkv-product-card:hover { box-shadow: 0 12px 30px rgba(15,23,42,.1); }
.pkv-home-all-products .pkv-product-card__body { padding: 11px; }
.pkv-home-all-products .pkv-product-card__title { font-size: 12px; }
.pkv-home-all-products .pkv-product-image-link { aspect-ratio: 1 / 1; }
.pkv-home-all-products .pkv-product-card__image { object-fit: contain; }

.pkv-sponsored-banner { margin: 26px 0 30px; }
.pkv-sponsored-banner__meta { display: flex; align-items: baseline; gap: 9px; margin: 0 2px 8px; color: #6b7280; line-height: 1.4; }
.pkv-sponsored-banner__meta span { font-size: 10px; font-weight: 600; letter-spacing: .055em; text-transform: uppercase; }
.pkv-sponsored-banner__meta small { font-size: 11px; }
.pkv-sponsored-banner__link,
.pkv-sponsored-banner__media { display: block; overflow: hidden; border: 1px solid #e5e7eb; border-radius: 13px; background: #f8f9fa; box-shadow: 0 5px 18px rgba(15,23,42,.045); transition: border-color .18s ease, box-shadow .18s ease; }
.pkv-sponsored-banner__link:hover { border-color: #d9dde3; box-shadow: 0 9px 24px rgba(15,23,42,.075); }
.pkv-sponsored-banner__picture { display: block; width: 100%; }
.pkv-sponsored-banner__image { display: block; width: 100%; height: auto; aspect-ratio: 4 / 1; object-fit: cover; }

.pkv-home-banner { display: grid; min-height: 145px; grid-template-columns: 37% 63%; margin: 12px 0 18px; overflow: hidden; border-radius: 4px; color: #fff; background: #0f1113; }
.pkv-home-banner__copy { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 20px 45px; }
.pkv-home-banner__copy h2 { max-width: 330px; margin: 0; color: #fff; font-size: 21px; font-weight: 700; line-height: 1.05; }
.pkv-home-banner__copy p { margin: 6px 0 12px; color: #fff; font-size: 11px; }
.pkv-home-banner__button { padding: 7px 14px; color: #fff !important; background: var(--pkv-home-red); font-size: 9px; font-weight: 700; }
.pkv-home-banner__media { min-width: 0; }
.pkv-home-banner__picture { display: block; width: 100%; height: 100%; }
.pkv-home-banner__image { display: block; width: 100%; height: 100%; object-fit: cover; }

.pkv-home-info-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-bottom: 30px; }
.pkv-home-info-card { min-width: 0; padding: 14px 16px; border: 1px solid var(--pkv-home-border); background: #fff; }
.pkv-home-info-card > h2 { position: relative; display: flex; align-items: center; justify-content: space-between; margin: 0 0 11px; padding-bottom: 8px; color: #181818; font-size: 13px; font-weight: 700; }
.pkv-home-info-card > h2::after { position: absolute; bottom: 0; left: 0; width: 25px; height: 2px; background: var(--pkv-home-red); content: ''; }
.pkv-home-info-card > h2 a { color: var(--pkv-home-red); font-size: 9px; font-weight: 500; }
.pkv-home-info-card article { display: grid; grid-template-columns: 70px minmax(0, 1fr); gap: 12px; margin-top: 11px; }
.pkv-home-info-thumb { display: block; width: 70px; height: 52px; object-fit: cover; background: #f4f4f4; }
.pkv-home-info-card article h3 { margin: 0; color: #1c1c1c; font-size: 11px; font-weight: 600; line-height: 1.35; }
.pkv-home-info-card article small { display: block; margin-top: 4px; color: #888; font-size: 9px; }
.pkv-home-rating { margin: 4px 0 0; color: #777; font-size: 9px; }
.pkv-home-rating span { color: #f5a000; letter-spacing: 1px; }
.pkv-home-faq details { border-top: 1px solid #ededed; }
.pkv-home-faq summary { display: flex; min-height: 39px; align-items: center; justify-content: space-between; gap: 10px; padding: 7px 2px; color: #222; font-size: 10px; cursor: pointer; list-style: none; }
.pkv-home-faq summary::-webkit-details-marker { display: none; }
.pkv-home-faq summary span { font-size: 20px; font-weight: 400; transition: transform .16s ease; }
.pkv-home-faq details[open] summary span { transform: rotate(45deg); }
.pkv-home-faq details > div { padding: 0 2px 10px; color: #666; font-size: 10px; }

.pkv-home-bottom-benefits { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 0; margin: 30px 0 26px; padding: 16px 10px; border: 1px solid #e5e7eb; border-radius: 12px; background: #fff; box-shadow: 0 4px 16px rgba(15,23,42,.035); }
.pkv-home-bottom-benefits > div { position: relative; min-height: 52px; padding: 4px 18px; }
.pkv-home-bottom-benefits .pkv-home-icon { width: 38px; height: 38px; flex-basis: 38px; color: var(--pkv-home-shopee); font-size: 29px; }
.pkv-home-bottom-benefits .pkv-home-icon svg { fill: currentColor; color: inherit; }
.pkv-home-bottom-benefits b { font-size: 12px; font-weight: 600; }
.pkv-home-bottom-benefits small { font-size: 10px; line-height: 1.45; }

.pkv-home-footer { color: #e1e4e7; background: linear-gradient(135deg, #151b20 0%, #0d1114 100%); }
.pkv-home-footer__grid { display: grid; grid-template-columns: 1.8fr 1fr .8fr .9fr 1.1fr; gap: 42px; padding: 36px 0 28px; }
.pkv-home-footer__logo { display: block; width: var(--pkv-logo-width-desktop, 170px); max-width: 300px; height: auto; max-height: 62px; object-fit: contain; object-position: left center; }
.pkv-home-footer__brand p { max-width: 260px; margin: 10px 0 16px; color: #bcc2c7; font-size: 11px; line-height: 1.65; }
.pkv-home-footer h2 { margin: 4px 0 14px; color: #fff; font-size: 11px; font-weight: 600; letter-spacing: .04em; }
.pkv-home-footer__grid > div:not(:first-child) > a { display: block; margin: 6px 0; color: #cbd0d4; font-size: 10px; }
.pkv-home-footer__grid > div:not(:first-child) > a:hover { color: #fff; }
.pkv-home-social { display: flex; gap: 10px; }
.pkv-home-social a { display: inline-flex; width: 34px; height: 34px; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; color: #fff; transition: transform .16s ease, box-shadow .16s ease; }
.pkv-home-social a:hover { transform: translateY(-2px); }
.pkv-home-social svg { width: 17px; height: 17px; fill: currentColor; }
.pkv-home-social__facebook { background: #1877f2; box-shadow: 0 5px 14px rgba(24,119,242,.28); }
.pkv-home-social__tiktok { background: linear-gradient(145deg, #24282c, #080a0c); box-shadow: -1px 0 #25f4ee, 1px 0 #fe2c55, 0 5px 14px rgba(0,0,0,.28); }
.pkv-home-facebook,
.pkv-home-tiktok { display: flex !important; width: 100%; max-width: 220px; min-height: 40px; align-items: center; gap: 10px; padding: 8px 12px; border-radius: 6px; color: #fff !important; font-weight: 600; }
.pkv-home-facebook { background: #1877f2; }
.pkv-home-tiktok { border: 1px solid #3b4248; background: linear-gradient(135deg, #24282c, #090b0d); }
.pkv-home-facebook svg,
.pkv-home-tiktok svg { width: 17px; height: 17px; flex: 0 0 17px; fill: currentColor; }
.pkv-home-footer__bottom { display: flex; justify-content: space-between; gap: 20px; padding: 14px 0 18px; border-top: 1px solid #292d31; color: #9fa4a8; font-size: 9px; }
.pkv-home-footer__bottom a { color: #fff; text-decoration: underline; }

@media (min-width: 1025px) {
	.pkv-home-bottom-benefits > div + div::before { position: absolute; top: 3px; bottom: 3px; left: 0; width: 1px; background: #e5e7eb; content: ''; }
}

@media (max-width: 1279px) {
	.pkv-home-featured { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 1024px) {
	.pkv-home-hero h1 { font-size: 40px; }
	.pkv-home-title { font-size: 24px; }
	.pkv-home-header__inner { min-height: 70px; }
	.pkv-home-menu-toggle { display: flex; margin-left: auto; }
	.pkv-home-nav { position: absolute; top: 100%; right: 0; left: 0; display: none; height: auto; padding: 8px 16px 18px; border-top: 1px solid #eee; background: #fff; box-shadow: 0 15px 25px rgba(0,0,0,.09); }
	.pkv-home-nav.is-open { display: grid; }
	.pkv-home-nav__link,
	.pkv-home-dropdown > button { min-height: 42px; justify-content: space-between; padding: 8px 11px; }
	.pkv-home-nav__link::after,
	.pkv-home-dropdown > button::after { right: auto; left: 11px; width: 28px; }
	.pkv-home-dropdown { display: block; }
	.pkv-home-dropdown__menu { position: static; display: none; visibility: visible; width: 100%; padding-left: 20px; border: 0; box-shadow: none; opacity: 1; transform: none; }
	.pkv-home-dropdown.is-open .pkv-home-dropdown__menu { display: grid; }
	.pkv-home-hero__grid { grid-template-columns: 55% 45%; }
	.pkv-home-hero__benefits { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.pkv-home-vehicles { grid-template-columns: repeat(4, minmax(0, 1fr)); }
	.pkv-home-categories { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.pkv-home-info-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.pkv-home-info-card:last-child { grid-column: span 2; }
	.pkv-home-bottom-benefits { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.pkv-home-footer__grid { grid-template-columns: 1.5fr repeat(2, 1fr); gap: 30px; }
}

@media (max-width: 991px) {
	.pkv-home-featured { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
	.pkv-home-v9 { font-size: 14px; }
	.pkv-home-container { width: min(calc(100% - 24px), 1180px); }
	.pkv-home-brand { width: 165px; flex-basis: 165px; }
	.pkv-home-brand__logo,
	.pkv-home-footer__logo { width: var(--pkv-logo-width-mobile, 145px); }
	.pkv-home-hero { min-height: 0; }
	.pkv-home-hero__grid { min-height: 0; grid-template-columns: 1fr; }
	.pkv-home-hero__copy { padding: 35px 0 22px; }
	.pkv-home-hero h1 { font-size: 32px; }
	.pkv-home-title { font-size: 22px; }
	.pkv-home-section-heading { align-items: flex-start; gap: 14px; }
	.pkv-home-section-heading__link { padding-top: 3px; }
	.pkv-home-hero__benefits { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; }
	.pkv-home-hero__media { height: 260px; }
	.pkv-home-hero__media::after { right: -30%; width: 75%; }
	.pkv-image-slider-section--hero { padding: 12px 0 16px; }
	.pkv-image-slider__track { border-radius: 10px; }
	.pkv-image-slider__arrow { display: none; }
	.pkv-home-search .pkv-product-search__form { flex-direction: row; }
	.pkv-home-search .pkv-product-search__button { min-width: 88px; padding-inline: 10px; }
	.pkv-home-vehicles { display: flex; margin-right: -12px; padding-right: 12px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: thin; }
	.pkv-home-vehicle-card { min-width: 145px; scroll-snap-align: start; }
	.pkv-home-categories { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.pkv-home-featured { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.pkv-home-featured-card__media { height: auto; }
	.pkv-home-featured-card__price strong { font-size: 16px; }
	.pkv-sponsored-banner { margin: 22px 0 26px; }
	.pkv-sponsored-banner__image { aspect-ratio: 9 / 5; }
	.pkv-home-banner { min-height: 0; grid-template-columns: 1fr; }
	.pkv-home-banner__copy { padding: 25px; }
	.pkv-home-banner__media { height: 150px; }
	.pkv-home-info-grid { grid-template-columns: 1fr; }
	.pkv-home-info-card:last-child { grid-column: auto; }
	.pkv-home-bottom-benefits { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; padding: 14px 8px; }
	.pkv-home-footer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 24px; }
	.pkv-home-footer__brand { grid-column: span 2; }
	.pkv-home-footer__bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
	.pkv-image-slider__slide,
	.pkv-image-slider__dots button { transition: none; }
}

@media (max-width: 479px) {
	.pkv-home-categories { grid-template-columns: 1fr; }
	.pkv-home-featured { grid-template-columns: 1fr; }
	.pkv-home-featured-card__media { height: auto; }
	.pkv-home-bottom-benefits { grid-template-columns: 1fr; }
	.pkv-home-section-heading { flex-direction: column; }
	.pkv-home-section-heading__link { padding-top: 0; }
}
