.bccl {
	--bccl-accent: #36910f;
	--bccl-accent-dark: #23630a;
	--bccl-highlight: #ffea00;
	--bccl-tag: #ddf6dd;
	--bccl-action: #36910f;
	--bccl-title: #08274d;
	--bccl-text: var(--wd-text-color, var(--e-global-color-text, #606060));
	--bccl-border: var(--brdcolor-gray-300, #d8e0e6);
	--bccl-surface: var(--bgcolor-white, #fff);
	--bccl-radius: var(--wd-brd-radius, 8px);
	box-sizing: border-box;
	clear: both;
	width: 100%;
	margin: 22px 0 20px;
	color: var(--bccl-text);
	font-family: inherit;
	background: color-mix(in srgb, var(--bccl-accent) 5%, var(--bccl-surface));
	border: 1px solid color-mix(in srgb, var(--bccl-accent) 55%, var(--bccl-border));
	border-left: 4px solid var(--bccl-accent);
	border-radius: var(--bccl-radius);
	overflow: hidden;
}

.bccl *,
.bccl *::before,
.bccl *::after {
	box-sizing: border-box;
}

.bccl button,
.bccl select,
.bccl input,
.bccl label,
.bccl h2,
.bccl h3,
.bccl p,
.bccl span,
.bccl a {
	font-family: inherit !important;
	letter-spacing: normal !important;
	text-transform: none !important;
}

.bccl__header {
	position: relative;
	padding: 13px 18px 12px;
	background: var(--bccl-accent);
	border-bottom: 1px solid var(--bccl-accent-dark);
}

.bccl__heading-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 9px;
	margin: 0 0 3px;
}

.bccl__badge {
	display: inline-flex;
	align-items: center;
	min-height: 21px;
	order: 2;
	margin: 0;
	padding: 3px 8px;
	color: var(--bccl-title) !important;
	font-size: 10px !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	letter-spacing: .045em !important;
	text-transform: uppercase !important;
	background: linear-gradient(180deg, #ecfbea 0%, var(--bccl-tag) 100%);
	border-radius: 999px;
}

.bccl .bccl__title {
	order: 1;
	margin: 0 !important;
	padding: 0 !important;
	color: var(--bccl-highlight) !important;
	font-size: 23px !important;
	font-weight: 700 !important;
	line-height: 1.25 !important;
}

.bccl .bccl__intro {
	margin: 0 !important;
	padding: 0 !important;
	color: #fff !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 1.45 !important;
}

.bccl .bccl__intro .woocommerce-Price-amount,
.bccl .bccl__intro .woocommerce-Price-currencySymbol {
	color: inherit !important;
	font-size: inherit !important;
	font-weight: 700 !important;
	line-height: inherit !important;
}

.bccl__carousel {
	display: grid;
	grid-template-columns: 38px minmax(0, 1fr) 38px;
	gap: 9px;
	align-items: center;
	padding: 12px 12px 5px;
}

.bccl__viewport {
	min-width: 0;
	overflow: hidden;
	border-radius: var(--bccl-radius);
	touch-action: pan-y;
	transition: height .22s ease;
}

.bccl__track {
	display: flex;
	align-items: flex-start;
	width: 100%;
	transition: transform .3s ease;
	will-change: transform;
}

.bccl__product {
	display: grid;
	flex: 0 0 100%;
	grid-template-columns: 110px minmax(0, 1fr);
	gap: 14px;
	align-items: stretch;
	align-self: flex-start;
	min-width: 0;
	width: 100%;
	padding: 13px;
	background: var(--bccl-surface);
	border: 1px solid var(--bccl-border);
	border-radius: var(--bccl-radius);
	transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.bccl__product--added {
	background: color-mix(in srgb, var(--bccl-action) 4%, var(--bccl-surface));
	border-color: var(--bccl-action);
	box-shadow: inset 4px 0 0 var(--bccl-action);
}

.bccl__image-link {
	display: flex;
	align-items: center;
	justify-content: center;
	align-self: center;
	width: 110px;
	height: 132px;
	min-height: 0;
	overflow: hidden;
	background: #fff;
	border: 1px solid color-mix(in srgb, var(--bccl-border) 82%, transparent);
	border-radius: calc(var(--bccl-radius) - 2px);
}

.bccl .bccl__image {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	max-height: none !important;
	margin: 0 !important;
	padding: 7px !important;
	object-fit: contain;
}

.bccl__details {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.bccl__topline {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
}

.bccl .bccl__name {
	min-width: 0;
	margin: 0 !important;
	padding: 0 !important;
	color: var(--bccl-title) !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	line-height: 1.35 !important;
}

.bccl .bccl__view {
	flex: 0 0 auto;
	color: var(--bccl-action) !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	line-height: 1.35 !important;
	text-decoration: none !important;
	white-space: nowrap;
}

.bccl .bccl__view:hover {
	text-decoration: underline !important;
}

.bccl__attributes {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 9px;
	margin-top: 8px;
}

.bccl .bccl__attribute {
	display: block;
	min-width: 0;
	margin: 0 !important;
	padding: 0 !important;
	color: var(--bccl-text) !important;
}

.bccl .bccl__attribute > span {
	display: block;
	margin: 0 0 4px !important;
	color: var(--bccl-text) !important;
	font-size: 11px !important;
	font-weight: 700 !important;
	line-height: 1.3 !important;
}

.bccl .bccl__attribute-select {
	display: block !important;
	width: 100% !important;
	min-height: 39px !important;
	height: 39px !important;
	margin: 0 !important;
	padding: 6px 34px 6px 10px !important;
	color: var(--bccl-title) !important;
	font-size: 13px !important;
	font-weight: 400 !important;
	line-height: 1.3 !important;
	background-color: var(--bccl-surface) !important;
	border: 1px solid var(--bccl-border) !important;
	border-radius: calc(var(--bccl-radius) - 2px) !important;
	box-shadow: none !important;
}

.bccl__availability {
	min-height: 0;
	margin-top: 5px;
	color: var(--bccl-text);
	font-size: 11px !important;
	line-height: 1.35 !important;
}

.bccl__availability:empty {
	display: none;
}

.bccl__availability--error,
.bccl__form-notice {
	color: #8a2424 !important;
}

.bccl__buy-row {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 16px;
	margin-top: auto;
	padding-top: 10px;
}

.bccl__price {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 4px;
	min-width: 0;
	color: var(--bccl-text) !important;
}

.bccl .bccl__price-prefix {
	color: var(--bccl-text) !important;
	font-size: 13px !important;
	font-weight: 400 !important;
	line-height: 1.3 !important;
}

.bccl .bccl__price-value {
	color: var(--bccl-action) !important;
	font-size: 21px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	white-space: nowrap;
}

.bccl .bccl__price-value .woocommerce-Price-amount,
.bccl .bccl__price-value .woocommerce-Price-currencySymbol,
.bccl .bccl__price-value .amount,
.bccl .bccl__price-value .price,
.bccl .bccl__price-value bdi {
	display: inline !important;
	color: inherit !important;
	font-size: inherit !important;
	font-weight: inherit !important;
	line-height: inherit !important;
}

.bccl .bccl__price-value del {
	opacity: .55;
}

.bccl__purchase-controls {
	display: flex;
	flex: 0 0 auto;
	align-items: flex-end;
	gap: 8px;
}

.bccl .bccl__quantity-control {
	display: flex;
	align-items: center;
	gap: 5px;
	margin: 0 !important;
	padding: 0 !important;
}

.bccl .bccl__quantity-label {
	color: var(--bccl-text) !important;
	font-size: 11px !important;
	font-weight: 700 !important;
	line-height: 1 !important;
}

.bccl__quantity-stepper {
	display: inline-grid;
	grid-template-columns: 29px 34px 29px;
	height: 37px;
	overflow: hidden;
	background: #fff;
	border: 1px solid color-mix(in srgb, var(--bccl-action) 35%, var(--bccl-border));
	border-radius: 999px;
}

.bccl .bccl__quantity-button,
.bccl .bccl__quantity {
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 100% !important;
	min-width: 0 !important;
	height: 35px !important;
	min-height: 35px !important;
	margin: 0 !important;
	padding: 0 !important;
	color: var(--bccl-title) !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	line-height: 35px !important;
	text-align: center !important;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	-webkit-appearance: none;
	appearance: none;
}

.bccl .bccl__quantity {
	border-right: 1px solid var(--bccl-border) !important;
	border-left: 1px solid var(--bccl-border) !important;
	-moz-appearance: textfield;
}

.bccl .bccl__quantity::-webkit-inner-spin-button,
.bccl .bccl__quantity::-webkit-outer-spin-button {
	margin: 0;
	-webkit-appearance: none;
}

.bccl .bccl__quantity-button {
	cursor: pointer;
}

.bccl .bccl__quantity-button:hover:not(:disabled) {
	color: #fff !important;
	background: var(--bccl-action) !important;
}

.bccl .bccl__add-button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-width: 138px !important;
	min-height: 37px !important;
	margin: 0 !important;
	padding: 8px 13px !important;
	color: #fff !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	line-height: 1.15 !important;
	text-transform: uppercase !important;
	background: var(--bccl-action) !important;
	border: 1px solid var(--bccl-accent-dark) !important;
	border-radius: 999px !important;
	box-shadow: none !important;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
}

.bccl .bccl__add-button:hover:not(:disabled) {
	background: var(--bccl-accent-dark) !important;
}

.bccl .bccl__quantity-button:disabled,
.bccl .bccl__quantity:disabled {
	cursor: not-allowed;
	opacity: .58;
}

.bccl .bccl__add-button:disabled {
	color: #53634c !important;
	background: #e7f0e2 !important;
	border-color: #b5c8aa !important;
	cursor: not-allowed;
	opacity: 1;
}

.bccl__add-status {
	min-height: 0;
	margin-top: 5px;
	font-size: 11px !important;
	font-weight: 600 !important;
	line-height: 1.35 !important;
}

.bccl__add-status:empty {
	display: none;
}

.bccl__add-status--success {
	color: var(--bccl-accent-dark) !important;
}

.bccl__add-status--error {
	color: #8a2424 !important;
}

.bccl__quantity-button:focus-visible,
.bccl__quantity:focus-visible,
.bccl__add-button:focus-visible,
.bccl__view:focus-visible,
.bccl__image-link:focus-visible,
.bccl__attribute-select:focus-visible,
.bccl__arrow:focus-visible,
.bccl__dot:focus-visible {
	outline: 2px solid var(--bccl-action) !important;
	outline-offset: 2px !important;
}

.bccl .bccl__arrow {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px !important;
	height: 38px !important;
	min-width: 38px !important;
	min-height: 38px !important;
	margin: 0 !important;
	padding: 0 !important;
	color: var(--bccl-action) !important;
	background: var(--bccl-surface) !important;
	border: 1px solid color-mix(in srgb, var(--bccl-action) 35%, var(--bccl-border)) !important;
	border-radius: 50% !important;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .08) !important;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
}

.bccl .bccl__arrow:hover {
	color: #fff !important;
	background: var(--bccl-action) !important;
}

.bccl__arrow > span {
	width: 9px;
	height: 9px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
}

.bccl__arrow--previous > span {
	margin-left: 4px;
	transform: rotate(-135deg);
}

.bccl__arrow--next > span {
	margin-right: 4px;
	transform: rotate(45deg);
}

.bccl__navigation {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 2px 16px 10px;
}

.bccl__dots {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
}

.bccl .bccl__dot {
	display: block;
	width: 8px !important;
	height: 8px !important;
	min-width: 8px !important;
	min-height: 8px !important;
	margin: 0 !important;
	padding: 0 !important;
	background: color-mix(in srgb, var(--bccl-action) 24%, var(--bccl-border)) !important;
	border: 0 !important;
	border-radius: 50% !important;
	box-shadow: none !important;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
}

.bccl .bccl__dot--active {
	width: 20px !important;
	background: var(--bccl-action) !important;
	border-radius: 999px !important;
}

.bccl__counter {
	color: var(--bccl-text) !important;
	font-size: 11px !important;
	font-weight: 700 !important;
	line-height: 1 !important;
}

.bccl__form-notice {
	margin: 0 14px 14px;
	padding: 9px 11px;
	font-size: 13px !important;
	line-height: 1.4 !important;
	background: #fff2f2;
	border-left: 3px solid #b32d2e;
}

.bccl [hidden] {
	display: none !important;
}

.bccl--single .bccl__carousel {
	grid-template-columns: minmax(0, 1fr);
}

.bccl--single .bccl__arrow,
.bccl--single .bccl__navigation {
	display: none !important;
}

@supports not (background: color-mix(in srgb, #000 5%, #fff)) {
	.bccl {
		background: #f2f8ef;
	}

	.bccl__header {
		background: #36910f;
	}

	.bccl__quantity-stepper {
		border-color: #a8c69a;
	}
}

@media (max-width: 700px) {
	.bccl__header {
		padding: 12px 14px 11px;
	}

	.bccl .bccl__title {
		font-size: 20px !important;
	}

	.bccl__carousel {
		grid-template-columns: 34px minmax(0, 1fr) 34px;
		gap: 6px;
		padding: 9px 7px 5px;
	}

	.bccl .bccl__arrow {
		width: 34px !important;
		height: 34px !important;
		min-width: 34px !important;
		min-height: 34px !important;
	}

	.bccl__product {
		grid-template-columns: 86px minmax(0, 1fr);
		gap: 11px;
		padding: 12px;
	}

	.bccl__image-link {
		width: 86px;
		height: 112px;
		min-height: 0;
	}

	.bccl .bccl__image {
		max-height: 112px !important;
	}

	.bccl__topline {
		display: block;
	}

	.bccl .bccl__view {
		display: inline-block;
		margin-top: 4px;
	}

	.bccl__attributes {
		grid-template-columns: 1fr;
		gap: 7px;
		margin-top: 9px;
	}

	.bccl__buy-row {
		align-items: flex-start;
		flex-direction: column;
		gap: 9px;
		padding-top: 10px;
	}

	.bccl__purchase-controls {
		width: 100%;
		flex-wrap: wrap;
	}

	.bccl .bccl__add-button {
		min-height: 35px !important;
		padding: 7px 11px !important;
	}
}

@media (max-width: 440px) {
	.bccl__carousel {
		grid-template-columns: 30px minmax(0, 1fr) 30px;
		gap: 4px;
		padding-right: 5px;
		padding-left: 5px;
	}

	.bccl .bccl__arrow {
		width: 30px !important;
		height: 30px !important;
		min-width: 30px !important;
		min-height: 30px !important;
	}

	.bccl__product {
		grid-template-columns: 70px minmax(0, 1fr);
		gap: 9px;
		padding: 10px;
	}

	.bccl__image-link {
		width: 70px;
		height: 96px;
		min-height: 0;
	}

	.bccl .bccl__image {
		max-height: 96px !important;
		padding: 4px !important;
	}

	.bccl .bccl__name {
		font-size: 14px !important;
	}

	.bccl .bccl__price-value {
		font-size: 18px !important;
	}

	.bccl__purchase-controls {
		align-items: flex-start;
		flex-direction: column;
		gap: 7px;
	}

	.bccl .bccl__quantity-control,
	.bccl .bccl__add-button {
		width: 100% !important;
	}

	.bccl .bccl__quantity-control {
		justify-content: space-between;
	}
}

@media (prefers-reduced-motion: reduce) {
	.bccl__viewport,
	.bccl__track,
	.bccl__product {
		transition: none;
	}
}
