


.lvf-fit-cover {
	width: 100%;
	height: auto;
	object-fit: cover;
}

 
.lvf-ratio-3x4   { aspect-ratio: 3 / 4; }       
.lvf-ratio-3x2   { aspect-ratio: 3 / 2; }       


.lvf-fit-full {
	width: 100%;
	height: auto;
	max-height: 720px;
	object-fit: contain;
	object-position: center;
}
.lvf-ratio-wide  { aspect-ratio: 792 / 727; }   

 
.lvf-fit-icon {
	width: 140px;
	height: 140px;
	object-fit: contain;
}
.lvf-fit-icon-sm {
	width: 102px;
	height: 118px;
	object-fit: contain;
}

 
.lvf-fit-cutout {
	max-height: 300px;
	width: auto;
	max-width: 100%;
	object-fit: contain;
}

 
.lvf-thumb-60 {
	width: 60px;
	height: 80px;
	object-fit: cover;
}




@media (max-width: 767.98px) {

	

	h1, .h1 { font-size: 1.75rem !important;   line-height: 1.25 !important; }   
	h2, .h2 { font-size: 1.5rem !important;    line-height: 1.3 !important; }    
	h3, .h3 { font-size: 1.3125rem !important; line-height: 1.35 !important; }   
	h4, .h4 { font-size: 1.1875rem !important; line-height: 1.4 !important; }    
	h5, .h5 { font-size: 1.0625rem !important; }                                 

	

	.fs-1:not(.icon):not(i) { font-size: 1.75rem !important; }
	.fs-2:not(.icon):not(i) { font-size: 1.5rem !important; }
	.fs-3:not(.icon):not(i) { font-size: 1.3125rem !important; }
	.fs-4:not(.icon):not(i) { font-size: 1.1875rem !important; }
	.fs-5:not(.icon):not(i) { font-size: 1.0625rem !important; }

	.display-1, .display-2, .display-3 { font-size: 2rem !important; }
	.display-4, .display-5, .display-6 { font-size: 1.625rem !important; }

	 
	.fs-30px:not(.icon), .fs-32px:not(.icon) { font-size: 1.375rem !important; }   
	.fs-36px:not(.icon), .fs-42px:not(.icon) { font-size: 1.5rem !important; }     
	.fs-56px:not(.icon), .fs-60px:not(.icon),
	.fs-68px:not(.icon), .fs-70px:not(.icon) { font-size: 1.75rem !important; }    
	.fs-80px:not(.icon), .fs-90px:not(.icon),
	.fs-142px:not(.icon), .fs-160px:not(.icon) { font-size: 2rem !important; }     

	 
	.hero .hero-title,
	.hero .hero-title-2,
	.hero .hero-title-3,
	.hero .hero-title-6 {
		font-size: 1.75rem !important;
		line-height: 1.3 !important;
	}
	.hero .hero-title-4,
	.hero .hero-title-5 {
		font-size: 1.375rem !important;
		line-height: 1.3 !important;
	}

	

	.py-13, .py-14, .py-15, .py-16, .py-17, .py-18, .py-19, .py-20 {
		padding-top: 2.5rem !important;
		padding-bottom: 2.5rem !important;
	}
	.pt-13, .pt-14, .pt-15, .pt-16, .pt-17, .pt-18, .pt-19, .pt-20 { padding-top: 2.5rem !important; }
	.pb-13, .pb-14, .pb-15, .pb-16, .pb-17, .pb-18, .pb-19, .pb-20 { padding-bottom: 2.5rem !important; }
	.mt-13, .mt-14, .mt-15, .mt-16, .mt-17, .mt-18, .mt-19, .mt-20 { margin-top: 2rem !important; }
	.mb-13, .mb-14, .mb-15, .mb-16, .mb-17, .mb-18, .mb-19, .mb-20 { margin-bottom: 2rem !important; }

	

	.form-control, .form-select,
	input, select, textarea {
		font-size: 16px !important;
	}

	

	.image-box-5 .image-box-hot {
		font-size: 1.5rem !important;
		top: 16px !important;
	}

	 
	img, video, iframe { max-width: 100%; }
	h1, h2, h3, h4, h5, h6, p, li, td, th, label, a {
		overflow-wrap: break-word;
	}
}

 
html {
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}







.lvf-review-text {
	max-width: 68ch;
	line-height: 1.8;
	overflow-wrap: break-word;
}



.lvf-stars {
	display: inline-flex;
	align-items: center;
	gap: 1px;
	flex: 0 0 auto;
	white-space: nowrap;
	line-height: 1;
}

.lvf-stars .fas { color: #E8A33D; }    
.lvf-stars .far { color: #D3D3D3; }    



@media (max-width: 767.98px) {
	.rating-input .star-label {
		font-size: 1.75rem !important;
		padding-left: 0.35rem !important;
		padding-right: 0.35rem !important;
	}
}







.lvf-add-wrap {
	margin-top: auto;
}

.lvf-add-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	padding-top: 0.7rem;
	padding-bottom: 0.7rem;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	min-height: 44px;           
}

.lvf-add-icon {
	width: 1.15em;
	height: 1.15em;
	flex: 0 0 auto;
}

 
.lvf-add-btn.is-busy {
	opacity: 0.65;
	pointer-events: none;
}

 
.lvf-add-btn.is-done {
	background-color: var(--bs-primary);
	border-color: var(--bs-primary);
	color: #fff;
}

@media (max-width: 575.98px) {
	.lvf-add-btn {
		font-size: 0.8125rem;
		padding-top: 0.6rem;
		padding-bottom: 0.6rem;
	}
}




.card-product .product-title {
	line-height: 1.35;
	min-height: 2.7em;           
}



.card-product {
	height: 100%;
}



.our-best-seller-4 .slick-track {
	display: flex;
	align-items: stretch;
}

.our-best-seller-4 .slick-slide {
	height: auto;
	flex: 0 0 auto;
}

.our-best-seller-4 .slick-slide > div,
.our-best-seller-4 .slick-slide > div > .card-product {
	height: 100%;
}






.lvf-series-head {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	flex: 1 1 auto;
}

.lvf-series-desc {
	font-size: 0.875rem;
	line-height: 1.55;
	color: var(--bs-secondary-color);
}

@media (max-width: 575.98px) {
	.lvf-series-desc { font-size: 0.8125rem; }
}

.lvf-banner-title {
	font-size: 1.125rem;
	line-height: 1.3;
}

.lvf-banner-btn {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	font-size: 0.9375rem;
}

.lvf-banner-btn .icon {
	width: 1em;
	height: 1em;
}

@media (min-width: 992px) {
	.lvf-banner-title { font-size: 1.375rem; }
}

 
@media (max-width: 575.98px) {
	.lvf-banner-title { font-size: 0.9375rem; }
	.lvf-banner-btn   { font-size: 0.8125rem; }
}


 
.lvf-map-wrap {
	position: relative;
	width: 100%;
	height: 530px;
	overflow: hidden;
}

.lvf-map-wrap iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

@media (max-width: 767.98px) {
	.lvf-map-wrap { height: 320px; }
}




@media (max-width: 1199.98px) {
	.hero .vh-100 {
		height: auto !important;
		aspect-ratio: 3 / 2;
	}
}
