body.hc-cpl-standalone header.fixed.top-0.bg-card {
	display: none !important;
}
body.hc-cpl-standalone.admin-bar #wpadminbar {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	position: fixed !important;
	top: 0 !important;
	right: 0;
	left: 0;
	z-index: 100000 !important;
	pointer-events: auto !important;
}
html:has(body.hc-cpl-standalone.admin-bar) {
	margin-top: 32px !important;
}
@media screen and (max-width: 782px) {
	html:has(body.hc-cpl-standalone.admin-bar) {
		margin-top: 46px !important;
	}
}
.hc-cpl * { box-sizing: border-box; }
body.hc-cpl-standalone {
	overflow-x: clip;
}
body.hc-cpl-standalone #contact-widget {
	min-width: 0 !important;
	width: min(384px, calc(100vw - 2rem)) !important;
}
.hc-cpl-page { width: 100%; max-width: 100%; margin-bottom: 120px; overflow-x: clip; }
.hc-cpl {
	width: 100%;
	max-width: 100%;
	min-width: 0;
}
.hc-cpl__container {
	width: 100%;
	max-width: 1400px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 1rem;
	padding-left: 1rem;
}
.hc-cpl__notice { background: #0f172a; color: #fff; }
.hc-cpl__notice-inner { display: flex; justify-content: space-between; align-items: center; gap: .75rem; padding: .5rem 1rem; font-size: .75rem; }
.hc-cpl__notice-left { display: flex; align-items: center; gap: .5rem; margin: 0 auto; }
.hc-cpl__badge { background: #f44336; color: #fff; font-weight: 700; font-size: .65rem; padding: .15rem .5rem; border-radius: 3px; white-space: nowrap; }
.hc-cpl__notice-text { color: #cbd5e1; }
.hc-cpl__notice-text--desktop { display: none; }
.hc-cpl__notice-text--mobile { display: inline; }
.hc-cpl__notice-right { display: none; align-items: center; gap: 1rem; font-weight: 500; white-space: nowrap; }
.hc-cpl__notice-phone { color: #fff; text-decoration: none; display: inline-flex; align-items: center; gap: .35rem; }
.hc-cpl__notice-phone i { color: #f44336; }
.hc-cpl__notice-phone:hover { color: #fca5a5; }
.hc-cpl__notice-sep { color: #334155; }
.hc-cpl__notice-coa { background: none; border: 0; padding: 0; color: #f87171; cursor: pointer; font: inherit; font-size: .75rem; font-weight: 500; }
.hc-cpl__notice-coa:hover { text-decoration: underline; }
@media (min-width: 640px) {
	.hc-cpl__notice-text--desktop { display: inline; }
	.hc-cpl__notice-text--mobile { display: none; }
}
@media (min-width: 768px) {
	.hc-cpl__notice { border-radius: 0 0 10px 10px; box-shadow: 0 1px 2px rgba(0,0,0,.05); }
	.hc-cpl__notice-left { margin: 0; }
	.hc-cpl__notice-right { display: flex; }
}

.hc-cpl__appbar {
	position: sticky;
	top: 0;
	z-index: 28;
	margin: 0 0 1rem;
	padding: .75rem 0 .85rem;
	background: rgba(255,255,255,.95);
	backdrop-filter: blur(12px);
	border-bottom: 1px solid #f1f5f9;
	box-shadow: 0 4px 18px rgba(15, 23, 42, .06);
}
body.admin-bar .hc-cpl__appbar { top: 32px; }
@media screen and (max-width: 782px) {
	body.admin-bar .hc-cpl__appbar { top: 46px; }
}
.hc-cpl__appbar-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-width: 0; }
.hc-cpl__brand { display: flex; align-items: center; gap: .75rem; min-width: 0; flex: 1 1 auto; }
.hc-cpl__brand > div { min-width: 0; }
.hc-cpl__brand-mark {
	width: 2.5rem; height: 2.5rem; border-radius: 3px;
	background: linear-gradient(to top right, #e53935, #ef5350);
	color: #fff; display: flex; align-items: center; justify-content: center;
	font-size: 1.15rem; box-shadow: 0 4px 12px rgba(244,67,54,.25); flex-shrink: 0;
}
.hc-cpl__brand-title { margin: 0; font-size: 1rem; font-weight: 800; color: #0f172a; line-height: 1.3; display: flex; align-items: center; gap: .4rem; flex-wrap: wrap; }
.hc-cpl__brand-tag { font-size: .7rem; font-weight: 500; color: #f44336; border: 1px solid #ffcdd2; background: #ffebee; padding: .1rem .4rem; border-radius: 3px; }
.hc-cpl__brand-sub { margin: .15rem 0 0; font-size: .7rem; color: #64748b; }
.hc-cpl__appbar-actions { display: flex; align-items: center; gap: .5rem; flex-shrink: 0; }
.hc-cpl__consult-btn {
	display: none; align-items: center; gap: .45rem;
	background: #f1f5f9; color: #334155; border: 1px solid #e2e8f0;
	border-radius: 3px; padding: .5rem .85rem; font-size: .75rem; font-weight: 600; cursor: pointer;
}
.hc-cpl__consult-btn i { color: #f44336; }
.hc-cpl__search { position: relative; }
.hc-cpl__search--desktop { display: none; flex: 1; max-width: 28rem; }
.hc-cpl__search--mobile { margin-top: .75rem; }
.hc-cpl__search input { width: 100%; border: 1px solid #e2e8f0; background: #f8fafc; border-radius: 3px; padding: .7rem 1rem .7rem 2.4rem; font: inherit; font-size: .875rem; }
.hc-cpl__search i.fa-magnifying-glass { position: absolute; left: .85rem; top: 50%; transform: translateY(-50%); color: #94a3b8; pointer-events: none; }
.hc-cpl__clear-search { position: absolute; left: 2.3rem; top: 50%; transform: translateY(-50%); border: 0; background: none; color: #94a3b8; cursor: pointer; padding: 0; }
@media (min-width: 768px) {
	.hc-cpl__search--desktop { display: block; }
	.hc-cpl__search--mobile { display: none; }
	.hc-cpl__consult-btn { display: inline-flex; }
	.hc-cpl__brand-title { font-size: 1.05rem; }
}
.hc-cpl__hero { margin: 0 0 1rem; padding: 1.25rem; border-radius: 10px; background: linear-gradient(90deg, #0f172a, #1e293b); color: #fff; display: flex; justify-content: space-between; gap: 1rem; align-items: center; flex-wrap: wrap; }
.hc-cpl__hero-chip { display: inline-flex; gap: .4rem; align-items: center; font-size: .75rem; color: #fca5a5; background: rgba(244,67,54,.18); border: 1px solid rgba(244,67,54,.35); padding: .25rem .6rem; border-radius: 3px; margin-bottom: .5rem; }
.hc-cpl__title { font-size: 1.35rem; font-weight: 800; margin: 0 0 .35rem; }
.hc-cpl__subtitle { margin: 0; font-size: .85rem; color: #cbd5e1; }
.hc-cpl__hero-btn, .hc-cpl__cart-btn, .hc-cpl__bulk, .hc-cpl__pager button, .hc-cpl-modal__card button[type=submit], #hc-cpl-submit-cart { background: #f44336; color: #fff; border: 0; border-radius: 3px; padding: .65rem 1rem; font-weight: 700; cursor: pointer; }
.hc-cpl__controls, .hc-cpl__summary, .hc-cpl__filters-card, .hc-cpl__table-wrap, .hc-cpl__pager, .hc-cpl__empty { background: #fff; border: 1px solid #e2e8f0; border-radius: 10px; }
.hc-cpl__filters-card input, .hc-cpl__filters-card select, .hc-cpl__summary select, .hc-cpl__pagesize select, .hc-cpl-modal__card input, .hc-cpl-modal__card textarea { width: 100%; border: 1px solid #e2e8f0; background: #f8fafc; border-radius: 3px; padding: .7rem .9rem; font: inherit; }
.hc-cpl__cart-btn { display: inline-flex; align-items: center; gap: .45rem; padding: .5rem .85rem; font-size: .75rem; box-shadow: 0 8px 16px rgba(244,67,54,.22); }
.hc-cpl__cart-label { display: none; }
@media (min-width: 640px) { .hc-cpl__cart-label { display: inline; } }
.hc-cpl__cart-btn span#hc-cpl-cart-count, .hc-cpl__bulk { font-size: .75rem; }
.hc-cpl__cart-btn span#hc-cpl-cart-count { display: inline-flex; min-width: 1.25rem; height: 1.25rem; align-items: center; justify-content: center; background: #fff; color: #dc2626; border-radius: 3px; font-weight: 800; }
.hc-cpl__bulk { background: #059669; display: none; gap: .35rem; align-items: center; font-size: .75rem; padding: .5rem .75rem; }
.hc-cpl__bulk:not([hidden]) { display: inline-flex; }
.hc-cpl__controls { display: flex; justify-content: space-between; gap: .75rem; padding: .75rem; margin-bottom: 1rem; flex-wrap: wrap; align-items: center; min-width: 0; }
.hc-cpl__pills { display: flex; gap: .4rem; overflow-x: auto; flex: 1 1 100%; min-width: 0; max-width: 100%; -webkit-overflow-scrolling: touch; }
.hc-cpl__pills button, .hc-cpl__view-switch button { border: 0; background: #f1f5f9; color: #334155; border-radius: 3px; padding: .4rem .7rem; cursor: pointer; white-space: nowrap; font-size: .75rem; flex-shrink: 0; }
.hc-cpl__pills button.is-active, .hc-cpl__view-switch button.is-active { background: #f44336; color: #fff; }
.hc-cpl__view-tools { display: flex; gap: .75rem; align-items: center; flex: 0 0 auto; }
.hc-cpl__pagesize { font-size: .75rem; color: #64748b; display: flex; gap: .35rem; align-items: center; }
.hc-cpl__view-switch { display: flex; background: #f1f5f9; padding: .2rem; border-radius: 3px; }
.hc-cpl__layout { display: grid; grid-template-columns: 260px 1fr; gap: 1.25rem; min-width: 0; }
.hc-cpl__layout > * { min-width: 0; }
.hc-cpl__results { min-width: 0; max-width: 100%; }
.hc-cpl__filters-card { position: sticky; top: 6.5rem; padding: 1rem; display: grid; gap: .8rem; }
.hc-cpl__filters-head { display: flex; justify-content: space-between; align-items: center; }
.hc-cpl__filters-head button { background: none; border: 0; color: #dc2626; cursor: pointer; font-size: .75rem; }
.hc-cpl__filters-card label { display: grid; gap: .3rem; font-size: .75rem; font-weight: 700; }
.hc-cpl__search--results { margin-bottom: .75rem; background: #fff; border: 1px solid #e2e8f0; border-radius: 10px; padding: .35rem; }
.hc-cpl__table-wrap { overflow-x: auto; overflow-y: auto; max-width: 100%; max-height: 70vh; -webkit-overflow-scrolling: touch; }
.hc-cpl__table { width: 100%; min-width: 42rem; border-collapse: collapse; font-size: .75rem; }
.hc-cpl__table th { position: sticky; top: 0; background: #f8fafc; text-align: right; padding: .7rem; }
.hc-cpl__table td { padding: .7rem; border-top: 1px solid #f1f5f9; }
.hc-cpl__table tr:hover { background: #f8fafc; }
.hc-cpl__name { font-weight: 700; cursor: pointer; }
.hc-cpl__name:hover { color: #dc2626; }
.hc-cpl__muted { color: #94a3b8; font-size: .7rem; }
.hc-cpl__grade { display: inline-block; background: #ecfdf5; color: #047857; border-radius: 3px; padding: .1rem .4rem; font-weight: 700; }
.hc-cpl__ops { display: flex; gap: .35rem; justify-content: center; }
.hc-cpl__ops button { width: 1.8rem; height: 1.8rem; border: 0; border-radius: 3px; cursor: pointer; }
.hc-cpl__ops .view { background: #f1f5f9; color: #475569; }
.hc-cpl__ops .add { background: #f44336; color: #fff; }
.hc-cpl__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.hc-cpl__card { background: #fff; border: 1px solid #e2e8f0; border-radius: 10px; overflow: hidden; display: flex; flex-direction: column; }
.hc-cpl__card-head { padding: 1rem; background: #f8fafc; border-bottom: 1px solid #f1f5f9; }
.hc-cpl__card-body { padding: 1rem; font-size: .75rem; display: grid; gap: .4rem; }
.hc-cpl__card-foot { margin-top: auto; padding: 1rem; border-top: 1px solid #f1f5f9; display: flex; justify-content: space-between; align-items: center; }
.hc-cpl__empty { text-align: center; padding: 3rem 1rem; color: #64748b; }
.hc-cpl__empty i { font-size: 1.6rem; margin-bottom: .5rem; display: block; }
.hc-cpl__pager { display: flex; justify-content: space-between; align-items: center; padding: .7rem; margin-top: .75rem; gap: .5rem; flex-wrap: wrap; }
.hc-cpl__pager button { background: #fff; color: #334155; border: 1px solid #e2e8f0; }
.hc-cpl__pager button:disabled { opacity: .4; }
#hc-cpl-pages { display: flex; gap: .25rem; overflow-x: auto; max-width: 100%; -webkit-overflow-scrolling: touch; }
#hc-cpl-pages button { min-width: 1.8rem; height: 1.8rem; padding: 0; }
#hc-cpl-pages button.is-active { background: #f44336; color: #fff; border-color: #f44336; }
.hc-cpl-modal, .hc-cpl-drawer { position: fixed; inset: 0; background: rgba(15,23,42,.6); backdrop-filter: blur(4px); z-index: 10050; display: none; align-items: center; justify-content: center; padding: 1rem; }
.hc-cpl-modal.is-open, .hc-cpl-drawer.is-open { display: flex; }
.hc-cpl-modal__card, .hc-cpl-drawer__panel { background: #fff; border-radius: 10px; width: min(28rem, 100%); padding: 1.25rem; position: relative; }
.hc-cpl-modal__card { display: grid; gap: .75rem; }
.hc-cpl-modal__card label { display: grid; gap: .3rem; font-size: .75rem; font-weight: 700; color: #334155; }
.hc-cpl-modal__close, .hc-cpl-drawer__head button { position: absolute; left: 1rem; top: 1rem; border: 0; background: none; font-size: 1.15rem; cursor: pointer; color: #94a3b8; line-height: 1; z-index: 2; }
.hc-cpl-modal__close:hover { color: #475569; }
.hc-cpl-consult { overflow: hidden; padding: 1.5rem 1.5rem 1.25rem; box-shadow: 0 25px 50px rgba(15,23,42,.2); gap: 0; }
.hc-cpl-consult__bar { position: absolute; top: 0; right: 0; left: 0; height: .5rem; background: #f44336; }
.hc-cpl-consult__intro { text-align: center; margin: .35rem 0 1.1rem; }
.hc-cpl-consult__icon { width: 3rem; height: 3rem; margin: 0 auto .65rem; border-radius: 999px; background: #ffebee; color: #f44336; display: flex; align-items: center; justify-content: center; font-size: 1.25rem; }
.hc-cpl-consult__intro h3 { margin: 0 0 .35rem; font-size: 1rem; font-weight: 800; color: #0f172a; }
.hc-cpl-consult__intro p { margin: 0; font-size: .75rem; color: #64748b; line-height: 1.7; }
.hc-cpl-consult__form { display: grid; gap: .75rem; }
.hc-cpl-consult__ltr { text-align: left; }
.hc-cpl-consult__form button[type=submit] { width: 100%; margin-top: .25rem; box-shadow: 0 8px 16px rgba(244,67,54,.2); }
.hc-cpl-consult__foot { margin-top: 1rem; padding-top: .75rem; border-top: 1px solid #f1f5f9; display: flex; align-items: center; justify-content: space-between; gap: .75rem; font-size: .75rem; color: #475569; }
.hc-cpl-consult__phone { font-weight: 800; color: #e53935; text-decoration: none; direction: ltr; display: inline-flex; align-items: center; gap: .35rem; }
.hc-cpl-consult__phone:hover { color: #c62828; }
body.hc-cpl-modal-open { overflow: hidden; }

.hc-cpl-detail { width: min(32rem, 100%); padding: 1.5rem; box-shadow: 0 25px 50px rgba(15,23,42,.18); max-height: 90vh; overflow: auto; gap: 0; }
.hc-cpl-detail__head { display: flex; justify-content: space-between; align-items: flex-start; gap: 1rem; padding-bottom: .85rem; border-bottom: 1px solid #f1f5f9; margin-top: .15rem; }
.hc-cpl-detail__meta { min-width: 0; }
.hc-cpl-detail__badge { display: inline-block; background: #fee2e2; color: #dc2626; font-size: .65rem; font-weight: 800; padding: .15rem .5rem; border-radius: 3px; }
.hc-cpl-detail__title { margin: .4rem 0 0; font-size: 1.05rem; font-weight: 800; color: #0f172a; line-height: 1.5; }
.hc-cpl-detail__icon { color: #ef4444; font-size: 1.6rem; flex-shrink: 0; margin-left: 1.75rem; }
.hc-cpl-detail__rows { display: grid; }
.hc-cpl-detail__row { display: flex; justify-content: space-between; align-items: flex-start; gap: 1rem; padding: .7rem 0; border-bottom: 1px solid #f1f5f9; font-size: .8rem; }
.hc-cpl-detail__row:last-child { border-bottom: 0; }
.hc-cpl-detail__label { color: #64748b; }
.hc-cpl-detail__value { font-weight: 800; color: #0f172a; text-align: left; }
.hc-cpl-detail__value--ltr { direction: ltr; font-family: ui-monospace, monospace; }
.hc-cpl-detail__value--brand { color: #ef4444; }
.hc-cpl-detail__foot { margin-top: 1rem; background: #f8fafc; border-radius: 10px; padding: .9rem 1rem; display: flex; justify-content: space-between; align-items: center; gap: .75rem; }
.hc-cpl-detail__price-label { display: block; font-size: .65rem; color: #94a3b8; margin-bottom: .15rem; }
.hc-cpl-detail__price { font-size: .95rem; font-weight: 900; color: #0f172a; }
.hc-cpl-detail__add { background: #ef4444; color: #fff; border: 0; border-radius: 3px; padding: .65rem 1rem; font-size: .75rem; font-weight: 800; cursor: pointer; box-shadow: 0 8px 16px rgba(239,68,68,.22); white-space: nowrap; }
.hc-cpl-drawer { justify-content: flex-start; padding: 0; }
.hc-cpl-drawer__panel { height: 100%; max-width: 24rem; border-radius: 0; display: flex; flex-direction: column; }
.hc-cpl-drawer__head { background: #0f172a; color: #fff; padding: 1rem; }
.hc-cpl-drawer__head button { color: #fff; }
.hc-cpl-drawer__body { flex: 1; overflow: auto; padding: 1rem; display: grid; gap: .6rem; }
.hc-cpl-cart-item { border: 1px solid #e2e8f0; border-radius: 3px; padding: .75rem; display: flex; justify-content: space-between; gap: .5rem; font-size: .75rem; }
.hc-cpl-drawer__foot { padding: 1rem; border-top: 1px solid #e2e8f0; display: grid; gap: .6rem; }
.hc-cpl-drawer__actions { display: grid; grid-template-columns: 1fr 1fr; gap: .5rem; }
#hc-cpl-clear-cart { background: #e2e8f0; color: #334155; border: 0; border-radius: 3px; padding: .65rem; cursor: pointer; }
.hc-cpl-toast { position: fixed; bottom: 5.5rem; left: 50%; transform: translateX(-50%); background: #0f172a; color: #fff; padding: .6rem 1rem; border-radius: 3px; font-size: .75rem; z-index: 80; }
@media (max-width: 900px) {
	.hc-cpl__layout { grid-template-columns: 1fr; }
	.hc-cpl__filters { display: none; }
	.hc-cpl__grid { grid-template-columns: 1fr; }
	.hc-cpl__brand-sub { display: none; }
}
@media (max-width: 767px) {
	.hc-cpl__notice-inner {
		flex-wrap: wrap;
		justify-content: center;
	}
	.hc-cpl__notice-left {
		justify-content: center;
	}
	.hc-cpl__appbar-inner {
		flex-wrap: wrap;
	}
	.hc-cpl__brand {
		flex: 1 1 calc(100% - 3.5rem);
	}
	.hc-cpl__appbar-actions {
		margin-right: auto;
	}
	.hc-cpl__hero-btn {
		width: 100%;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		gap: .45rem;
	}
	.hc-cpl__controls {
		padding: .65rem;
	}
	.hc-cpl__view-tools {
		width: 100%;
		justify-content: space-between;
	}
}
