.c-btn__01 {
	border-radius: 5px;
	padding: 10px 30px 10px 25px;
	position: relative;
	display: inline-block;
	overflow: hidden;
	background: linear-gradient(90deg, #007f3d 10%, #8fc75c 100%);
	/* background: var(--color-main4); */
	text-align: left;
	/* text-shadow: 1px 1px 0 white; */
	font-size: 18px;
	color: white;
	max-width: 150px;
	width: 100%;
	font-weight: 500;
	z-index: 1;
	line-height: 1.6;
}

.c-btn__01:hover {
	color: white;
}

.c-btn__01:hover .c-btn__01-icon {
	right: 15px;
}

.c-btn__01:hover::after {
	width: 100%;
}

.c-btn__01::before {
	content: "";
	position: absolute;
	border-radius: 5px;
	left: 5px;
	top: 5px;
	bottom: 5px;
	right: 5px;
	border: 0px solid white;
	z-index: -1;
}

.c-btn__01::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: linear-gradient(-35deg, var(--color-main3), var(--color-main4));
	z-index: -2;
	transition: all .3s ease-in-out;
}


.c-btn__01-icon {
	width: 23px;
	height: 23px;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	transition: all .3s ease-in-out;
}

.c-btn__01-icon path {
	fill: white;
}

.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: 3.2rem;
	font-weight: 700;
	/* text-align: center; */
	margin-bottom: 5px;
	line-height: 1.3;
	text-align: center;
	position: relative;
	color: var(--color-main4);
	text-transform: uppercase;
	text-shadow: 1px 1px 0px white;
	z-index: 1;
}
.c-ttl__02{
	font-size: 40px;
	font-weight: 700;
}
.c-ttl__02 .small{
	font-size: 16px;
	font-weight: 400;
	padding-top: 5px;
	text-transform: none;
}
.text-01 {
	font-size: 20px;
}

@media (max-width:992px) {
	.c-ttl__01 {
		font-size: 2.2rem;
	}

	.c-ttl__01--line span {
		padding: 0 25px;
	}


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

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

	.text-01 {
		font-size: 16px;
	}

	.c-btn__01 {
		padding: 8px 28px 8px 15px;
		font-size: 15px;
		max-width: 120px;
	}

	.c-btn__01-icon {
		width: 18px;
		height: 18px;
		right: 16px;
	}
}

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

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

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

.arrow-common .slick-arrow {
	background: linear-gradient(0, var(--color-main2), var(--color-main));
	background: rgba(0, 0, 0, 0.1);
	width: 50px;
	height: 50px;
	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: #fff;
	border-radius: 12px;
	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;
	text-align: center;
}

/* .product-item:hover .product-item__image-figure img:nth-child(2) {
	opacity: 0;
}

.product-item:hover .product-item__image-figure img:nth-child(1) {
	opacity: 1;
	visibility: inherit;
	z-index: 2;
} */

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

.product-item:hover {
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.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: 4px 12px;
	border-radius: 20px;
	font-size: 1.4rem;
	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: calc((350 / 306) * 100%);
	display: block;
	border-radius: 10px;
	overflow: hidden;
}

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

/* 
.product-item__image-figure img:nth-child(1) {
	opacity: 0;
	visibility: hidden;
	z-index: 0;
} */

.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: 10px;
}

.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: 1.6rem;
	font-weight: 600;

	margin-bottom: 5px;
	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;

	font-weight: 600;
}

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

.product-item__price-current {
	font-size: 1.6rem;
	font-weight: 500;
	color: #ff6347;
}

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

.flashsale__bottom {
	display: block;
	width: 100%;
	height: 16px;
	background: #ebebeb;
	margin-bottom: 6px;
	border-radius: 6px;
	position: relative;
	overflow: hidden;
}

.flashsale___percent {
	width: 0%;
	height: 100%;
	background-color: #ff6347;
	border-radius: 6px 0 0 6px;
	position: absolute;
	top: 0;
	z-index: 1;
	background-size: 40px 40px;
	-webkit-animation: progress_bar_fill 2s linear infinite;
	animation: progress_bar_fill 2s linear infinite;
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.25) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0.25) 75%, transparent 75%, transparent)
}

.flashsale__label {
	font-size: 11px;
	position: relative;
	left: 0;
	z-index: 2;
	text-align: center;
	margin: auto;
}

@keyframes progress_bar_fill {
	from {
		background-position: 0 0
	}

	to {
		background-position: 40px 0
	}
}

/* category-item */
.category-item {}

.category-item__img>figure {
	width: 195px;
	height: 195px;
	margin: 0 auto;
}

.category-item__title {
	margin-top: -18px;
	position: relative;
	text-align: center;
}

.category-item__title>a {
	display: inline-block;
	border: 2px solid rgba(255, 99, 71, 0.2);
	background: #fff;
	line-height: 24px;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 8px 24px;
	border-radius: 12px;
}

.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;
}

@media (max-width: 767px) {
	.category-item__img>figure {
		width: 120px;
		height: 120px;
	}

	.category-item__title>a {
		padding: 2px 10px;
		font-size: 14px;
	}
}

/* posts */
.news-item {
	position: relative;
	/* padding-left: 30px */
	background: white;
	box-shadow: 0 0 3px #0000001f;
	border-radius: 10px;
	overflow: hidden;
}

.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: 75%;
	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: 48px;
	height: 48px;
	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: var(--color-main2);
	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 {
	padding: 10px;

	/* box-shadow: 0 0 3px #0000001f;  */
}

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

.news-item__ttl a {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	/* number of lines to show */
	line-clamp: 2;
	font-size: 17px;
	-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;
}

.article-item{
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	box-shadow: 0px 11px 13px 0px rgba(0, 0, 0, .04);
}
.article-item:hover .article-item__figure img{
	transform: scale(1.09);
}
.article-item__img{
	width: 100%;
	line-height: 0;
}
.article-item__figure{
	line-height: 0;
	padding-top: calc((200 / 300) * 100%);
	display: block !important;
	position: relative;
	overflow: hidden;
}
.article-item__figure img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .6s ease-in;
}
.article-item__ct{
	padding: 30px;
	position: relative;
	background: #fff;
	z-index: 2;
}
.article-item__cate{
	position: absolute;
	top: 0;
	right: 50px;
	transform: translateY(-50%);
	background: linear-gradient(90deg,var(--color-main4) 0%,var(--color-main3) 100%);
	font-weight: 700;
	color: white;
    padding: 3px 18px;
    border-radius: 4px;
}

.article-item__date{
	color: #777;
	font-size: 14px;
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
}
.article-item__date svg{
	width: 16px;
	height: 16px;
}
.article-item__ttl{
	font-size: 18px;
	font-weight: 700;
}
.article-item__ttl>a{
	color: var(--color-main4);
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.article-item__ttl>a:hover{
	color: var(--color-main2)
}
/* hover */
.hover-effect_1 {
	position: relative;
	overflow: hidden;
	display: flex;
}

.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;
}

.section__search {
	padding: 50px 0;
}

/*  */
.page-mv {
	position: relative;
	overflow: hidden;
	min-height: 210px;
	padding: 90px 0 20px;
	display: flex;
	flex-direction: column;
	justify-content: end;
}

.page-mv__ttl {
	font-size: 30px;
	font-weight: 600;
	/* text-transform: uppercase; */
	margin-bottom: 5px;
}

.page-mv__img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.page-mv__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page-mv__img::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgb(35 100 192 / 20%);
	z-index: 2;
}

.page-mv__ct {
	position: relative;
	z-index: 10;
	color: #fff;
}

.breadcrumbs {
	text-align: center;
	font-size: 15px;
}

.breadcrumbs-item:not(:last-child)::after {
	content: "/";
	margin: 0 5px;
	color: currentColor;
}

.breadcrumbs a {
	color: inherit;
	text-decoration: none;
}

.breadcrumbs a:hover {
	color: var(--color-main2);
}

.breadcrumbs-item {
	display: inline;
}

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

	.page-mv {
		min-height: 180px;
		padding: 80px 0 10px;
	}

	.page-mv__ttl {
		font-size: 26px;
	}

}


/* modal */
/* Modal Overlay */
/* <div class="modal-overlay" id="basicModal">
        <div class="modal">
            <div class="modal__header">
                <h2 class="modal__title"></h2>
                <p class="modal__subtitle"></p>
                <button class="modal__close">
                    <svg fill="currentColor" viewBox="0 0 16 16">
                        <path d="M2.146 2.854a.5.5 0 1 1 .708-.708L8 7.293l5.146-5.147a.5.5 0 0 1 .708.708L8.707 8l5.147 5.146a.5.5 0 0 1-.708.708L8 8.707l-5.146 5.147a.5.5 0 0 1-.708-.708L7.293 8 2.146 2.854Z"/>
                    </svg>
                </button>
            </div>
            <div class="modal__body">
                <div class="modal__content">
                    
                </div>
            </div>
            <div class="modal__footer">
                <button class="btn btn--secondary modal-close">Close</button>
                <button class="btn btn--primary">Learn More</button>
            </div>
        </div>
    </div> */
.modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	backdrop-filter: blur(4px);
	z-index: 1000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.modal-overlay--active {
	opacity: 1;
	visibility: visible;
}

.modal-overlay--active .modal {
	transform: scale(1) translateY(0);
	opacity: 1;
}

/* Modal Container */
.modal {
	background: #ffffff;
	border-radius: 20px;
	box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
	max-width: 500px;
	width: 100%;
	max-height: 90vh;
	overflow: hidden;
	transform: scale(0.7) translateY(100px);
	opacity: 0;
	transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
	position: relative;
}

.modal__content {
	padding: 30px;
}

/* Modal Header */
.modal__header {
	background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
	padding: 24px 32px;
	border-bottom: 1px solid #e5e7eb;
	position: relative;
}

.modal__title {
	font-size: 24px;
	font-weight: 700;
	color: #111827;
	margin: 0;
	padding-right: 40px;
}

.modal__subtitle {
	font-size: 14px;
	color: #6b7280;
	margin-top: 4px;
}


.modal__close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 32px;
	height: 32px;
	padding: 0;
	border: none;
	background: rgba(107, 114, 128, 0.1);
	border-radius: 8px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.2s ease;
	color: #6b7280;
}

.modal__close:hover {
	background: rgba(239, 68, 68, 0.1);
	color: #ef4444;
	transform: rotate(90deg);
}

.modal__close svg {
	width: 16px;
	height: 16px;
}

.modal__body {
	/* padding: 32px; */
	max-height: 60vh;
	overflow-y: auto;
}

.modal__body::-webkit-scrollbar {
	width: 6px;
}

.modal__body::-webkit-scrollbar-track {
	background: #f1f5f9;
	border-radius: 3px;
}

.modal__body::-webkit-scrollbar-thumb {
	background: #cbd5e1;
	border-radius: 3px;
}

.modal__body::-webkit-scrollbar-thumb:hover {
	background: #94a3b8;
}

.modal__footer {
	background: #f9fafb;
	padding: 10px 32px;
	border-top: 1px solid #e5e7eb;
	display: flex;
	gap: 12px;
	justify-content: flex-end;
	flex-wrap: wrap;
}

.modal__footer.js-center {
	justify-content: center;
}

.modal__footer .btn {
	padding: 10px 20px;
	font-size: 14px;
}

.modal--small {
	max-width: 400px;
}

.modal--large {
	max-width: 1000px;
}

/* Animation Classes */
.fade-in {
	animation: fadeIn 0.3s ease;
}

.fade-out {
	animation: fadeOut 0.3s ease;
}

.team-info__avatar {
	background: #f8f8f8 url(../images/bg-icon-team.png) no-repeat center / contain;
	padding-top: 30px;
}

.team-info__name {
	margin-bottom: 5px;
}

.team-info__position {
	margin-bottom: 10px;
}

.team-info__dess {
	color: gray;
}

.modal-team-info .modal__header {
	background: white;
	border: 0;
	padding: 0;
}

.modal-team-info .modal__close {
	top: 6px;
	right: 15px;
	background: transparent;
}

.modal-team-info .modal__close:hover {
	background: transparent;
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeOut {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.bounce-in {
	animation: bounceIn 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

@keyframes bounceIn {
	0% {
		transform: scale(0.3) translateY(100px);
		opacity: 0;
	}

	50% {
		transform: scale(1.05) translateY(-20px);
	}

	70% {
		transform: scale(0.9) translateY(10px);
	}

	100% {
		transform: scale(1) translateY(0);
		opacity: 1;
	}
}
.footer-content p {
	font-size: 15px;
}

@media (max-width: 992px) {
	.modal__footer {
		padding: 15px 8px;
	}

	.modal__header {
		padding: 15px 8px;
	}

	.modal__title {
		font-size: 20px;
	}

	.modal__content {
		padding: 15px;
	}

	.modal__close {
		top: 12px;
		right: 10px;

	}
}

/* end moodal */
