.c-btn-01 {
	display: inline-block;
	padding: 8px 25px;
	background: linear-gradient(360deg, #f9a11c, #e38900);
	color: white;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 1px;
	font-weight: 500;
	transition: all 0.3s ease;
	border: none;
	cursor: pointer;
	border-radius: 5px;
	transition: 0.5s ease;
	font-size: 17px;
	border-radius: 99px;
	text-transform: uppercase;
}

.c-btn-01--style2 {
	background: linear-gradient(360deg, #3aa5dc, #68bee4);
	width: 100%;
	display: block;
}

.c-btn-01:hover {
	background: linear-gradient(45deg, #71e4ff, #4990ea, #0e00c6);
	color: white;
	transform: translateY(-2px);
	transition: 0.5s ease;
	animation-name: bounce;
	nimation-delay: 0s;
	animation-duration: 5s;
	animation-iteration-count: 1;
}

.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;
	/* text-align: center; */
	margin-bottom: 5px;
	line-height: 1.3;
	position: relative;
	color: #333;
	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: 2.5rem;
	}

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

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

.arrow-common .slick-arrow {
	background: linear-gradient(360deg, #347bbb, #00a4dc);
	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: #fff;
	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 {
	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: 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: 90%;
	display: block;
}

.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__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;
	text-align: center;
	background: #eee;
	border-radius: 0 0 10px 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;
	color: #00a4dc;
	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;
	color: #000;
	font-weight: 600;
}

.product-item__title>a:hvoer {
	color: #e38900;
}

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

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

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




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

.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;
	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: 74%;
	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: #f99d1b;
	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 0;
	box-shadow: 0;
}
.news-item__ct .date p {
	font-size: 13px;
	color: #898989;
}

.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;
	color: #00a4dc;
	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;
}

/* 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;
}

.section__search {
	padding: 50px 0;
}

.why-choose__right .c-ttl__01 {
	color: #fff;
}

.why-choose__right .home-about__divider {
	background-color: #fff;
}

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

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

	.home-about__description {
		/* text-align: justify; */
		font-size: 15px;
	}
}

/* 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: #f3f3f5;
	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: 0 40px 40px;
}

/* Modal Header */
.modal__header {
	padding: 20px 40px;
	position: relative;
	text-align: center;
}

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

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


.modal__close {
	position: absolute;
	top: -16px;
	right: -8px;
	width: 32px;
	height: 32px;
	padding: 0;
	border: none;
	background: rgb(245 249 255);
	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 .btn {
	padding: 10px 20px;
	font-size: 14px;
}

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

.modal--md {
	max-width: 800px;
}

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

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

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

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

@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; */
	}
}
@media (max-width: 767px) {
    .c-btn-01 {
        font-size: 15px;
        padding: 8px 15px;
    }
}

/* end moodal */
.form-control {
	width: 100%;
	padding: 5px 15px;
	border: 1px solid #e0e0e0ab;
	border-radius: 5px;
	font-size: 16px;
	height: 40px;
	transition: all 0.3s ease;
	background: white;
	font-family: inherit;
}

.form-control:focus {
	outline: none;
	border-color: #333;
	background: white;
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(102, 126, 234, 0.15);
}

.form-row {
	gap: 20px 0;
}

textarea.form-control {
	resize: vertical;
	min-height: 100px;
}
