.fppr-product .container-wrap{
    background: #DDEAE1;
}
.fppr-product div.product form.cart .quantity,
.fppr-product div.product form.cart .single_add_to_cart_button {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.fppr-product .summary > .price,
.fppr-product .summary > .woocommerce-product-details__short-description {
	display: none;
}

.fppr-configurator {
	--fppr-green: #2b5346;
	--fppr-green-soft: #cee3d5;
	--fppr-green-pale: #ddeae1;
	/*--fppr-background: #eff2f3;*/
	--fppr-background: #DDEAE1;
	--fppr-cream: #f7f7eb;
	--fppr-text: #333333;
	--fppr-muted: #4d4d4d;
	--fppr-border: #d9dfdd;
	background: var(--fppr-background);
	/*border: 1px solid var(--fppr-border);*/
	/*border-radius: 32px;*/
	/*margin: 0 0 32px;*/
	margin: 20px 0 32px;
	max-width: 100%;
	/*padding: 32px;*/
}

.fppr-header {
	display: grid;
	gap: 12px;
}

.fppr-title,
.fppr-section-title {
	margin: 0;
	color: var(--fppr-text);
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.fppr-title {
	font-size: clamp(2rem, 2.4vw, 2.75rem);
	line-height: 1.1;
}

.fppr-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.fppr-badge {
	background: var(--fppr-cream);
	border-radius: 999px;
	color: var(--fppr-muted);
	font-size: 0.875rem;
	padding: 8px 12px;
	line-height: 1em;
	position: relative
		/*	display: inline-flex;
		  align-items: center;
		  gap: 8px;
		  padding: 10px 14px;
		  border-radius: 999px;
		  border: 1px solid rgba(0,0,0,.14);
		  background: rgba(255,255,255,.6);
		  color: rgba(0,0,0,.75);
		  font-weight: 600;
		  transition: background-color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease, color .18s ease;*/
}
.fppr-badge.is-active {
	border-color: rgba(17,17,17,.35);
	/*background: rgba(255,255,255,.95);*/
	box-shadow:
		0 0 0 3px rgba(17,17,17,.14),
		0 14px 28px rgba(0,0,0,.12);
	transform: translateY(-1px);
	/*background: #fff;*/
	/*border-color: rgba(0,0,0,.25);*/
	color: #111;
	box-shadow: 0 10px 24px rgba(0,0,0,.12);
	transform: translateY(-1px);
	background: linear-gradient(180deg, rgba(255,255,255,.65), rgba(255,255,255,0)) ,
		rgba(255, 244, 200, 1);
	border-color: rgba(32,72,63,.22);
	/*box-shadow: 0 10px 22px rgba(0,0,0,.08);*/
	box-shadow:
		0 0 0 3px rgba(43, 83, 70, .85),  /* #2b5346 ring */
		0 10px 22px rgba(0, 0, 0, .10);   /* soft lift */
	/* background: linear-gradient(180deg, rgba(255,255,255,.65), rgba(255,255,255,0)) ,
				  rgba(255, 244, 200, 1);
	  border-color: rgba(32,72,63,.22);
	  box-shadow: 0 10px 22px rgba(0,0,0,.08);*/
}
.fppr-badge.is-active::before {
	content: "✓";
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	border-radius: 999px;
	background: var(--fppr-green);
	color: #fff;
	font-size: 12px;
	line-height: 1;
}
/*.fppr-badge.is-active::after{
  content:"";
  position:absolute;
  inset:-6px -10px;
  border-radius:999px;
  background: rgba(255, 214, 102, .55);  warmer yellow glow 
  filter: blur(2px);
  z-index:-1;
}*/

/*.fppr-badge.fp-active::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 4px;
  height: 3px;
  border-radius: 999px;
  background: #111;
}*/

.fppr-section,
.fppr-subsection {
	display: grid;
	gap: 12px;
}
.fppr-subsection{
	padding-bottom: 1.2em
}

.fppr-section + .fppr-section,
.fppr-price-card {
	margin-top: 24px;
}

.fppr-section-title {
	font-size: 1.5rem;
	line-height: 1.2;
}

.fppr-subsection-title,
.fppr-section-copy,
.fppr-price-note,
.fppr-counter-card__copy span,
.fppr-accordion__content {
	color: var(--fppr-muted);
}

.fppr-section-copy,
.fppr-price-note,
.fppr-counter-card__copy span,
.fppr-accordion__content {
	font-size: 0.95rem;
	line-height: 1.5;
}

.fppr-meal-count-label {
	align-items: baseline;
	color: var(--fppr-green);
	display: inline-flex;
	font-size: 1rem;
	font-weight: 500;
	gap: 4px;
}

.fppr-meal-count-value {
	font-size: 1.125rem;
	font-weight: 400;
}

.fppr-segmented {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.fppr-segmented__option,
/*.fppr-chip,*/
.fppr-date,
.fppr-counter__button,
.fppr-order-trigger {
	appearance: none;
	border: 1px solid var(--fppr-green);
	border-radius: 12px;
	cursor: pointer;
	font: inherit;
	transition: 0.2s ease;
}

.fppr-chip{
	appearance: none;
	border-radius: 12px;
}

.fppr-segmented__option {
	background: #fff;
	color: var(--fppr-green) !important;
	display: inline-flex;
	align-items: center;
	min-height: 52px;
	padding: 14px 18px;
}

.fppr-segmented--static .fppr-segmented__option {
	cursor: default;
	user-select: none;
}

.fppr-segmented--static .fppr-segmented__option:hover {
	transform: none;
}

.fppr-segmented__option.is-active,
.fppr-chip.is-active,
.fppr-date.is-active {
	background: var(--fppr-green);
	color: #fff  !important;
}

[data-fppr-set="delivery_area"]{
	min-width: 152px
}

.fppr-grid--meals {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fppr-meal-option {
	min-width: 0;
	position: relative;
}

.fppr-meal-option__input {
	height: 1px;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 1px;
}

.fppr-chip {
	align-items: center;
	background: #fff;
	appearance: none;
	box-sizing: border-box;
	color: var(--fppr-green);
	cursor: pointer;
	display: inline-flex;
	gap: 10px;
	justify-content: flex-start;
	min-height: 56px;
	min-width: 0;
	padding: 16px;
	text-align: left;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
	width: 100%;
}

.fppr-chip__icon {
	display: inline-grid;
	place-items: center;
	flex-shrink: 0;
	font-weight: 400;
	min-width: 16px;
}
.fppr-chip__icon-plus,
.fppr-chip__icon-check {
	grid-area: 1 / 1;
	line-height: 1;
	transition: none;
}

.fppr-chip__icon-check {
	/*display: none;*/
	opacity: 0;
	visibility: hidden;
}

.fppr-chip__label {
	flex: 1 1 auto;
	font-weight: 700;
}

.fppr-meal-option__input:checked + .fppr-chip{
	background: var(--fppr-green);
	
}
.fppr-meal-option__input:checked + .fppr-chip,
.fppr-meal-option__input:checked + .fppr-chip span{
	color: #fff;
}

.fppr-meal-option__input:checked + .fppr-chip .fppr-chip__icon-plus {
	/*display: none;*/
	opacity: 0;
	visibility: hidden;
}

.fppr-meal-option__input:checked + .fppr-chip .fppr-chip__icon-check {
	/*display: inline;*/
	opacity: 1;
	visibility: visible;
}

.fppr-meal-option__input:not(:checked) + .fppr-chip .fppr-chip__icon-plus {
	/*display: inline;*/
	opacity: 1;
	visibility: visible;
}

.fppr-meal-option__input:focus-visible + .fppr-chip {
	outline: 2px solid rgba(43, 83, 70, 0.35);
	outline-offset: 2px;
}

.fppr-counter-list {
	display: grid;
	gap: 24px;
}

.fppr-portion-row {
	align-items: stretch;
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1fr) auto;
}

.fppr-portion-card {
	align-items: center;
	background: #fff;
	border: 1px solid var(--fppr-green);
	border-radius: 8px;
	box-sizing: border-box;
	display: flex;
	min-height: 56px;
	padding: 16px;
	display: inline-flex;
	/*align-items: center;*/
	gap: 8px;
}

.fppr-portion-card__copy {
	display: grid;
	gap: 4px;
	line-height: 1;
}

.fppr-portion-card__title {
	color: var(--fppr-green);
	font-size: 1rem;
	font-weight: 500;
	line-height: 1rem;
	
}
.fppr-portion-card.is-active::before{
  content: "✓";
  color: #fff;
  font-weight: 400;
  font-size: 24px
}

.fppr-portion-card__description {
	color: var(--fppr-muted);
	font-size: 0.875rem;
	line-height: 1.25rem;
}

.fppr-portion-card.is-active{
	background: var(--fppr-green);
	border-color: var(--fppr-green);
}
.fppr-portion-card.is-active .fppr-portion-card__title,
.fppr-portion-card.is-active .fppr-portion-card__description{
	color: #fff;
}

.fppr-counter {
	align-items: center;
	background: var(--fppr-green-soft);
	border-radius: 999px;
	display: inline-flex;
	gap: 24px;
	justify-content: center;
	min-width: 124px;
	padding: 12px 16px;
}

.fppr-counter__button {
	background: transparent;
	border: 0;
	color: var(--fppr-green);
	height: 36px;
	padding: 0;
	width: 36px;
}

.fppr-counter__value {
	color: var(--fppr-muted);
	font-size: 1.25rem;
	line-height: 1.5rem;
	min-width: 12px;
	text-align: center;
}

.fppr-gluten-toggle {
	display: inline-flex;
	margin-top: 20px;
}

.fppr-gluten-toggle__input {
	height: 1px;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 1px;
}

.fppr-gluten-toggle__label {
	align-items: center;
	background: #fff;
	border: 1px solid var(--fppr-green);
	border-radius: 8px;
	box-sizing: border-box;
	color: var(--fppr-green);
	cursor: pointer;
	display: inline-flex;
	font-size: 1rem;
	font-weight: 500;
	height: 56px;
	justify-content: center;
	min-width: 260px;
	padding: 16px 24px;
}

.fppr-gluten-toggle__input:checked + .fppr-gluten-toggle__label {
	background: var(--fppr-green);
	color: #fff;
}

.fppr-gluten-toggle__input:focus-visible + .fppr-gluten-toggle__label {
	outline: 2px solid rgba(43, 83, 70, 0.35);
	outline-offset: 2px;
}

/*.fppr-calendar {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(7, minmax(0, 1fr));
}*/

.fppr-date {
	background: #fff;
	display: grid;
	gap: 6px;
	min-height: 72px;
	padding: 10px 8px;
	text-align: center;
}

.fppr-date__weekday {
	font-size: 0.75rem;
	text-transform: uppercase;
}

.fppr-date__day {
	font-size: 1.1rem;
	font-weight: 700;
}

.fppr-accordion {
	background: #fff;
	border: 1px solid var(--fppr-border);
	border-radius: 14px;
	padding: 16px 18px;
}

.fppr-accordion summary {
	align-items: center;
	color: var(--fppr-green);
	cursor: pointer;
	display: flex;
	font-weight: 600;
	gap: 12px;
	justify-content: flex-start;
	list-style: none;
}

.fppr-accordion summary::-webkit-details-marker {
	display: none;
}

.fppr-accordion summary::before {
	border-bottom: 2px solid var(--fppr-green);
	border-right: 2px solid var(--fppr-green);
	content: "";
	display: inline-block;
	height: 8px;
	transform: rotate(45deg);
	transition: transform 0.2s ease;
	width: 8px;
}

.fppr-accordion[open] summary::before {
	transform: rotate(-135deg);
}

.fppr-accordion__content {
	padding-top: 12px;
}

.fppr-accordion--selected-menu {
	margin-top: 8px;
}

.fppr-selected-meals-list {
	display: grid;
	gap: 8px;
	margin: 0;
	padding-left: 20px;
}

.fppr-selected-meals-list li {
	color: var(--fppr-muted);
}

.fppr-price-card {
	position: relative;
}

.fppr-price-card__inner {
	background: var(--fppr-green-pale);
	border: 1px solid var(--fppr-green-soft);
	border-radius: 24px;
	display: grid;
/*	gap: 20px;*/
	gap: 16px;
	padding: 20px;
}

.fppr-price-card__discount {
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-direction: column;
	gap: 8px; 
}
.fppr-free-delivery{
	text-align: center;
	line-height: 1.2em
}

.fppr-price-discount-badge {
	/*background: var(--fppr-cream);*/
	border: 1px solid var(--fppr-green);
	border-radius: 6px;
	color: var(--fppr-green);
	display: inline-flex;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	padding: 6px 12px;
}
.fppr-free-delivery{
	color: red
}

.fppr-price-card__amounts {
	display: grid;
	gap: 4px;
	text-align: center;
}

.fppr-price-compare {
	color: var(--fppr-muted);
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.2;
	text-decoration: line-through;
}

.fppr-price-compare .woocommerce-Price-amount {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
}


.fppr-price {
	color: var(--fppr-text);
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
}

.fppr-price .woocommerce-Price-amount {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
}

.fppr-price-secondary {
	color: var(--fppr-muted);
	font-size: 1rem;
	/*margin-top: 6px;*/
	line-height: 1.3
}

.fppr-order-trigger {
	/*background: linear-gradient(120deg, rgba(55, 160, 59, 0.25), rgba(43, 83, 70, 0.95));*/
	background: linear-gradient(90deg, rgba(43, 83, 70, 1), rgba(55, 160, 59, 1));
	/*background: linear-gradient(273.41deg, #37a03b -61.08%, #2b5346 97.19%);*/
	border: 0;
	border-radius: 999px;
	color: #fff;
	font-weight: 700;
	min-height: 56px;
	padding: 0 24px;
	text-transform: uppercase;
}
.fppr-order-trigger.disabled{
	opacity: 0.5;
    pointer-events: none;
}

.fppr-order-trigger:hover,
.fppr-segmented__option:hover,
.fppr-chip:hover,
.fppr-date:hover,
.fppr-counter__button:hover {
	transform: translateY(-1px);
}

.fppr-form-sync {
	height: 0;
	overflow: hidden;
}

.fppr-product div.product div.summary .fppr-configurator {
	box-sizing: border-box;
	/*width: 100%;*/
	width: 85%;
}

body[data-button-style^="rounded"] .fppr-configurator button{
	border-radius: 12px !important
}
/*.fppr-configurator .flatpickr-month{
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}
.fppr-configurator .flatpickr-innerContainer{
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	border-bottom: 0
}
.fppr-configurator .flatpickr-days{
	border: 0
}
.fppr-configurator .flatpickr-days{
	background: var(--fppr-green-pale);
}
.fppr-configurator .flatpickr-day{
	font-weight: bold
}*/
/*.fppr-configurator .flatpickr-day:hover{
	
}*/
/*.fppr-configurator .flatpickr-day.selected,
.fppr-configurator .flatpickr-day:hover{
	color: #333;
	background-color: #EAF7EE;
	border: 0;
	border-radius: 5px
}*/
/*@media (min-width: 1200px) {*/
@media (min-width: 1024px) {
	.fppr-price-card {
		pointer-events: none;
		position: fixed;
		right: 24px;
		/*top: 160px;*/
		top: 30%;
		/*width: 178px;*/
		width: 12%;
		z-index: 30;
	}

	.fppr-price-card__inner {
		box-shadow: 0 14px 36px rgba(43, 83, 70, 0.18);
		pointer-events: auto;
	}
}
@media (max-width: 1024px) {
	.fppr-price-card__discount{
		max-width: 25%
	}
	.fppr-free-delivery{
		font-size: 14px;
		line-height: 1.1em;
	}
	.fppr-price-card{
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0
	}
	.fppr-price-card .fppr-price-card__inner{
		display: flex;
		justify-content: space-between;
		border-radius: 0;
		padding: 5px 20px
	}
	.fppr-price-secondary{
		margin-top: 0
	}
	.fppr-order-trigger{
		line-height: 1.4;
		padding: 0 16px
	}
	/*.fppr-price-card__amounts{*/
	.fppr-price-card .fppr-price-card__inner{
		padding-right: 80px
	}
	.fppr-price,
	.fppr-price-compare{
		font-size: 1.2rem
	}
}
@media (max-width: 767px) {
	.fppr-configurator {
		border-radius: 20px;
		/*padding: 20px;*/
	}

	.fppr-grid--meals/*,
	.fppr-calendar */{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.fppr-portion-row {
		/*grid-template-columns: minmax(0, 1fr);*/
	}
	.fppr-segmented a{
		width: 100%
	}
	[data-fppr-toggle-group="mode"] button,
	[data-fppr-set="delivery_area"]{
		width: 48%
	}
	[data-fppr-set="delivery_area"]{
		display: flex
	}
	.fppr-calendar .flatpickr-calendar{
		width: 100%
	}
	.fppr-gluten-toggle__label{
		width: 100%
	}
	.fppr-segmented{
		gap: initial;
		justify-content: space-between
	}
	.fppr-discount-row{
		justify-content: space-between
	}
/*	.fppr-price-card{
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0
	}
	.fppr-price-card .fppr-price-card__inner{
		display: flex;
		justify-content: space-between;
		border-radius: 0;
		padding: 5px 20px
	}
	.fppr-price-secondary{
		margin-top: 0
	}
	.fppr-order-trigger{
		line-height: 1.4;
		padding: 0 16px
	}
	.fppr-price-card__amounts{
	.fppr-price-card .fppr-price-card__inner{
		padding-right: 80px
	}
	.fppr-price,
	.fppr-price-compare{
		font-size: 1.2rem
	}*/
}
