.c-btn-01 {
	display: inline-block;
	padding: 8px 28px;
	background: linear-gradient(360deg, #347bbb, #1c4594);
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	transition: all 0.3s ease;
	border: none;
	cursor: pointer;
	border-radius: 5px;
}

.c-btn-01:hover {
	background: linear-gradient(45deg, #71e4ff, #4990ea, #0e00c6);
	color: white;
	transform: translateY(-2px);
}

.c-btn-02 {
	display: inline-block;
	padding: 8px 28px;
	border-radius: 35px;
	background-color: #80b93f;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	transition: all 0.3s ease;
	border: none;
	cursor: pointer;
}

.c-btn-02:hover {
	background: linear-gradient(45deg, #71e4ff, #4990ea, #0e00c6);
	color: white;
	transform: translateY(-2px);
}

/* title */

.c-ttl__01 {
	font-size: 2.7rem;
	font-weight: 700;
	margin-bottom: 10px;
	line-height: 1.3;
	position: relative;
	color: #1c4594;
	text-transform: uppercase;
	z-index: 1;
}

.c-ttl__01-accent {
	color: #f6e9e4;
	font-style: italic;
	font-weight: 400;
	/* font-size: 220px; */
	font-size: 170px;
	font-family: var(--font-en);
	position: absolute;
	top: -92px;
	left: -38px;
	z-index: -1;
	background: linear-gradient(208deg, #2971b8, #2978bc, #2975bb);
	background-clip: text;
	color: transparent;
	opacity: .1;
}

.c-ttl__01-accent.sm {
	font-size: 100px;
	top: -56px;
}

.c-ttl__01--center {
	text-align: center;
}

.c-ttl__01--center .c-ttl__01-accent {
	left: 50%;
	transform: translateX(-50%);
}

.c-ttl__02 {
	font-size: 3.8rem;
	font-weight: 500;
	line-height: 1.1;
	margin-bottom: 20px;
}

.c-ttl__02>* {
	display: block;
}

.c-ttl__02-lead {
	font-family: var(--font-en);
	font-size: 100px;
	/* background: linear-gradient(208deg, #1712ff, #4890fd, #64c8fd80);
	background-clip: text;
	color: transparent; */
	color: #3333;
}

@media (max-width:768px) {
	.c-ttl__01 {
		font-size: 23px;
	}
	.home-about__content {
		padding: 0 5px;
	}
	.home-category__desc {
		max-width: 100%;
	}
	.js-slide__item {
		margin: 0;
	}
	.js-slide .slick-list {
		padding-bottom: 0;
	}

	.c-ttl__01-accent {
		left: 0;
	}
	.home-about .c-ttl__01 p {
		font-size: 16px;
		margin-top: 5px;
	}

	.c-ttl__01-accent.sm {
		font-size: 41px;
		top: -30px;
	}

	.c-ttl__02 {
		font-size: 2.8rem;
		margin-bottom: 15px;
	}

	.c-ttl__02-lead {
		font-size: 55px;
	}
}

/* slide */
.js-slide .slick-list {
	margin: 0 -10px;
	padding: 20px 0;
}

.js-slide__item {
	margin: 0 10px;
}

.arrow-common:hover .slick-arrow {
	opacity: 1;
}

.arrow-common .slick-arrow {
	background: linear-gradient(360deg, #347bbb, #1c4594);
	width: 35px;
	height: 35px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.arrow-common .slick-arrow svg {
	width: 20px;
	height: 20px;
	fill: white;
}

/* product */
.product-item {
	/* background-color: #f8f8f8; */
	border-radius: 5px;
	/* box-shadow: 0 4px 13px rgba(0, 0, 0, 0.08); */
	overflow: hidden;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	width: 100%;
	position: relative;
}

.product-item:hover .product-item__image-figure img {
	transform: scale(1.09);
}

.product-item:hover {filter: drop-shadow(2px 3px 2px #555);}

.product-item__image {
	position: relative;
	/* background: linear-gradient(135deg, #f5f1ed 0%, #ede8e3 100%); */
	/* padding: 40px 20px; */
	text-align: center;
	overflow: hidden;
}

.product-item__image-link {
	line-height: 0;
}

.product-item__badges {
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	display: flex;
	justify-content: space-between;
	z-index: 10;
	line-height: 1;
}

.product-item__badge {
	padding: 2px 12px;
	border-radius: 20px;
	font-size: 1.1rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.product-item__badge--stock {
	background-color: #4CAF50;
	color: white;
}

.product-item__badge--sale {
	background-color: #f44336;
	color: white;
}

.product-item__image-figure {
	position: relative;
	padding-top: 100%;
	display: block;
}

.product-item__image-figure img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 0 20px 0 20px;
	object-fit: cover;
	transition: all .5s ease-in;
}

.product-item__actions {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 12px;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.product-item:hover .product-item__actions {
	opacity: 1;
}

.product-item__action {
	width: 40px;
	height: 40px;
	background-color: white;
	border: none;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	cursor: pointer;
	transition: all 0.3s ease;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.product-item__action:hover {
	background-color: #2c2c2c;
	color: white;
}

.product-item__action svg {
	width: 18px;
	height: 18px;
}

.product-item__content {
	padding: 7px;
	text-align: center;
	background: #ffffffe0;
	position: absolute;
	bottom: 20px;
	width: 90%;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 4px;
}

.product-item__rating {
	display: flex;
	justify-content: center;
	gap: 2px;
	margin-bottom: 15px;
}

.product-item__star {
	width: 16px;
	height: 16px;
	fill: #ffd700;
}

.product-item__star--empty {
	fill: #e0e0e0;
}

.product-item__title {
	font-size: 15px;
	font-weight: 600;
	color: #1c4594;
	line-height: 1.4;
}

.product-item__title>a {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	/* number of lines to show */
	line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #1c4594;
	font-weight: 600;
	text-transform: uppercase;
}

.product-item__price {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.product-item__price-current {
	font-size: 1.5rem;
	font-weight: 600;
	color: #BB2428;
}

.product-item__price-original {
	font-size: 1.3rem;
	color: #999;
	text-decoration: line-through;
}




/* category-item */
.category-item {}
.category-item img {
	border-radius: 5px;
}
.category-item__title {
	font-size: 18px;
	font-weight: 700;
	text-align: center;
}

.category-item__desc {
	color: #595959;
	overflow: hidden;
	line-height: 1.3;
	font-size: 15px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	/* number of lines to show */
	text-align: center;
	margin-top: 5px;
	-webkit-box-orient: vertical;
}

/* posts */
.news-item {
	position: relative;
	padding-left: 0px;
	margin-bottom: 20px;
}

.news-item:hover .news-item__img-child img {
	transform: scale(1.2)
}

.news-item__img {
	position: relative;
	/* margin-bottom: 10px */
}

.news-item__img-child {
	position: relative;
	overflow: hidden
}

.news-item__img-child:before {
	content: "";
	padding-top: 65%;
	display: block
}

.news-item__img-child img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 3s ease 0s
}

.news-item__area {
	width: 76px;
	height: 76px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	top: 15px;
	right: 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 13px
}

.news-item__area span {
	font-weight: 700;
	position: relative;
	padding-top: 3px
}

.news-item__area span:before {
	content: "";
	width: 30px;
	height: 1px;
	background: currentColor;
	top: 1px;
	left: 50%;
	transform: translate(-50%);
	position: absolute
}

.news-item__cate {
	position: absolute;
	left: -30px;
	top: 0;
	writing-mode: vertical-lr;
	text-align: center;
	background: #fff;
	width: 30px;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	box-shadow: 0 .15rem .35rem #00000013;
	color: #2860aa;
	text-transform: uppercase
}

.news-item__cate span {
	transform: rotate(180deg);
	display: inline-block
}

.news-item__ttl {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 5px;
}

.news-item__ct {
	background: white;
	padding: 10px;
	box-shadow: 0 0 3px #0000001f;
}

.news-item__desc {
	overflow: hidden;
	-webkit-line-clamp: 3;
	/* number of lines to show */
	color: #595959;
	font-size: 15px;
	line-height: 1.4;
	text-align: justify;
	margin-bottom: 10px;
	min-height: 63px;
	height: 63px;
}

.news-item__ttl a {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	/* number of lines to show */
	line-clamp: 2;
	font-size: 17px;
	color: #333;
	-webkit-box-orient: vertical;
}

.news-item__redmore .icon {
	display: inline-block;
	transform: translateY(5px);
}

.news-item__redmore .icon svg {
	width: 20px;
	height: 20px;
	fill: currentColor;
}

.news-item__redmore .icon svg path,
.news-item__redmore .icon svg line {
	stroke: currentColor;
}

/* hover */
.hover-effect_1 {
	position: relative;
	overflow: hidden;
	display: flex;
	/* border-radius: 10px; */
	margin-bottom: 10px;
}

.hover-effect_1::after {
	position: absolute;
	width: 200%;
	height: 0%;
	left: 50%;
	top: 50%;
	background-color: hsla(0, 0%, 100%, .3);
	transform: translate(-50%, -50%) rotate(-45deg);
	content: "";
	z-index: 1
}

.hover-effect_1:hover::after {
	height: 250%;
	transition: all .6s linear;
	background-color: transparent
}

/* sec-breadcrumb */
.sec-breadcrumb {
	background: #eee;
	position: relative;
}

.section__search {
	padding: 50px 0;
}
.why-choose__right .c-ttl__01 {
	color: #fff;
}
.why-choose__right .home-about__divider {
	background-color: #fff;
}
ul.pagination {
    margin-top: 20px;
}
.product-item:hover .product-item__content{
    background:#c41e3a;
    color:#fff;
    
}



.product-item:hover .product-item__content h3 a{
    color:#fff;
}

@media (max-width: 768px) {
	.product-item__content {
		padding: 10px;
	}
	.home-category {
		padding: 30px 0;
	}
}	