#page-home {
	overflow-x: hidden;
}

.slide-mv .slick-arrow {
	background: #fff;

}

.slide-mv .slick-arrow svg {
	fill: var(--color-main2)
}

.slide-mv .slick-prev {
	left: 20px;
}

.slide-mv .slick-next {
	right: 20px;
}

.slide-mv .slick-dots {
	bottom: 20px;
}

.slide-mv .slick-dots li {
	width: 60px;
	height: 5px;
	background: #fff;
	opacity: .2;
	border: 0;
	border-radius: 0;
}

.slide-mv .slick-dots li.slick-active {
	background: var(--color-main2);
	opacity: 2;
}



.review-images img {
	height: 330px;
	width: 100%;
	border-radius: 5px;
}



.about-product__item {
	top: 10%;
	left: 20%;
}


.about-product__dot {
	width: 30px;
	height: 30px;
	padding: 0;
	line-height: 26px;
	background: #fff;
	border-radius: 50%;
	z-index: 3;
	cursor: pointer;
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
	opacity: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
	position: relative;
}

.about-product__dot:before {
	content: "";
	width: 46px;
	height: 46px;
	position: absolute;
	top: -8px;
	left: -8px;
	background: #fff;
	border-radius: 50%;
	z-index: -1;
	-webkit-animation: 1.2s popoverTheLookDot ease-in-out infinite;
	animation: 1.2s popoverTheLookDot ease-in-out infinite
}

.about-product__dot svg {
	fill: #000;
	height: 19px;
	width: 19px;
	opacity: 1;
	-webkit-transform: scale(0.75) rotate(45deg);
	-moz-transform: scale(0.75) rotate(45deg);
	transform: scale(0.75) rotate(45deg);
	-webkit-transition: -webkit-transform .2s, opacity .2s;
	-moz-transition: -moz-transform .2s, opacity .2s;
	transition: transform .2s, opacity .2s
}

@keyframes popoverTheLookDot {
	from {
		opacity: 0.6;
		transform: scale(0.6)
	}

	to {
		opacity: 0;
		transform: scale(1.2)
	}
}

.title-separator {
	display: flex;
	justify-content: center;
	position: relative;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 10px;
}

.title-separator:before {
	content: '';
	display: block;
	width: 60px;
	height: 1px;
	background: #b3212354;
	position: absolute;
	top: calc(50% - 1px);
	left: calc(50% - 77px);
}

.title-separator .separator-center {
	display: block;
	width: 32px;
	height: 12px;
	position: relative;
}

.title-separator:after {
	content: '';
	display: block;
	width: 60px;
	height: 1px;
	background: #b3212354;
	position: absolute;
	top: calc(50% - 1px);
	right: calc(50% - 77px);
}

.title-separator .separator-center:before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border: 1px solid #b32123;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	left: 8px;
}

.title-separator .separator-center:after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border: 1px solid #b32123;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	right: 8px;
}


@keyframes upDown {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-10px);
	}

	100% {
		transform: translateY(0);
	}
}


img.slider-mobile {
	display: none;
}

.item-slic {
	position: relative;
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding: 12px 0;
	transition: 0.3s;
}

@media(max-width:990px) {
	.slider-destop {
		display: none !important;
	}

	img.slider-mobile {
		display: block;
	}

	.item-slic {
		display: flex;
		align-items: center;
		gap: 0px 15px;
		justify-content: center;
	}
}

@media (max-width: 768px) {}



.js-slide-2 {
	margin-top: 20px;
}

.deal-time-holder {
	background: url(../images/bg-title-flashsale.webp);
	max-width: 543px;
	width: 100%;
	background-size: 100% 100%;
	height: 73px;
	background-repeat: no-repeat;
	position: relative;
	margin: auto;
	text-align: center;
	top: -8px;
	margin-bottom: 15px;
}

.deal-countdown-holder>* {
	color: var(--color-main2);
	font-size: 48px;
	display: inline-block;
}

.deal-countdown-holder>*:not(:last-child)::after {
	content: ":";
	margin: 0 5px;
}


.product-column:not(:last-child) {
	margin-bottom: 20px;
}

.product-column>.row:not(:last-child) {
	margin-bottom: 20px;
}



.home-category {
	padding: 80px 0;
}



.home-news {
	padding: 30px 0 40px;
}

.home-news .c-ttl__01-accent.sm {
	font-size: 80px;
}

/* .line::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: calc(100% - 35px);
	background: var(--color-main2);
	transition: all .3s ease-in-out;
} */


.home-category__desc {
	max-width: 1035px;
	margin: auto;
	color: #595959;
}

.home-category__desc:not(:last-child) {
	margin-bottom: 35px;
}

.category-grid {
	margin-bottom: 40px;
}

.category-post {
	padding: 60px 0 80px;
}

.category-post__links {
	display: flex;
	flex-wrap: wrap;
}

.category-post__links li {
	width: 25%;
	text-align: center;
}

.category-post__links li.active>a {
	font-weight: 700;
}

.category-post__link {
	background: transparent;
	font-size: 17px;
	position: relative;
	padding: 10px 20px;
	color: #000;
	display: inline-block;
}

.category-post__link:hover::before,
.category-post__links li.active>a::before {
	width: 100%;
}

.category-post__link::before {
	width: 0;
	height: 3px;
	background: var(--color-main2);
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all ease 0.3s;
}

.category-post__content {
	display: none;
}

.category-post__content.active {
	display: block;
}

.category-post-slider .slick-list {
	padding: 30px 0 20px;
}

.article-category {
	background: #f5f5f5;
	border: 1px solid #dee2e6;
}

.article-category:hover {
	box-shadow: 0px 7px 20px -8px rgba(25, 51, 69, .26);
}

.article-category:hover .article-category__img img {
	transform: scale(1.09);
}

.article-category__img {
	position: relative;
	overflow: hidden;
	line-height: 0;
}

.article-category__img>a::before {
	content: "";
	padding-top: calc((210 / 316) * 100%);
	display: block;
}

.article-category__img img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	left: 0;
	top: 0;
	transition: all .6s ease;
}

.article-category__ttl {
	font-weight: 400;
	text-align: center;
	padding: 12px;
}

.article-category__ttl>a {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}



.sec-partial {
	padding: 80px 0;
}

.partial-column:not(:last-child) {
	margin-bottom: 30px;
}

.partial-column__img a {
	border: 1px solid #ddd;
	margin-bottom: 1rem;
	display: flex;
	background: #fff;
	width: 100%;
	align-items: center;
	justify-content: center;
}

.partial-column__img a img {
	height: 100%;
	object-fit: contain;
}

.slide-mv {
	min-height: 600px;
}


@media (max-width: 1200px) {
	.slide-mv {
		min-height: 300px;
	}
}

@media (max-width: 1023px) {


	.js-slide {
		padding: 0 10px;
	}

	.home-category {
		padding: 40px 0;
	}

	.home-news .c-ttl__01-accent.sm {
		font-size: 35px;
	}

	.home-news {
		padding: 30px 0;
	}

	.home-category__desc:not(:last-child) {
		margin-bottom: 10px;
	}

}


@media(max-width:990px) {
	.category-grid {
		margin-bottom: 5px;
	}

	.category-post__links li {
		width: 50%;
	}

	.category-post__link {
		font-size: 13px;
		padding: 8px 13px;
	}

	.category-post {
		padding: 40px 0 30px;
	}

	.sec-partial {
		padding: 40px 0;
	}

	.partial-column:not(:last-child) {
		margin-bottom: 10px;
	}

	.sec-partial .home-category__desc:not(:last-child) {
		margin-bottom: 20px;
	}
}

@media (max-width: 767px) {
	.home-review::before {
		background: rgb(255 255 255 / 70%);
	}

	.slide-mv {
		min-height: unset;
		height: 180px;
	}

	.slide-mv img {
		height: 180px;
	}
} 
