/*
 * Coinable.com PRI-FLY Commerce Suite 1.0.0
 * Release 8T1945 · TEST
 * Presentation only. WooCommerce, MINI BOSS and PRI-FLY 2.0 retain authority.
 */

:root {
	--cpfcs-bg: #020814;
	--cpfcs-bg-2: #071424;
	--cpfcs-panel: #091a30;
	--cpfcs-panel-2: #0c2038;
	--cpfcs-line: rgba(107, 159, 218, .26);
	--cpfcs-line-strong: rgba(91, 178, 255, .52);
	--cpfcs-text: #f6f9ff;
	--cpfcs-muted: #aabbd0;
	--cpfcs-blue: #1499ef;
	--cpfcs-cyan: #30d4f4;
	--cpfcs-purple: #9550f5;
	--cpfcs-violet: #d14bf0;
	--cpfcs-green: #56d77d;
	--cpfcs-gold: #f2b542;
	--cpfcs-danger: #ff5d65;
	--cpfcs-shadow: 0 24px 70px rgba(0, 0, 0, .36);
	--cpfcs-radius: 14px;
}

body.cpfcs-active {
	background:
		radial-gradient(circle at 72% 8%, rgba(30, 126, 225, .13), transparent 34%),
		radial-gradient(circle at 12% 82%, rgba(100, 67, 214, .12), transparent 31%),
		linear-gradient(180deg, var(--cpfcs-bg-2), var(--cpfcs-bg) 72%) !important;
	color: var(--cpfcs-text);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	-webkit-font-smoothing: antialiased;
}

body.cpfcs-active::before {
	content: "";
	position: fixed;
	inset: 0;
	z-index: -1;
	pointer-events: none;
	background-image: linear-gradient(rgba(2, 8, 20, .22), rgba(2, 8, 20, .44)), var(--cpfcs-deck-image, none);
	background-position: center;
	background-size: cover;
	opacity: .72;
}

body.cpfcs-active,
body.cpfcs-active * {
	box-sizing: border-box;
}

body.cpfcs-active :where(h1, h2, h3, h4, h5, h6, strong, b) {
	color: var(--cpfcs-text);
}

body.cpfcs-active :where(p, li, dd, dt, label, small) {
	color: var(--cpfcs-muted);
}

body.cpfcs-active a {
	color: var(--cpfcs-cyan);
}

body.cpfcs-active a:hover,
body.cpfcs-active a:focus-visible {
	color: #fff;
}

body.cpfcs-active :where(button, input, select, textarea, a) {
	font: inherit;
}

body.cpfcs-active :where(button, a, input, select, textarea):focus-visible {
	outline: 2px solid var(--cpfcs-cyan) !important;
	outline-offset: 3px;
}

/* Remove the theme frame only from suite-owned surfaces. */
body.cpfcs-frame-free :where(
	#page,
	.site,
	.site-content,
	#content,
	.content,
	.content-area,
	#primary,
	.site-main,
	main.site-main,
	.entry-content,
	.page-content,
	article.page,
	article.product
) {
	box-sizing: border-box;
	width: 100% !important;
	max-width: none !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

body.cpfcs-frame-free :where(#content, .site-content, #primary, .content-area, main.site-main) {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

body.cpfcs-frame-free :where(#secondary, .widget-area, aside.sidebar, .sidebar-main) {
	display: none !important;
}

body.cpfcs-frame-free :where(header.site-header, #masthead, .site-header, .main-header-bar-wrap, footer.site-footer, #colophon, .site-footer) {
	display: none !important;
}

body.cpfcs-frame-free #page,
body.cpfcs-frame-free .site {
	min-height: 100vh;
	padding-top: 45px !important;
	background: transparent !important;
	overflow: clip;
}

body.cpfcs-frame-free.admin-bar .cpfcs-utility {
	top: 32px;
}

/* Compact utility navigation; App Shell remains independently operational. */
.cpfcs-utility {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 99980;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	min-height: 45px;
	padding: 6px clamp(12px, 2.2vw, 34px);
	border-bottom: 1px solid var(--cpfcs-line);
	background: rgba(2, 8, 18, .9);
	box-shadow: 0 8px 24px rgba(0, 0, 0, .25);
	backdrop-filter: blur(18px);
}

.cpfcs-utility a {
	text-decoration: none !important;
}

.cpfcs-utility__brand {
	display: grid;
	gap: 0;
	min-width: max-content;
}

.cpfcs-utility__brand span {
	color: var(--cpfcs-cyan);
	font-size: 8px;
	font-weight: 950;
	letter-spacing: .16em;
}

.cpfcs-utility__brand b {
	font-size: 12px;
	letter-spacing: .045em;
}

.cpfcs-utility__links {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 6px;
	overflow-x: auto;
	scrollbar-width: none;
}

.cpfcs-utility__links::-webkit-scrollbar {
	display: none;
}

.cpfcs-utility__links > a {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	min-height: 30px;
	padding: 6px 10px;
	border: 1px solid transparent;
	border-radius: 7px;
	color: #c8d7e9 !important;
	font-size: 9px;
	font-weight: 900;
	letter-spacing: .06em;
	white-space: nowrap;
}

.cpfcs-utility__links > a:hover,
.cpfcs-utility__links > a[aria-current="page"] {
	border-color: var(--cpfcs-line-strong);
	background: rgba(20, 105, 191, .22);
	color: #fff !important;
}

.cpfcs-utility__links > a.is-prifly2 {
	border-color: rgba(48, 212, 244, .35);
	color: #8ee9ff !important;
}

.cpfcs-utility__links > a.is-prifly2 small {
	color: #6fa1c7;
	font-size: 7px;
	letter-spacing: .08em;
}

.cpfcs-utility__links > a.is-cart span {
	display: grid;
	place-items: center;
	min-width: 20px;
	height: 20px;
	padding: 0 5px;
	border-radius: 99px;
	background: linear-gradient(120deg, var(--cpfcs-blue), var(--cpfcs-purple));
	color: #fff;
	font-size: 8px;
}

/* Shared surface title language. */
.cpfcs-surface-title small,
.cpfcs-product-heading small,
.cpfcs-cart-manifest header small {
	display: block;
	margin-bottom: 5px;
	color: var(--cpfcs-cyan) !important;
	font-size: 9px;
	font-weight: 950;
	letter-spacing: .17em;
}

.cpfcs-surface-title h1,
.cpfcs-cart-manifest h2 {
	margin: 0;
	font-size: clamp(34px, 4vw, 64px);
	line-height: .95;
	letter-spacing: -.035em;
}

.cpfcs-surface-title p {
	margin: 8px 0 0;
	font-size: 13px;
}

/* SHOP */
body.cpfcs-shop .woocommerce,
body.cpfcs-shop main.site-main {
	width: 100%;
	max-width: none;
	padding: clamp(18px, 2.6vw, 44px) !important;
}

body.cpfcs-shop .woocommerce-products-header {
	display: none !important;
}

.cpfcs-shop-controls {
	display: grid;
	grid-template-columns: minmax(280px, .65fr) minmax(520px, 1.35fr);
	gap: 18px clamp(22px, 4vw, 70px);
	margin: 0 0 30px;
	padding: 0 0 25px;
	border-bottom: 1px solid var(--cpfcs-line);
}

.cpfcs-shop-filter {
	display: grid;
	align-content: end;
	gap: 10px;
}

.cpfcs-shop-filter__group {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.cpfcs-shop-filter button {
	min-height: 34px;
	padding: 7px 12px;
	border: 1px solid rgba(100, 145, 198, .28);
	border-radius: 8px;
	background: rgba(7, 22, 42, .72);
	color: #c9d8e9;
	font-size: 9px;
	font-weight: 900;
	letter-spacing: .035em;
	cursor: pointer;
}

.cpfcs-shop-filter button:hover,
.cpfcs-shop-filter button.is-active {
	border-color: rgba(67, 174, 255, .8);
	background: linear-gradient(105deg, rgba(15, 133, 221, .72), rgba(95, 68, 226, .66));
	box-shadow: 0 0 20px rgba(48, 120, 255, .16);
	color: #fff;
}

.cpfcs-shop-filter__group.is-sizes button {
	min-width: 48px;
}

.cpfcs-shop-paths {
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
}

.cpfcs-shop-paths a {
	display: grid;
	gap: 2px;
	min-height: 62px;
	padding: 12px 14px;
	border-left: 2px solid var(--cpfcs-blue);
	background: linear-gradient(90deg, rgba(12, 50, 89, .52), transparent);
	text-decoration: none !important;
}

.cpfcs-shop-paths a.is-prifly2 {
	border-left-color: var(--cpfcs-purple);
}

.cpfcs-shop-paths b {
	font-size: 11px;
	letter-spacing: .07em;
}

.cpfcs-shop-paths span {
	color: var(--cpfcs-muted);
	font-size: 10px;
}

body.cpfcs-shop .woocommerce-result-count,
body.cpfcs-shop .woocommerce-ordering {
	margin-bottom: 18px;
	color: var(--cpfcs-muted);
}

body.cpfcs-shop .woocommerce-ordering select {
	min-height: 40px;
	padding: 7px 35px 7px 11px;
	border: 1px solid var(--cpfcs-line);
	border-radius: 8px;
	background: #07182b;
	color: #fff;
}

.cpfcs-flight-lines {
	clear: both;
	display: grid;
	gap: 34px;
	width: 100%;
}

.cpfcs-flight-line {
	display: grid;
	gap: 14px;
}

.cpfcs-flight-line > header {
	display: flex;
	align-items: center;
	gap: 14px;
}

.cpfcs-flight-line > header::after {
	content: "";
	flex: 1;
	height: 1px;
	background: linear-gradient(90deg, rgba(38, 157, 243, .78), transparent);
}

.cpfcs-flight-line > header h2 {
	margin: 0;
	font-size: clamp(16px, 1.7vw, 24px);
	letter-spacing: -.012em;
}

body.cpfcs-shop ul.products,
body.cpfcs-shop ul.products.cpfcs-lane-grid {
	display: grid !important;
	grid-template-columns: repeat(6, minmax(140px, 1fr));
	gap: clamp(14px, 2vw, 30px) !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.cpfcs-shop ul.products::before,
body.cpfcs-shop ul.products::after {
	display: none !important;
}

body.cpfcs-shop ul.products li.product {
	position: relative;
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 0 14px !important;
	border: 0 !important;
	border-bottom: 1px solid rgba(103, 151, 207, .18) !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	transition: transform .18s ease, border-color .18s ease;
}

body.cpfcs-shop ul.products li.product:hover {
	transform: translateY(-4px);
	border-color: rgba(48, 212, 244, .55) !important;
}

body.cpfcs-shop ul.products li.product > a:first-child {
	display: block;
	text-decoration: none;
}

body.cpfcs-shop ul.products li.product img {
	width: 100% !important;
	aspect-ratio: 1;
	margin: 0 0 12px !important;
	object-fit: contain;
	border: 0;
	border-radius: 0;
	background: radial-gradient(circle, rgba(39, 75, 112, .28), transparent 66%) !important;
	filter: drop-shadow(0 18px 18px rgba(0, 0, 0, .28));
	transition: transform .22s ease, filter .22s ease;
}

body.cpfcs-shop ul.products li.product:hover img {
	transform: scale(1.045);
	filter: drop-shadow(0 20px 22px rgba(0, 0, 0, .4));
}

body.cpfcs-shop ul.products li.product .woocommerce-loop-product__title {
	min-height: 2.4em;
	margin: 0 !important;
	padding: 0 !important;
	color: #fff !important;
	font-size: 14px !important;
	line-height: 1.2;
}

.cpfcs-product-meta {
	display: flex;
	align-items: center;
	gap: 5px;
	margin-top: 6px;
}

.cpfcs-product-meta span {
	display: inline-flex;
	padding: 3px 5px;
	border: 1px solid rgba(100, 158, 220, .22);
	border-radius: 4px;
	color: #9fb6d1;
	font-size: 8px;
	font-weight: 850;
}

body.cpfcs-shop ul.products li.product .price {
	display: block;
	margin: 9px 0 0 !important;
	color: var(--cpfcs-gold) !important;
	font-size: 13px !important;
	font-weight: 900;
}

body.cpfcs-shop ul.products li.product .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 36px;
	margin: 11px 0 0 !important;
	padding: 7px 9px !important;
	border: 1px solid rgba(56, 160, 246, .46) !important;
	border-radius: 7px !important;
	background: rgba(8, 36, 67, .75) !important;
	color: #f6fbff !important;
	font-size: 9px !important;
	font-weight: 950 !important;
	letter-spacing: .04em;
}

body.cpfcs-shop ul.products li.product[hidden],
.cpfcs-flight-line[hidden] {
	display: none !important;
}

.cpfcs-filter-empty {
	padding: 24px 0;
	border-top: 1px solid var(--cpfcs-line);
	border-bottom: 1px solid var(--cpfcs-line);
	color: var(--cpfcs-muted);
	font-size: 13px;
}

/* PRODUCT PAGE */
body.cpfcs-product .woocommerce,
body.cpfcs-product main.site-main {
	width: 100%;
	max-width: none;
	padding: clamp(14px, 2.3vw, 38px) !important;
}

.cpfcs-product-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 18px;
	padding-bottom: 13px;
	border-bottom: 1px solid var(--cpfcs-line);
}

.cpfcs-product-heading strong {
	display: block;
	font-size: clamp(17px, 2vw, 27px);
}

.cpfcs-product-heading > a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 8px 12px;
	border: 1px solid var(--cpfcs-line-strong);
	border-radius: 7px;
	background: rgba(7, 30, 56, .66);
	color: #fff;
	font-size: 9px;
	font-weight: 900;
	letter-spacing: .055em;
	text-decoration: none;
}

body.cpfcs-product div.product {
	display: grid !important;
	grid-template-columns: minmax(380px, .88fr) minmax(540px, 1.12fr);
	gap: clamp(28px, 4vw, 76px);
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

body.cpfcs-product div.product::before,
body.cpfcs-product div.product::after {
	display: none !important;
}

body.cpfcs-product div.product .woocommerce-product-gallery,
body.cpfcs-product div.product .summary {
	float: none !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

body.cpfcs-product div.product .woocommerce-product-gallery {
	position: sticky !important;
	top: 68px;
	align-self: start;
	min-height: min(72vh, 820px);
	background: radial-gradient(circle at 50% 42%, rgba(41, 92, 139, .22), transparent 61%) !important;
}

body.cpfcs-product div.product .woocommerce-product-gallery img {
	max-height: min(68vh, 760px);
	object-fit: contain;
	background: transparent !important;
	filter: drop-shadow(0 28px 30px rgba(0, 0, 0, .38));
}

body.cpfcs-product div.product .flex-control-thumbs {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 16px !important;
}

body.cpfcs-product div.product .flex-control-thumbs li {
	float: none !important;
	width: 64px !important;
}

body.cpfcs-product div.product .flex-control-thumbs img {
	width: 64px !important;
	height: 64px !important;
	padding: 5px;
	border: 1px solid var(--cpfcs-line);
	border-radius: 8px;
	object-fit: contain;
}

body.cpfcs-product .product_title {
	margin: 0 0 7px !important;
	font-size: clamp(34px, 4vw, 62px) !important;
	line-height: .98 !important;
	letter-spacing: -.04em !important;
}

body.cpfcs-product .summary .price {
	margin: 8px 0 18px !important;
	color: #58bdff !important;
	font-size: clamp(25px, 3vw, 42px) !important;
	font-weight: 950 !important;
}

body.cpfcs-product .summary .woocommerce-product-details__short-description {
	max-width: 850px;
	color: var(--cpfcs-muted);
	font-size: 14px;
	line-height: 1.65;
}

body.cpfcs-product .coinable-prifly2-product-handoff {
	display: none !important;
}

body.cpfcs-product .woocommerce-tabs,
body.cpfcs-product .related.products,
body.cpfcs-product .upsells.products {
	grid-column: 1 / -1;
	width: 100%;
	margin-top: 40px;
	padding-top: 24px;
	border-top: 1px solid var(--cpfcs-line);
	background: transparent !important;
}

/* MINI BOSS + BUDGET TOOLS */
.cpfcs-tools {
	display: grid;
	grid-template-columns: minmax(260px, .82fr) minmax(320px, 1.18fr);
	gap: 0;
	margin: 22px 0 0;
	border-top: 1px solid var(--cpfcs-line);
	border-bottom: 1px solid var(--cpfcs-line);
	background: linear-gradient(90deg, rgba(6, 22, 42, .54), rgba(10, 26, 53, .32), transparent);
}

.cpfcs-mini-boss,
.cpfcs-budget-tools {
	display: grid;
	align-content: start;
	gap: 13px;
	padding: clamp(16px, 2vw, 26px);
}

.cpfcs-mini-boss {
	border-right: 1px solid var(--cpfcs-line);
}

.cpfcs-tool-title {
	display: flex;
	align-items: center;
	gap: 10px;
}

.cpfcs-tool-title > span {
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border: 1px solid rgba(185, 84, 255, .55);
	border-radius: 50%;
	background: rgba(119, 48, 173, .2);
	color: #de8cff;
	font-size: 10px;
	font-weight: 950;
}

.cpfcs-budget-tools .cpfcs-tool-title > span {
	border-color: rgba(47, 183, 255, .55);
	background: rgba(20, 119, 193, .2);
	color: #75ddff;
}

.cpfcs-tool-title small {
	display: block;
	color: #8399b4;
	font-size: 7px;
	font-weight: 900;
	letter-spacing: .12em;
}

.cpfcs-tool-title h2 {
	margin: 1px 0 0 !important;
	color: #d876ff !important;
	font-size: 16px !important;
	letter-spacing: .025em;
}

.cpfcs-budget-tools .cpfcs-tool-title h2 {
	color: #58bfff !important;
}

.cpfcs-field {
	display: grid;
	grid-template-columns: minmax(90px, .55fr) minmax(150px, 1fr);
	align-items: center;
	gap: 12px;
}

.cpfcs-field > span:first-child {
	color: #b8c9dd;
	font-size: 9px;
	font-weight: 900;
	letter-spacing: .055em;
}

.cpfcs-field input {
	width: 100%;
	min-height: 41px;
	padding: 8px 11px;
	border: 1px solid rgba(98, 148, 206, .32) !important;
	border-radius: 7px !important;
	background: rgba(3, 14, 29, .8) !important;
	color: #fff !important;
	font-size: 14px !important;
	font-weight: 800;
}

.cpfcs-stepper {
	display: grid;
	grid-template-columns: 38px minmax(80px, 1fr) 38px;
	border: 1px solid rgba(98, 148, 206, .32);
	border-radius: 7px;
	overflow: hidden;
}

.cpfcs-stepper input {
	border: 0 !important;
	border-radius: 0 !important;
	text-align: center;
	-moz-appearance: textfield;
}

.cpfcs-stepper input::-webkit-outer-spin-button,
.cpfcs-stepper input::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
}

.cpfcs-stepper button {
	border: 0;
	background: rgba(11, 37, 67, .9);
	color: #fff;
	font-size: 19px;
	cursor: pointer;
}

.cpfcs-stepper button:hover {
	background: rgba(35, 111, 178, .7);
}

.cpfcs-readout {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
	padding-top: 11px;
	border-top: 1px solid rgba(114, 155, 205, .15);
}

.cpfcs-readout.is-budget {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cpfcs-readout > span {
	display: grid;
	gap: 2px;
}

.cpfcs-readout small {
	color: #8398b2;
	font-size: 7px;
	font-weight: 900;
	letter-spacing: .06em;
}

.cpfcs-readout b,
.cpfcs-readout strong {
	font-size: clamp(16px, 1.7vw, 24px);
	line-height: 1.1;
}

.cpfcs-readout strong {
	color: #d46bff;
}

.cpfcs-readout.is-budget strong {
	color: #6cc8ff;
}

.cpfcs-readout em {
	color: #879cb3;
	font-size: 8px;
	font-style: normal;
}

.cpfcs-readout .woocommerce-Price-amount {
	color: inherit !important;
}

.cpfcs-budget-range {
	width: 100%;
	accent-color: var(--cpfcs-blue);
}

.cpfcs-budget-tools > p {
	margin: 0;
	color: #7f94ad;
	font-size: 9px;
}

.cpfcs-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 9px 14px;
	border: 1px solid rgba(120, 151, 255, .68);
	border-radius: 8px;
	background: linear-gradient(105deg, #168edc, #7650f3, #b142e3);
	box-shadow: 0 10px 24px rgba(75, 65, 214, .2);
	color: #fff !important;
	font-size: 9px;
	font-weight: 950;
	letter-spacing: .045em;
	text-align: center;
	text-decoration: none !important;
	cursor: pointer;
}

.cpfcs-button.is-mini {
	background: linear-gradient(105deg, #59247d, #8438ba, #b341e2);
}

.cpfcs-button.is-prifly2 {
	min-width: 190px;
	background: rgba(4, 20, 38, .7);
	border-color: rgba(48, 178, 255, .7);
	color: #7bddff !important;
}

.cpfcs-independent-path {
	grid-column: 1 / -1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 12px 16px;
	border-top: 1px solid var(--cpfcs-line);
	background: linear-gradient(90deg, rgba(11, 63, 107, .24), rgba(65, 33, 110, .18));
}

.cpfcs-independent-path > div {
	display: grid;
	gap: 2px;
}

.cpfcs-independent-path small {
	color: var(--cpfcs-cyan);
	font-size: 7px;
	font-weight: 950;
	letter-spacing: .12em;
}

.cpfcs-independent-path b {
	font-size: 10px;
	letter-spacing: .035em;
}

.cpfcs-tools.is-loading {
	opacity: .82;
}

.cpfcs-tools.is-loading [data-cpfcs-status]::before {
	content: "UPDATING · ";
	color: var(--cpfcs-cyan);
}

.cpfcs-tools.is-error [data-cpfcs-status] {
	color: #ff959b;
}

/* CART */
body.cpfcs-cart .woocommerce,
body.cpfcs-cart main.site-main,
body.cpfcs-cart .wp-block-woocommerce-cart {
	width: 100%;
	max-width: none;
	padding: clamp(16px, 2.5vw, 42px) !important;
}

body.cpfcs-cart .entry-title,
body.cpfcs-cart .wp-block-post-title {
	margin: 0 0 18px !important;
	font-size: clamp(38px, 4.5vw, 68px) !important;
	line-height: .95 !important;
	letter-spacing: -.04em !important;
}

.cpfcs-cart-manifest {
	margin: 0 0 18px;
	padding: 0 0 16px;
	border-bottom: 1px solid var(--cpfcs-line);
}

.cpfcs-cart-manifest header {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 18px;
}

.cpfcs-cart-manifest h2 {
	font-size: clamp(26px, 3vw, 46px);
}

.cpfcs-cart-manifest > p {
	max-width: 950px;
	margin: 9px 0 0;
	font-size: 11px;
	line-height: 1.5;
}

.cpfcs-source-counts {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 6px;
}

.cpfcs-source {
	display: inline-flex;
	align-items: center;
	width: max-content;
	margin: 0 7px 5px 0;
	padding: 4px 7px;
	border: 1px solid rgba(114, 154, 202, .34);
	border-radius: 5px;
	background: rgba(8, 26, 48, .76);
	color: #bdd0e5;
	font-size: 7px;
	font-weight: 950;
	letter-spacing: .08em;
	vertical-align: middle;
}

.cpfcs-source.is-mini-boss {
	border-color: rgba(203, 78, 244, .55);
	color: #df87ff;
}

.cpfcs-source.is-prifly2 {
	border-color: rgba(50, 189, 255, .62);
	color: #77ddff;
}

.cpfcs-source.is-configurator {
	border-color: rgba(242, 181, 66, .58);
	color: #f6d27c;
}

body.cpfcs-cart .woocommerce-cart-form,
body.cpfcs-cart .cart_totals,
body.cpfcs-cart .wc-block-cart-items,
body.cpfcs-cart .wc-block-cart__sidebar {
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

body.cpfcs-cart .wc-block-cart-items__row,
body.cpfcs-cart .wc-block-components-order-summary-item {
	border-bottom: 1px solid rgba(103, 151, 207, .2) !important;
	background: transparent !important;
}

body.cpfcs-cart .wc-block-components-product-name {
	color: #fff !important;
	font-size: clamp(14px, 1.5vw, 20px) !important;
	font-weight: 900 !important;
	text-decoration: none !important;
}

body.cpfcs-cart .woocommerce-cart-form {
	float: none !important;
	width: 100% !important;
}

body.cpfcs-cart table.shop_table {
	width: 100%;
	border: 0 !important;
	border-collapse: collapse !important;
	background: transparent !important;
}

body.cpfcs-cart table.shop_table thead th {
	padding: 9px 12px !important;
	border: 0 !important;
	border-bottom: 1px solid var(--cpfcs-line) !important;
	color: #849ab5 !important;
	font-size: 8px !important;
	font-weight: 900 !important;
	letter-spacing: .095em;
	text-transform: uppercase;
}

body.cpfcs-cart table.shop_table tbody td {
	padding: clamp(14px, 2vw, 24px) 12px !important;
	border: 0 !important;
	border-bottom: 1px solid rgba(103, 151, 207, .2) !important;
	background: transparent !important;
	color: #f5f8fc !important;
	vertical-align: top !important;
}

body.cpfcs-cart table.shop_table .product-thumbnail {
	width: clamp(100px, 12vw, 180px);
}

body.cpfcs-cart table.shop_table .product-thumbnail img {
	width: clamp(90px, 11vw, 160px) !important;
	height: auto !important;
	object-fit: contain;
	border: 0 !important;
	border-radius: 0 !important;
	background: radial-gradient(circle, rgba(39, 82, 127, .22), transparent 67%);
	filter: drop-shadow(0 16px 16px rgba(0, 0, 0, .3));
}

body.cpfcs-cart table.shop_table .product-name > a {
	color: #fff !important;
	font-size: clamp(14px, 1.5vw, 20px);
	font-weight: 900;
	text-decoration: none;
}

body.cpfcs-cart table.shop_table .quantity input.qty {
	min-height: 40px;
	border: 1px solid var(--cpfcs-line) !important;
	border-radius: 7px !important;
	background: #061529 !important;
	color: #fff !important;
}

body.cpfcs-cart table.shop_table .product-price,
body.cpfcs-cart table.shop_table .product-subtotal {
	color: #f8fbff !important;
	font-weight: 900;
}

body.cpfcs-cart .cart-collaterals {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(330px, .42fr);
	gap: 30px;
	width: 100%;
	margin-top: 24px;
}

body.cpfcs-cart .cart_totals {
	float: none !important;
	grid-column: 2;
	width: 100% !important;
	padding: 18px 0 !important;
	border-top: 1px solid var(--cpfcs-line) !important;
	border-bottom: 1px solid var(--cpfcs-line) !important;
}

body.cpfcs-cart .cart_totals h2 {
	font-size: 18px;
	letter-spacing: .03em;
}

body.cpfcs-cart .cart_totals table th,
body.cpfcs-cart .cart_totals table td {
	padding: 10px 0 !important;
	border: 0 !important;
	border-bottom: 1px solid rgba(109, 156, 209, .14) !important;
}

body.cpfcs-cart .wc-proceed-to-checkout a,
body.cpfcs-cart .wc-block-cart__submit-button {
	display: flex !important;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	border: 1px solid rgba(120, 160, 255, .7) !important;
	border-radius: 8px !important;
	background: linear-gradient(105deg, #138be4, #535ced, #874cf0) !important;
	box-shadow: 0 16px 35px rgba(51, 79, 224, .24) !important;
	color: #fff !important;
	font-size: 13px !important;
	font-weight: 950 !important;
	letter-spacing: .035em;
}

body.cpfcs-cart .prifly-cart-flight-card,
body.cpfcs-cart .prifly2-cart-edit-control a,
body.cpfcs-cart .prifly-cart-return-panel,
body.cpfcs-cart .prifly2-cart-return-panel {
	border-radius: 8px !important;
	box-shadow: none !important;
}

body.cpfcs-cart .cpfcs-tools {
	margin: 28px 0 0;
}

/* CUSTOM COIN CONFIGURATOR */
body.cpfcs-configurator .entry-header,
body.cpfcs-configurator .page-header {
	display: none !important;
}

body.cpfcs-configurator .entry-content,
body.cpfcs-configurator main.site-main {
	padding: 0 !important;
}

body.cpfcs-configurator .coinable-cc {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: clamp(18px, 2.7vw, 46px) !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

body.cpfcs-configurator .coinable-cc__hero,
body.cpfcs-configurator .coinable-cc__workspace,
body.cpfcs-configurator .coinable-cc__panel,
body.cpfcs-configurator .coinable-cc__summary,
body.cpfcs-configurator .coinable-cc__help {
	border-radius: 0 !important;
	box-shadow: none !important;
}

body.cpfcs-configurator .coinable-cc__hero {
	padding: 0 0 24px !important;
	border: 0 !important;
	border-bottom: 1px solid var(--cpfcs-line) !important;
	background: transparent !important;
}

body.cpfcs-configurator .coinable-cc__hero h1 {
	font-size: clamp(38px, 5vw, 76px) !important;
	line-height: .94 !important;
	letter-spacing: -.045em !important;
}

body.cpfcs-configurator .coinable-cc__trust {
	border: 0 !important;
	background: transparent !important;
}

body.cpfcs-configurator .coinable-cc__workspace {
	grid-template-columns: minmax(0, 1.55fr) minmax(320px, .45fr) !important;
	gap: clamp(22px, 3vw, 48px) !important;
	margin-top: 24px !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
}

body.cpfcs-configurator .coinable-cc__panel {
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
}

body.cpfcs-configurator .coinable-cc__size-grid {
	display: grid !important;
	grid-template-columns: repeat(6, minmax(130px, 1fr)) !important;
	gap: 14px !important;
}

body.cpfcs-configurator .coinable-cc__size-card {
	min-height: 220px !important;
	border: 0 !important;
	border-bottom: 1px solid rgba(99, 153, 214, .2) !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

body.cpfcs-configurator .coinable-cc__size-card:hover,
body.cpfcs-configurator .coinable-cc__size-card.is-selected {
	border-color: var(--cpfcs-cyan) !important;
	background: radial-gradient(circle at 50% 45%, rgba(22, 118, 205, .2), transparent 68%) !important;
	transform: translateY(-3px);
}

body.cpfcs-configurator .coinable-cc__size-card__media img {
	filter: drop-shadow(0 16px 18px rgba(0, 0, 0, .35));
}

body.cpfcs-configurator .coinable-cc__method-grid {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: clamp(16px, 2.5vw, 34px) !important;
}

body.cpfcs-configurator .coinable-cc__method-card {
	min-height: 250px !important;
	border: 1px solid rgba(43, 166, 255, .55) !important;
	border-radius: 12px !important;
	background: linear-gradient(140deg, rgba(7, 39, 73, .82), rgba(6, 20, 38, .4)) !important;
	box-shadow: 0 18px 42px rgba(0, 0, 0, .18) !important;
}

body.cpfcs-configurator .coinable-cc__method-card[data-cc-method="die-cast"] {
	border-color: rgba(199, 76, 242, .6) !important;
	background: linear-gradient(140deg, rgba(64, 25, 93, .64), rgba(6, 20, 38, .4)) !important;
}

body.cpfcs-configurator .coinable-cc__summary {
	position: sticky !important;
	top: 65px !important;
	padding: 18px !important;
	border: 0 !important;
	border-left: 1px solid var(--cpfcs-line) !important;
	background: linear-gradient(90deg, rgba(7, 24, 45, .68), transparent) !important;
}

body.cpfcs-configurator .coinable-cc__size-guide,
body.cpfcs-configurator .coinable-cc__help,
body.cpfcs-configurator .coinable-cc__contact {
	border: 0 !important;
	border-top: 1px solid var(--cpfcs-line) !important;
	background: transparent !important;
}

/* MINI BOSS theme bridge only. No layout/route/logic ownership. */
body.cpfcs-mini-boss {
	--pf-cyan: var(--cpfcs-cyan);
	--pf-blue: var(--cpfcs-blue);
	--pf-purple: var(--cpfcs-purple);
	--pf-gold: var(--cpfcs-gold);
}

body.cpfcs-mini-boss .prifly-body,
body.cpfcs-mini-boss .prifly-shell {
	background-image: linear-gradient(rgba(2, 8, 20, .38), rgba(2, 8, 20, .54)), var(--cpfcs-deck-image, none) !important;
	background-position: center !important;
	background-size: cover !important;
}

body.cpfcs-mini-boss :where(.prifly-panel, .prifly-side-card, .prifly-accordion, .prifly-budget-box, .prifly-quote-card) {
	border-radius: 10px !important;
	border-color: rgba(84, 147, 214, .35) !important;
}

body.cpfcs-mini-boss .prifly-btn:not(.ghost) {
	background: linear-gradient(105deg, var(--cpfcs-blue), var(--cpfcs-purple), var(--cpfcs-violet)) !important;
	color: #fff !important;
}

/* Notices and utility Woo elements. */
body.cpfcs-active :where(.woocommerce-message, .woocommerce-info, .woocommerce-error) {
	margin: 0 0 18px !important;
	padding: 13px 15px 13px 45px !important;
	border: 1px solid var(--cpfcs-line) !important;
	border-radius: 8px !important;
	background: rgba(7, 28, 52, .86) !important;
	color: #fff !important;
}

body.cpfcs-active .woocommerce-breadcrumb {
	margin: 0 0 15px !important;
	color: #8298b1 !important;
	font-size: 9px !important;
}

body.cpfcs-active .woocommerce-breadcrumb a {
	color: var(--cpfcs-cyan) !important;
}

@media (max-width: 1300px) {
	body.cpfcs-shop ul.products,
	body.cpfcs-shop ul.products.cpfcs-lane-grid {
		grid-template-columns: repeat(4, minmax(150px, 1fr));
	}

	body.cpfcs-configurator .coinable-cc__size-grid {
		grid-template-columns: repeat(4, minmax(135px, 1fr)) !important;
	}

	body.cpfcs-product div.product {
		grid-template-columns: minmax(340px, .75fr) minmax(480px, 1.25fr);
	}
}

@media (max-width: 1024px) {
	.cpfcs-shop-controls {
		grid-template-columns: 1fr;
	}

	.cpfcs-shop-paths {
		grid-template-columns: 1fr 1fr;
	}

	body.cpfcs-product div.product {
		grid-template-columns: 1fr;
	}

	body.cpfcs-product div.product .woocommerce-product-gallery {
		position: relative !important;
		top: auto;
		min-height: auto;
	}

	body.cpfcs-configurator .coinable-cc__workspace {
		grid-template-columns: 1fr !important;
	}

	body.cpfcs-configurator .coinable-cc__summary {
		position: relative !important;
		top: auto !important;
		border-top: 1px solid var(--cpfcs-line) !important;
		border-left: 0 !important;
	}

	body.cpfcs-cart .cart-collaterals {
		grid-template-columns: 1fr;
	}

	body.cpfcs-cart .cart_totals {
		grid-column: 1;
	}
}

@media (max-width: 782px) {
	body.cpfcs-frame-free.admin-bar .cpfcs-utility {
		top: 46px;
	}

	.cpfcs-utility {
		align-items: stretch;
		flex-direction: column;
		gap: 4px;
		min-height: 58px;
		padding: 6px 9px;
	}

	.cpfcs-utility__brand {
		display: none;
	}

	.cpfcs-utility__links {
		justify-content: flex-start;
	}

	body.cpfcs-frame-free #page,
	body.cpfcs-frame-free .site {
		padding-top: 48px !important;
	}

	body.cpfcs-shop ul.products,
	body.cpfcs-shop ul.products.cpfcs-lane-grid {
		grid-template-columns: repeat(2, minmax(130px, 1fr));
	}

	.cpfcs-shop-paths {
		grid-template-columns: 1fr;
	}

	.cpfcs-tools {
		grid-template-columns: 1fr;
	}

	.cpfcs-mini-boss {
		border-right: 0;
		border-bottom: 1px solid var(--cpfcs-line);
	}

	.cpfcs-independent-path {
		align-items: stretch;
		flex-direction: column;
	}

	body.cpfcs-configurator .coinable-cc__size-grid {
		grid-template-columns: repeat(2, minmax(130px, 1fr)) !important;
	}

	body.cpfcs-configurator .coinable-cc__method-grid {
		grid-template-columns: 1fr !important;
	}

	.cpfcs-cart-manifest header,
	.cpfcs-product-heading {
		align-items: stretch;
		flex-direction: column;
	}

	.cpfcs-source-counts {
		justify-content: flex-start;
	}

	body.cpfcs-cart table.shop_table thead {
		display: none;
	}

	body.cpfcs-cart table.shop_table,
	body.cpfcs-cart table.shop_table tbody,
	body.cpfcs-cart table.shop_table tr,
	body.cpfcs-cart table.shop_table td {
		display: block;
		width: 100% !important;
	}

	body.cpfcs-cart table.shop_table tr.cart_item {
		position: relative;
		display: grid;
		grid-template-columns: 92px 1fr;
		gap: 8px 13px;
		padding: 14px 0;
		border-bottom: 1px solid var(--cpfcs-line);
	}

	body.cpfcs-cart table.shop_table tbody td {
		padding: 4px 0 !important;
		border: 0 !important;
		text-align: left !important;
	}

	body.cpfcs-cart table.shop_table .product-remove {
		position: absolute;
		top: 8px;
		right: 0;
		z-index: 2;
		width: auto !important;
	}

	body.cpfcs-cart table.shop_table .product-thumbnail {
		grid-row: 1 / span 6;
		grid-column: 1;
	}

	body.cpfcs-cart table.shop_table .product-thumbnail img {
		width: 86px !important;
	}

	body.cpfcs-cart table.shop_table .product-name,
	body.cpfcs-cart table.shop_table .product-price,
	body.cpfcs-cart table.shop_table .product-quantity,
	body.cpfcs-cart table.shop_table .product-subtotal {
		grid-column: 2;
	}
}

@media (max-width: 520px) {
	body.cpfcs-shop .woocommerce,
	body.cpfcs-shop main.site-main,
	body.cpfcs-product .woocommerce,
	body.cpfcs-product main.site-main,
	body.cpfcs-cart .woocommerce,
	body.cpfcs-cart main.site-main,
	body.cpfcs-cart .wp-block-woocommerce-cart,
	body.cpfcs-configurator .coinable-cc {
		padding-right: 12px !important;
		padding-left: 12px !important;
	}

	.cpfcs-shop-filter__group.is-sizes {
		display: grid;
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.cpfcs-shop-filter__group.is-sizes button {
		min-width: 0;
		padding: 6px 4px;
	}

	body.cpfcs-shop ul.products,
	body.cpfcs-shop ul.products.cpfcs-lane-grid {
		grid-template-columns: 1fr 1fr;
		gap: 18px 11px !important;
	}

	body.cpfcs-configurator .coinable-cc__size-grid {
		grid-template-columns: 1fr 1fr !important;
		gap: 12px 9px !important;
	}

	.cpfcs-field {
		grid-template-columns: 1fr;
		gap: 5px;
	}

	.cpfcs-readout.is-budget {
		grid-template-columns: 1fr 1fr;
	}

	.cpfcs-readout.is-budget > span:last-child {
		grid-column: 1 / -1;
	}
}

@media (prefers-reduced-motion: reduce) {
	.cpfcs-active *,
	.cpfcs-active *::before,
	.cpfcs-active *::after {
		scroll-behavior: auto !important;
		transition: none !important;
		animation: none !important;
	}
}


/* v1.0.1 - true Cart breakout */
body.cpfcs-cart :where(.site-content>.container,.site-content .container,.content-area>.container,.ast-container,.site-container,.content-wrapper,.main-content,article.page,.entry-content,.wp-block-post-content){width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important;padding-left:0!important;padding-right:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}
body.cpfcs-cart .wp-block-woocommerce-cart.alignwide,body.cpfcs-cart .wp-block-woocommerce-cart{box-sizing:border-box!important;width:calc(100vw - 32px)!important;max-width:none!important;margin-left:calc(50% - 50vw + 16px)!important;margin-right:calc(50% - 50vw + 16px)!important;padding-left:clamp(16px,2.2vw,38px)!important;padding-right:clamp(16px,2.2vw,38px)!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}
body.cpfcs-cart :where(.wp-block-woocommerce-filled-cart-block,.wp-block-woocommerce-cart-items-block,.wp-block-woocommerce-cart-totals-block,.wp-block-woocommerce-cart-order-summary-block,.wc-block-cart,.wc-block-cart__main,.wc-block-cart__sidebar){border-radius:0!important;background:transparent!important;box-shadow:none!important}

/* v1.1.0 - centered Flight Plan comparison cards + single Checkout choice */
body.cpfcs-cart .cpfcs-cart-manifest,
body.cpfcs-cart .woocommerce-cart-form,
body.cpfcs-cart .cpfcs-tools[data-context="cart"] {
	box-sizing: border-box !important;
	width: min(100%, 1320px) !important;
	max-width: 1320px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

body.cpfcs-cart .cpfcs-cart-manifest {
	padding: 8px 10px 20px !important;
	text-align: center;
}

body.cpfcs-cart .cpfcs-cart-manifest header {
	display: block !important;
	text-align: center;
}

body.cpfcs-cart .cpfcs-cart-manifest header > div:first-child {
	display: grid;
	justify-items: center;
}

body.cpfcs-cart .cpfcs-cart-manifest h2 {
	margin: 3px 0 0 !important;
	line-height: 1 !important;
}

body.cpfcs-cart .cpfcs-cart-manifest > p {
	max-width: 820px !important;
	margin: 10px auto 0 !important;
	color: #9eb0c5;
	font-size: 12px;
	line-height: 1.55;
}

body.cpfcs-cart .cpfcs-source-counts {
	justify-content: center !important;
	margin-top: 10px;
}

body.cpfcs-cart .woocommerce-cart-form table.shop_table {
	display: block !important;
	width: 100% !important;
	border: 0 !important;
}

body.cpfcs-cart .woocommerce-cart-form table.shop_table > thead {
	display: none !important;
}

body.cpfcs-cart .woocommerce-cart-form table.shop_table > tbody {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(14px, 1.35vw, 22px);
	width: 100% !important;
	align-items: stretch;
}

body.cpfcs-cart .woocommerce-cart-form table.shop_table > tbody > tr.cart_item {
	position: relative !important;
	display: flex !important;
	flex-direction: column !important;
	min-width: 0 !important;
	min-height: 100% !important;
	padding: clamp(15px, 1.6vw, 22px) !important;
	border: 1px solid rgba(101, 143, 196, .26) !important;
	border-radius: 15px !important;
	background: linear-gradient(155deg, rgba(15, 29, 49, .94), rgba(15, 20, 37, .92)) !important;
	box-shadow: 0 15px 34px rgba(0, 0, 0, .16) !important;
	overflow: hidden;
	transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

body.cpfcs-cart .woocommerce-cart-form table.shop_table > tbody > tr.cart_item:hover {
	border-color: rgba(92, 159, 238, .5) !important;
	transform: translateY(-1px);
}

body.cpfcs-cart .woocommerce-cart-form table.shop_table > tbody > tr.cpfcs-flight-card.is-selected,
body.cpfcs-cart .woocommerce-cart-form table.shop_table > tbody > tr.cpfcs-flight-card:has(.cpfcs-flight-choice.is-selected) {
	border-color: rgba(103, 145, 255, .88) !important;
	background: linear-gradient(155deg, rgba(18, 43, 78, .97), rgba(33, 24, 67, .95)) !important;
	box-shadow: 0 0 0 1px rgba(104, 118, 255, .22), 0 20px 46px rgba(30, 72, 190, .22) !important;
}

body.cpfcs-cart .woocommerce-cart-form table.shop_table > tbody > tr.cart_item > td {
	display: block !important;
	box-sizing: border-box !important;
	width: 100% !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	text-align: left !important;
}

body.cpfcs-cart .woocommerce-cart-form table.shop_table > tbody > tr.cart_item .product-remove {
	position: absolute !important;
	top: 10px !important;
	right: 10px !important;
	z-index: 4;
	width: 30px !important;
	height: 30px !important;
	text-align: center !important;
}

body.cpfcs-cart .woocommerce-cart-form table.shop_table > tbody > tr.cart_item .product-remove a {
	display: grid !important;
	place-items: center;
	width: 30px !important;
	height: 30px !important;
	margin: 0 !important;
	border: 1px solid rgba(142, 167, 197, .28) !important;
	border-radius: 8px !important;
	background: rgba(3, 12, 25, .56) !important;
	color: #b9c7d7 !important;
	font-size: 17px !important;
	line-height: 1 !important;
}

body.cpfcs-cart .woocommerce-cart-form table.shop_table > tbody > tr.cart_item .product-thumbnail {
	order: 1;
	width: 100% !important;
	min-height: 92px;
	padding: 2px 34px 7px !important;
	text-align: center !important;
}

body.cpfcs-cart .woocommerce-cart-form table.shop_table > tbody > tr.cart_item .product-thumbnail a {
	display: inline-grid;
	place-items: center;
}

body.cpfcs-cart .woocommerce-cart-form table.shop_table > tbody > tr.cart_item .product-thumbnail img {
	width: clamp(78px, 7vw, 116px) !important;
	max-width: 116px !important;
	height: clamp(78px, 7vw, 116px) !important;
	object-fit: contain !important;
}

body.cpfcs-cart .woocommerce-cart-form table.shop_table > tbody > tr.cart_item .product-name {
	order: 2;
	display: flex !important;
	flex: 1 1 auto;
	flex-direction: column;
	min-width: 0 !important;
	padding: 0 !important;
}

body.cpfcs-cart .woocommerce-cart-form .product-name > .cpfcs-source {
	order: 0;
	align-self: center;
	margin: 0 auto 6px !important;
}

body.cpfcs-cart .woocommerce-cart-form .product-name > a,
body.cpfcs-cart .woocommerce-cart-form .product-name > strong,
body.cpfcs-cart .woocommerce-cart-form .product-name > .product-name {
	order: 1;
	align-self: center;
	max-width: calc(100% - 42px);
	margin: 0 auto 10px !important;
	text-align: center !important;
}

body.cpfcs-cart .woocommerce-cart-form .product-name > a {
	display: block !important;
	font-size: clamp(15px, 1.2vw, 18px) !important;
	line-height: 1.18 !important;
	word-break: break-word;
}

body.cpfcs-cart .woocommerce-cart-form .product-name dl.variation,
body.cpfcs-cart .woocommerce-cart-form .product-name .wc-item-meta,
body.cpfcs-cart .woocommerce-cart-form .product-name .prifly2-cart-meta-grid {
	order: 2;
	box-sizing: border-box;
	width: 100% !important;
	max-width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	text-align: left !important;
}

body.cpfcs-cart .woocommerce-cart-form .product-name dl.variation {
	display: grid !important;
	grid-template-columns: minmax(92px, .72fr) minmax(0, 1.28fr);
	gap: 4px 8px;
	margin-top: 4px !important;
	margin-bottom: 8px !important;
	font-size: 10px !important;
	line-height: 1.28 !important;
}

body.cpfcs-cart .woocommerce-cart-form .product-name dl.variation dt,
body.cpfcs-cart .woocommerce-cart-form .product-name dl.variation dd {
	float: none !important;
	clear: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.cpfcs-cart .woocommerce-cart-form .product-name dl.variation dt {
	color: #91a6bf !important;
	font-weight: 800 !important;
}

body.cpfcs-cart .woocommerce-cart-form .product-name dl.variation dd {
	color: #eef5fd !important;
	font-weight: 700 !important;
}

body.cpfcs-cart .woocommerce-cart-form .product-name .prifly2-cart-edit-control {
	order: 5;
	width: 100% !important;
	max-width: none !important;
	margin: 11px 0 0 !important;
}

body.cpfcs-cart .woocommerce-cart-form .product-name .prifly2-cart-edit-control a {
	box-sizing: border-box !important;
	width: 100% !important;
	min-height: 44px;
}

body.cpfcs-cart .woocommerce-cart-form tr.cpfcs-flight-card > .product-price,
body.cpfcs-cart .woocommerce-cart-form tr.cpfcs-flight-card > .product-quantity,
body.cpfcs-cart .woocommerce-cart-form tr.cpfcs-flight-card > .product-subtotal {
	display: none !important;
}

body.cpfcs-cart .woocommerce-cart-form tr.cart_item:not(.cpfcs-flight-card) > .product-price,
body.cpfcs-cart .woocommerce-cart-form tr.cart_item:not(.cpfcs-flight-card) > .product-quantity,
body.cpfcs-cart .woocommerce-cart-form tr.cart_item:not(.cpfcs-flight-card) > .product-subtotal {
	order: 3;
	margin-top: 8px;
	padding-top: 9px !important;
	border-top: 1px solid rgba(102, 145, 194, .14) !important;
	text-align: center !important;
}

.cpfcs-flight-choice {
	order: 4;
	width: 100%;
	margin-top: auto;
	padding-top: 13px;
}

.cpfcs-flight-metrics {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 7px;
	margin: 0 0 10px;
}

.cpfcs-flight-metrics > span {
	display: grid;
	align-content: center;
	justify-items: center;
	min-width: 0;
	min-height: 72px;
	padding: 8px 5px;
	border: 1px solid rgba(104, 148, 202, .18);
	border-radius: 9px;
	background: rgba(4, 16, 31, .52);
	text-align: center;
}

.cpfcs-flight-metrics small {
	margin-bottom: 3px;
	color: #8fa5be;
	font-size: 7px;
	font-weight: 950;
	letter-spacing: .09em;
}

.cpfcs-flight-metrics strong {
	max-width: 100%;
	color: #fff;
	font-size: clamp(16px, 1.25vw, 21px);
	font-weight: 950;
	line-height: 1.05;
	white-space: nowrap;
}

.cpfcs-flight-metrics em {
	margin-top: 2px;
	color: #8ca5c0;
	font-size: 7px;
	font-style: normal;
	font-weight: 900;
	letter-spacing: .08em;
}

.cpfcs-flight-select {
	display: grid;
	grid-template-columns: 28px minmax(0, 1fr);
	gap: 10px;
	align-items: center;
	box-sizing: border-box;
	width: 100%;
	min-height: 54px;
	padding: 9px 11px;
	border: 1px solid rgba(94, 154, 225, .45);
	border-radius: 10px;
	background: linear-gradient(120deg, rgba(20, 78, 143, .36), rgba(78, 47, 151, .28));
	color: #fff;
	font: inherit;
	text-align: left;
	cursor: pointer;
}

.cpfcs-flight-select:hover,
.cpfcs-flight-select:focus-visible {
	border-color: rgba(111, 181, 255, .85);
	outline: 0;
	box-shadow: 0 0 0 2px rgba(72, 129, 255, .16);
}

.cpfcs-flight-choice.is-selected .cpfcs-flight-select {
	border-color: rgba(109, 151, 255, .95);
	background: linear-gradient(110deg, rgba(24, 119, 198, .6), rgba(83, 58, 202, .57));
	box-shadow: 0 8px 22px rgba(42, 74, 188, .18);
}

.cpfcs-flight-select__mark {
	display: grid;
	place-items: center;
	width: 27px;
	height: 27px;
	border: 2px solid #7894b7;
	border-radius: 50%;
	background: rgba(3, 13, 27, .65);
	color: #fff;
	font-size: 14px;
	font-weight: 950;
}

.cpfcs-flight-choice.is-selected .cpfcs-flight-select__mark {
	border-color: #9cb9ff;
	background: #2f68db;
}

.cpfcs-flight-select__copy {
	display: grid;
	gap: 2px;
	min-width: 0;
}

.cpfcs-flight-select__copy b {
	font-size: 10px;
	font-weight: 950;
	letter-spacing: .045em;
}

.cpfcs-flight-select__copy small {
	color: #a9bdd2;
	font-size: 8px;
	line-height: 1.25;
}

.cpfcs-flight-select__status {
	min-height: 0;
	margin-top: 4px;
	color: #92b7e2;
	font-size: 8px;
	text-align: center;
}

.cpfcs-flight-choice.is-loading {
	opacity: .72;
	pointer-events: none;
}

body.cpfcs-cart .woocommerce-cart-form table.shop_table > tbody > tr:not(.cart_item) {
	grid-column: 1 / -1;
	display: block !important;
	width: 100% !important;
}

body.cpfcs-cart .woocommerce-cart-form table.shop_table > tbody > tr:not(.cart_item) > td {
	display: block !important;
	width: 100% !important;
	padding: 12px 0 !important;
	border: 0 !important;
}

body.cpfcs-cart .cart-collaterals {
	display: block !important;
	box-sizing: border-box !important;
	width: min(100%, 720px) !important;
	max-width: 720px !important;
	margin: 28px auto 0 !important;
}

body.cpfcs-cart .cart_totals {
	box-sizing: border-box !important;
	width: 100% !important;
	max-width: 720px !important;
	margin: 0 auto !important;
	padding: 18px 0 0 !important;
}

.cpfcs-selected-flight-summary {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 5px 16px;
	align-items: center;
	margin: 8px 0 13px;
	padding: 14px 15px;
	border: 1px solid rgba(105, 151, 211, .33);
	border-radius: 11px;
	background: rgba(7, 21, 40, .64);
}

.cpfcs-selected-flight-summary small {
	grid-column: 1 / -1;
	color: #879db7;
	font-size: 8px;
	font-weight: 950;
	letter-spacing: .095em;
}

.cpfcs-selected-flight-summary b {
	color: #fff;
	font-size: 14px;
	font-weight: 900;
}

.cpfcs-selected-flight-summary strong {
	color: #fff;
	font-size: clamp(20px, 2vw, 28px);
	font-weight: 950;
	white-space: nowrap;
}

.cpfcs-selected-flight-summary span {
	grid-column: 1 / -1;
	color: #98aec6;
	font-size: 9px;
	line-height: 1.35;
}

body.cpfcs-cart.cpfcs-flight-comparison-active .cart_totals table .cart-subtotal,
body.cpfcs-cart.cpfcs-flight-comparison-active .cart_totals table .order-total {
	display: none !important;
}

body.cpfcs-cart .wc-proceed-to-checkout a.cpfcs-checkout-disabled,
body.cpfcs-cart .wc-block-cart__submit-button.cpfcs-checkout-disabled {
	pointer-events: none !important;
	opacity: .44 !important;
	filter: saturate(.55);
	box-shadow: none !important;
}

@media (max-width: 1080px) {
	body.cpfcs-cart .woocommerce-cart-form table.shop_table > tbody {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 700px) {
	body.cpfcs-cart .cpfcs-cart-manifest,
	body.cpfcs-cart .woocommerce-cart-form,
	body.cpfcs-cart .cpfcs-tools[data-context="cart"] {
		width: 100% !important;
	}

	body.cpfcs-cart .woocommerce-cart-form table.shop_table > tbody {
		grid-template-columns: minmax(0, 1fr);
		gap: 12px;
	}

	body.cpfcs-cart .woocommerce-cart-form table.shop_table > tbody > tr.cart_item {
		padding: 14px !important;
	}

	body.cpfcs-cart .woocommerce-cart-form table.shop_table > tbody > tr.cart_item .product-thumbnail {
		min-height: 76px;
		padding-top: 0 !important;
	}

	body.cpfcs-cart .woocommerce-cart-form table.shop_table > tbody > tr.cart_item .product-thumbnail img {
		width: 84px !important;
		height: 84px !important;
	}

	.cpfcs-flight-metrics {
		gap: 5px;
	}

	.cpfcs-flight-metrics > span {
		min-height: 65px;
		padding: 7px 3px;
	}

	.cpfcs-flight-metrics strong {
		font-size: 16px;
	}

	.cpfcs-selected-flight-summary {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.cpfcs-selected-flight-summary strong,
	.cpfcs-selected-flight-summary span,
	.cpfcs-selected-flight-summary small {
		grid-column: 1;
	}
}


/* v1.2.0 - PRI-FLY 2.0 Cart polish, coupon suppression, and card view switcher */
body.cpfcs-cart .woocommerce-cart-form .coupon,
body.cpfcs-cart .woocommerce-form-coupon-toggle,
body.cpfcs-cart .wc-block-components-totals-coupon,
body.cpfcs-cart .wp-block-woocommerce-cart-order-summary-coupon-form-block {
	display: none !important;
}

body.cpfcs-cart-prifly-theme .cpfcs-cart-manifest h2 {
	background: linear-gradient(90deg, #ffffff, #d9ecff 45%, #ba9cff);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent !important;
}

body.cpfcs-cart-prifly-theme .woocommerce-cart-form table.shop_table > tbody > tr.cart_item {
	isolation: isolate;
	border-color: rgba(106,149,212,.32) !important;
	border-radius: 18px !important;
	background: linear-gradient(160deg, rgba(11,25,46,.97), rgba(12,20,37,.96) 48%, rgba(22,18,45,.98)) !important;
	box-shadow: 0 22px 48px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.05) !important;
}

body.cpfcs-cart-prifly-theme .woocommerce-cart-form table.shop_table > tbody > tr.cart_item::before {
	content: "";
	position: absolute;
	inset: 0 0 auto 0;
	height: 120px;
	background: radial-gradient(circle at top center, rgba(57,177,255,.18), transparent 60%);
	pointer-events: none;
}

body.cpfcs-cart-prifly-theme .woocommerce-cart-form table.shop_table > tbody > tr.cpfcs-flight-card.is-selected,
body.cpfcs-cart-prifly-theme .woocommerce-cart-form table.shop_table > tbody > tr.cpfcs-flight-card:has(.cpfcs-flight-choice.is-selected) {
	border-color: rgba(118,154,255,.96) !important;
	background: linear-gradient(160deg, rgba(13,43,79,.98), rgba(20,31,58,.98) 52%, rgba(39,22,80,.98)) !important;
	box-shadow: 0 0 0 1px rgba(113,143,255,.24), 0 28px 60px rgba(25,73,188,.28) !important;
}

body.cpfcs-cart-prifly-theme .woocommerce-cart-form table.shop_table > tbody > tr.cpfcs-flight-card.is-selected::after,
body.cpfcs-cart-prifly-theme .woocommerce-cart-form table.shop_table > tbody > tr.cpfcs-flight-card:has(.cpfcs-flight-choice.is-selected)::after {
	content: "SELECTED FOR CHECKOUT";
	position: absolute;
	top: 14px;
	left: 14px;
	z-index: 3;
	padding: 6px 10px;
	border: 1px solid rgba(130,183,255,.46);
	border-radius: 999px;
	background: linear-gradient(135deg, rgba(19,147,235,.26), rgba(114,74,242,.28));
	color: #f6fbff;
	font-size: 9px;
	font-weight: 950;
	letter-spacing: .11em;
}

body.cpfcs-cart-prifly-theme .woocommerce-cart-form .product-name dl.variation {
	padding: 12px !important;
	border: 1px solid rgba(107,149,204,.16);
	border-radius: 12px;
	background: linear-gradient(180deg, rgba(4,16,31,.56), rgba(7,17,33,.32));
}

body.cpfcs-cart-prifly-theme .woocommerce-cart-form .product-name dl.variation dt {
	color: #7fd7f5 !important;
	font-size: 9px !important;
	font-weight: 950 !important;
	letter-spacing: .08em;
	text-transform: uppercase;
}

body.cpfcs-cart-prifly-theme .woocommerce-cart-form .product-name dl.variation dd {
	color: #edf5ff !important;
	font-size: 10px !important;
	font-weight: 800 !important;
}

body.cpfcs-cart-prifly-theme .cpfcs-flight-metrics > span {
	min-height: 84px;
	border-color: rgba(99,156,225,.24);
	border-radius: 12px;
	background: linear-gradient(180deg, rgba(9,26,47,.92), rgba(6,19,36,.82));
	box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
}

body.cpfcs-cart-prifly-theme .cpfcs-flight-metrics small { color: #7fd5f3; font-size: 8px; letter-spacing: .12em; }
body.cpfcs-cart-prifly-theme .cpfcs-flight-metrics strong { font-size: clamp(17px,1.35vw,23px); letter-spacing: -.03em; }
body.cpfcs-cart-prifly-theme .cpfcs-flight-select {
	min-height: 60px;
	border-color: rgba(98,164,236,.50);
	border-radius: 12px;
	background: linear-gradient(120deg, rgba(18,92,165,.36), rgba(93,54,180,.30));
	box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
}
body.cpfcs-cart-prifly-theme .cpfcs-flight-choice.is-selected .cpfcs-flight-select {
	border-color: rgba(130,171,255,.94);
	background: linear-gradient(120deg, rgba(27,122,204,.66), rgba(112,71,233,.58));
	box-shadow: 0 12px 28px rgba(45,82,190,.20), inset 0 1px 0 rgba(255,255,255,.08);
}
body.cpfcs-cart-prifly-theme .woocommerce-cart-form .product-name .prifly2-cart-edit-control a {
	border: 1px solid rgba(94,149,226,.34) !important;
	border-radius: 12px !important;
	background: linear-gradient(135deg, rgba(13,59,105,.82), rgba(64,48,145,.82)) !important;
	color: #f8fbff !important;
	font-weight: 950 !important;
	letter-spacing: .08em;
	text-transform: uppercase;
}
body.cpfcs-cart-prifly-theme .cart_totals {
	padding: 22px !important;
	border: 1px solid rgba(104,146,205,.24);
	border-radius: 18px !important;
	background: linear-gradient(165deg, rgba(9,24,45,.96), rgba(11,17,33,.96)) !important;
	box-shadow: 0 24px 54px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.04);
}
body.cpfcs-cart-prifly-theme .cpfcs-selected-flight-summary {
	padding: 16px 18px;
	border-color: rgba(110,156,220,.36);
	border-radius: 14px;
	background: linear-gradient(160deg, rgba(8,22,43,.84), rgba(19,24,46,.75));
}
body.cpfcs-cart-prifly-theme .wc-proceed-to-checkout a {
	min-height: 58px;
	border-color: rgba(113,159,239,.42) !important;
	border-radius: 14px !important;
	background: linear-gradient(90deg, #2f86ff 0%, #4f69f4 48%, #7b50f2 100%) !important;
	box-shadow: 0 18px 36px rgba(40,75,188,.22), inset 0 1px 0 rgba(255,255,255,.14);
	font-size: 11px !important;
	font-weight: 950 !important;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.cpfcs-card-view-switcher {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	flex-wrap: wrap;
	margin: 16px auto 0;
}
.cpfcs-card-view-switcher[hidden] { display: none !important; }
.cpfcs-card-view-switcher__modes,
.cpfcs-card-view-switcher__nav {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	padding: 5px;
	border: 1px solid rgba(99,150,215,.25);
	border-radius: 12px;
	background: rgba(3,15,29,.62);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
}
.cpfcs-card-view-switcher__nav[hidden] { display: none !important; }
.cpfcs-card-view-switcher button {
	min-height: 34px;
	padding: 7px 11px;
	border: 1px solid transparent;
	border-radius: 8px;
	background: transparent;
	color: #a9bdd3;
	font-size: 9px;
	font-weight: 950;
	letter-spacing: .09em;
	cursor: pointer;
}
.cpfcs-card-view-switcher button:hover,
.cpfcs-card-view-switcher button.is-active,
.cpfcs-card-view-switcher button[aria-pressed="true"] {
	border-color: rgba(104,168,244,.48);
	background: linear-gradient(120deg, rgba(22,101,177,.50), rgba(91,57,179,.42));
	color: #fff;
}
.cpfcs-card-view-switcher__nav span {
	min-width: 48px;
	color: #d9e7f7;
	font-size: 9px;
	font-weight: 900;
	text-align: center;
}

body.cpfcs-cart-view-single .woocommerce-cart-form table.shop_table > tbody {
	grid-template-columns: minmax(0, 560px) !important;
	justify-content: center;
}
body.cpfcs-cart-view-single .woocommerce-cart-form table.shop_table > tbody > tr.cpfcs-flight-card {
	display: none !important;
}
body.cpfcs-cart-view-single .woocommerce-cart-form table.shop_table > tbody > tr.cpfcs-flight-card.is-single-active {
	display: flex !important;
}

@media (max-width: 700px) {
	.cpfcs-card-view-switcher { gap: 7px; }
	.cpfcs-card-view-switcher__modes { width: 100%; justify-content: center; }
	body.cpfcs-cart-prifly-theme .woocommerce-cart-form table.shop_table > tbody > tr.cpfcs-flight-card.is-selected::after,
	body.cpfcs-cart-prifly-theme .woocommerce-cart-form table.shop_table > tbody > tr.cpfcs-flight-card:has(.cpfcs-flight-choice.is-selected)::after {
		position: static;
		display: inline-block;
		align-self: flex-start;
		margin: 0 0 10px;
	}
}
