/**
 * Custom Challenge-Coins.com Badges
 * Antique-metal 3D product medallions and image controls.
 */

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.single-product div.product {
	position: relative;
}

/* Give every catalog product card a softer 10px frame. */
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	overflow: hidden;
	border-radius: 10px !important;
}

.woocommerce ul.products li.product > a.woocommerce-LoopProduct-link,
.woocommerce-page ul.products li.product > a.woocommerce-LoopProduct-link,
.woocommerce ul.products li.product .cccb-gallery-stage,
.woocommerce-page ul.products li.product .cccb-gallery-stage,
.woocommerce ul.products li.product .acoplw-badge,
.woocommerce-page ul.products li.product .acoplw-badge,
.woocommerce ul.products li.product img.attachment-woocommerce_thumbnail,
.woocommerce-page ul.products li.product img.attachment-woocommerce_thumbnail {
	border-radius: 10px 10px 0 0;
}

.cccb-badge-layer {
	position: absolute;
	z-index: 30;
	top: 9px;
	left: 9px;
	right: 9px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	box-sizing: border-box;
	pointer-events: none;
	line-height: 1;
}

.cccb-badge {
	position: relative;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	flex: 0 0 54px;
	flex-direction: column;
	width: 54px;
	height: 54px;
	min-width: 54px;
	min-height: 54px;
	margin: 0 !important;
	padding: 6px;
	overflow: hidden;
	box-sizing: border-box;
	border: 2px solid;
	border-radius: 50%;
	font-family: "Montserrat", "Open Sans", Arial, sans-serif;
	font-style: normal;
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: normal;
	transform: translateZ(0);
	-webkit-backdrop-filter: blur(0.6px) saturate(0.9);
	backdrop-filter: blur(0.6px) saturate(0.9);
}

.cccb-badge::before {
	position: absolute;
	inset: 3px;
	z-index: 1;
	border: 1px solid rgba(255, 255, 255, 0.38);
	border-radius: inherit;
	box-shadow:
		inset 1px 1px 2px rgba(255, 255, 255, 0.4),
		inset -1px -1px 2px rgba(0, 0, 0, 0.38);
	content: "";
}

.cccb-badge::after {
	position: absolute;
	top: 4px;
	left: 9px;
	z-index: 1;
	width: 23px;
	height: 9px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.25);
	filter: blur(1px);
	content: "";
	transform: rotate(-24deg);
}

.cccb-badge__icon,
.cccb-badge__label {
	position: relative;
	z-index: 2;
	display: block;
}

.cccb-badge__icon {
	margin: -1px 0 1px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 16px;
	font-weight: 900;
	line-height: 0.85;
}

.cccb-badge__label {
	max-width: 43px;
	font-size: 7px;
	font-weight: 900;
	line-height: 1.05;
	letter-spacing: 0.1px;
}

/* Antique bronze PRE-SALE medallion. */
.cccb-badge--presale {
	border-color: rgba(211, 161, 113, 0.86) !important;
	background:
		radial-gradient(circle at 30% 22%, rgba(255, 225, 184, 0.67) 0 5%, transparent 12%),
		linear-gradient(145deg, rgba(62, 36, 21, 0.82) 0%, rgba(183, 119, 66, 0.76) 18%, rgba(106, 61, 35, 0.79) 36%, rgba(207, 149, 100, 0.74) 54%, rgba(123, 71, 40, 0.8) 72%, rgba(50, 29, 18, 0.84) 100%) !important;
	box-shadow:
		inset 3px 3px 5px rgba(255, 221, 180, 0.38),
		inset -4px -4px 7px rgba(34, 18, 9, 0.72),
		0 3px 8px rgba(23, 32, 51, 0.34),
		0 1px 0 #2a170d;
	color: #fff1dd !important;
	-webkit-text-fill-color: #fff1dd !important;
	text-shadow: 0 1px 1px #2c170c, 0 -1px 0 rgba(255, 220, 179, 0.3);
}

/* Antique gold NEW ARRIVALS medallion. */
.cccb-badge--new {
	border-color: rgba(234, 209, 132, 0.88) !important;
	background:
		radial-gradient(circle at 30% 22%, rgba(255, 249, 190, 0.72) 0 5%, transparent 12%),
		linear-gradient(145deg, rgba(87, 64, 15, 0.82) 0%, rgba(211, 173, 79, 0.76) 18%, rgba(130, 96, 27, 0.79) 35%, rgba(239, 215, 124, 0.72) 54%, rgba(156, 118, 39, 0.78) 72%, rgba(64, 48, 13, 0.84) 100%) !important;
	box-shadow:
		inset 3px 3px 5px rgba(255, 244, 183, 0.48),
		inset -4px -4px 7px rgba(50, 34, 5, 0.68),
		0 3px 8px rgba(23, 32, 51, 0.34),
		0 1px 0 #3b2b08;
	color: #2f2209 !important;
	-webkit-text-fill-color: #2f2209 !important;
	text-shadow: 0 1px 0 rgba(255, 238, 159, 0.65), 0 -1px 0 rgba(59, 39, 4, 0.45);
}

.cccb-badge--new .cccb-badge__label {
	font-size: 6.5px;
}

/* Antique silver SALE medallion. */
.cccb-badge--sale {
	margin-left: auto !important;
	border-color: rgba(238, 240, 242, 0.88) !important;
	background:
		radial-gradient(circle at 30% 22%, rgba(255, 255, 255, 0.75) 0 5%, transparent 12%),
		linear-gradient(145deg, rgba(85, 90, 96, 0.8) 0%, rgba(200, 203, 208, 0.73) 18%, rgba(133, 137, 142, 0.76) 35%, rgba(236, 238, 240, 0.7) 54%, rgba(155, 160, 166, 0.75) 72%, rgba(69, 73, 78, 0.82) 100%) !important;
	box-shadow:
		inset 3px 3px 5px rgba(255, 255, 255, 0.62),
		inset -4px -4px 7px rgba(45, 48, 52, 0.62),
		0 3px 8px rgba(23, 32, 51, 0.34),
		0 1px 0 #35383c;
	color: #202327 !important;
	-webkit-text-fill-color: #202327 !important;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75), 0 -1px 0 rgba(36, 38, 41, 0.42);
}

.cccb-badge--sale .cccb-badge__icon {
	font-family: "Montserrat", "Open Sans", Arial, sans-serif;
	font-size: 15px;
}

.cccb-badge--sale .cccb-badge__label {
	font-size: 8px;
}

/**
 * Featured collection navigation.
 * These selectors restyle the existing challenge-coins-featured-showcases
 * navigation wherever it appears without creating a duplicate menu.
 */
.ccfs-nav {
	gap: 12px !important;
}

.ccfs-nav .ccfs-nav-link {
	position: relative;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 13px !important;
	min-height: 76px !important;
	padding: 10px 16px !important;
	overflow: hidden;
	box-sizing: border-box;
	border: 1px solid rgba(212, 166, 75, 0.74) !important;
	border-radius: 10px !important;
	background:
		radial-gradient(circle at 22% 18%, rgba(35, 100, 176, 0.22), transparent 34%),
		linear-gradient(145deg, rgba(23, 51, 83, 0.96), rgba(11, 29, 49, 0.96)) !important;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.1),
		inset 0 -2px 4px rgba(0, 0, 0, 0.25),
		0 4px 10px rgba(23, 32, 51, 0.22) !important;
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff !important;
	text-decoration: none !important;
	transition: transform 150ms ease, border-color 150ms ease, filter 150ms ease;
}

.ccfs-nav .ccfs-nav-link::after {
	position: absolute;
	top: 0;
	left: -35%;
	width: 32%;
	height: 100%;
	background: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.08), transparent);
	content: "";
	transform: skewX(-16deg);
	transition: left 320ms ease;
}

.ccfs-nav .ccfs-nav-link:hover,
.ccfs-nav .ccfs-nav-link:focus-visible {
	border-color: rgba(241, 209, 127, 0.96) !important;
	background:
		radial-gradient(circle at 22% 18%, rgba(35, 100, 176, 0.32), transparent 36%),
		linear-gradient(145deg, rgba(29, 67, 103, 0.98), rgba(13, 36, 59, 0.98)) !important;
	filter: brightness(1.06);
	outline: 3px solid rgba(35, 100, 176, 0.2);
	outline-offset: 2px;
	transform: translateY(-2px);
}

.ccfs-nav .ccfs-nav-link:hover::after,
.ccfs-nav .ccfs-nav-link:focus-visible::after {
	left: 110%;
}

.ccfs-nav .ccfs-nav-icon {
	position: relative;
	z-index: 2;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	flex: 0 0 54px;
	width: 54px;
	height: 54px;
	margin: 0 !important;
	box-sizing: border-box;
	border: 2px solid;
	border-radius: 50%;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 22px !important;
	font-weight: 900;
	line-height: 1;
	box-shadow:
		inset 3px 3px 5px rgba(255, 255, 255, 0.42),
		inset -4px -4px 7px rgba(0, 0, 0, 0.58),
		0 3px 8px rgba(0, 0, 0, 0.35);
	-webkit-backdrop-filter: blur(0.6px) saturate(0.9);
	backdrop-filter: blur(0.6px) saturate(0.9);
}

.ccfs-nav .ccfs-nav-icon::before {
	position: absolute;
	inset: 3px;
	border: 1px solid rgba(255, 255, 255, 0.36);
	border-radius: inherit;
	box-shadow:
		inset 1px 1px 2px rgba(255, 255, 255, 0.38),
		inset -1px -1px 2px rgba(0, 0, 0, 0.34);
	content: "";
}

.ccfs-nav .ccfs-nav-icon::after {
	position: absolute;
	top: 5px;
	left: 9px;
	width: 23px;
	height: 8px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.24);
	filter: blur(1px);
	content: "";
	transform: rotate(-24deg);
}

/* Antique bronze PRE-SALE navigation badge. */
.ccfs-nav .ccfs-pre-sale .ccfs-nav-icon {
	border-color: rgba(211, 161, 113, 0.86) !important;
	background:
		radial-gradient(circle at 30% 22%, rgba(255, 225, 184, 0.67) 0 5%, transparent 12%),
		linear-gradient(145deg, rgba(62, 36, 21, 0.82) 0%, rgba(183, 119, 66, 0.76) 18%, rgba(106, 61, 35, 0.79) 36%, rgba(207, 149, 100, 0.74) 54%, rgba(123, 71, 40, 0.8) 72%, rgba(50, 29, 18, 0.84) 100%) !important;
	color: #fff1dd !important;
	-webkit-text-fill-color: #fff1dd !important;
	text-shadow: 0 1px 1px #2c170c, 0 -1px 0 rgba(255, 220, 179, 0.3);
}

/* Antique gold NEW ARRIVALS navigation badge. */
.ccfs-nav .ccfs-new .ccfs-nav-icon {
	border-color: rgba(234, 209, 132, 0.88) !important;
	background:
		radial-gradient(circle at 30% 22%, rgba(255, 249, 190, 0.72) 0 5%, transparent 12%),
		linear-gradient(145deg, rgba(87, 64, 15, 0.82) 0%, rgba(211, 173, 79, 0.76) 18%, rgba(130, 96, 27, 0.79) 35%, rgba(239, 215, 124, 0.72) 54%, rgba(156, 118, 39, 0.78) 72%, rgba(64, 48, 13, 0.84) 100%) !important;
	color: #2f2209 !important;
	-webkit-text-fill-color: #2f2209 !important;
	text-shadow: 0 1px 0 rgba(255, 238, 159, 0.65), 0 -1px 0 rgba(59, 39, 4, 0.45);
}

/* Antique silver SALE navigation badge. */
.ccfs-nav .ccfs-sale .ccfs-nav-icon {
	border-color: rgba(238, 240, 242, 0.88) !important;
	background:
		radial-gradient(circle at 30% 22%, rgba(255, 255, 255, 0.75) 0 5%, transparent 12%),
		linear-gradient(145deg, rgba(85, 90, 96, 0.8) 0%, rgba(200, 203, 208, 0.73) 18%, rgba(133, 137, 142, 0.76) 35%, rgba(236, 238, 240, 0.7) 54%, rgba(155, 160, 166, 0.75) 72%, rgba(69, 73, 78, 0.82) 100%) !important;
	color: #202327 !important;
	-webkit-text-fill-color: #202327 !important;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75), 0 -1px 0 rgba(36, 38, 41, 0.42);
}

.ccfs-nav .ccfs-nav-link > span:last-child {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	min-width: 0;
}

.ccfs-nav .ccfs-nav-link strong {
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff !important;
	font-family: "Montserrat", "Open Sans", Arial, sans-serif;
	font-size: 14px !important;
	font-weight: 900 !important;
	letter-spacing: 0.7px;
	line-height: 1.15;
	text-transform: uppercase;
}

.ccfs-nav .ccfs-nav-link small {
	margin-top: 3px;
	color: #c9d4df !important;
	-webkit-text-fill-color: #c9d4df !important;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 10px !important;
	font-weight: 700;
	line-height: 1.2;
}

/* Replace the site's two existing Advanced Product Labels badge designs. */
.acoplw-custom-badge-4979,
.acoplw-custom-badge-4980 {
	display: none !important;
}

/* Keep both medallions over the single-product gallery, not the summary. */
.single-product div.product > .cccb-badge-layer {
	right: auto;
	width: calc(48% - 9px);
}

/* JavaScript builds a circular coin recess around each catalog image. */
.cccb-gallery-stage {
	position: relative;
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: calc(100% - 18px);
	aspect-ratio: 1 / 1;
	margin: 9px auto 6px;
	padding: 7px;
	overflow: hidden;
	box-sizing: border-box;
	border: 2px solid rgba(212, 166, 75, 0.62);
	border-radius: 50% !important;
	background:
		radial-gradient(circle at 42% 35%, rgba(255, 255, 255, 0.3) 0%, rgba(35, 100, 176, 0.12) 38%, rgba(6, 26, 47, 0.14) 66%, rgba(6, 26, 47, 0.34) 100%),
		#f6f8fa;
	box-shadow:
		inset 0 0 0 4px rgba(255, 255, 255, 0.52),
		inset 0 0 18px rgba(6, 26, 47, 0.32),
		0 5px 12px rgba(23, 32, 51, 0.18);
}

.ccfs-product-card .cccb-gallery-stage {
	width: 100%;
	margin: 0 0 6px;
}

.cccb-gallery-stage > img,
.cccb-gallery-stage > .acoplw-badge,
.cccb-gallery-stage > .acoplw-badge > img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	border-radius: 50% !important;
	object-fit: contain !important;
}

.cccb-gallery-stage > .acoplw-badge {
	overflow: hidden;
}

/* The featured showcase cards receive the same matching product medallions. */
.ccfs-product-card > .ccfs-badge.cccb-showcase-badge {
	top: 8px;
	left: 8px;
	z-index: 36;
	width: 54px !important;
	height: 54px !important;
	min-width: 54px !important;
	min-height: 54px !important;
	padding: 6px !important;
	border-radius: 50% !important;
}

/* Match ADD TO CART to the site's ADD TO COLLECTION button. */
.woocommerce ul.products li.product a.button.add_to_cart_button,
.woocommerce-page ul.products li.product a.button.add_to_cart_button,
.single-product div.product form.cart button.single_add_to_cart_button {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 8px !important;
	min-height: 42px;
	margin-top: 10px !important;
	padding: 10px 14px !important;
	box-sizing: border-box;
	border: 1px solid var(--cc-gold, #d4a64b) !important;
	border-radius: 5px !important;
	background: linear-gradient(#173353, #0b1d31) !important;
	box-shadow: none !important;
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff !important;
	font-size: inherit;
	font-weight: 800 !important;
	line-height: 1.2 !important;
	text-align: center;
	text-decoration: none !important;
	text-transform: uppercase !important;
	cursor: pointer;
}

.woocommerce ul.products li.product a.button.add_to_cart_button::before,
.woocommerce-page ul.products li.product a.button.add_to_cart_button::before,
.single-product div.product form.cart button.single_add_to_cart_button::before {
	display: inline-block;
	flex: 0 0 19px;
	width: 19px;
	height: 19px;
	background-color: currentColor;
	content: "";
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='20' r='1'/%3E%3Ccircle cx='19' cy='20' r='1'/%3E%3Cpath d='M3 4h2l2.7 12.4A2 2 0 0 0 9.7 18h7.7a2 2 0 0 0 2-1.6L21 8H6'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='20' r='1'/%3E%3Ccircle cx='19' cy='20' r='1'/%3E%3Cpath d='M3 4h2l2.7 12.4A2 2 0 0 0 9.7 18h7.7a2 2 0 0 0 2-1.6L21 8H6'/%3E%3C/svg%3E") center / contain no-repeat;
}

.woocommerce ul.products li.product a.button.add_to_cart_button:hover,
.woocommerce ul.products li.product a.button.add_to_cart_button:focus,
.woocommerce-page ul.products li.product a.button.add_to_cart_button:hover,
.woocommerce-page ul.products li.product a.button.add_to_cart_button:focus,
.single-product div.product form.cart button.single_add_to_cart_button:hover,
.single-product div.product form.cart button.single_add_to_cart_button:focus {
	background: linear-gradient(#214766, #102943) !important;
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff !important;
}

.woocommerce ul.products li.product .cc-collection-button,
.woocommerce-page ul.products li.product .cc-collection-button {
	min-height: 42px !important;
	line-height: 1.2 !important;
	text-transform: uppercase !important;
}

.cccb-gallery-stage img {
	transition: opacity 160ms ease, transform 180ms ease;
}

.cccb-gallery-stage.is-changing img {
	opacity: 0.25;
	transform: scale(0.985);
}

.cccb-gallery-cycle {
	display: none;
}

.cccb-gallery-cycle.is-ready {
	position: absolute;
	z-index: 35;
	right: 9px;
	bottom: 9px;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 39px;
	height: 39px;
	margin: 0 !important;
	padding: 0;
	box-sizing: border-box;
	border: 2px solid #eef0f2;
	border-radius: 50%;
	background: linear-gradient(145deg, #26364c 0%, #2364b0 52%, #10243e 100%) !important;
	box-shadow:
		inset 2px 2px 3px rgba(255, 255, 255, 0.26),
		inset -3px -3px 5px rgba(4, 17, 34, 0.55),
		0 3px 7px rgba(23, 32, 51, 0.35);
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff !important;
	cursor: pointer;
	line-height: 1;
	touch-action: manipulation;
	user-select: none;
}

.cccb-gallery-cycle:hover,
.cccb-gallery-cycle:focus-visible {
	outline: 3px solid rgba(35, 100, 176, 0.25);
	outline-offset: 2px;
	filter: brightness(1.12);
}

.cccb-gallery-cycle__icon {
	font-family: Arial, sans-serif;
	font-size: 25px;
	font-weight: 700;
	line-height: 1;
	transform: translateY(-1px);
}

.cccb-gallery-cycle__count {
	position: absolute;
	right: -5px;
	bottom: -5px;
	display: none;
	min-width: 18px;
	height: 18px;
	padding: 0 3px;
	box-sizing: border-box;
	border: 1px solid #ffffff;
	border-radius: 9px;
	background: #172033;
	color: #ffffff;
	-webkit-text-fill-color: #ffffff;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 8px;
	font-weight: 800;
	line-height: 16px;
	text-align: center;
}

.cccb-gallery-cycle.has-count .cccb-gallery-cycle__count {
	display: block;
}

.cccb-gallery-cycle.is-unavailable {
	display: none !important;
}

/**
 * Shiny red-enamel heart collection control, based on the supplied heart coin.
 * It stays outside the product link while JavaScript aligns it with the image.
 */
button.cc-collection-button.cc-context-loop.cccb-heart-ready {
	position: absolute !important;
	top: var(--cccb-heart-top, 210px) !important;
	left: 9px !important;
	z-index: 38 !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 48px !important;
	height: 44px !important;
	min-width: 48px !important;
	min-height: 44px !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: visible !important;
	box-sizing: border-box;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff !important;
	filter: drop-shadow(0 4px 4px rgba(23, 32, 51, 0.46));
	cursor: pointer;
	transform: translateZ(0);
	transition: filter 140ms ease, transform 140ms ease;
}

button.cc-collection-button.cc-context-loop.cccb-heart-ready::before,
button.cc-collection-button.cc-context-loop.cccb-heart-ready::after {
	position: absolute;
	content: "";
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.27 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.77-3.4 6.86-8.55 11.54L12 21.35z'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.27 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.77-3.4 6.86-8.55 11.54L12 21.35z'/%3E%3C/svg%3E") center / contain no-repeat;
}

button.cc-collection-button.cc-context-loop.cccb-heart-ready::before {
	inset: 0;
	background:
		linear-gradient(145deg, #fff3bd 0%, #b67a19 22%, #5b3507 45%, #f0cf77 65%, #8a5710 83%, #fff0ae 100%) !important;
}

button.cc-collection-button.cc-context-loop.cccb-heart-ready::after {
	inset: 3px 4px 4px;
	background:
		radial-gradient(circle at 33% 22%, rgba(255, 255, 255, 0.82) 0 5%, transparent 18%),
		linear-gradient(145deg, #ff4452 0%, #d71927 25%, #970612 51%, #e72634 72%, #7b020b 100%) !important;
	box-shadow: inset 0 0 8px rgba(58, 0, 5, 0.72);
}

button.cc-collection-button.cc-context-loop.cccb-heart-ready:hover,
button.cc-collection-button.cc-context-loop.cccb-heart-ready:focus-visible {
	background: transparent !important;
	filter: drop-shadow(0 5px 6px rgba(23, 32, 51, 0.56)) brightness(1.09);
	outline: 3px solid rgba(183, 16, 31, 0.28);
	outline-offset: 3px;
	transform: scale(1.08);
}

button.cc-collection-button.cc-context-loop.cccb-heart-ready:disabled {
	opacity: 0.58;
	cursor: wait;
}

button.cc-collection-button.cc-context-loop.cccb-heart-ready .cc-button-label {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	margin: -1px !important;
	padding: 0 !important;
	overflow: hidden !important;
	clip: rect(0 0 0 0) !important;
	clip-path: inset(50%) !important;
	border: 0 !important;
	white-space: nowrap !important;
}

button.cc-collection-button.cc-context-loop.cccb-heart-ready .cc-heart {
	position: relative;
	z-index: 3;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	font-size: 0 !important;
}

button.cc-collection-button.cc-context-loop.cccb-heart-ready[aria-pressed="true"] .cc-heart::after,
button.cc-collection-button.cc-context-loop.cccb-heart-ready.is-saved .cc-heart::after {
	color: #ffffff;
	-webkit-text-fill-color: #ffffff;
	font-family: Arial, sans-serif;
	font-size: 15px;
	font-weight: 900;
	line-height: 1;
	text-shadow: 0 1px 2px #510008;
	content: "✓";
}

/**
 * Horizontal product-card carousel for classic WooCommerce loops and the
 * featured showcase grids. New cards use a short horizontal flip entrance.
 */
.cccb-product-carousel {
	position: relative;
	width: 100%;
	margin: 18px 0 30px;
	padding: 0 52px;
	box-sizing: border-box;
}

.cccb-carousel-viewport {
	position: relative;
	width: 100%;
	overflow: hidden;
	perspective: 1400px;
	touch-action: pan-y;
}

.woocommerce ul.products.cccb-carousel-track,
.woocommerce-page ul.products.cccb-carousel-track,
.ccfs-grid.cccb-carousel-track {
	display: flex !important;
	align-items: stretch;
	grid-template-columns: none !important;
	flex-wrap: nowrap !important;
	gap: 16px !important;
	width: max-content !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 8px 0 14px !important;
	box-sizing: border-box;
	list-style: none !important;
	transition: transform 430ms cubic-bezier(0.22, 0.68, 0.24, 1);
	will-change: transform;
}

.woocommerce ul.products.cccb-carousel-track > li.product,
.woocommerce-page ul.products.cccb-carousel-track > li.product,
.ccfs-grid.cccb-carousel-track > .ccfs-product-card {
	display: flex !important;
	align-self: stretch;
	flex: 0 0 var(--cccb-card-width) !important;
	flex-direction: column;
	width: var(--cccb-card-width) !important;
	max-width: var(--cccb-card-width) !important;
	min-width: 0 !important;
	height: auto !important;
	margin: 0 !important;
	float: none !important;
	box-sizing: border-box;
	border: 1px solid rgba(212, 166, 75, 0.52) !important;
	border-radius: 10px !important;
	background: linear-gradient(155deg, #ffffff 0%, #f2f5f8 100%) !important;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.8),
		0 5px 12px rgba(23, 32, 51, 0.16) !important;
}

.ccfs-grid.cccb-carousel-track > .ccfs-product-card {
	padding: 12px 10px !important;
	background:
		radial-gradient(circle at 50% 0%, rgba(35, 100, 176, 0.18), transparent 38%),
		linear-gradient(145deg, rgba(15, 6, 2, 0.9), rgba(65, 30, 13, 0.9)) !important;
}

.woocommerce ul.products.cccb-carousel-track > li.product > a.woocommerce-LoopProduct-link,
.woocommerce-page ul.products.cccb-carousel-track > li.product > a.woocommerce-LoopProduct-link {
	display: flex !important;
	flex: 1 1 auto;
	flex-direction: column;
}

.cccb-carousel-control {
	position: absolute;
	top: 50%;
	z-index: 45;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	margin: 0;
	padding: 0 0 3px;
	border: 2px solid #d4a64b;
	border-radius: 50%;
	background: linear-gradient(145deg, #214766, #0b1d31);
	box-shadow:
		inset 2px 2px 3px rgba(255, 255, 255, 0.2),
		0 4px 9px rgba(23, 32, 51, 0.3);
	color: #ffffff;
	-webkit-text-fill-color: #ffffff;
	font-family: Arial, sans-serif;
	font-size: 31px;
	font-weight: 400;
	line-height: 1;
	cursor: pointer;
	transform: translateY(-50%);
}

.cccb-carousel-control:hover,
.cccb-carousel-control:focus-visible {
	background: linear-gradient(145deg, #2d5e86, #102943);
	outline: 3px solid rgba(35, 100, 176, 0.22);
	outline-offset: 2px;
}

.cccb-carousel-control:disabled {
	opacity: 0.3;
	cursor: default;
}

.cccb-carousel-previous {
	left: 2px;
}

.cccb-carousel-next {
	right: 2px;
}

.cccb-carousel-status {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	border: 0;
	white-space: nowrap;
}

.cccb-card-entering {
	animation: cccb-card-flip-in 500ms cubic-bezier(0.2, 0.72, 0.22, 1);
}

@keyframes cccb-card-flip-in {
	0% {
		opacity: 0.18;
		transform: rotateY(-78deg) scale(0.92);
		transform-origin: left center;
	}

	100% {
		opacity: 1;
		transform: rotateY(0deg) scale(1);
		transform-origin: left center;
	}
}

.cccb-gallery-cycle.is-busy .cccb-gallery-cycle__icon {
	animation: cccb-spin 650ms linear infinite;
}

@keyframes cccb-spin {
	to {
		transform: translateY(-1px) rotate(360deg);
	}
}

/* The magnifier is moved into the first gallery image by badges.js. */
.single-product .woocommerce-product-gallery__image {
	position: relative;
}

.single-product .woocommerce-product-gallery__image > .woocommerce-product-gallery__trigger.cccb-magnifier-positioned {
	top: auto !important;
	right: auto !important;
	bottom: 12px !important;
	left: 12px !important;
	margin: 0 !important;
	z-index: 40;
}

@media (max-width: 768px) {
	.ccfs-nav .ccfs-nav-link {
		justify-content: flex-start !important;
		min-height: 64px !important;
	}

	.ccfs-nav .ccfs-nav-icon {
		flex-basis: 48px;
		width: 48px;
		height: 48px;
		font-size: 19px !important;
	}

	.cccb-badge-layer {
		top: 7px;
		left: 7px;
		right: 7px;
	}

	.cccb-badge {
		flex-basis: 48px;
		width: 48px;
		height: 48px;
		min-width: 48px;
		min-height: 48px;
		padding: 5px;
	}

	.cccb-badge__icon {
		font-size: 14px;
	}

	.cccb-badge__label {
		max-width: 38px;
		font-size: 6.5px;
	}

	.cccb-badge--new .cccb-badge__label {
		font-size: 5.8px;
	}

	.cccb-badge--sale .cccb-badge__icon {
		font-size: 14px;
	}

	.cccb-badge--sale .cccb-badge__label {
		font-size: 7px;
	}

	.single-product div.product > .cccb-badge-layer {
		right: 7px;
		width: auto;
	}

	.cccb-gallery-cycle.is-ready {
		right: 7px;
		bottom: 7px;
		width: 36px;
		height: 36px;
	}

	.cccb-gallery-cycle__icon {
		font-size: 23px;
	}

	.single-product .woocommerce-product-gallery__image > .woocommerce-product-gallery__trigger.cccb-magnifier-positioned {
		right: auto !important;
		bottom: 8px !important;
		left: 8px !important;
	}
}

@media (max-width: 620px) {
	.cccb-product-carousel {
		padding: 0 0 54px;
	}

	.cccb-carousel-control {
		top: auto;
		bottom: 0;
		transform: none;
	}

	.cccb-carousel-previous {
		left: calc(50% - 50px);
	}

	.cccb-carousel-next {
		right: calc(50% - 50px);
	}
}

@media (prefers-reduced-motion: reduce) {
	.cccb-gallery-stage img,
	.cccb-gallery-cycle__icon,
	.cccb-carousel-track,
	.cccb-card-entering,
	.ccfs-nav .ccfs-nav-link,
	.ccfs-nav .ccfs-nav-link::after {
		animation: none !important;
		transition: none !important;
	}
}
