/* Sale of the Month Block - Frontend Styles */

.wp-block-upjau-theme-sale-of-the-month {
	position: relative;
	isolation: isolate;
	overflow-x: clip;
	overflow-y: visible;
	padding-top: var(--upjau-section-space-sm);
	padding-bottom: var(--upjau-section-space-md);
}

.wp-block-upjau-theme-sale-of-the-month .upjau-sale-of-the-month__carousel {
	position: relative;
	overflow: visible;
}

/* Header area with heading and view all link */
.wp-block-upjau-theme-sale-of-the-month .upjau-sale-of-the-month__header {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: var(--wp--preset--spacing--3);
	margin-bottom: var(--wp--preset--spacing--fluid-4, var(--wp--preset--spacing--4));
}

@media (min-width: 48.875rem) {
	.wp-block-upjau-theme-sale-of-the-month .upjau-sale-of-the-month__header {
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-end;
	}
}

.wp-block-upjau-theme-sale-of-the-month .upjau-sale-of-the-month__heading {
	margin: 0;
	font-size: clamp(1.25rem, 1rem + 1vw, 1.5rem);
	line-height: 1.2;
	letter-spacing: -0.01em;
}

.wp-block-upjau-theme-sale-of-the-month .upjau-sale-of-the-month__cta {
	max-width: 100%;
}

/* Grid: mirror product tabs merchandising layout */
.wp-block-upjau-theme-sale-of-the-month .upjau-sale-of-the-month__grid {
	--upjau-sale-grid-gap: clamp(16px, 2vw, 28px);
	display: grid;
	gap: var(--upjau-sale-grid-gap);
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 782px) {
	.wp-block-upjau-theme-sale-of-the-month .upjau-sale-of-the-month__grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

.wp-block-upjau-theme-sale-of-the-month .upjau-sale-of-the-month__grid.is-scrollable {
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	overscroll-behavior-x: contain;
	padding: 0 2px;
	scroll-snap-type: none;
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
}

.wp-block-upjau-theme-sale-of-the-month .upjau-sale-of-the-month__grid.is-scrollable::-webkit-scrollbar {
	display: none;
}

.wp-block-upjau-theme-sale-of-the-month .upjau-sale-of-the-month__nav {
	position: absolute;
	inset-block: 0;
	inset-inline: 0;
	overflow: visible;
	pointer-events: none;
	z-index: 6;
}

.wp-block-upjau-theme-sale-of-the-month .upjau-sale-of-the-month__arrow {
	--upjau-sale-arrow-size: clamp(2.75rem, 3vw + 1.6rem, 3.5rem);
	appearance: none;
	-webkit-appearance: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: var(--upjau-sale-arrow-size);
	height: var(--upjau-sale-arrow-size);
	border: 1px solid rgba(0, 77, 37, 0.18);
	border-radius: var(--radius-full);
	background: var(--wp--preset--color--surface);
	color: var(--wp--preset--color--forest);
	padding: 0;
	cursor: pointer;
	pointer-events: auto;
	z-index: 7;
	box-shadow: var(--shadow-md);
	transition: background-color var(--upjau-transition-normal), border-color var(--upjau-transition-normal), color var(--upjau-transition-normal), opacity var(--upjau-transition-normal);
}

.wp-block-upjau-theme-sale-of-the-month .upjau-sale-of-the-month__arrow--prev {
	left: max(calc(var(--upjau-sale-arrow-size) * var(--upjau-carousel-arrow-outset-multiplier) * -1), calc(var(--upjau-carousel-arrow-gap) - (((100vw - min(100vw, var(--upjau-layout-max))) / 2) + var(--upjau-gutter))));
}

.wp-block-upjau-theme-sale-of-the-month .upjau-sale-of-the-month__arrow--next {
	right: max(calc(var(--upjau-sale-arrow-size) * var(--upjau-carousel-arrow-outset-multiplier) * -1), calc(var(--upjau-carousel-arrow-gap) - (((100vw - min(100vw, var(--upjau-layout-max))) / 2) + var(--upjau-gutter))));
}

.wp-block-upjau-theme-sale-of-the-month .upjau-sale-of-the-month__arrow:hover {
	background: var(--wp--preset--color--leaf-50);
	border-color: rgba(22, 137, 47, 0.35);
	color: var(--wp--preset--color--leaf);
}

.wp-block-upjau-theme-sale-of-the-month .upjau-sale-of-the-month__arrow:focus-visible {
	outline: var(--upjau-focus-outline-width) solid var(--upjau-focus-outline-color);
	outline-offset: var(--upjau-focus-outline-offset);
}

.wp-block-upjau-theme-sale-of-the-month .upjau-sale-of-the-month__arrow:disabled {
	opacity: 0.45;
	cursor: not-allowed;
	background: var(--wp--preset--color--surface);
	border-color: rgba(0, 77, 37, 0.12);
	color: var(--wp--preset--color--muted);
}

.wp-block-upjau-theme-sale-of-the-month .upjau-sale-of-the-month__arrow-icon {
	width: 1.125rem;
	height: 1.125rem;
	display: block;
	margin: 0;
	stroke: currentColor;
	stroke-width: 2.4;
	stroke-linecap: round;
	stroke-linejoin: round;
	fill: none;
}

.wp-block-upjau-theme-sale-of-the-month .upjau-sale-of-the-month__grid.is-scrollable > .upjau-sale-product {
	flex: 0 0 calc((100% - (3 * var(--upjau-sale-grid-gap))) / 4);
	min-width: calc((100% - (3 * var(--upjau-sale-grid-gap))) / 4);
}

@media (max-width: 781px) {
	.wp-block-upjau-theme-sale-of-the-month .upjau-sale-of-the-month__grid.is-scrollable > .upjau-sale-product {
		flex-basis: calc((100% - var(--upjau-sale-grid-gap)) / 2);
		min-width: calc((100% - var(--upjau-sale-grid-gap)) / 2);
	}
}

@media (max-width: 540px) {
	.wp-block-upjau-theme-sale-of-the-month .upjau-sale-of-the-month__grid.is-scrollable > .upjau-sale-product {
		flex-basis: 82%;
		min-width: 82%;
	}

	.wp-block-upjau-theme-sale-of-the-month .upjau-sale-of-the-month__arrow {
		width: 2.75rem;
		height: 2.75rem;
	}
}

/* Product tile */
.wp-block-upjau-theme-sale-of-the-month .upjau-sale-product {
	display: flex;
	flex-direction: column;
	height: 100%;
	align-self: stretch;
	background: transparent;
	border: 0;
	border-radius: var(--radius-sm);
	padding: 0;
	box-shadow: none;
	overflow: visible;
	min-width: 0;
}

/* Media */
.wp-block-upjau-theme-sale-of-the-month .upjau-sale-product__media {
	position: relative;
	display: block;
	text-decoration: none;
	color: inherit;
}

.wp-block-upjau-theme-sale-of-the-month .upjau-sale-product__media-inner {
	position: relative;
	aspect-ratio: 1;
	background: transparent;
	border-radius: var(--radius-lg);
	overflow: hidden;
}

.wp-block-upjau-theme-sale-of-the-month .upjau-sale-product__img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	transition:
		opacity var(--upjau-transition-normal),
		transform var(--upjau-transition-normal);
}

.wp-block-upjau-theme-sale-of-the-month .upjau-sale-product__img--secondary {
	position: absolute;
	inset: 0;
	opacity: 0;
	transform: scale(1.04);
	pointer-events: none;
	will-change: opacity, transform;
}

.wp-block-upjau-theme-sale-of-the-month .upjau-sale-product:hover .upjau-sale-product__img--secondary,
.wp-block-upjau-theme-sale-of-the-month .upjau-sale-product:focus-within .upjau-sale-product__img--secondary {
	opacity: 1;
	transform: scale(1);
}

.wp-block-upjau-theme-sale-of-the-month .upjau-sale-product:hover .upjau-sale-product__media-inner > .upjau-sale-product__img:not(.upjau-sale-product__img--secondary),
.wp-block-upjau-theme-sale-of-the-month .upjau-sale-product:focus-within .upjau-sale-product__media-inner > .upjau-sale-product__img:not(.upjau-sale-product__img--secondary) {
	opacity: 0;
	transform: scale(0.98);
}

.wp-block-upjau-theme-sale-of-the-month .upjau-sale-product__img-placeholder {
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, var(--wp--preset--color--forest-50), var(--wp--preset--color--leaf-50));
}

.wp-block-upjau-theme-sale-of-the-month .upjau-sale-product__badge {
	position: absolute;
	top: var(--wp--preset--spacing--2);
	left: var(--wp--preset--spacing--2);
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(var(--upjau-control-touch-min, 2.75rem) + var(--wp--preset--spacing--1, 4px));
	min-width: calc(var(--upjau-control-touch-min, 2.75rem) + var(--wp--preset--spacing--1, 4px));
	height: calc(var(--upjau-control-touch-min, 2.75rem) + var(--wp--preset--spacing--1, 4px));
	padding: 0;
	border: 0;
	border-radius: var(--radius-full);
	background: var(--upjau-sale-badge-bg, var(--wp--preset--color--sale, #f0524b));
	color: var(--upjau-sale-badge-text, var(--wp--preset--color--white, #ffffff));
	font-size: clamp(var(--wp--preset--font-size--xs), 0.78rem, var(--wp--preset--font-size--sm));
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	box-shadow: 0 8px 18px rgba(15, 26, 20, 0.14);
	z-index: 2;
}

/* Body */
.wp-block-upjau-theme-sale-of-the-month .upjau-sale-product__body {
	display: flex;
	flex-direction: column;
	gap: var(--wp--preset--spacing--2);
	padding-top: var(--wp--preset--spacing--2);
	flex: 1;
	min-width: 0;
}

.wp-block-upjau-theme-sale-of-the-month .upjau-sale-product__title {
	margin: 0;
	font-size: clamp(0.9375rem, 0.88rem + 0.18vw, 1rem);
	font-weight: 500;
	line-height: 1.35;
	text-align: center;
	min-height: calc(2 * 1.35em);
	max-height: calc(2 * 1.35em);
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.wp-block-upjau-theme-sale-of-the-month .upjau-sale-product__title-link {
	display: block;
	text-decoration: none;
	color: var(--wp--preset--color--forest);
}

.wp-block-upjau-theme-sale-of-the-month .upjau-sale-product__title-link:hover {
	color: var(--wp--preset--color--leaf);
}

.wp-block-upjau-theme-sale-of-the-month .upjau-sale-product__price {
	margin-top: 0;
	margin-bottom: var(--wp--preset--spacing--4);
	text-align: center;
	font-size: clamp(1rem, 0.95rem + 0.22vw, 1.125rem);
	font-weight: 500;
	line-height: 1.45;
	color: var(--wp--preset--color--forest);
	font-variant-numeric: tabular-nums;
	min-height: 26px;
}

.wp-block-upjau-theme-sale-of-the-month .upjau-sale-product__price .price {
	color: inherit;
}

.wp-block-upjau-theme-sale-of-the-month .upjau-sale-product__price del {
	color: var(--wp--preset--color--leaf);
	opacity: 0.58;
	font-size: 0.78em;
	font-weight: 400;
	margin-right: var(--wp--preset--spacing--2);
}

.wp-block-upjau-theme-sale-of-the-month .upjau-sale-product__price ins {
	text-decoration: none;
	color: inherit;
}

/* CTA */
.wp-block-upjau-theme-sale-of-the-month .upjau-sale-product__cta {
	margin-top: auto;
	min-width: 0;
}

.wp-block-upjau-theme-sale-of-the-month .upjau-sale-product__cta .wc-block-components-product-button {
	margin-top: auto;
	width: 100%;
}

.wp-block-upjau-theme-sale-of-the-month .upjau-sale-product__cta .button,
.wp-block-upjau-theme-sale-of-the-month .upjau-sale-product__cta a.button,
.wp-block-upjau-theme-sale-of-the-month .upjau-sale-product__cta .wc-block-components-product-button__button,
.wp-block-upjau-theme-sale-of-the-month .upjau-sale-product__cta .cwg_popup_submit {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	min-height: var(--upjau-control-height-md);
	border: 0;
	border-radius: var(--radius-md);
	background: var(--wp--preset--color--leaf);
	color: var(--wp--preset--color--white, #fff);
	padding: var(--wp--preset--spacing--3) var(--wp--preset--spacing--4);
	font-size: var(--wp--preset--font-size--md);
	font-weight: 600;
	line-height: 1;
	white-space: nowrap;
	text-decoration: none;
}

.wp-block-upjau-theme-sale-of-the-month .upjau-sale-product__cta .cwg_popup_submit {
	appearance: none;
	-webkit-appearance: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family: var(--wp--preset--font-family--radio-canada, inherit);
	text-align: center;
	cursor: pointer;
}

.wp-block-upjau-theme-sale-of-the-month .upjau-sale-product__cta .button:hover,
.wp-block-upjau-theme-sale-of-the-month .upjau-sale-product__cta a.button:hover,
.wp-block-upjau-theme-sale-of-the-month .upjau-sale-product__cta .wc-block-components-product-button__button:hover,
.wp-block-upjau-theme-sale-of-the-month .upjau-sale-product__cta .cwg_popup_submit:hover {
	background: var(--wp--preset--color--forest);
	color: var(--wp--preset--color--white, #fff);
}

.wp-block-upjau-theme-sale-of-the-month .upjau-sale-product__cta .button:focus-visible,
.wp-block-upjau-theme-sale-of-the-month .upjau-sale-product__cta a.button:focus-visible,
.wp-block-upjau-theme-sale-of-the-month .upjau-sale-product__cta .wc-block-components-product-button__button:focus-visible,
.wp-block-upjau-theme-sale-of-the-month .upjau-sale-product__cta .cwg_popup_submit:focus-visible {
	outline: var(--upjau-focus-outline-width) solid var(--upjau-focus-outline-color);
	outline-offset: var(--upjau-focus-outline-offset-loose);
	border-radius: var(--radius-sm);
}

.wp-block-upjau-theme-sale-of-the-month .upjau-sale-product__cta .wc-block-components-product-button.upjau-product-button--qty-control .upjau-product-qty-control {
	background: var(--wp--preset--color--leaf);
}

.wp-block-upjau-theme-sale-of-the-month .upjau-sale-product__cta a.added_to_cart {
	display: none;
}

@media (prefers-reduced-motion: reduce) {
	.wp-block-upjau-theme-sale-of-the-month .upjau-sale-product__img {
		transition: none;
	}
}
