/**
 * Side cart drawer — scoped to widget only.
 */

/* Portal shell: drawer is moved to body on open so mobile touches aren't stolen by the cover. */
.ng-farmley-sc-portal {
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: visible !important;
	background: transparent !important;
	pointer-events: none !important;
	z-index: 100090 !important;
	visibility: visible !important;
}

.ng-farmley-sc-portal .qodef-widget-side-area-cart-inner {
	position: static !important;
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: visible !important;
	pointer-events: none !important;
	background: transparent !important;
}

.ng-farmley-sc-portal .qodef-widget-side-area-cart-content {
	pointer-events: auto !important;
	z-index: 100090 !important;
	visibility: visible !important;
	right: 0 !important;
}

/* ── Panel shell (fixed height, inner area scrolls) ── */
.widget_greenpath_core_woo_side_area_cart.ng-farmley-sc-ready .qodef-widget-side-area-cart-inner .qodef-widget-side-area-cart-content {
	position: fixed !important;
	top: 0 !important;
	width: 420px !important;
	right: -420px !important;
	left: auto !important;
	height: 100vh !important;
	height: 100dvh !important;
	max-height: 100vh !important;
	max-height: 100dvh !important;
	min-height: 0 !important;
	display: flex !important;
	flex-direction: column !important;
	align-items: stretch !important;
	padding: 0 !important;
	overflow: hidden !important;
	visibility: hidden;
	z-index: 100080 !important;
	background: #fff !important;
}

.widget_greenpath_core_woo_side_area_cart.ng-farmley-sc-ready .qodef-side-area-cart-top,
.widget_greenpath_core_woo_side_area_cart.ng-farmley-sc-ready .qodef-m-action {
	flex: 0 0 auto !important;
	width: 100% !important;
}

.widget_greenpath_core_woo_side_area_cart.ng-farmley-sc-ready .ng-farmley-sc-scroll {
	flex: 1 1 0% !important;
	height: 0 !important; /* bounded flex child — content (items + footer) scrolls inside */
	min-height: 140px !important; /* safety: never shrink items away */
	max-height: none !important;
	width: 100% !important;
	max-width: 100% !important;
	box-sizing: border-box !important;
	overflow-x: hidden !important;
	overflow-y: scroll !important;
	-webkit-overflow-scrolling: touch !important;
	scroll-behavior: auto;
	overscroll-behavior-y: contain;
	overflow-anchor: none;
	touch-action: pan-y !important;
	/* Keep content clear of the scrollbar and panel edges */
	padding: 0 10px 12px 14px !important;
	scrollbar-gutter: stable;
	scrollbar-width: thin;
	scrollbar-color: #0c533d #e7efe9;
	pointer-events: auto !important;
}

/* Visible desktop scrollbar (theme/OS overlay was nearly invisible). */
.widget_greenpath_core_woo_side_area_cart.ng-farmley-sc-ready .ng-farmley-sc-scroll::-webkit-scrollbar {
	width: 8px;
}

.widget_greenpath_core_woo_side_area_cart.ng-farmley-sc-ready .ng-farmley-sc-scroll::-webkit-scrollbar-track {
	background: #eef3ef;
	border-radius: 999px;
}

.widget_greenpath_core_woo_side_area_cart.ng-farmley-sc-ready .ng-farmley-sc-scroll::-webkit-scrollbar-thumb {
	background: #0c533d;
	border-radius: 999px;
	border: 2px solid #eef3ef;
}

.widget_greenpath_core_woo_side_area_cart.ng-farmley-sc-ready .ng-farmley-sc-scroll::-webkit-scrollbar-thumb:hover {
	background: #094432;
}

/* Kill PerfectScrollbar leftovers that steal click-drag on the right edge. */
.widget_greenpath_core_woo_side_area_cart.ng-farmley-sc-ready .ps__rail-x,
.widget_greenpath_core_woo_side_area_cart.ng-farmley-sc-ready .ps__rail-y,
.ng-farmley-sc-portal .ps__rail-x,
.ng-farmley-sc-portal .ps__rail-y {
	display: none !important;
	opacity: 0 !important;
	pointer-events: none !important;
	width: 0 !important;
	height: 0 !important;
}

.widget_greenpath_core_woo_side_area_cart.ng-farmley-sc-ready .ng-farmley-sc-scroll .ng-farmley-sc-progress,
.widget_greenpath_core_woo_side_area_cart.ng-farmley-sc-ready .ng-farmley-sc-scroll .ng-farmley-sc-footer {
	flex: none !important;
	width: 100% !important;
}

.widget_greenpath_core_woo_side_area_cart.ng-farmley-sc-ready.ng-farmley-sc-is-updating .ng-farmley-sc-scroll {
	overflow-anchor: none;
}

.widget_greenpath_core_woo_side_area_cart.ng-farmley-sc-ready .ng-farmley-sc-cart-slot {
	min-height: 0;
}

.widget_greenpath_core_woo_side_area_cart.ng-farmley-sc-ready.ng-farmley-sc-is-updating .ng-farmley-sc-cart-slot {
	min-height: 48px;
}

.widget_greenpath_core_woo_side_area_cart.ng-farmley-sc-ready .ng-farmley-sc-item--updating,
.widget_greenpath_core_woo_side_area_cart.ng-farmley-sc-ready .ng-farmley-sc-item--removing {
	opacity: 0.72;
	pointer-events: none;
	transition: opacity 0.15s ease;
}

.widget_greenpath_core_woo_side_area_cart.ng-farmley-sc-ready .ng-farmley-sc-footer .ng-farmley-sc-order-slot {
	width: 100%;
}

.widget_greenpath_core_woo_side_area_cart.ng-farmley-sc-ready.qodef--opened .qodef-widget-side-area-cart-inner .qodef-widget-side-area-cart-content {
	visibility: visible !important;
}

.admin-bar .widget_greenpath_core_woo_side_area_cart.ng-farmley-sc-ready .qodef-widget-side-area-cart-inner .qodef-widget-side-area-cart-content {
	height: calc(100vh - 32px) !important;
	max-height: calc(100vh - 32px) !important;
	top: 32px;
}

@media (max-width: 782px) {
	.admin-bar .widget_greenpath_core_woo_side_area_cart.ng-farmley-sc-ready .qodef-widget-side-area-cart-inner .qodef-widget-side-area-cart-content {
		height: calc(100vh - 46px) !important;
		max-height: calc(100vh - 46px) !important;
		top: 46px;
	}
}

.widget_greenpath_core_woo_side_area_cart.ng-farmley-sc-ready.qodef--opened .qodef-widget-side-area-cart-inner .qodef-widget-side-area-cart-content {
	right: 0 !important;
}

/* Theme injects full-screen covers even when closed — they steal mouse-wheel if left interactive. */
.qodef-woo-side-area-cart-cover,
.qodef-woo-side-area-menu-cover {
	pointer-events: none !important;
}

/* Lock background page only — never disable touch (breaks iOS scroll inside drawer). */
body.qodef-woo-side-area-cart--opened {
	overflow: hidden !important;
}

body.qodef-woo-side-area-cart--opened .qodef-woo-side-area-cart-cover {
	width: 100% !important;
	left: 0 !important;
	right: 0 !important;
	/* Below the portaled drawer (100090). */
	z-index: 100055 !important;
	touch-action: manipulation;
	pointer-events: auto !important;
}

body.qodef-woo-side-area-cart--opened .ng-farmley-sc-portal,
body.qodef-woo-side-area-cart--opened .ng-farmley-sc-portal .qodef-widget-side-area-cart-content {
	z-index: 100090 !important;
}

body.qodef-woo-side-area-cart--opened .widget_greenpath_core_woo_side_area_cart.qodef--opened .qodef-widget-side-area-cart-content,
body.qodef-woo-side-area-cart--opened .widget_greenpath_core_woo_side_area_cart.qodef--opened .ng-farmley-sc-scroll,
body.qodef-woo-side-area-cart--opened .ng-farmley-sc-portal .ng-farmley-sc-scroll {
	touch-action: pan-y !important;
	pointer-events: auto !important;
	-webkit-overflow-scrolling: touch !important;
}

/* Floating page controls sit on top of the drawer and steal touch scroll. */
body.qodef-woo-side-area-cart--opened #qodef-back-to-top,
body.qodef-woo-side-area-cart--opened .qodef-back-to-top {
	display: none !important;
	pointer-events: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
}

/* Cart/checkout must always scroll — ignore leftover drawer locks or wheel blocks. */
html.ng-farmley-cart-scroll,
html.ng-farmley-cart-scroll body.woocommerce-cart,
html.ng-farmley-cart-scroll body.woocommerce-checkout,
html:has(body.woocommerce-cart),
html:has(body.woocommerce-checkout) {
	overflow-y: auto !important;
	overflow-x: hidden;
	height: auto !important;
	position: static !important;
	touch-action: auto !important;
	overscroll-behavior: auto !important;
}

html body.woocommerce-cart,
html body.woocommerce-checkout {
	overflow-y: auto !important;
	overflow-x: hidden;
	height: auto !important;
	position: static !important;
	touch-action: auto !important;
}

body.woocommerce-cart,
body.woocommerce-checkout {
	overflow-y: auto !important;
	overflow-x: hidden;
	height: auto !important;
	position: static !important;
	touch-action: auto !important;
}

body.woocommerce-cart.qodef-woo-side-area-cart--opened,
body.woocommerce-checkout.qodef-woo-side-area-cart--opened {
	overflow: auto !important;
}

body.woocommerce-cart .qodef-woo-side-area-cart-cover,
body.woocommerce-checkout .qodef-woo-side-area-cart-cover,
body.woocommerce-cart .qodef-woo-side-area-menu-cover,
body.woocommerce-checkout .qodef-woo-side-area-menu-cover {
	pointer-events: none !important;
	opacity: 0 !important;
	visibility: hidden !important;
	z-index: -1 !important;
}

body.woocommerce-cart #qodef-page-wrapper,
body.woocommerce-cart #qodef-page-outer,
body.woocommerce-cart #qodef-page-inner,
body.woocommerce-cart #qodef-woo-page,
body.woocommerce-checkout #qodef-page-wrapper,
body.woocommerce-checkout #qodef-page-outer,
body.woocommerce-checkout #qodef-page-inner,
body.woocommerce-checkout #qodef-woo-page {
	overflow: visible !important;
	height: auto !important;
	max-height: none !important;
	touch-action: auto !important;
}

.widget_greenpath_core_woo_side_area_cart.ng-farmley-sc-ready .qodef-woo-side-area-cart {
	overflow: visible !important;
	min-height: auto !important;
	max-height: none !important;
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 8px 10px 10px !important;
	background: #f5f5f5;
	border-radius: 14px;
	box-sizing: border-box !important;
	position: relative !important;
}

.widget_greenpath_core_woo_side_area_cart.ng-farmley-sc-ready .qodef-woo-side-area-cart.ps {
	overflow: visible !important;
}

.widget_greenpath_core_woo_side_area_cart.ng-farmley-sc-ready .qodef-woo-side-area-cart > .ps__rail-x,
.widget_greenpath_core_woo_side_area_cart.ng-farmley-sc-ready .qodef-woo-side-area-cart > .ps__rail-y {
	display: none !important;
}

.widget_greenpath_core_woo_side_area_cart.ng-farmley-sc-ready .ng-farmley-sc-footer {
	margin-top: 0;
	background: #fff;
	border-top: 1px solid rgba(12, 83, 61, 0.08);
	padding-bottom: 8px;
}

.widget_greenpath_core_woo_side_area_cart.ng-farmley-sc-ready > .qodef-widget-side-area-cart-inner .qodef-m-action,
.widget_greenpath_core_woo_side_area_cart.ng-farmley-sc-ready .qodef-widget-side-area-cart-content > .qodef-m-action {
	flex: 0 0 auto !important;
	margin-top: auto;
	background: #fff !important;
	border-top: 1px solid rgba(12, 83, 61, 0.08);
	padding-top: 10px !important;
	box-shadow: 0 -6px 18px rgba(12, 83, 61, 0.06);
}

.widget_greenpath_core_woo_side_area_cart.ng-farmley-sc-ready .qodef-m-action {
	position: relative !important;
	bottom: auto !important;
	left: auto !important;
	width: 100% !important;
}

.widget_greenpath_core_woo_side_area_cart.ng-farmley-sc-ready .qodef-m-action .qodef-sale-booster {
	display: none !important;
}

/* ── Header ── */
.widget_greenpath_core_woo_side_area_cart.ng-farmley-sc-ready .qodef-side-area-cart-top {
	padding-bottom: 0 !important;
	flex: 0 0 auto !important;
	width: 100% !important;
}

.widget_greenpath_core_woo_side_area_cart.ng-farmley-sc-ready .qodef-side-area-cart-logo {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 12px;
	padding: 14px 18px 6px !important;
	box-sizing: border-box;
	width: 100%;
}

.widget_greenpath_core_woo_side_area_cart.ng-farmley-sc-ready .qodef-side-area-cart-logo .qodef-header-logo-link,
.widget_greenpath_core_woo_side_area_cart.ng-farmley-sc-ready .qodef-side-area-cart-logo a.qodef-header-logo-link {
	display: inline-flex !important;
	align-items: center !important;
	max-width: calc(100% - 52px);
	margin: 0 !important;
	padding: 0 !important;
}

.widget_greenpath_core_woo_side_area_cart.ng-farmley-sc-ready .qodef-side-area-cart-logo img,
.widget_greenpath_core_woo_side_area_cart.ng-farmley-sc-ready .qodef-side-area-cart-logo img.qodef-header-logo-image {
	display: block !important;
	max-height: 36px !important;
	width: auto !important;
	height: auto !important;
	max-width: 160px !important;
	object-fit: contain !important;
}

.widget_greenpath_core_woo_side_area_cart.ng-farmley-sc-ready .qodef-side-area-cart-logo .qodef-m-close {
	flex: 0 0 auto !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	position: relative !important;
	z-index: 5 !important;
	width: 40px !important;
	height: 40px !important;
	margin: 0 !important;
	padding: 0 !important;
	border-radius: 50%;
	border: 1px solid rgba(12, 83, 61, 0.12);
	background: #fff;
	color: #183b2f;
	line-height: 1;
	pointer-events: auto !important;
	cursor: pointer !important;
}

.widget_greenpath_core_woo_side_area_cart.ng-farmley-sc-ready .qodef-side-area-cart-logo .qodef-m-close,
.widget_greenpath_core_woo_side_area_cart.ng-farmley-sc-ready .qodef-side-area-cart-logo .qodef-m-close * {
	pointer-events: auto !important;
}

.widget_greenpath_core_woo_side_area_cart.ng-farmley-sc-ready .qodef-side-area-cart-heading {
	font-family: "Manrope", sans-serif !important;
	font-size: 15px !important;
	font-weight: 800 !important;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #183b2f !important;
	border-bottom: 1px solid rgba(12, 83, 61, 0.08) !important;
	padding: 10px 18px 14px !important;
	margin: 0 !important;
}

/* ── Progress ── */
.widget_greenpath_core_woo_side_area_cart .ng-farmley-sc-progress {
	margin: 12px 0;
	padding: 12px 12px 20px;
	border-radius: 16px;
	background:
		radial-gradient(circle at 10% 0%, rgba(185, 149, 49, 0.12), transparent 30%),
		linear-gradient(180deg, #ffffff 0%, #f8faf8 100%);
	border: 1px solid rgba(12, 83, 61, 0.08);
	box-shadow: 0 8px 22px rgba(12, 83, 61, 0.06);
	overflow: visible;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
}

.widget_greenpath_core_woo_side_area_cart .ng-farmley-sc-progress__msg {
	margin: 0;
	font-family: "Manrope", sans-serif;
	font-size: 12.5px;
	line-height: 1.45;
	font-weight: 700;
	color: #0c533d;
	text-align: center;
	text-wrap: balance;
	position: relative;
	z-index: 1;
	white-space: normal;
	padding: 0 4px;
	box-sizing: border-box;
}

.widget_greenpath_core_woo_side_area_cart .ng-farmley-sc-progress__msg .woocommerce-Price-amount,
.widget_greenpath_core_woo_side_area_cart .ng-farmley-sc-progress__msg .woocommerce-Price-currencySymbol,
.widget_greenpath_core_woo_side_area_cart .ng-farmley-sc-progress__msg sup {
	display: inline !important;
	position: static !important;
	font-size: inherit !important;
	font-weight: inherit !important;
	line-height: inherit !important;
	vertical-align: baseline !important;
	top: auto !important;
}

.widget_greenpath_core_woo_side_area_cart .ng-farmley-sc-progress__msg .woocommerce-price-suffix,
.widget_greenpath_core_woo_side_area_cart .ng-farmley-sc-progress__msg .includes_tax {
	display: none !important;
}

.widget_greenpath_core_woo_side_area_cart .ng-farmley-sc-progress__msg > span[aria-hidden="true"] {
	display: inline-flex;
	margin-right: 5px;
	line-height: 1;
	font-size: 14px;
	vertical-align: -1px;
}

.widget_greenpath_core_woo_side_area_cart .ng-farmley-sc-progress__msg--done {
	color: #0c533d;
}

.widget_greenpath_core_woo_side_area_cart .ng-farmley-sc-progress__track {
	position: relative;
	margin: 0;
	padding: 0;
	height: auto;
	background: transparent;
	border-radius: 0;
}

.widget_greenpath_core_woo_side_area_cart .ng-farmley-sc-progress__rail {
	position: relative;
	height: 8px;
	/* Extra side inset so end/start pin labels stay inside the card */
	margin: 28px 44px 30px;
	border-radius: 999px;
	background: #e7ece8;
	box-shadow: inset 0 1px 2px rgba(12, 83, 61, 0.09);
}

.widget_greenpath_core_woo_side_area_cart .ng-farmley-sc-progress__fill {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	border-radius: 999px;
	background: linear-gradient(90deg, #0c533d, #88a842, #b99531);
	width: 0;
	z-index: 1;
	box-shadow: 0 0 12px rgba(136, 168, 66, 0.32);
}

.widget_greenpath_core_woo_side_area_cart .ng-farmley-sc-progress__pin {
	position: absolute;
	top: 50%;
	left: var(--pin-left, 0%);
	transform: translate(-50%, -50%);
	z-index: 2;
	width: 0;
	height: 0;
}

.widget_greenpath_core_woo_side_area_cart .ng-farmley-sc-progress__pin.is-end {
	left: 100%;
	transform: translate(-50%, -50%);
}

.widget_greenpath_core_woo_side_area_cart .ng-farmley-sc-progress__pin-icon {
	position: absolute;
	left: 0;
	top: 0;
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	background: #fff;
	border: 1px solid rgba(12, 83, 61, 0.12);
	font-size: 14px;
	line-height: 1;
	box-shadow: 0 6px 16px rgba(12, 83, 61, 0.13);
	transform: translate(-50%, -50%);
	animation: ng-farmley-sc-icon-float 2.8s ease-in-out infinite;
}

.widget_greenpath_core_woo_side_area_cart .ng-farmley-sc-progress__pin.is-end .ng-farmley-sc-progress__pin-icon {
	transform: translate(-50%, -50%);
}

.widget_greenpath_core_woo_side_area_cart .ng-farmley-sc-progress__pin.is-on .ng-farmley-sc-progress__pin-icon {
	border-color: #0c533d;
	background: linear-gradient(180deg, #eff8f2, #ffffff);
	box-shadow: 0 6px 18px rgba(12, 83, 61, 0.2);
}

@keyframes ng-farmley-sc-icon-float {
	0%, 100% { margin-top: 0; }
	50% { margin-top: -3px; }
}

.widget_greenpath_core_woo_side_area_cart .ng-farmley-sc-progress__pin.is-on.ng-farmley-sc-progress__pin--just-unlocked .ng-farmley-sc-progress__pin-icon {
	animation: ng-farmley-sc-pin-pop 0.55s ease-out;
}

@keyframes ng-farmley-sc-pin-pop {
	0% { transform: translate(-50%, -50%) scale(1); }
	40% { transform: translate(-50%, -50%) scale(1.18); }
	100% { transform: translate(-50%, -50%) scale(1); }
}

.widget_greenpath_core_woo_side_area_cart .ng-farmley-sc-progress__pin.is-end.is-on.ng-farmley-sc-progress__pin--just-unlocked .ng-farmley-sc-progress__pin-icon {
	animation: ng-farmley-sc-pin-pop-end 0.55s ease-out;
}

@keyframes ng-farmley-sc-pin-pop-end {
	0% { transform: translate(-50%, -50%) scale(1); }
	40% { transform: translate(-50%, -50%) scale(1.18); }
	100% { transform: translate(-50%, -50%) scale(1); }
}

.widget_greenpath_core_woo_side_area_cart .ng-farmley-sc-progress__pin-label {
	position: absolute;
	top: 20px;
	left: 0;
	transform: translateX(-50%);
	width: 76px;
	max-width: 76px;
	font-family: "Manrope", sans-serif;
	font-size: 8.5px;
	font-weight: 800;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.2;
	color: #50615a;
	letter-spacing: 0.01em;
	white-space: normal;
	word-break: break-word;
	box-sizing: border-box;
}

/* Keep the last milestone label fully inside the card */
.widget_greenpath_core_woo_side_area_cart .ng-farmley-sc-progress__pin.is-end .ng-farmley-sc-progress__pin-label {
	left: 0;
	transform: translateX(-92%);
	text-align: right;
	width: 70px;
	max-width: 70px;
	padding-right: 2px;
}

.widget_greenpath_core_woo_side_area_cart .ng-farmley-sc-progress__pin:first-child .ng-farmley-sc-progress__pin-label,
.widget_greenpath_core_woo_side_area_cart .ng-farmley-sc-progress__pin.is-start .ng-farmley-sc-progress__pin-label {
	transform: translateX(-8%);
	text-align: left;
}

.widget_greenpath_core_woo_side_area_cart .ng-farmley-sc-progress__count {
	display: none;
}

/* ── Cart items ── */
.widget_greenpath_core_woo_side_area_cart.ng-farmley-sc-ready .qodef-woo-side-area-cart.ng-farmley-sc-items {
	padding: 0 !important;
}

.widget_greenpath_core_woo_side_area_cart.ng-farmley-sc-ready .qodef-woo-side-area-cart-item.ng-farmley-sc-item {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	align-items: flex-start !important;
	margin: 0 !important;
	padding: 14px 4px !important;
	border-radius: 0;
	background: transparent;
	border: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	list-style: none;
	gap: 12px;
	box-sizing: border-box !important;
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
	overflow: hidden;
}

.widget_greenpath_core_woo_side_area_cart.ng-farmley-sc-ready .qodef-woo-side-area-cart-item.ng-farmley-sc-item:last-of-type {
	border-bottom: 0;
}

.widget_greenpath_core_woo_side_area_cart.ng-farmley-sc-ready .ng-farmley-sc-item__image,
.widget_greenpath_core_woo_side_area_cart.ng-farmley-sc-ready .qodef-e-image.ng-farmley-sc-item__image {
	display: block !important;
	flex: 0 0 64px !important;
	width: 64px !important;
	min-width: 64px !important;
	max-width: 64px !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: visible !important;
	opacity: 1 !important;
	visibility: visible !important;
}

.widget_greenpath_core_woo_side_area_cart.ng-farmley-sc-ready .ng-farmley-sc-item__image a,
.widget_greenpath_core_woo_side_area_cart.ng-farmley-sc-ready .qodef-e-image.ng-farmley-sc-item__image a {
	display: block !important;
	width: 64px !important;
	height: 64px !important;
	line-height: 0 !important;
}

.widget_greenpath_core_woo_side_area_cart.ng-farmley-sc-ready .ng-farmley-sc-item__image img,
.widget_greenpath_core_woo_side_area_cart.ng-farmley-sc-ready .qodef-e-image.ng-farmley-sc-item__image img {
	display: block !important;
	width: 64px !important;
	height: 64px !important;
	max-width: none !important;
	max-height: none !important;
	min-width: 64px !important;
	min-height: 64px !important;
	object-fit: cover !important;
	border-radius: 10px !important;
	border: 0 !important;
	opacity: 1 !important;
	visibility: visible !important;
}

.widget_greenpath_core_woo_side_area_cart.ng-farmley-sc-ready .ng-farmley-sc-item__body,
.widget_greenpath_core_woo_side_area_cart.ng-farmley-sc-ready .qodef-e-content.ng-farmley-sc-item__body {
	flex: 1 1 0 !important;
	width: auto !important;
	max-width: 100% !important;
	min-width: 0 !important;
	padding: 0 !important;
	padding-right: 0 !important;
	box-sizing: border-box !important;
	overflow: hidden;
}

.widget_greenpath_core_woo_side_area_cart.ng-farmley-sc-ready .ng-farmley-sc-item__top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 6px;
	min-width: 0;
	width: 100%;
	box-sizing: border-box;
}

.widget_greenpath_core_woo_side_area_cart.ng-farmley-sc-ready .ng-farmley-sc-item__meta {
	flex: 1 1 auto;
	min-width: 0;
	overflow: hidden;
	padding-right: 4px;
}

.widget_greenpath_core_woo_side_area_cart.ng-farmley-sc-ready .ng-farmley-sc-item__title {
	margin: 0 0 2px !important;
	font-family: "Manrope", sans-serif !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	line-height: 1.3 !important;
	color: #1f2937 !important;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.widget_greenpath_core_woo_side_area_cart.ng-farmley-sc-ready .ng-farmley-sc-item__title a {
	color: inherit;
	text-decoration: none;
}

.widget_greenpath_core_woo_side_area_cart.ng-farmley-sc-ready .ng-farmley-sc-item__weight {
	margin: 0;
	font-family: "Manrope", sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.35;
	color: #0c533d;
}

.widget_greenpath_core_woo_side_area_cart.ng-farmley-sc-ready .ng-farmley-sc-item__subtitle {
	margin: 2px 0 0;
	font-family: "Manrope", sans-serif;
	font-size: 11px;
	line-height: 1.35;
	color: #9ca3af;
}

.widget_greenpath_core_woo_side_area_cart.ng-farmley-sc-ready .ng-farmley-sc-item__prices {
	flex: 0 0 auto;
	flex-shrink: 0;
	text-align: right;
	max-width: none;
	min-width: 0;
	padding-top: 1px;
}

.widget_greenpath_core_woo_side_area_cart.ng-farmley-sc-ready .ng-farmley-sc-item__price {
	margin: 0 !important;
	font-family: "Manrope", sans-serif !important;
	font-size: 13px !important;
	font-weight: 800 !important;
	color: #111827 !important;
	line-height: 1.3;
	white-space: nowrap;
}

.widget_greenpath_core_woo_side_area_cart.ng-farmley-sc-ready .ng-farmley-sc-item__price--regular {
	margin-top: 2px !important;
	font-size: 11px !important;
	font-weight: 500 !important;
	color: #9ca3af !important;
	text-decoration: line-through;
}

.widget_greenpath_core_woo_side_area_cart.ng-farmley-sc-ready .ng-farmley-sc-item__actions {
	display: flex !important;
	align-items: center !important;
	justify-content: flex-start !important;
	flex-wrap: nowrap;
	gap: 14px;
	width: 100%;
	margin-top: 2px;
}

.widget_greenpath_core_woo_side_area_cart.ng-farmley-sc-ready .ng-farmley-sc-item__remove,
.widget_greenpath_core_woo_side_area_cart.ng-farmley-sc-ready .ng-farmley-sc-item__actions .remove_from_cart_button,
.widget_greenpath_core_woo_side_area_cart.ng-farmley-sc-ready .ng-farmley-sc-item__actions a.remove {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-width: 0;
	height: auto;
	min-height: 32px;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	color: #0c533d !important;
	font-family: "Manrope", sans-serif !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	text-decoration: underline !important;
	text-underline-offset: 2px;
	box-shadow: none !important;
	cursor: pointer;
	transition: color 0.15s ease;
}

.widget_greenpath_core_woo_side_area_cart.ng-farmley-sc-ready .ng-farmley-sc-item__remove:hover,
.widget_greenpath_core_woo_side_area_cart.ng-farmley-sc-ready .ng-farmley-sc-item__actions .remove_from_cart_button:hover,
.widget_greenpath_core_woo_side_area_cart.ng-farmley-sc-ready .ng-farmley-sc-item__actions a.remove:hover {
	border-color: transparent !important;
	color: #094432 !important;
}

.widget_greenpath_core_woo_side_area_cart.ng-farmley-sc-ready .ng-farmley-sc-item__remove-label {
	display: inline;
}

.widget_greenpath_core_woo_side_area_cart.ng-farmley-sc-ready .ng-farmley-sc-trash-icon {
	display: none;
}

.widget_greenpath_core_woo_side_area_cart.ng-farmley-sc-ready .ng-farmley-sc-qty {
	display: inline-flex !important;
	align-items: center !important;
	height: 34px;
	border: 1px solid #d1d5db;
	border-radius: 999px;
	background: #fff;
	overflow: hidden;
}

.widget_greenpath_core_woo_side_area_cart.ng-farmley-sc-ready .ng-farmley-sc-qty__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #374151;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	cursor: pointer;
}

.widget_greenpath_core_woo_side_area_cart.ng-farmley-sc-ready .ng-farmley-sc-qty__btn:hover {
	background: #f9fafb;
}

.widget_greenpath_core_woo_side_area_cart.ng-farmley-sc-ready .ng-farmley-sc-qty__val {
	min-width: 28px;
	padding: 0 4px;
	font-family: "Manrope", sans-serif;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	color: #111827;
}

.widget_greenpath_core_woo_side_area_cart.ng-farmley-sc-ready .ng-farmley-sc-qty--busy {
	opacity: 0.55;
	pointer-events: none;
}

.widget_greenpath_core_woo_side_area_cart .qodef-woo-side-area-cart-item.ng-farmley-sc-item--updating {
	opacity: 0.65;
	pointer-events: none;
}

/* ── Coupon ── */
.widget_greenpath_core_woo_side_area_cart .ng-farmley-sc-coupon {
	padding: 12px 0 0;
}

.widget_greenpath_core_woo_side_area_cart .ng-farmley-sc-coupon__card {
	border-radius: 12px;
	border: 1px solid rgba(12, 83, 61, 0.22);
	background: #fff;
	overflow: hidden;
}

.widget_greenpath_core_woo_side_area_cart .ng-farmley-sc-coupon__row {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 12px 14px;
}

.widget_greenpath_core_woo_side_area_cart .ng-farmley-sc-coupon__row--more {
	border-top: 1px solid rgba(12, 83, 61, 0.1);
	padding-top: 10px;
	padding-bottom: 10px;
}

.widget_greenpath_core_woo_side_area_cart .ng-farmley-sc-coupon__icon {
	flex-shrink: 0;
	line-height: 0;
}

.widget_greenpath_core_woo_side_area_cart .ng-farmley-sc-coupon__icon--sm .ng-farmley-sc-coupon__badge {
	width: 18px;
	height: 18px;
}

.widget_greenpath_core_woo_side_area_cart .ng-farmley-sc-coupon__copy {
	flex: 1;
	min-width: 0;
}

.widget_greenpath_core_woo_side_area_cart .ng-farmley-sc-coupon__save {
	margin: 0;
	font-family: "Manrope", sans-serif;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.3;
	color: #0c533d;
}

.widget_greenpath_core_woo_side_area_cart .ng-farmley-sc-coupon__code-line {
	margin: 2px 0 0;
	font-family: "Manrope", sans-serif;
	font-size: 12px;
	line-height: 1.3;
	color: #4b5563;
}

.widget_greenpath_core_woo_side_area_cart .ng-farmley-sc-coupon__more-text {
	flex: 1;
	margin: 0;
	font-family: "Manrope", sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: #0c533d;
}

.widget_greenpath_core_woo_side_area_cart .ng-farmley-sc-coupon__view-all {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	gap: 2px;
	padding: 0;
	border: 0;
	background: transparent;
	font-family: "Manrope", sans-serif;
	font-size: 11px;
	font-weight: 600;
	color: #6b7280;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
}

.widget_greenpath_core_woo_side_area_cart .ng-farmley-sc-coupon__view-all:hover,
.widget_greenpath_core_woo_side_area_cart .ng-farmley-sc-coupon__view-all.is-open {
	color: #374151;
}

.widget_greenpath_core_woo_side_area_cart .ng-farmley-sc-coupon__view-all.is-open .ng-farmley-sc-coupon__view-all-icon {
	transform: rotate(90deg);
}

.widget_greenpath_core_woo_side_area_cart .ng-farmley-sc-coupon__view-all-icon {
	display: inline-block;
	transition: transform 0.2s ease;
}

.widget_greenpath_core_woo_side_area_cart .ng-farmley-sc-coupon__all {
	border-top: 1px solid rgba(12, 83, 61, 0.1);
	max-height: 220px;
	overflow-y: auto;
}

.widget_greenpath_core_woo_side_area_cart .ng-farmley-sc-coupon__all[hidden] {
	display: none;
}

.widget_greenpath_core_woo_side_area_cart .ng-farmley-sc-coupon__row--list {
	border-top: 1px solid rgba(12, 83, 61, 0.06);
	padding-top: 10px;
	padding-bottom: 10px;
}

.widget_greenpath_core_woo_side_area_cart .ng-farmley-sc-coupon__row--list:last-child {
	padding-bottom: 12px;
}

.widget_greenpath_core_woo_side_area_cart .ng-farmley-sc-coupon__row-hint {
	margin: 4px 0 0;
	font-family: "Manrope", sans-serif;
	font-size: 10px;
	line-height: 1.35;
	color: #9ca3af;
}

.widget_greenpath_core_woo_side_area_cart .ng-farmley-sc-coupon__apply {
	flex-shrink: 0;
	padding: 6px 14px;
	border-radius: 8px;
	border: 0;
	background: #e8f3ee;
	color: #0c533d;
	font-family: "Manrope", sans-serif;
	font-size: 12px;
	font-weight: 800;
	text-decoration: none;
	cursor: pointer;
}

.widget_greenpath_core_woo_side_area_cart .ng-farmley-sc-coupon__apply:disabled {
	opacity: 0.45;
	cursor: not-allowed;
}

.widget_greenpath_core_woo_side_area_cart .ng-farmley-sc-coupon__apply--busy {
	opacity: 0.75;
	pointer-events: none;
}

.widget_greenpath_core_woo_side_area_cart .ng-farmley-sc-coupon--applied .ng-farmley-sc-coupon__card {
	border-color: rgba(12, 83, 61, 0.35);
	background: #f0faf4;
}

.widget_greenpath_core_woo_side_area_cart .ng-farmley-sc-coupon__applied-badge {
	flex-shrink: 0;
	padding: 6px 12px;
	border-radius: 8px;
	background: #0c533d;
	color: #fff;
	font-family: "Manrope", sans-serif;
	font-size: 11px;
	font-weight: 800;
}

.widget_greenpath_core_woo_side_area_cart .ng-farmley-sc-coupon__hint,
.widget_greenpath_core_woo_side_area_cart .ng-farmley-sc-coupon__feedback {
	margin: 8px 0 0;
	font-family: "Manrope", sans-serif;
	font-size: 11px;
	line-height: 1.4;
}

.widget_greenpath_core_woo_side_area_cart .ng-farmley-sc-coupon__hint {
	color: #6b7280;
}

.widget_greenpath_core_woo_side_area_cart .ng-farmley-sc-coupon__feedback.is-success {
	color: #0c533d;
}

.widget_greenpath_core_woo_side_area_cart .ng-farmley-sc-coupon__feedback.is-error {
	color: #b91c1c;
}

.widget_greenpath_core_woo_side_area_cart .qodef-woo-side-area-cart-item.ng-farmley-sc-item--removing {
	opacity: 0.45;
	pointer-events: none;
	position: relative;
}

.widget_greenpath_core_woo_side_area_cart .qodef-woo-side-area-cart-item.ng-farmley-sc-item--removing::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.55);
}

/* ── Recommendations ── */
.widget_greenpath_core_woo_side_area_cart .ng-farmley-sc-reco-slot {
	padding: 0;
}

.widget_greenpath_core_woo_side_area_cart .ng-farmley-sc-reco {
	padding: 14px 0 10px;
}

.widget_greenpath_core_woo_side_area_cart .ng-farmley-sc-reco__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 12px;
	padding-bottom: 8px;
	border-bottom: 2px solid #0c533d;
}

.widget_greenpath_core_woo_side_area_cart .ng-farmley-sc-reco__title {
	margin: 0;
	padding: 0;
	font-family: "Manrope", sans-serif;
	font-size: 14px;
	font-weight: 800;
	color: #0c533d;
	border-bottom: 0;
	flex: 1;
	min-width: 0;
}

.widget_greenpath_core_woo_side_area_cart .ng-farmley-sc-reco__nav {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-shrink: 0;
}

.widget_greenpath_core_woo_side_area_cart .ng-farmley-sc-reco__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	padding: 0;
	border-radius: 50%;
	border: 1px solid rgba(12, 83, 61, 0.2);
	background: #fff;
	color: #0c533d;
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
	transition: background 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}

.widget_greenpath_core_woo_side_area_cart .ng-farmley-sc-reco__btn span {
	display: block;
	margin-top: -2px;
}

.widget_greenpath_core_woo_side_area_cart .ng-farmley-sc-reco__btn:hover:not(:disabled) {
	background: #e8f3ee;
	border-color: rgba(12, 83, 61, 0.35);
}

.widget_greenpath_core_woo_side_area_cart .ng-farmley-sc-reco__btn:disabled {
	opacity: 0.35;
	cursor: not-allowed;
}

.widget_greenpath_core_woo_side_area_cart .ng-farmley-sc-reco__viewport {
	overflow: hidden;
	margin: 0 -2px;
}

.widget_greenpath_core_woo_side_area_cart .ng-farmley-sc-reco__row {
	display: flex;
	flex-wrap: nowrap;
	gap: 10px;
	overflow-x: auto;
	overflow-y: hidden;
	padding: 2px 2px 6px;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
	scroll-behavior: smooth;
	scrollbar-width: none;
}

.widget_greenpath_core_woo_side_area_cart .ng-farmley-sc-reco__row::-webkit-scrollbar {
	display: none;
}

.widget_greenpath_core_woo_side_area_cart .ng-farmley-sc-reco__item {
	flex: 0 0 188px;
	min-width: 188px;
	scroll-snap-align: start;
	display: flex;
	gap: 10px;
	padding: 10px;
	border-radius: 12px;
	background: #fbf8f1;
	border: 1px solid rgba(12, 83, 61, 0.08);
}

.widget_greenpath_core_woo_side_area_cart .ng-farmley-sc-reco__img {
	flex-shrink: 0;
	width: 52px;
	height: 52px;
	border-radius: 8px;
	overflow: hidden;
}

.widget_greenpath_core_woo_side_area_cart .ng-farmley-sc-reco__img img {
	width: 52px;
	height: 52px;
	object-fit: cover;
}

.widget_greenpath_core_woo_side_area_cart .ng-farmley-sc-reco__body {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
}

.widget_greenpath_core_woo_side_area_cart .ng-farmley-sc-reco__name {
	margin: 0 0 2px;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.3;
}

.widget_greenpath_core_woo_side_area_cart .ng-farmley-sc-reco__name a {
	color: #183b2f;
	text-decoration: none;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.widget_greenpath_core_woo_side_area_cart .ng-farmley-sc-reco__weight {
	margin: 0 0 4px;
	font-family: "Manrope", sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.35;
	color: #0c533d;
}

.widget_greenpath_core_woo_side_area_cart .ng-farmley-sc-reco__price {
	margin: 0 0 6px;
	font-size: 12px;
	font-weight: 800;
	color: #0c533d;
}

.widget_greenpath_core_woo_side_area_cart .ng-farmley-sc-reco__add {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: auto;
	min-height: 28px;
	padding: 0 8px;
	border-radius: 8px;
	border: 1px solid rgba(12, 83, 61, 0.25);
	background: #fff;
	color: #0c533d;
	font-size: 11px;
	font-weight: 800;
	text-decoration: none;
	position: relative;
}

.widget_greenpath_core_woo_side_area_cart .ng-farmley-sc-reco__add.loading {
	pointer-events: none;
	opacity: 0.9;
	color: transparent !important;
}

.widget_greenpath_core_woo_side_area_cart .ng-farmley-sc-reco__add.loading::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 14px;
	height: 14px;
	margin: -7px 0 0 -7px;
	border: 2px solid rgba(12, 83, 61, 0.2);
	border-top-color: #0c533d;
	border-radius: 50%;
	animation: ng-farmley-sc-reco-spin 0.65s linear infinite;
}

@keyframes ng-farmley-sc-reco-spin {
	to {
		transform: rotate(360deg);
	}
}

.widget_greenpath_core_woo_side_area_cart .ng-farmley-sc-reco__add:hover {
	background: #e8f3ee;
	color: #0c533d;
}

/* ── Total + buttons ── */
.widget_greenpath_core_woo_side_area_cart.ng-farmley-sc-ready .qodef-m-order-details,
.widget_greenpath_core_woo_side_area_cart.ng-farmley-sc-ready .ng-farmley-sc-order-details {
	display: flex !important;
	flex-direction: column;
	gap: 8px;
	margin: 0 !important;
	padding: 14px 0 !important;
	border: 0 !important;
	border-top: 1px solid rgba(12, 83, 61, 0.08) !important;
	background: transparent !important;
}

.widget_greenpath_core_woo_side_area_cart.ng-farmley-sc-ready .ng-farmley-sc-order-details__discount {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.widget_greenpath_core_woo_side_area_cart.ng-farmley-sc-ready .ng-farmley-sc-order-details__discount-label {
	font-family: "Manrope", sans-serif;
	font-size: 12px;
	font-weight: 600;
	color: #0c533d;
}

.widget_greenpath_core_woo_side_area_cart.ng-farmley-sc-ready .ng-farmley-sc-order-details__discount-amount {
	font-family: "Manrope", sans-serif;
	font-size: 13px;
	font-weight: 800;
	color: #0c533d;
}

.widget_greenpath_core_woo_side_area_cart.ng-farmley-sc-ready .ng-farmley-sc-order-details__total {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.widget_greenpath_core_woo_side_area_cart.ng-farmley-sc-ready .qodef-m-order-label {
	font-size: 0 !important;
}

.widget_greenpath_core_woo_side_area_cart.ng-farmley-sc-ready .qodef-m-order-label::before {
	content: "Estimated total";
	font-family: "Manrope", sans-serif;
	font-size: 14px;
	font-weight: 800;
	color: #183b2f;
}

.widget_greenpath_core_woo_side_area_cart.ng-farmley-sc-ready .qodef-m-order-amount {
	font-family: "Manrope", sans-serif !important;
	font-size: 18px !important;
	font-weight: 800 !important;
	color: #183b2f !important;
	white-space: normal !important;
	text-align: right;
}

.widget_greenpath_core_woo_side_area_cart .ng-farmley-sc-order-details__discount-amount .woocommerce-Price-amount,
.widget_greenpath_core_woo_side_area_cart .qodef-m-order-amount .woocommerce-Price-amount,
.widget_greenpath_core_woo_side_area_cart .ng-farmley-sc-item__price .woocommerce-Price-amount {
	font-size: inherit !important;
	font-weight: inherit !important;
}

.widget_greenpath_core_woo_side_area_cart .ng-farmley-sc-order-details__discount-amount sup,
.widget_greenpath_core_woo_side_area_cart .qodef-m-order-amount sup,
.widget_greenpath_core_woo_side_area_cart .ng-farmley-sc-item__price sup,
.widget_greenpath_core_woo_side_area_cart .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
	font-size: inherit !important;
	font-weight: inherit !important;
	position: static !important;
	top: auto !important;
	vertical-align: baseline !important;
}

/* Never show orphaned reco Add buttons inside the cart item list. */
.widget_greenpath_core_woo_side_area_cart .ng-farmley-sc-cart-slot .ng-farmley-sc-reco,
.widget_greenpath_core_woo_side_area_cart .ng-farmley-sc-cart-slot .ng-farmley-sc-reco__add,
.widget_greenpath_core_woo_side_area_cart .qodef-woo-side-area-cart > .ng-farmley-sc-reco__add {
	display: none !important;
}

.widget_greenpath_core_woo_side_area_cart.ng-farmley-sc-ready .qodef-m-order-amount .includes_tax,
.widget_greenpath_core_woo_side_area_cart.ng-farmley-sc-ready .qodef-m-order-amount .woocommerce-price-suffix {
	display: block;
	width: 100%;
	margin-top: 4px;
	overflow: visible;
	white-space: normal;
	font-size: 11px !important;
	font-weight: 500 !important;
	line-height: 1.35;
	color: #6b7280 !important;
}

/* Side-cart line prices — hide suffix (too narrow) */
.widget_greenpath_core_woo_side_area_cart .ng-farmley-sc-item__price .woocommerce-price-suffix,
.widget_greenpath_core_woo_side_area_cart .ng-farmley-sc-reco__price .woocommerce-price-suffix {
	display: none !important;
}

.widget_greenpath_core_woo_side_area_cart.ng-farmley-sc-ready .qodef-m-action {
	display: grid !important;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	padding: 0 18px 18px !important;
	background: transparent !important;
	box-shadow: none !important;
	border: 0 !important;
}

.widget_greenpath_core_woo_side_area_cart.ng-farmley-sc-ready .qodef-m-action-link {
	min-height: 48px;
	border-radius: 12px !important;
	font-family: "Manrope", sans-serif !important;
	font-size: 13px !important;
	font-weight: 800 !important;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.widget_greenpath_core_woo_side_area_cart.ng-farmley-sc-ready .qodef-m-action-link.qodef--cart {
	background: #e8f3ee !important;
	color: #0c533d !important;
	border: 2px solid rgba(12, 83, 61, 0.15) !important;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.widget_greenpath_core_woo_side_area_cart.ng-farmley-sc-ready .qodef-m-action-link.qodef--cart:hover {
	background: #d7ebe3 !important;
	color: #094432 !important;
	border-color: rgba(12, 83, 61, 0.28) !important;
	transform: translateY(-1px);
}

.widget_greenpath_core_woo_side_area_cart.ng-farmley-sc-ready .qodef-m-action-link.qodef--checkout {
	background: #0c533d !important;
	color: #fff !important;
	border: 0 !important;
	box-shadow: 0 8px 20px rgba(12, 83, 61, 0.25);
	transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.widget_greenpath_core_woo_side_area_cart.ng-farmley-sc-ready .qodef-m-action-link.qodef--checkout:hover {
	background: #094432 !important;
	color: #ffffff !important;
	box-shadow: 0 10px 24px rgba(12, 83, 61, 0.3);
	transform: translateY(-1px);
}

/* ── Burst ── */
/* Keep panel position:fixed (do not force relative — breaks mobile drawers). */

.widget_greenpath_core_woo_side_area_cart .ng-farmley-sc-burst {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 170px;
	z-index: 12;
	pointer-events: none;
	overflow: hidden;
}

.widget_greenpath_core_woo_side_area_cart .ng-farmley-sc-burst::before {
	content: "";
	position: absolute;
	top: -34px;
	left: 50%;
	width: 120px;
	height: 70px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(185, 149, 49, 0.2), transparent 68%);
	transform: translateX(-50%) scale(0);
	opacity: 0;
}

.widget_greenpath_core_woo_side_area_cart .ng-farmley-sc-burst.is-active::before {
	animation: ng-farmley-sc-burst-glow 0.75s ease-out both;
}

.widget_greenpath_core_woo_side_area_cart .ng-farmley-sc-burst__piece {
	position: absolute;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	will-change: transform, opacity;
	animation: ng-farmley-sc-flower-fall 1.25s cubic-bezier(0.17, 0.84, 0.44, 1) forwards;
}

.widget_greenpath_core_woo_side_area_cart .ng-farmley-sc-burst__piece--flower {
	color: #b99531;
	filter: drop-shadow(0 3px 5px rgba(12, 83, 61, 0.14));
}

.widget_greenpath_core_woo_side_area_cart .ng-farmley-sc-burst__piece--paper {
	border-radius: 70% 40% 70% 35%;
	box-shadow: 0 4px 10px rgba(12, 83, 61, 0.12);
}

@keyframes ng-farmley-sc-burst-glow {
	0% { opacity: 0; transform: translateX(-50%) scale(0.3); }
	35% { opacity: 1; transform: translateX(-50%) scale(1); }
	100% { opacity: 0; transform: translateX(-50%) scale(1.2); }
}

@keyframes ng-farmley-sc-flower-fall {
	0% {
		opacity: 0;
		transform: translate3d(0, 0, 0) rotate(0deg) scale(0.55);
	}
	14% {
		opacity: 1;
	}
	72% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		transform: translate3d(var(--ng-burst-x, 0), var(--ng-burst-y, 100px), 0) rotate(var(--ng-burst-r, 180deg)) scale(1);
	}
}

@media (max-width: 1200px) {
	.widget_greenpath_core_woo_side_area_cart.ng-farmley-sc-ready .qodef-widget-side-area-cart-inner .qodef-widget-side-area-cart-content,
	.ng-farmley-sc-portal .qodef-widget-side-area-cart-content {
		width: min(420px, 100%) !important;
		max-width: 100vw !important;
		right: -110vw !important;
		height: 100vh !important;
		height: 100dvh !important;
		max-height: 100dvh !important;
		box-sizing: border-box !important;
	}

	.widget_greenpath_core_woo_side_area_cart.ng-farmley-sc-ready.qodef--opened .qodef-widget-side-area-cart-inner .qodef-widget-side-area-cart-content,
	.ng-farmley-sc-portal.qodef--opened .qodef-widget-side-area-cart-content,
	body.qodef-woo-side-area-cart--opened .ng-farmley-sc-portal .qodef-widget-side-area-cart-content {
		right: 0 !important;
		visibility: visible !important;
	}

	.widget_greenpath_core_woo_side_area_cart.ng-farmley-sc-ready .ng-farmley-sc-scroll {
		/* iOS: keep a hard max-height so overflow-y:scroll always has a bound. */
		min-height: 180px !important;
	}

	/* Mobile header img rules must not collapse cart product thumbnails. */
	#qodef-page-mobile-header .widget_greenpath_core_woo_side_area_cart .ng-farmley-sc-item__image,
	#qodef-page-mobile-header .widget_greenpath_core_woo_side_area_cart .qodef-e-image.ng-farmley-sc-item__image,
	#qodef-side-area-mobile-header .widget_greenpath_core_woo_side_area_cart .ng-farmley-sc-item__image,
	#qodef-side-area-mobile-header .widget_greenpath_core_woo_side_area_cart .qodef-e-image.ng-farmley-sc-item__image {
		display: block !important;
		flex: 0 0 64px !important;
		width: 64px !important;
		min-width: 64px !important;
		max-width: 64px !important;
		opacity: 1 !important;
		visibility: visible !important;
	}

	#qodef-page-mobile-header .widget_greenpath_core_woo_side_area_cart .ng-farmley-sc-item__image img,
	#qodef-page-mobile-header .widget_greenpath_core_woo_side_area_cart .qodef-e-image.ng-farmley-sc-item__image img,
	#qodef-side-area-mobile-header .widget_greenpath_core_woo_side_area_cart .ng-farmley-sc-item__image img,
	#qodef-side-area-mobile-header .widget_greenpath_core_woo_side_area_cart .qodef-e-image.ng-farmley-sc-item__image img {
		display: block !important;
		width: 64px !important;
		height: 64px !important;
		max-width: none !important;
		max-height: none !important;
		min-width: 64px !important;
		min-height: 64px !important;
		object-fit: cover !important;
		opacity: 1 !important;
		visibility: visible !important;
	}

	#qodef-page-mobile-header .widget_greenpath_core_woo_side_area_cart .ng-farmley-sc-item__body,
	#qodef-page-mobile-header .widget_greenpath_core_woo_side_area_cart .qodef-e-content.ng-farmley-sc-item__body,
	#qodef-side-area-mobile-header .widget_greenpath_core_woo_side_area_cart .ng-farmley-sc-item__body,
	#qodef-side-area-mobile-header .widget_greenpath_core_woo_side_area_cart .qodef-e-content.ng-farmley-sc-item__body {
		width: auto !important;
		flex: 1 1 0 !important;
		min-width: 0 !important;
	}
}

@media (max-width: 480px) {
	.widget_greenpath_core_woo_side_area_cart.ng-farmley-sc-ready .qodef-widget-side-area-cart-inner .qodef-widget-side-area-cart-content,
	.ng-farmley-sc-portal .qodef-widget-side-area-cart-content {
		width: 100% !important;
		max-width: 100% !important;
		right: -100% !important;
	}

	.widget_greenpath_core_woo_side_area_cart.ng-farmley-sc-ready.qodef--opened .qodef-widget-side-area-cart-inner .qodef-widget-side-area-cart-content,
	body.qodef-woo-side-area-cart--opened .ng-farmley-sc-portal .qodef-widget-side-area-cart-content {
		right: 0 !important;
	}

	.widget_greenpath_core_woo_side_area_cart .ng-farmley-sc-progress__rail {
		margin: 26px 38px 28px;
	}

	.widget_greenpath_core_woo_side_area_cart .ng-farmley-sc-progress__pin-label {
		width: 68px;
		max-width: 68px;
		font-size: 8px;
	}

	.widget_greenpath_core_woo_side_area_cart.ng-farmley-sc-ready .ng-farmley-sc-scroll {
		padding: 0 12px 12px !important;
	}
}

/* Cart page shipment calculator — vertically center select / Select2 text */
body.woocommerce-cart #qodef-woo-page.qodef--cart .cart_totals .woocommerce-shipping-calculator .shipping-calculator-form .form-row,
body.woocommerce-cart #qodef-woo-page.qodef--cart .cart_totals .woocommerce-shipping-calculator .shipping-calculator-form p {
	margin: 0 0 14px;
}

body.woocommerce-cart #qodef-woo-page.qodef--cart .cart_totals .woocommerce-shipping-calculator .shipping-calculator-form input.input-text,
body.woocommerce-cart #qodef-woo-page.qodef--cart .cart_totals .woocommerce-shipping-calculator .shipping-calculator-form select,
body.woocommerce-cart #qodef-woo-page.qodef--cart .cart_totals .woocommerce-shipping-calculator .shipping-calculator-form .select2-container .select2-selection--single {
	display: block !important;
	width: 100% !important;
	min-width: 0 !important;
	min-height: 48px !important;
	height: 48px !important;
	margin: 0 0 4px !important;
	padding: 0 40px 0 14px !important;
	border: 1.5px solid rgba(12, 83, 61, 0.16) !important;
	border-radius: 10px !important;
	background-color: #fff !important;
	box-shadow: none !important;
	box-sizing: border-box !important;
	font-family: "Manrope", sans-serif !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	line-height: 46px !important;
	color: #1a1a1a !important;
	appearance: none !important;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
}

body.woocommerce-cart #qodef-woo-page.qodef--cart .cart_totals .woocommerce-shipping-calculator .shipping-calculator-form input.input-text {
	padding-right: 14px !important;
}

body.woocommerce-cart #qodef-woo-page.qodef--cart .cart_totals .woocommerce-shipping-calculator .shipping-calculator-form select {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%230C533D' d='M1.4.6 6 5.2 10.6.6 12 2l-6 6-6-6z'/%3E%3C/svg%3E") !important;
	background-repeat: no-repeat !important;
	background-position: right 14px center !important;
	background-size: 12px 8px !important;
}

body.woocommerce-cart #qodef-woo-page.qodef--cart .cart_totals .woocommerce-shipping-calculator .shipping-calculator-form .select2-container {
	width: 100% !important;
	margin: 0 0 4px !important;
}

body.woocommerce-cart #qodef-woo-page.qodef--cart .cart_totals .woocommerce-shipping-calculator .shipping-calculator-form .select2-container--default .select2-selection--single .select2-selection__rendered {
	display: block !important;
	line-height: 46px !important;
	padding: 0 !important;
	color: #1a1a1a !important;
}

body.woocommerce-cart #qodef-woo-page.qodef--cart .cart_totals .woocommerce-shipping-calculator .shipping-calculator-form .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 46px !important;
	top: 0 !important;
	right: 8px !important;
	width: 28px !important;
}

body.woocommerce-cart #qodef-woo-page.qodef--cart .cart_totals .woocommerce-shipping-calculator .shipping-calculator-form input.input-text:focus,
body.woocommerce-cart #qodef-woo-page.qodef--cart .cart_totals .woocommerce-shipping-calculator .shipping-calculator-form select:focus,
body.woocommerce-cart #qodef-woo-page.qodef--cart .cart_totals .woocommerce-shipping-calculator .shipping-calculator-form .select2-container--default.select2-container--focus .select2-selection--single,
body.woocommerce-cart #qodef-woo-page.qodef--cart .cart_totals .woocommerce-shipping-calculator .shipping-calculator-form .select2-container--default.select2-container--open .select2-selection--single {
	outline: none !important;
	border-color: #0c533d !important;
	box-shadow: 0 0 0 3px rgba(12, 83, 61, 0.12) !important;
}

/* Cart totals (CGST/SGST, subtotal, total) — ₹ before amount, not after. */
body.woocommerce-cart #qodef-woo-page.qodef--cart .cart_totals .shop_table td .woocommerce-Price-amount {
	flex-direction: row !important;
	display: inline-flex !important;
	align-items: baseline !important;
	justify-content: flex-end !important;
}

body.woocommerce-cart #qodef-woo-page.qodef--cart .cart_totals .shop_table td .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
	position: static !important;
	top: auto !important;
	font-size: inherit !important;
	vertical-align: baseline !important;
}

/* Cart Totals — keep Total + tax note aligned and readable */
body.woocommerce-cart #qodef-woo-page.qodef--cart .cart_totals .shop_table tr.order-total {
	align-items: start;
}

body.woocommerce-cart #qodef-woo-page.qodef--cart .cart_totals .shop_table tr.order-total th,
body.woocommerce-cart #qodef-woo-page.qodef--cart .cart_totals .shop_table tr.order-total td {
	white-space: normal !important;
	overflow: visible !important;
}

body.woocommerce-cart #qodef-woo-page.qodef--cart .cart_totals .shop_table tr.order-total th {
	padding-top: 16px !important;
	font-size: 16px !important;
	font-weight: 800 !important;
	color: #0c533d !important;
}

body.woocommerce-cart #qodef-woo-page.qodef--cart .cart_totals .shop_table tr.order-total td {
	display: flex !important;
	flex-direction: column !important;
	align-items: flex-end !important;
	gap: 4px;
	padding-top: 16px !important;
	text-align: right !important;
}

body.woocommerce-cart #qodef-woo-page.qodef--cart .cart_totals .shop_table tr.order-total td strong,
body.woocommerce-cart #qodef-woo-page.qodef--cart .cart_totals .shop_table tr.order-total td .woocommerce-Price-amount {
	font-size: 16px !important;
	font-weight: 800 !important;
	color: #0c533d !important;
	line-height: 1.2 !important;
}

body.woocommerce-cart #qodef-woo-page.qodef--cart .cart_totals .shop_table .includes_tax,
body.woocommerce-cart #qodef-woo-page.qodef--cart .cart_totals .shop_table .tax_label {
	display: block !important;
	width: 100% !important;
	max-width: 240px;
	margin: 0 !important;
	padding: 0 !important;
	overflow: visible !important;
	white-space: normal !important;
	text-overflow: clip !important;
	text-align: right !important;
	font-family: "Manrope", sans-serif !important;
	font-size: 12px !important;
	font-weight: 500 !important;
	line-height: 1.45 !important;
	color: #6b7280 !important;
}

body.woocommerce-cart #qodef-woo-page.qodef--cart .cart_totals .shop_table .includes_tax .woocommerce-Price-amount {
	display: inline !important;
	font-size: inherit !important;
	font-weight: inherit !important;
	color: inherit !important;
}
