/* ==============
 *  Variables
 * ============*/

:root {
	--primary-color: #A6192E; /* = @color-red 'variables.less' */
	--primary-color-hover: color-mix(in srgb, var(--primary-color), white 20%);
	--text-primary: #505050;
	--text-black-87: rgba(0,0,0,.87);
	--text-black-60: rgba(0,0,0,.60);
	--text-white-75: rgba(255,255,255,.75);
	--text-white-60: rgba(255,255,255,.60);
	--gray-color: #4F5C64;

	--px-container: 15px;

	--fw-medium: 500;
	--fw-semibold: 600;
}


/* ==============
 *  Button
 * ============*/

.btn {
	/*width: 215px;*/
	/*height: 56px;*/
	text-align: center;
	font-size: 14px;
	font-weight: var(--fw-semibold);
	line-height: 14px;
	border-radius: 100px;
	padding: 20px;
	cursor: pointer;
	&:hover {
		text-decoration: none;
	}
	&:focus,
	&:focus-visible {
		outline: none;
		box-shadow: none;
	}
}

.btn.btn-thin {
	padding: 14px 32px;
}

/*a.button-red:not([href]):not([tabindex])*/
.btn-red {
	color: white;
	background: var(--primary-color);
	border: 1px solid var(--primary-color);
	&:hover {
		color: white;
		background: var(--primary-color-hover);
		border: 1px solid var(--primary-color-hover);
	}
	&:focus,
	&:focus-visible {
		color: white;
	}
}

.btn-transparent {
	color: black;
	border: 1px solid var(--gray-color);
	background: transparent;
	&:hover {
		color: white;
		border: 1px solid var(--primary-color-hover);
		background: var(--primary-color-hover);
	}
	&:focus,
	&:focus-visible {
		color: white;
	}
}


/* ==============
 *  General
 * ============*/

body {
	&:has(.no-badges-in-footer) {
		.wrapper.badges {
			display: none;
		}
	}
}

h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6 {
	margin: 0;
}

.h1 {
	text-align: start;
	font-size: 72px;
	letter-spacing: -4px;
	color: black;
    -webkit-text-stroke: 1px white;
	line-height: 1.11;
    @media (max-width: 576px) {
        font-size: 46px;
        -webkit-text-stroke: 0;
    }
}

.h2 {
	font-size: 56px;
	line-height: 1.14;
	font-weight: 400;
	letter-spacing: -2.4px; /*-2px;*/
	color: black;
    @media (max-width: 576px) {
        font-size: 40px;
    }
}

.h3 {
	font-size: 24px;
	font-weight: 400;
	line-height: 1;
}

.h4 {
	font-size: 18px;
	font-weight: var(--fw-semibold);
	letter-spacing: -0.15px;
	line-height: 160%;
}

.h5 {
	font-size: 18px;
	font-weight: var(--fw-medium);
	letter-spacing: -0.15px;
	line-height: 160%;
}

.w-100-sm {
	@media (max-width: 576px) {
		width: 100%;
	}
}

.w-fit {
	width: fit-content;
}

.container-wider {
	width: 100%;
	max-width: 1380px;
	margin: 0 auto;
}
.container-widest {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
}

.text-white-75 {
	color: var(--text-white-75);
}

.px-container {
	padding-right: var(--px-container);
	padding-left: var(--px-container);
}

.pb-80 {
	padding-bottom: 80px;
}


/* ==============
 *  Intro
 * ============*/
.section-intro-actions {
	overflow-x: hidden;
	width: 100%;
	min-height: 560px;
	display: flex;
	margin-top: 20px;
	margin-bottom: 32px;

	.lead-paragraph-actions {
		max-width: 460px;
		margin-bottom: 40px;
	}
}

.img-bg-wrap-intro-actions {
	margin-left: auto;
	@media (max-width: 1330px) {
		margin-right: calc(-300px + (100vw - 1024px));
	}
	&:before {
		z-index: 2;
		content: "";
		position: absolute;
		display: block;
		bottom: 0;
		left: 0;
		border-top: 0 solid #fff;
		border-right: 242px solid transparent;
		border-bottom: 533px solid #fff;
		border-left: 0 solid transparent;
	}
}

.img-bg-intro-actions {
	display: block;
	width: auto;
	height: 100%;
	min-height: 560px;
	border-radius: 22px;
	/*margin-left: auto;*/
	/*@media (max-width: 1330px) {
		margin-right: calc(-300px + (100vw - 1024px));
	}*/
	@media (max-width: 992px) {
		width: 100%;
		height: auto;
		min-height: unset;
		margin-left: 0;
		margin-right: 0;
	}
}

.main-heading-actions {
	max-width: 510px; /* TODO */
	margin-bottom: 24px;
}

.lead-paragraph-actions,
.lead-paragraph-actions p {
	font-size: 16px;
	color: var(--text-black-60);
	line-height: 24px;
}

.item-benefits-actions {
	position: relative;
	display: flex;
	justify-content: center;
	margin-top: 48px;

	svg {
		width: 40px;
		height: auto;
		margin-right: 16px;
		margin-bottom: auto;
	}

	.h4 {
		color: var(--text-black-87);
		margin-bottom: 4px;
	}

	p {
		font-size: 15px;
		color: var(--text-black-60);
		line-height: 150%;
		max-width: 245px;
	}
}


/* ==============
 *  Countdown
 * ============*/
.countdown-wrap-actions {
	top: 25px;
	right: 25px;
	width: 304px;
	height: 148px;
	background-color: rgba(0,0,0,.8);
	border-radius: 20px;
	padding: 12px 28px 17px 16px;

	.h5 {
		margin-bottom: 8px;
	}
}

.countdown-item {
	width: 78px;
	display: flex;
	flex-direction: column;
	text-align: center;

	:first-child {
		line-height: 58px;
		color: white;
	}

	:last-child {
		font-size: 18px;
		font-weight: var(--fw-medium);
		line-height: 1;
		letter-spacing: -0.15px;
		color: var(--text-white-75);
	}
}

.section-kitchen-types {
	.h2 {
		margin-bottom: 20px;
	}

	.lead-paragraph-actions {
		max-width: 840px;
	}

	> div:has(.item-kitchen-types-actions) {
		column-gap: 24px;
		row-gap: 70px;
	}
}

.arrow-wrap-actions {
	align-items: end;

	img {
		width: 20px;
		height: auto;
	}

	&:has(a:hover) {
		.all-kitchens {
			text-decoration: underline;
		}
	}
}

.all-kitchens {
	font-size: 12px;
	font-weight: var(--fw-semibold);
	line-height: 20px;
	color: black;
	margin-right: 12px;
	@media (max-width: 1100px) {
		font-size: 14px;
		font-weight: 700;
	}
}

.arrow-wrap-actions-desktop {
	display: flex;
	@media (max-width: 1100px) {
		display: none;
	}
}

.arrow-wrap-actions-mobile {
	display: none;
	@media (max-width: 1100px) {
		display: flex;
	}
}

.item-kitchen-types-actions {
	position: relative;
	> div {
		overflow: hidden;
		border-radius: 14px;
		margin-bottom: 20px;
	}
	&:has(a:hover) {
		img {
			scale: 1.1;
			transition: all .3s linear;
		}
		h3 {
			text-decoration: underline;
		}
	}

	img {
		transition: all .15s linear;
	}

	.h3 {
		line-height: 28px;
		color: black;
	}
}


/* ===================
 *  Black discount
 * =================*/
.section-black-discount-actions {
	width: 100%;
	min-height: 655px;
	display: flex;
	flex-direction: column;
	margin-top: 80px;
	margin-bottom: 100px;

	h2 {
		color: white;
		margin-bottom: 24px;
	}

	.lead-paragraph-actions {
		max-width: 450px;
		color: var(--text-white-75);
	}

	.wrapper {
		padding-top: 80px;
		padding-bottom: 110px;
	}
}

.img-bg-black-discount-actions {
	height: 100%;
	background-image: url(/wp-content/themes/kuchynskastudia/images/akce/kuchyne-sleva.webp);
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
}


/* ===================
 *  Reviews
 * =================*/
.section-reviews {
	overflow-x: hidden;
	margin-bottom: 120px;

	h2 {
		margin-bottom: 24px;
	}

	.lead-paragraph-actions {
		max-width: 550px;
		color: var(--text-black-60);
	}

	.number-average-review {
		font-size: 32px;
		font-weight: bold;
		line-height: 133%;
		color: #53B6AD;
		margin-right: 12px;
	}

	.text-average-review {
		max-width: 250px;
		font-size: 14px;
		line-height: 130%;
		color: var(--text-black-60);
	}

	.swiper-button-next,
	.swiper-button-prev {
		position: static;
		z-index: 3;
		overflow: hidden;
		width: 44px;
		height: 44px;
		margin: 0;
		&:after {
			content: "";
		}
	}

	.swiper-button-next {
		background: url("/wp-content/themes/kuchynskastudia/images/akce/swiper-btn-next-light.svg") no-repeat center;
		&:not(.swiper-button-disabled):active {
			background: url("/wp-content/themes/kuchynskastudia/images/akce/swiper-btn-next-light-active.svg") no-repeat center;
		}
		@media (min-width: 768px) {
			&:not(.swiper-button-disabled):hover {
				background: url("/wp-content/themes/kuchynskastudia/images/akce/swiper-btn-next-light-active.svg") no-repeat center;
			}
		}
	}

	.swiper-button-prev {
		background: url("/wp-content/themes/kuchynskastudia/images/akce/swiper-btn-prev-light.svg") no-repeat center;
		&:not(.swiper-button-disabled):active {
			background: url("/wp-content/themes/kuchynskastudia/images/akce/swiper-btn-prev-light-active.svg") no-repeat center;
		}
		@media (min-width: 768px) {
			&:not(.swiper-button-disabled):hover {
				background: url("/wp-content/themes/kuchynskastudia/images/akce/swiper-btn-prev-light-active.svg") no-repeat center;
			}
		}
	}
}


/* ===================
 *  Inspiration
 * =================*/
.section-inspiration {
	overflow-x: hidden;

	h2 {
		margin-bottom: 24px;
	}

	.lead-paragraph-actions {
		max-width: 580px;
		color: var(--text-black-60);
	}

	.swiper-button-next,
	.swiper-button-prev {
		position: static;
		overflow: hidden;
		width: 44px;
		height: 44px;
		margin: 0;
		&:after {
			content: "";
		}
	}

	.swiper-button-next {
		background: url("/wp-content/themes/kuchynskastudia/images/akce/swiper-btn-next-light.svg") no-repeat center;
		&:not(.swiper-button-disabled):active {
			background: url("/wp-content/themes/kuchynskastudia/images/akce/swiper-btn-next-light-active.svg") no-repeat center;
		}
		@media (min-width: 768px) {
			&:not(.swiper-button-disabled):hover {
				background: url("/wp-content/themes/kuchynskastudia/images/akce/swiper-btn-next-light-active.svg") no-repeat center;
			}
		}
	}

	.swiper-button-prev {
		background: url("/wp-content/themes/kuchynskastudia/images/akce/swiper-btn-prev-light.svg") no-repeat center;
		&:not(.swiper-button-disabled):active {
			background: url("/wp-content/themes/kuchynskastudia/images/akce/swiper-btn-prev-light-active.svg") no-repeat center;
		}
		@media (min-width: 768px) {
			&:not(.swiper-button-disabled):hover {
				background: url("/wp-content/themes/kuchynskastudia/images/akce/swiper-btn-prev-light-active.svg") no-repeat center;
			}
		}
	}

	.all-kitchens {
		@media (max-width: 1100px) {
			font-size: 12px;
			font-weight: var(--fw-semibold);
		}
		@media (max-width: 992px) {
			font-size: 14px;
			font-weight: 700;
		}
	}
}


/* ===================
 *  Contact us
 * =================*/
.section-contact-us {
	margin-top: 56px;
	margin-bottom: 12px;
	@media (max-width: 992px) {
		margin-top: 68px;
	}

	.lead-paragraph-actions {
		max-width: 540px;

	}
}


/* ===================
 *  FAQ
 * =================*/
.section-faq {
	margin-top: 110px;
	margin-bottom: 110px;
	@media (max-width: 992px) {
		margin-top: 80px;
	}

	.lead-paragraph-actions {
		margin-top: 20px;
		/*max-width: 540px;*/
	}
}

.faq-collapse {
	background-color: #F1F1F1;
	border-radius: 8px;

	.collapse-arrow {
		margin-left: auto;
		width: 20px;
		height: auto;
	}

	&:has([aria-expanded="false"]) {
		.collapse-closed {
			display: block;
		}
		.collapse-opened {
			display: none;
		}
	}

	&:has([aria-expanded="true"]) {
		.collapse-closed {
			display: none;
		}
		.collapse-opened {
			display: block;
		}
	}

	.collapse-question {
		font-size: 14px;
		font-weight: bold;
		color: black;
		line-height: 24px;
	}

	.collapse-answer {
		font-size: 14px;
		color: var(--text-black-60);
		line-height: 20px;
	}

}

/* ==============
 *  Swiper
 * ============*/
.swiper-container {
	&:has(.swiper-reviews),
	&:has(.swiper-inspiration) {
		overflow: visible;
	}

	.swiper {
		/*position: static;*/
		overflow: visible;

		&.swiper-black-discount {
			padding-bottom: 66px;

			.slide-number {
				font-size: 12px;
				font-weight: var(--fw-medium);
				line-height: 24px;
				color: var(--text-white-75);
				margin-bottom: 8px;
			}

			.inner-slide {
				backdrop-filter: blur(4.5px);
				background-color: rgba(255,255,255,.12);
				border-radius: 20px;
				padding: 23px 20px 44px 15px;
				min-height: 300px;
				@media (max-width: 908px) {
					min-height: 340px;
				}
				@media (max-width: 767px) {
					min-height: 310px;
				}
				@media (max-width: 640px) {
					min-height: 370px;
				}
				@media (max-width: 518px) {
					min-height: 300px;
				}
			}

			.img-slide {
				width: 32px;
				height: auto;
				margin-bottom: 25px;
			}

			.h3 {
				margin-bottom: 32px;
			}

			.text-slide {
				font-size: 14px;
				line-height: 20px;
				color: var(--text-white-60);
			}

			.swiper-button-next,
			.swiper-button-prev {
				display: none;
				top: auto;
				bottom: 0;
				@media (max-width: 1156px) {
					display: flex;
				}
			}

			.swiper-button-next {
				right: 33%;
				left: auto;
				@media (max-width: 576px) {
					right: auto;
					left: 67px; /* 15+44+8 */
				}
			}

			.swiper-button-prev {
				left: 33%;
				right: auto;
				@media (max-width: 576px) {
					left: 15px;
				}
			}
		}

		&.swiper-reviews {
			margin-top: 40px;
			@media (max-width: 576px) {
				margin-top: 24px;
			}

			.swiper-wrapper {
				/*width: 1000%;*/
			}

			.swiper-slide {
				min-height: 320px;
				border-radius: 8px;
				border: 1px solid #E3E3E1;
				padding: 32px;
			}

			.slide-text {
				height: 100px;
				font-size: 16px;
				line-height: 150%;
				color: black;
				margin-bottom: 24px;
				@media (max-width: 767.98px) {
					height: 150px;
				}
				@media (max-width: 609.98px) {
					height: 110px;
				}

				a {
					font-weight: var(--fw-semibold);
					color: var(--primary-color);
					text-decoration: underline;
					&:hover {
						text-decoration: none;
					}

					span {
						text-decoration: underline 1px white solid;
					}

					i {
						font-weight: var(--fw-semibold);
						color: var(--primary-color);
					}
				}
			}

			.slide-img {
				width: 74px;
				height: 55px;
				border: 1px solid #f4f4f4;
				border-radius: 12px;
				margin: 16px 8px 16px 0;
			}

			.slide-name {
				font-size: 18px;
				font-weight: var(--fw-semibold);
				line-height: 24px;
				color: black;
			}

			.slide-city {
				font-size: 14px;
				line-height: 18px;
				color: #262626;
				opacity: .5;
			}
		}

		&.swiper-inspiration {
			.swiper-wrapper {
				/*width: 1000%;*/
			}

			.swiper-slide {
				min-height: 330px;
				border-radius: 16px;
				border: 1px solid #E3E3E1;
				@media (max-width: 1074.98px) {
					min-height: 410px;
				}
				@media (max-width: 992px) {
					min-height: 380px;
				}
				@media (max-width: 880px) {
					min-height: 345px;
				}
				@media (max-width: 767.98px) {
					min-height: 315px;
				}
				@media (max-width: 575.98px) {
					min-height: 410px;
				}
				@media (max-width: 499.98px) {
					min-height: 370px;
				}
				@media (max-width: 399.98px) {
					min-height: 315px;
				}

				> div {
					overflow: hidden;
					border-radius: 12px 12px 0 0;
				}
				&:has(a:hover) {
					img {
						scale: 1.1;
						transition: all .3s linear;
					}
					h3 {
						text-decoration: underline;
					}
				}
			}

			img {
				transition: all .15s linear;
			}

			.slide-img {
				width: 100%;
				height: auto;
				border-radius: 12px 12px 0 0;
			}

			.h3 {
				font-size: 16px;
				font-weight: var(--fw-semibold);
				line-height: 24px;
				color: black;
				padding: 20px 20px 26px;
			}
		}

		.swiper-button-next,
		.swiper-button-prev {
			width: 44px;
			height: 44px;
			z-index: 3;
			&::after {
				content: '';
			}
		}

		.swiper-button-next {
			background: url("/wp-content/themes/kuchynskastudia/images/akce/swiper-btn-next.svg") no-repeat center;
			&:not(.swiper-button-disabled):active {
				background: url("/wp-content/themes/kuchynskastudia/images/akce/swiper-btn-next-light-active.svg") no-repeat center;
			}
			@media (min-width: 768px) {
				&:not(.swiper-button-disabled):hover {
					background: url("/wp-content/themes/kuchynskastudia/images/akce/swiper-btn-next-light-active.svg") no-repeat center;
				}
			}
		}

		.swiper-button-prev {
			background: url("/wp-content/themes/kuchynskastudia/images/akce/swiper-btn-prev.svg") no-repeat center;
			&:not(.swiper-button-disabled):active {
				background: url("/wp-content/themes/kuchynskastudia/images/akce/swiper-btn-prev-light-active.svg") no-repeat center;
			}
			@media (min-width: 768px) {
				&:not(.swiper-button-disabled):hover {
					background: url("/wp-content/themes/kuchynskastudia/images/akce/swiper-btn-prev-light-active.svg") no-repeat center;
				}
			}
		}
	}
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	opacity: 0.5;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
	opacity: 1;
}