.kitchen-section {
	margin-bottom: 96px;
}

.kitchen-title {
	margin-bottom: 16px;
	color: #1D2023;
	text-align: center;
	font-size: 32px;
	font-weight: 500;
	line-height: 40px;
}

.slider-nav {
	margin-top: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.slider-nav__prev,
.slider-nav__next {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: rgba(196, 196, 196, 0.50);
}

.slider-nav__prev.swiper-button-lock,
.slider-nav__next.swiper-button-lock {
	display: none;
}

.slider-nav .slider-nav__pagination {
	margin: 0 20px;
	transform: none !important;
	width: auto;
}

.slider-nav .swiper-pagination-bullet {
	transform: scale(1) !important;
}

.slider-nav .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background: #C4C4C4;
}

.slider-nav .swiper-pagination-bullet-active {
	background: #FEED00;
}

.kitchen-detail {
	margin-bottom: 72px;
	display: flex;
}

.kitchen-gallery {
	width: 100%;
	max-width: 944px;
	margin-right: 32px;
}

.kitchen-slider {
	margin-bottom: 16px;
}

.kitchen-slider-slide {
	height: auto;
}

.kitchen-slider-slide img,
.kitchen-slider-slide video {
	border-radius: 16px;
	display: block;
	width: 100%;
	max-height: 625px;
	object-fit: cover;
}

.kitchen-slider-slide video {
	height: 100%;
	object-fit: cover;
}

.kitchen-slider-prev,
.kitchen-slider-next {
	position: absolute;
	cursor: pointer;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}

.kitchen-slider-prev {
	left: 0;
}

.kitchen-slider-next {
	right: 0;
}

.kitchen-thumbs-slide {
	cursor: pointer;
	border-radius: 8px;
	overflow: hidden;
}

.kitchen-thumbs-slide img {
	display: block;
	object-fit: cover;
	width: 100%;
	max-height: 104px;
}

.kitchen-thumbs-video {
	position: relative;
}

.kitchen-thumbs-video::after {
	content: "";
	display: block;
	width: 60px;
	height: 60px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-image: url(../pic/gallery-play.svg);
	background-position: center;
}

.kitchen-navigation {
	display: none;
}

.kitchen-info {
	width: 100%;
}

.kitchen-detail-title {
	margin-bottom: 16px;
	font-size: 32px;
	font-weight: 700;
	line-height: 48px;
}

.kitchen-detail-title_mobile {
	display: none;
}

.kitchen-detail-btn {
	padding: 24px 32px;
	font-size: 36px;
	font-weight: 700;
	line-height: 48px;
	letter-spacing: -1.44px;
	width: 100%;
	justify-content: space-between;
	margin-bottom: 24px;
}

.kitchen-detail-btn_mobile {
	display: none;
}

.kitchen-detail-btn_mobile {
	display: none;
}

.kitchen-info-subtitle {
	margin-bottom: 24px;
	font-size: 32px;
	font-weight: 700;
	line-height: 32px;
}

.kitchen-info-spec {
	margin-bottom: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid #EEEEEF;
}

.kitchen-info-spec__title {
	margin-bottom: 8px;
	font-size: 22px;
	font-weight: 600;
	line-height: 32px;
}

.kitchen-info-spec__value {
	font-size: 22px;
	line-height: 24px;
}

.kitchen-adv-list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 42px;
}

.kitchen-adv-item {
	padding: 40px 28px 0 28px;
	border-radius: 32px;
	background: #F2F3F7;
	min-height: 456px;
	position: relative;
	overflow: hidden;
}

.kitchen-adv-item:nth-child(2) .kitchen-adv-item__image {
	left: auto;
	right: 0;
	transform: none;
}

.kitchen-adv-item__title {
	margin-bottom: 8px;
	font-size: 32px;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: -1.28px;
}

.kitchen-adv-item__text {
	font-size: 22px;
	line-height: 120%;
	letter-spacing: -0.96px;
	position: relative;
	z-index: 1;
}

.kitchen-adv-item__image {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.stories {
	overflow: hidden;
	position: relative;
}

.stories::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 346px;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
	z-index: 1;
}

.stories__title {
	margin-bottom: 32px;
	font-size: 48px;
	font-weight: 700;
	line-height: 100%;
	letter-spacing: -1.92px;
}

.stories .swiper {
	overflow: visible;
}

.stories .swiper-wrapper {
	margin-bottom: 24px;
}

.story {
	width: 288px;
}

.story-image {
	position: relative;
	cursor: pointer;
	height: 512px;
	margin-bottom: 8px;
}

.story-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px;
}

.story-play {
	display: flex;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.story-title {
	color: #000;
	line-height: 24px;
}

.b-slider-nav {
	display: flex;
	justify-content: center;
	margin-top: 24px;
}

.stories-modal {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	text-align: center;
	vertical-align: middle;
	display: none;
}

.stories-modal.open {
	display: block;
}

.stories-modal-content {
	display: inline-block;
	height: 100%;
	position: relative;
	z-index: 1;
	max-width: calc(100vh / 2);
	max-height: 100vh;
}

.stories-modal-content video {
	width: 100%;
	display: block;
	border-radius: 8px;
	height: calc(100vh - 124px);
	object-fit: cover;
}

.stories-modal-close {
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	margin-left: auto;
	margin-bottom: 12px;
	color: white;
}

.stories-modal-close span {
	display: none;
	font-size: 16px;
	line-height: 16px;
}

.stories-modal-layer {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(29, 32, 35, 0.88);
}

.stories-modal-content-nav {
	display: flex;
	justify-content: center;
	gap: 24px;
	margin-top: 24px;
}

.stories-modal-content-prev,
.stories-modal-content-next {
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;
}

@media (max-width: 1600px) {
	.kitchen-section {
		margin-bottom: 48px;
	}

	.kitchen-gallery {
		max-width: 704px;
	}

	.kitchen-adv-list {
		gap: 16px;
	}

	.kitchen-adv-item {
		border-radius: 8px;
		padding: 24px 16px 0 16px;
	}

	.kitchen-adv-item:nth-child(2) {}

	.story {
		width: 231px;
	}

	.story-image {
		height: 392px;
	}
}

@media (max-width: 1279px) {
	.kitchen-detail {
		display: block;
		margin-bottom: 48px;
	}

	.kitchen-gallery {
		max-width: 100%;
		margin-right: 0;
		margin-bottom: 24px;
	}

	.kitchen-detail-btn {
		display: none;
	}

	.kitchen-detail-btn_mobile {
		display: flex;
	}

	.kitchen-detail-title {
		display: none;
	}

	.kitchen-detail-title_mobile {
		display: block;
		margin-bottom: 16px;
		font-size: 28px;
		line-height: 24px;
	}

	.kitchen-info-subtitle {
		margin-bottom: 16px;
		font-size: 18px;
		line-height: 20px;
	}

	.kitchen-info-spec__title,
	.kitchen-info-spec__value {
		font-size: 15px;
		line-height: 20px;
	}

	.kitchen-detail-btn {
		max-width: 328px;
		margin: 0 auto;
		padding: 12px 32px 12px 16px;
		font-size: 24px;
	}

	.kitchen-adv-item {
		min-height: 328px;
	}

	.kitchen-adv-item__image {
		height: 200px;
	}

	.kitchen-adv-item:nth-child(2) .kitchen-adv-item__text {
		max-width: 360px;
	}

	.kitchen-adv-item__title {
		font-size: 18px;
		line-height: 24px;
		letter-spacing: 0;
	}

	.kitchen-adv-item__text {
		font-size: 14px;
		line-height: 120%;
		letter-spacing: 0;
	}

	.stories::after {
		display: none;
	}

	.stories__title {
		font-size: 24px;
		line-height: 28px;
		margin-bottom: 16px;
	}

	.story {
		width: 231px;
	}
}

@media (max-width: 1023px) {
	.kitchen-adv-list {
		grid-template-columns: 1fr 1fr;
	}

	.kitchen-adv-item:nth-child(2) {
		order: 3;
		grid-column-start: 1;
		grid-column-end: 3;
	}

	.kitchen-adv-item:nth-child(2) .kitchen-adv-item__image {
		height: auto;
	}

	.kitchen-slider-slide img,
	.kitchen-slider-slide video {
		max-height: 472px;
	}

	.kitchen-thumbs-slide img {
		max-height: 72px;
	}
}

@media (max-width: 767px) {
	.kitchen-section {
		margin-bottom: 40px;
	}

	.kitchen-slider-slide img,
	.kitchen-slider-slide video {
		border-radius: 4px;
	}

	.kitchen-slider-prev,
	.kitchen-slider-next,
	.kitchen-thumbs {
		display: none;
	}

	.kitchen-navigation {
		display: flex;
		margin-top: 16px;
		margin-bottom: 32px;
	}

	.kitchen-detail-btn {
		max-width: 100%;
	}

	.kitchen-adv-list {
		grid-template-columns: 1fr;
	}

	.kitchen-adv-item:nth-child(2) {
		grid-column-start: 1;
		grid-column-end: 1;
	}

	.kitchen-adv-item:nth-child(2) .kitchen-adv-item__image {
		left: 50%;
		right: auto;
		transform: translateX(-50%);
		height: 220px;
	}

	.kitchen-adv-item:nth-child(2) .kitchen-adv-item__text {
		max-width: 100%;
	}

	.story {
		width: 328px;
	}

	.story-image {
		height: 520px;
	}

	.stories-modal-close {
		color: #1D2023;
		position: absolute;
		right: 16px;
		top: 16px;
		z-index: 2;
		border-radius: 20px;
		padding: 8px;
		background: rgba(255, 255, 255, 0.50);
	}

	.stories-modal-close span {
		display: block;
	}

	.stories-modal-close svg {
		width: 16px;
		height: 16px;
	}

	.stories-modal-content video {
		height: 100vh;
	}

	.stories-modal-content-nav {
		display: none;
	}
}