.hpu-product-archive { background: #f5f6f8; color: var(--hpu-text); font-family: "Plus Jakarta Sans", Arial, sans-serif; }
.hpu-archive-hero { padding: 25px 0 30px; border-bottom: 1px solid #e2e5e9; background: linear-gradient(128deg, #fff 0%, #fff 62%, #f8edef 100%); }
.hpu-archive-breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 32px; color: #7c8490; font-size: 12px; }
.hpu-archive-breadcrumb a { text-decoration: none; transition: color .18s ease; }
.hpu-archive-breadcrumb a:hover { color: var(--hpu-red); }
.hpu-archive-breadcrumb span[aria-hidden] { color: #bdc1c7; }
.hpu-archive-hero-grid { display: block; }
.hpu-archive-kicker { display: block; margin-bottom: 8px; color: var(--hpu-red); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.hpu-archive-hero h1 { margin: 0; color: var(--hpu-ink); font-size: clamp(34px, 4vw, 52px); font-weight: 800; letter-spacing: -.045em; line-height: 1.05; }
.hpu-archive-hero-grid p { max-width: 680px; margin: 14px 0 0; color: #69717d; font-size: 15px; line-height: 1.7; }
.hpu-archive-subcategories { display: flex; gap: 9px; margin-top: 26px; overflow-x: auto; padding-bottom: 2px; scrollbar-width: none; }
.hpu-archive-subcategories::-webkit-scrollbar { display: none; }
.hpu-archive-subcategories a { display: inline-flex; flex: 0 0 auto; min-height: 42px; align-items: center; gap: 10px; padding: 9px 14px; border: 1px solid #dfe2e6; border-radius: 10px; background: #fff; color: #424953; font-size: 12px; font-weight: 700; text-decoration: none; transition: border-color .18s ease, background .18s ease, color .18s ease, transform .18s ease; }
.hpu-archive-subcategories a:hover { border-color: #cbd0d6; color: var(--hpu-red); transform: translateY(-1px); }
.hpu-archive-subcategories a.is-active { border-color: var(--hpu-red); background: var(--hpu-red); color: #fff; box-shadow: 0 7px 18px rgb(17 19 24 / 10%); }
.hpu-archive-subcategories small { display: grid; min-width: 21px; height: 21px; place-items: center; padding-inline: 5px; border-radius: 6px; background: #f0f1f3; color: #767d87; font-size: 9px; }
.hpu-archive-subcategories .is-active small { background: rgb(255 255 255 / 16%); color: #fff; }
.hpu-archive-catalog { padding-top: 34px; padding-bottom: 76px; }
.hpu-archive-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-bottom: 18px; }
.hpu-archive-toolbar > div:first-child { display: grid; gap: 3px; }
.hpu-archive-toolbar strong { color: var(--hpu-ink); font-size: 15px; font-weight: 750; }
.hpu-archive-toolbar > div:first-child span { color: #7d8490; font-size: 11px; }
.hpu-archive-toolbar-actions { display: flex; align-items: center; gap: 9px; }
.hpu-filter-open { display: none; min-height: 44px; align-items: center; gap: 8px; padding: 0 13px; border: 1px solid #d8dce1; border-radius: 10px; background: #fff; color: #30363e; font: 700 12px/1 "Plus Jakarta Sans", sans-serif; cursor: pointer; }
.hpu-filter-open svg { width: 17px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-width: 1.7; }
.hpu-filter-open span { display: grid; width: 19px; height: 19px; place-items: center; border-radius: 50%; background: var(--hpu-red); color: #fff; font-size: 9px; }
.hpu-archive-sort { position: relative; z-index: 15; }
.hpu-sort-dropdown { position: relative; }
.hpu-sort-dropdown summary { display: grid; min-width: 218px; min-height: 44px; grid-template-columns: auto 1fr 18px; align-items: center; gap: 10px; padding: 0 12px 0 14px; border: 1px solid #d8dce1; border-radius: 10px; background: #fff; box-shadow: 0 3px 12px rgb(17 19 24 / 3%); cursor: pointer; list-style: none; transition: border-color .18s ease, box-shadow .18s ease; }
.hpu-sort-dropdown summary::-webkit-details-marker { display: none; }
.hpu-sort-dropdown summary:hover, .hpu-sort-dropdown[open] summary { border-color: #c8cdd3; box-shadow: 0 5px 16px rgb(17 19 24 / 7%); }
.hpu-sort-dropdown summary span { color: #7c838d; font-size: 10px; font-weight: 600; }
.hpu-sort-dropdown summary strong { color: #2e343c; font-size: 11px; font-weight: 750; }
.hpu-sort-dropdown summary > svg { width: 16px; fill: none; stroke: #666e78; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; transition: transform .2s ease; }
.hpu-sort-dropdown[open] summary > svg { transform: rotate(180deg); }
.hpu-sort-menu { position: absolute; top: calc(100% + 7px); right: 0; width: 218px; overflow: hidden; padding: 6px; border: 1px solid #dfe2e6; border-radius: 11px; background: #fff; box-shadow: 0 16px 38px rgb(17 19 24 / 14%); animation: hpu-sort-in .18s ease both; }
.hpu-sort-menu button { display: flex; width: 100%; min-height: 40px; align-items: center; justify-content: space-between; gap: 14px; padding: 0 10px; border: 0; border-radius: 7px; background: transparent; color: #4a525c; font: 650 11px/1 "Plus Jakarta Sans", sans-serif; text-align: left; cursor: pointer; transition: background .15s ease, color .15s ease; }
.hpu-sort-menu button:hover { background: #f1f2f4; color: #2e343c; }
.hpu-sort-menu button.is-active { background: #f5e9eb; color: var(--hpu-red); font-weight: 800; }
.hpu-sort-menu button svg { width: 15px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; }
@keyframes hpu-sort-in { from { opacity: 0; transform: translateY(-5px); } to { opacity: 1; transform: translateY(0); } }
.hpu-active-filters { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; margin: -4px 0 18px; }
.hpu-active-filters > span { margin-right: 2px; color: #767e89; font-size: 10px; }
.hpu-active-filters a { display: inline-flex; min-height: 30px; align-items: center; gap: 7px; padding: 5px 9px; border: 1px solid #e2c7ca; border-radius: 8px; background: #fff; color: var(--hpu-red); font-size: 10px; font-weight: 700; text-decoration: none; }
.hpu-active-filters a b { font-size: 15px; font-weight: 500; line-height: 1; }
.hpu-active-filters .hpu-clear-filters { border-color: transparent; background: transparent; color: #626a75; text-decoration: underline; }
.hpu-archive-layout { position: relative; display: grid; grid-template-columns: 240px minmax(0, 1fr); align-items: start; gap: 24px; }
.hpu-archive-filters { position: sticky; top: 18px; padding: 18px; border: 1px solid #e0e3e7; border-radius: 14px; background: #fff; box-shadow: 0 10px 28px rgb(17 19 24 / 5%); }
.hpu-filter-header { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 18px; }
.hpu-filter-header strong { color: var(--hpu-ink); font-size: 18px; font-weight: 800; }
.hpu-filter-close { display: none; width: 38px; height: 38px; border: 1px solid #dfe2e6; border-radius: 9px; background: #fff; color: #333a43; font: 400 25px/1 sans-serif; cursor: pointer; }
.hpu-filter-search { padding-bottom: 18px; border-bottom: 1px solid #eceef1; }
.hpu-filter-search label, .hpu-archive-filters legend { display: block; margin-bottom: 9px; color: #404751; font-size: 10px; font-weight: 750; }
.hpu-filter-search > div { display: flex; height: 42px; overflow: hidden; border: 1px solid #d9dde2; border-radius: 9px; background: #f8f9fa; transition: border-color .18s ease, box-shadow .18s ease; }
.hpu-filter-search > div:focus-within { border-color: #aeb4bc; box-shadow: 0 0 0 3px rgb(17 19 24 / 6%); }
.hpu-filter-search input { min-width: 0; flex: 1; padding: 0 0 0 11px; border: 0; outline: 0; background: transparent; color: #252b33; font: 500 10px/1 "Plus Jakarta Sans", sans-serif; }
.hpu-filter-search button { display: grid; flex: 0 0 40px; place-items: center; border: 0; background: transparent; color: var(--hpu-red); cursor: pointer; }
.hpu-filter-search svg { width: 17px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-width: 1.8; }
.hpu-archive-filters fieldset { margin: 0; padding: 18px 0; border: 0; border-bottom: 1px solid #eceef1; }
.hpu-archive-filters legend { width: 100%; padding: 0; }
.hpu-filter-option { display: grid; grid-template-columns: 17px minmax(0, 1fr) auto; align-items: center; gap: 8px; min-height: 34px; color: #555d68; font-size: 10px; cursor: pointer; }
.hpu-filter-option input { width: 15px; height: 15px; margin: 0; accent-color: var(--hpu-red); }
.hpu-filter-option:has(input:checked) span { color: var(--hpu-red); font-weight: 750; }
.hpu-filter-option small { display: grid; min-width: 23px; height: 20px; place-items: center; padding-inline: 5px; border-radius: 6px; background: #f1f2f4; color: #858c96; font-size: 8px; }
.hpu-filter-help { margin-top: 18px; padding: 15px; border-radius: 11px; background: #171a1f; color: #fff; }
.hpu-filter-help span { color: #f17582; font-size: 8px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.hpu-filter-help p { margin: 7px 0 11px; color: #adb2ba; font-size: 9px; line-height: 1.5; }
.hpu-filter-help a { color: #fff; font-size: 9px; font-weight: 750; text-decoration: underline; text-underline-offset: 3px; }
.hpu-filter-mobile-actions { display: none; }
.hpu-filter-backdrop { display: none; }
.hpu-archive-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px; }
.hpu-archive-card { display: flex; min-width: 0; overflow: hidden; flex-direction: column; border: 1px solid #dfe2e6; border-radius: 14px; background: #fff; box-shadow: 0 6px 20px rgb(17 19 24 / 4%); transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.hpu-archive-card:hover { border-color: #d5d9de; box-shadow: 0 15px 34px rgb(17 19 24 / 8%); transform: translateY(-3px); }
.hpu-archive-card-link { display: flex; flex: 1; flex-direction: column; color: inherit; text-decoration: none; }
.hpu-archive-card-media { position: relative; display: grid; height: 220px; place-items: center; overflow: hidden; background: linear-gradient(145deg, #f8f9fa, #eef0f3); }
.hpu-archive-card-media img { width: 100%; height: 100%; padding: 22px; object-fit: contain; mix-blend-mode: multiply; transition: transform .3s ease; }
.hpu-archive-card:hover .hpu-archive-card-media img { transform: scale(1.035); }
.hpu-archive-card-badge { position: absolute; top: 13px; left: 13px; z-index: 1; padding: 5px 10px; border: 1px solid #e8cdd0; border-radius: 999px; background: rgb(255 255 255 / 92%); color: var(--hpu-red); font-size: 8px; font-weight: 800; line-height: 1.2; }
.hpu-archive-card-body { display: flex; min-height: 132px; flex: 1; flex-direction: column; padding: 18px 18px 13px; }
.hpu-archive-card-category { overflow: hidden; margin-bottom: 7px; color: #848b95; font-size: 8px; font-weight: 750; letter-spacing: .045em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.hpu-archive-card h2 { display: -webkit-box; min-height: 46px; overflow: hidden; margin: 0; color: var(--hpu-ink); font-size: 14px; font-weight: 750; letter-spacing: -.018em; line-height: 1.5; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.hpu-archive-card-code { margin-top: 9px; color: #89909a; font-size: 9px; font-weight: 650; }
.hpu-archive-card-cta { display: grid; min-height: 42px; grid-template-columns: 18px 1fr; align-items: center; gap: 9px; margin: auto 18px 18px; padding: 0 13px; border-radius: 9px; background: #20aa5a; color: #fff; font-size: 10px; font-weight: 800; text-decoration: none; transition: background .18s ease, transform .18s ease; }
.hpu-archive-card-cta:hover { background: #188c49; color: #fff; transform: translateY(-1px); }
.hpu-archive-card-cta .hpu-archive-card-whatsapp { display: block; width: 21px; height: 21px; flex: 0 0 21px; background-color: currentColor; -webkit-mask: url("../icons/whatsapp.svg") center / contain no-repeat; mask: url("../icons/whatsapp.svg") center / contain no-repeat; }
.hpu-archive-pagination { display: flex; flex-wrap: wrap; justify-content: center; gap: 7px; margin-top: 34px; }
.hpu-archive-pagination .page-numbers { display: grid; min-width: 40px; height: 40px; place-items: center; padding-inline: 10px; border: 1px solid #dce0e4; border-radius: 9px; background: #fff; color: #555d67; font-size: 11px; font-weight: 700; text-decoration: none; transition: border-color .18s ease, background .18s ease, color .18s ease; }
.hpu-archive-pagination .page-numbers:hover, .hpu-archive-pagination .current { border-color: var(--hpu-red); background: var(--hpu-red); color: #fff; }
.hpu-archive-empty { padding: 78px 30px; border: 1px dashed #d5d9de; border-radius: 14px; background: #fff; text-align: center; }
.hpu-archive-empty span { color: var(--hpu-red); font-size: 9px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.hpu-archive-empty h2 { margin: 8px 0; color: var(--hpu-ink); font-size: 25px; }
.hpu-archive-empty p { margin: 0 auto 20px; color: #747c87; font-size: 12px; }
.hpu-archive-empty a { display: inline-flex; min-height: 42px; align-items: center; padding: 0 16px; border-radius: 9px; background: var(--hpu-red); color: #fff; font-size: 11px; font-weight: 750; text-decoration: none; }

@media (max-width: 980px) {
	.hpu-archive-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
	body.hpu-filter-drawer-open { overflow: hidden; }
	.hpu-archive-hero { padding: 18px 0 24px; }
	.hpu-archive-breadcrumb { margin-bottom: 23px; font-size: 10px; }
	.hpu-archive-hero h1 { font-size: 34px; }
	.hpu-archive-hero-grid p { margin-top: 10px; font-size: 13px; line-height: 1.6; }
	.hpu-archive-subcategories { margin-top: 20px; }
	.hpu-archive-catalog { padding-top: 25px; padding-bottom: 58px; }
	.hpu-archive-toolbar { align-items: flex-end; }
	.hpu-archive-toolbar-actions { flex: 1; justify-content: flex-end; }
	.hpu-filter-open { display: inline-flex; }
	.hpu-sort-dropdown summary { min-width: 180px; }
	.hpu-sort-menu { width: 100%; }
	.hpu-archive-layout { display: block; }
	.hpu-filter-backdrop { position: fixed; inset: 0; z-index: 94; display: block; background: rgb(12 14 18 / 48%); opacity: 0; visibility: hidden; transition: opacity .25s ease, visibility .25s ease; }
	.hpu-filter-drawer-open .hpu-filter-backdrop { opacity: 1; visibility: visible; }
	.hpu-archive-filters { position: fixed; inset: 0 0 0 auto; z-index: 95; width: min(90vw, 380px); height: 100dvh; overflow-y: auto; padding: 22px; border: 0; border-radius: 0; box-shadow: -18px 0 45px rgb(0 0 0 / 18%); transform: translateX(102%); transition: transform .3s cubic-bezier(.22,.61,.36,1); }
	.hpu-archive-filters.is-open { transform: translateX(0); }
	.hpu-filter-close { display: block; }
	.hpu-filter-mobile-actions { position: sticky; bottom: -22px; display: grid; grid-template-columns: 90px minmax(0, 1fr); gap: 8px; margin: 18px -22px -22px; padding: 13px 22px max(13px, env(safe-area-inset-bottom)); border-top: 1px solid #e1e4e8; background: #fff; }
	.hpu-filter-mobile-actions a, .hpu-filter-mobile-actions button { display: grid; min-height: 46px; place-items: center; border-radius: 9px; font: 750 11px/1 "Plus Jakarta Sans", sans-serif; text-decoration: none; }
	.hpu-filter-mobile-actions a { border: 1px solid #dce0e4; color: #4f5761; }
	.hpu-filter-mobile-actions button { border: 0; background: var(--hpu-red); color: #fff; }
	.hpu-filter-help { display: none; }
	.hpu-archive-filters[aria-hidden="true"] { visibility: visible; }
}

@media (max-width: 520px) {
	.hpu-archive-toolbar { gap: 12px; }
	.hpu-archive-toolbar > div:first-child span { display: none; }
	.hpu-archive-toolbar strong { font-size: 13px; }
	.hpu-filter-open { font-size: 0; gap: 0; }
	.hpu-filter-open svg { width: 19px; }
	.hpu-filter-open span { margin-left: 6px; font-size: 9px; }
	.hpu-sort-dropdown summary { min-width: 150px; grid-template-columns: 1fr 17px; padding-inline: 11px; }
	.hpu-sort-dropdown summary span { display: none; }
	.hpu-active-filters { margin-bottom: 15px; }
	.hpu-archive-grid { grid-template-columns: 1fr; gap: 13px; }
	.hpu-archive-card-media { height: 255px; }
	.hpu-archive-card-body { min-height: 122px; }
	.hpu-archive-card h2 { min-height: 0; font-size: 15px; }
}

@media (prefers-reduced-motion: reduce) {
	.hpu-archive-card, .hpu-archive-card-media img, .hpu-archive-filters, .hpu-filter-backdrop { transition: none; }
}
