a {
	color: var(--themeColoeOne);
}

.cart-reco {
	margin-top: 20px;
	padding: 12px;
	border: 1px solid #e9e9e9;
	border-radius: 12px;
	background: #fff;
}

.cart-reco-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 12px;
}

.cart-reco-title {
	font-size: 19px;
	font-weight: 700;
	margin: 0;
	color: #222;
}

.cart-reco-arrows {
	display: flex;
	gap: 5px;
}

.cart-reco-slider {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.cart-reco-slider.slick-initialized {
	display: block;
}

.cart-reco-item {
	border: 1px solid #efefef;
	border-radius: 12px;
	padding: 8px;
	background: #fff;
	display: flex;
	gap: 10px;
	min-height: 95px;
}

.cart-reco-slider .slick-slide {
	margin: 0 5px;
}

.cart-reco-slider .slick-list {
	margin: 0 -5px;
}

.cart-reco-img {
	width: 100%;
	height: 125px;
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
	border: 1px solid #eee;
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cart-reco-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mini_cart .estimated_total {
	padding: 10px 0px 13px 0px;
}

.minicart_promo_bar {
	background: #000;
	color: #fff;
	padding: 12px 15px;
	text-align: center;
	border-radius: 8px;
	margin: 15px 20px 10px 20px;
}

.minicart_promo_bar p {
	margin: 0;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.5px;
	color: #fff;
}

.cart-empty-area {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex: 1;
	padding: 80px 20px;
	text-align: center;
}

.cart-empty-area .empty-msg {
	font-size: 20px;
	font-weight: 500;
	color: #888;
	margin-bottom: 25px;
}

.cart-empty-area .explore-btn {
	min-width: 220px;
	border-radius: 8px;
	background: #000 !important;
	color: #fff !important;
	padding: 16px 30px;
	font-size: 15px;
	font-weight: 600;
	text-transform: none;
}

.mini_cart .offcanvas-body {
	display: flex;
	flex-direction: column;
	padding: 0 !important;
	overflow: hidden;
}

.mini_cart #cartOffcanvasBody {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.mini_cart #cartOffcanvasBody>ul {
	flex: 0 0 auto;
	padding: 20px 20px 0 20px;
	margin-bottom: 0;
}

.cart-reco-header {
	padding: 15px 20px 0 20px;
}

.cart-reco-slider {
	padding: 0 20px 20px 20px;
}

.minicart_footer_area {
	margin-top: auto;
	background: #fff;
	padding: 24px 20px;
	border-top: 1px solid #eee;
	box-shadow: 0 -10px 25px rgba(0, 0, 0, 0.06);
	position: sticky;
	bottom: 0;
	z-index: 100;
}

.minicart_footer_area .estimated_total {
	margin-bottom: 18px !important;
	padding: 0 !important;
	font-size: 19px !important;
	font-weight: 700 !important;
	display: flex !important;
	justify-content: space-between !important;
	align-items: center !important;
	color: #222 !important;
	text-transform: capitalize !important;
}

.minicart_footer_area .estimated_total span {
	font-size: 23px !important;
	color: #000 !important;
	font-family: 'calibri', sans-serif !important;
}

.minicart_footer_area .minicart_btn_area {
	margin-top: 0 !important;
	flex-wrap: wrap;
}

.minicart_footer_area .common_btn {
	width: 100%;
	margin-left: 0 !important;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 14px 25px;
	font-size: 16px;
	border-radius: 8px;
	background: #000 !important;
}

.minicart_footer_area .common_btn i {
	font-size: 14px;
}

.mini_cart .offcanvas-body {
	overflow-y: auto !important;
}

.mini_cart .cart_meta_qty_row {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 10px;
	margin-top: 4px;
}

.mini_cart .cart_meta_text {
	flex: 1 1 auto;
	min-width: 0;
}

.mini_cart .cart_meta_text .cart_item_total {
	font-weight: 500;
}

.mini_cart .cart_meta_qty_row .cart_qty_input {
	flex: 0 0 auto;
	margin-top: 0 !important;
}

@media (max-width: 420px) {
	.mini_cart .cart_meta_qty_row {
		flex-direction: column;
		align-items: flex-start;
	}
}

.cart-reco-body {
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
	justify-content: center;
	margin-top: 10px;
}

.cart-reco-name {
	font-size: 14px;
	font-weight: 600;
	color: #222;
	line-height: 1.2;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.cart-reco-price {
	font-size: 13px;
	font-weight: 700;
	color: #111;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 5px;
	font-family: 'calibri', sans-serif;
}

.cart-reco-price del {
	color: #999;
	font-size: 11px;
	font-weight: 400;
	margin-right: 4px;
}

.cart-reco-actions {
	display: flex;
	align-items: center;
	gap: 6px;
	margin-top: auto;
}

.cart-reco-badge {
	background: #e6f7f3;
	color: #00a884;
	font-size: 11px;
	padding: 4px 8px;
	border-radius: 6px;
	line-height: 1.2;
	font-weight: 600;
}

.cart-reco-add {
	border: 1px solid #ddd;
	background: #fff;
	color: #111;
	font-size: 12px;
	padding: 4px 12px;
	border-radius: 6px;
	line-height: 1.2;
	font-weight: 600;
}

.cart-reco-add:hover {
	background: #f5f5f5;
	border-color: #ccc;
}

.cart-reco-arrows .slick-arrow {
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	color: #000;
	border: none;
	cursor: pointer;
	padding: 0;
	font-size: 16px;
}

.cart-reco-arrows .slick-arrow.slick-disabled {
	opacity: 0.2;
	cursor: default;
}

.cart-reco-slider .slick-arrow::before {
	display: none;
}

.menu_item li a .menu_icon {
	width: 35px !important;
	height: 35px !important;
	background: var(--lightBg);
	padding: 5px;
	border-radius: 50%;
}

.menu_item li a .menu_icon img {
	object-fit: contain !important;
}

.menu_item li a {
	display: flex;
	align-items: center;
	column-gap: 8px;
}

.main_menu.menu_fix .menu_logo img {
	object-fit: contain !important;
}

.product_item .product_img>a {
	height: 100%;
	width: 100%;
}

.price,
.price del {
	font-family: 'calibri', sans-serif;
}

.discount_list li,
.special_product_img .discount {
	font-family: 'calibri', sans-serif;
}

.special_product_img>a {
	height: 100%;
	width: 100%;
}

.mega_menu ul {
	display: flex;
	flex-direction: column;
}

.menu_item li a {
	line-height: 37px;
}

.menu_item li a:hover {
	color: var(--themeColoeOne);
}

.footer_info_item .text {
	width: 65%;
}

/* .shop_page .product_item_2 {
	background: var(--lightBg2);
} */

.slick-track {
	margin-left: 0;
}

.blog .blog_item {
	margin-bottom: 35px;
	border-radius: 25px 25px 0px 0px;
}

.blog .blog_item .blog_img {
	border-radius: 25px 25px 0px 0px;
}

.popular_blog_text p {
	font-size: 15px;
}

.address_actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 15px;
	column-gap: 10px;
}

.address_actions a {
	color: var(--themeColorTwo);
}

.img_upload {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 20px;
}

.img_upload .cam,
.img_upload .vid {
	width: 70px;
	height: 70px;
	border: 1px dashed #ddd;
	position: relative;
	transition: all linear .3s;
	-webkit-transition: all linear .3s ease;
	-moz-transition: all linear .3s ease;
	-ms-transition: all linear .3s ease;
	-o-transition: all linear .3s ease;
	border-radius: 6px;
}

.img_upload .cam:hover,
.img_upload .vid:hover {
	background: #d9edf7;
}

.img_upload .cam span,
.img_upload .vid span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	font-size: 25px;
}

.apnd-img {
	float: left;
	margin-right: 10px;
	width: 70px !important;
	height: 70px !important;
	position: relative;
	text-align: center;
	border: 1px solid #ddd;
	overflow: hidden;
	border-radius: 6px;
}

.apnd-img img {
	border-radius: 0 !important;
}

.apnd-img img {
	object-fit: contain;
	width: 100%;
	height: 100%;
}

.apnd-img i {
	position: absolute;
	right: 2px;
	top: 2px;
	width: 18px;
	height: 18px;
	background: #7f7f7f;
	font-size: 9px;
	color: #fff;
	line-height: 18px;
	text-align: center;
	cursor: pointer;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	transition: all linear .3s;
	-webkit-transition: all linear .3s ease;
	-moz-transition: all linear .3s ease;
	-ms-transition: all linear .3s ease;
	-o-transition: all linear .3s ease;
}

.apnd-img i:hover {
	background: #d33;
}

.main_menu_2 {
	background: transparent !important;
}

.main_menu_2 .menu_icon {
	align-items: center;
}

.menu_icon .common_btn {
	height: auto;
	line-height: 25px;
	margin-left: 15px;
}

.video_item {
	height: 450px;
	border-radius: 15px;
}

.video_item video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.video_item a {
	width: 100%;
	height: 100%;
}

.video-overlay {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 15px;
	background: linear-gradient(to top, rgba(0, 0, 0, 1.6), transparent);
	text-align: center;
}

.video-overlay a {
	color: #fff;
}

.frequently_buy {
	border: 1px solid #ddd;
	padding: 15px;
	border-radius: 10px;
}

.frequently_buy h3 {
	font-weight: 600;
	font-size: 21px;
	margin-bottom: 25px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dddf;
	text-align: center;
	color: var(--themeColoeOne);
}

.frequently_buy .form-check input {
	padding: 12px 12px;
	cursor: pointer;
}

.frequently_buy .form-check {
	margin-right: 15px;
}

.frequently_buy h5 {
	justify-content: start;
	padding: 0;
}

.frequently_buy h5 span {
	padding-left: 10px;
	color: var(--themeColoeOne);
	font-family: 'calibri';
	font-size: 25px;
}

.frequently_buy .minicart_btn_area a {
	width: 45%;
}

.btn-add-to-cart[aria-disabled="true"] {
	opacity: 0.5;
	pointer-events: none;
	cursor: not-allowed;
}

.shop_details_slider_area {
	position: sticky;
	top: 75px;
}

.btn_black {
	background: var(--coloroffer);
}

.fr_checkbox.check+.cart_img,
.fr_checkbox.check+.cart_img+.cart_text {
	opacity: 0.4;
}

.img-fluid {
	height: 100%;
}

.login_modal .modal-content {
	background-color: var(--lightBg2);
}

.login_modal .sign_in_form form button {
	margin-top: 25px;
}

.login_modal .modal-body {
	padding: 90px 45px;
}

.auth_content h2 {
	margin-bottom: 15px;
	font-weight: 600;
}

.auth_content p {
	font-size: 15px;
}

.auth_content img {
	width: 80%;
	margin-top: 30px;
}

.details_slider_thumb.slick-slider .slick-arrow {
	position: absolute;
	width: 45px;
	height: 45px;
	border-radius: 100px;
	font-size: 18px;
	top: 50%;
	left: 0;
	right: auto;
	z-index: 99;
	border: 1px solid transparent;
}

.details_slider_thumb.slick-slider .slick-arrow:hover {
	border-color: #000;
}

.details_slider_thumb.slick-slider .slick-arrow.slick-next {
	right: 0;
	left: auto;
}

.checkout_single_address.add_new a {
	display: block;
	text-align: center;

}

.checkout_single_address.add_new a i {
	color: var(--themeColoeOne);
	font-size: 32px;
	margin-bottom: 22px;
}

.checkout_single_address.add_new a h4 {
	font-size: 17px;
}

.order_item {
	border: 1px solid #01040E14;
	border-radius: 8px;
	margin-top: 25px
}

.order_item .order_item_header {
	padding: 15px;
	background: #f5f5f5;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.order_item .order_item_header h4 {
	font-size: 15px;
}

.order_item .order_item_header h4 b {
	font-family: 'calibri';
	font-size: 17px;
}

.order_item .order_item_body {
	padding: 20px;
}

.order_item .order_item_body ul {
	padding-left: 0;
	margin-bottom: 0;
}

.order_item .order_item_body ul li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}

.cart_table_area td {
	vertical-align: middle;
}

.cart_table_area table {
	margin-bottom: 0;
}

.cart_page_img .img {
	width: 100px;
}

.order_item .order_item_footer {
	display: flex;
	align-items: center;
	justify-content: end;
	column-gap: 25px;
	padding: 15px 15px;
}

.order_item .order_item_footer h4 {
	font-size: 18px;
}

.order_item .order_item_footer h4 b {
	font-family: 'calibri';
	font-size: 20px;
}

.order_item .order_item_footer .common_btn {
	padding: 5px 15px;
}

/* Product detail page - stock status colors */
.shop_details_text .stock.stock-in {
	background: rgba(5, 168, 69, 0.07);
	color: #198754;
}

.shop_details_text .stock.stock-low {
	background: rgba(253, 126, 20, 0.12);
	color: #fd7e14;
}

.shop_details_text .stock.stock-out {
	background: rgba(220, 53, 69, 0.07);
	color: #dc3545;
}

/* Product detail price section */
.product_detail_price_wrap {
	position: relative;
}

.product_detail_discount_badge {
	display: inline-block;
	padding: 8px 15px;
	font-size: 17px;
	font-weight: 600;
	background: rgba(220, 53, 69, 0.12);
	color: #dc3545;
	border-radius: 30px;
	margin-bottom: 0px;
}

.product_detail_tax_text {
	font-size: 13px;
	color: var(--paraColor, #666);
	margin-top: 5px;
	margin-bottom: 15px;
}

/* Sticky WhatsApp floating button */
.whatsapp-float {
	position: fixed;
	bottom: 24px;
	left: 24px;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 12px 18px 12px 14px;
	background: #000;
	color: #fff;
	border-radius: 50px;
	box-shadow: 0 4px 14px rgba(135, 143, 119, 0.4);
	z-index: 9998;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	text-decoration: none;
	font-size: 15px;
	font-weight: 600;
}

.whatsapp-float:hover {
	color: #fff;
	transform: scale(1.03);
	box-shadow: 0 6px 20px rgba(135, 143, 119, 0.5);
}

.whatsapp-float-icon {
	display: flex;
	align-items: center;
	justify-content: center;
}

.whatsapp-float-icon svg {
	width: 26px;
	height: 26px;
}

.whatsapp-float-text {
	white-space: nowrap;
}

@media (max-width: 576px) {
	.whatsapp-float {
		bottom: 16px;
		left: 16px;
		padding: 10px 14px 10px 12px;
		gap: 8px;
		font-size: 14px;
	}

	.whatsapp-float-icon svg {
		width: 22px;
		height: 22px;
	}
}

.badge {
	font-size: 14px;
	font-weight: 500;
}

.badge-warning {
	color: #212529;
	background-color: #ffc107;
}

.badge-secondary {
	color: #fff;
	background-color: #6c757d;
}

.badge-info {
	color: #fff;
	background-color: #17a2b8;
}

.badge-dark {
	color: #fff;
	background-color: #343a40;
}

.badge-success {
	color: #fff;
	background-color: #28a745;
}

.tracking_product_list .table .product_data td {
	font-size: 20px;
}

.tracking_product_list .table .product_data td:last-child,
.tracking_product_list .table .product_data th:last-child {
	font-family: 'calibri';
}

.tracking_product_list .table .product_data th {
	font-size: 23px;
	color: #000;
}

.price_filter_inputs {
	display: flex;
	column-gap: 8px;
}

.price_filter_inputs input {
	padding: 8px 10px;
}

.search_box {
	display: none;
}

/* Mobile search bar - full-width row below header (no overlap with logo) */
@media (max-width: 991.99px) {
	header.header-search-open {
		height: auto !important;
		min-height: 70px;
	}

	.mobile-search-row .search_box {
		display: flex;
		align-items: center;
		position: relative;
		width: 95%;
		border: 1px solid var(--themeColoeOne, #878f77);
		border-radius: 8px;
		background: #fff;
		margin-top: 8px;
		padding-right: 50px;
		position: absolute !important;
		top: 0;
		right: 10px;
		left: 10px;
	}

	.header-search-item-category {
		line-height: 0px;
	}

	.header-search-item-img {
		display: flex;
		align-items: center;
	}

	.header-search-view-all {
		padding: 0px 14px !important;
	}

	.mobile-search-row .search_box input {
		flex: 1;
		padding: 12px 16px;
		line-height: 1.5;
		border: none;
		background: transparent;
		font-size: 16px;
		min-width: 0;
	}

	.mobile-search-row .search_box #CloseSearch {
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		z-index: 99;
		font-size: 20px;
		width: 50px;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		color: #666;
	}
}

.clear-filters-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 8px 12px;
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: 500;
	color: var(--themeColorTwo, #333);
	text-decoration: none;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 6px;
	transition: color 0.2s, background 0.2s, border-color 0.2s;
}

.clear-filters-link:hover {
	color: var(--themeColorTwo, #333);
	background: rgba(0, 0, 0, 0.04);
	border-color: rgba(0, 0, 0, 0.15);
}

.clear-filters-link i {
	font-size: 12px;
}

.select2_full li {
	width: 100% !important;
}

.details_single_variant span {
	font-weight: 600;
}

.details_single_variant .variant_title {
	font-size: 16px;
}

.details_variant_color li {
	margin-right: 5px;
}

.category a {
	font-size: 17px;
}

/* Blog content - Quill/HTML content styling */
.blog-content img {
	max-width: 100%;
	height: auto;
}

.blog-content p {
	margin-bottom: 1rem;
}

.blog-content ul,
.blog-content ol {
	margin-bottom: 1rem;
	padding-left: 1.5rem;
}

.popular_blog_img img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
}

.popular_blog_img>a {
	height: 100% !important;
}

.logged_out_content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.logged_out_content h5 {
	width: 75%;
	font-size: 16px;
	line-height: 29px;
	text-transform: none;
}

.logged_out_content .common_btn {
	min-width: 150px;
}

.login_info_header .middle_title {
	position: absolute;
	top: -20px;
	left: auto;
	font-weight: 600;
	background: #fff;
	padding: 5px 15px;
	right: auto;
	margin: 0 auto;
	color: #878f77;
	font-size: 18px;
}

.otp_form .single_input {
	display: flex;
	align-items: center;
	column-gap: 13px;
	border: none;
}

.otp_form input {
	border: 1px solid #ddd;
}

.otp_form {
	display: none;
}

/* Checkout coupon area - input row for positioning */
.cart_page_summary .coupon_area .coupon-input-row {
	position: relative;
}

/* Account sidebar logout form - display like other menu links */
.dashboard_sidebar_menu .dashboard-sidebar-logout {
	display: block;
}

.dashboard_sidebar_menu .dashboard-sidebar-logout a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	cursor: pointer;
}

.dashboard_sidebar_menu ul li a.active {
	border-left: 4px solid var(--themeColoeOne);
	background: var(--lightBg2);
}

/* Wishlist icon in product cards - match img size, white color */
.product_item .product_img .btn_list .wishlist-icon,
.product_item .product_img .btn_list .fa-heart,
.product_item_2 .product_img .btn_list .wishlist-icon,
.product_item_2 .product_img .btn_list .fa-heart {
	color: #fff;
	font-size: 14px;
}

.product_item .product_img .btn_list .wishlist-icon,
.product_item_2 .product_img .btn_list .wishlist-icon {
	display: inline-block;
}

.checkout_single_address .form-check-inline {
	width: 100%;
}

/* Button loading state - spinner for account area buttons */
.btn-loading {
	position: relative;
	pointer-events: none;
	opacity: 0.85;
}

.btn-loading .btn-loading-spinner {
	display: inline-block;
	margin-right: 6px;
	vertical-align: middle;
}

.address_actions .btn-loading .btn-loading-spinner {
	margin-right: 4px;
}

.btn-loading .btn-content {
	opacity: 0.6;
}

.common_btn.btn-loading .btn-loading-spinner,
.btn.btn-loading .btn-loading-spinner {
	animation: fa-spin 1s infinite linear;
}

@keyframes fa-spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.single_input input+small {
	padding-left: 20px;
}

/* Order detail / invoice print styles */
@media print {

	header,
	footer,
	.scroll_button,
	.dashboard_title .common_btn,
	.dashboard_sidebar,
	.breadcrumb_area,
	.wow {
		display: none !important;
	}

	.col-lg-3 {
		display: none !important;
	}

	.col-lg-9 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.dashboard_order_invoice_area {
		box-shadow: none;
		border: 1px solid #ddd;
	}
}

.invoice_table tr td {
	font-family: 'calibri';
	font-size: 18px;
	text-align: center;
}

.invoice_table tr td:first-child {
	font-family: inherit;
	font-size: inherit;
	text-align: left;
}

.invoice_table table thead tr th {
	text-align: center;
	background-color: #f1f1f1;
}

.invoice_table table tr th:first-child {
	text-align: left;
}

/* Header search dropdown - matches theme */
.header-search-dropdown {
	position: absolute;
	top: 100%;
	left: -1px;
	right: -1px;
	z-index: 1050;
	background: #fff;
	border: 1px solid var(--themeColoeOne, #878f77);
	border-top: none;
	border-radius: 0 0 8px 8px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
	max-height: 360px;
	overflow-y: auto;
	display: none;
}

.header-search-dropdown.show {
	display: block;
}

.header-search-results {
	display: flex;
	flex-direction: column;
}

.header-search-item {
	display: flex;
	/* align-items: center; */
	gap: 12px;
	padding: 10px 14px;
	text-decoration: none;
	color: inherit;
	border-bottom: 1px solid #eee;
	transition: background 0.2s ease;
}

.header-search-item:last-child {
	border-bottom: none;
}

.header-search-item:hover {
	background: #f8f9fa;
	color: #000;
}

.header-search-item-img {
	flex-shrink: 0;
	width: 48px;
	height: 48px;
	border-radius: 6px;
	overflow: hidden;
	background: #f1f1f1;
}

.header-search-item-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.header-search-item-info {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.header-search-item-name {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.3;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.header-search-item-category {
	font-size: 13px;
	color: var(--themeColoeOne, #878f77);
}

.header-search-item-category strong {
	font-weight: 600;
	color: inherit;
}

.header-search-empty,
.header-search-loading {
	padding: 16px 14px;
	text-align: center;
	color: #666;
	font-size: 14px;
}

.header-search-loading i {
	margin-right: 6px;
}

.header-search-view-all {
	display: block;
	padding: 20px 14px;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	color: #000;
	background: #f5f5f5;
	text-decoration: none;
	border-top: 1px solid #eee;
	transition: background 0.2s ease;
}

.header-search-view-all:hover {
	background: rgba(135, 143, 119, 0.1);
	color: var(--themeColoeOne, #878f77);
}

.header-search-input-wrap {
	position: relative;
}

/* Full-width search input when category dropdown is removed */
header form.header-search-form .input {
	width: 100%;
}

.header-search-dropdown-mobile {
	max-height: 280px;
	width: 100%;
	left: 0 !important;
	right: 0 !important;
	max-width: 100%;
	box-sizing: border-box;
}

.header-search-dropdown-mobile .header-search-item-name {
	white-space: normal;
	word-wrap: break-word;
	overflow-wrap: break-word;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

#searchBox .header-search-dropdown {
	top: 100%;
	left: 0;
	right: 0;
	margin-top: 2px;
}

#searchFiltersForm .row>.col-xl-3 {
	z-index: 1;
}

/* Product detail - Coupons & Offers section */
.product_offers_section {
	margin-bottom: 0;
}

.product_offers_title {
	font-size: 18px;
	font-weight: 700;
	color: var(--colorBlack, #282828);
	margin-bottom: 12px;
}

.product_offers_cards {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.product_offer_card {
	background: rgb(253 225 182 / 25%);
	border: 1px solid rgba(233, 30, 99, 0.2);
	border-radius: 10px;
	padding: 14px 16px;
	flex: 0 0 calc(50% - 6px);
	box-sizing: border-box;
}

.product_offer_card_header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 8px;
}

.product_offer_card_title_wrap {
	display: flex;
	align-items: center;
	gap: 8px;
	flex: 1;
	min-width: 0;
}

.product_offer_icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #c2185b;
	flex-shrink: 0;
}

.product_offer_title {
	font-size: 16px;
	font-weight: 700;
	color: var(--colorBlack, #282828);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.product_offer_badge_wrap {
	flex-shrink: 0;
}

.product_offer_code_badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 4px 10px;
	border: 1px dashed #e91e63;
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.6);
}

.product_offer_code_text {
	font-size: 13px;
	font-weight: 600;
	color: #c2185b;
}

.product_offer_copy_btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
	color: #c2185b;
	transition: opacity 0.2s ease;
}

.product_offer_copy_btn:hover {
	opacity: 0.8;
}

.product_offer_description {
	font-size: 14px;
	color: var(--colorBlack, #282828);
	font-weight: 400;
	margin: 0;
	line-height: 1.4;
}

.product_offer_card_hidden {
	display: none !important;
}

.product_offers_view_all_wrap {
	text-align: left;
}

.product_offers_view_all_link {
	font-size: 15px;
	font-weight: 600;
	color: var(--themeColorTwo, #878f77);
	text-decoration: none;
	transition: color 0.2s ease, text-decoration 0.2s ease;
}

.product_offers_view_all_link:hover {
	color: var(--colorBlack, #282828);
	text-decoration: underline;
}

/* Review modal & stars */
.review-star {
	cursor: pointer;
	color: #ddd;
	transition: color 0.2s ease;
}

.review-star:hover,
.review-star.fas {
	color: #f5a623;
}

.review-product-item:last-child {
	border-bottom: none !important;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.review-product-img {
	object-fit: cover;
}

.product_avg_rating .fa-star,
.product_avg_rating .fa-star-half-alt {
	color: #f5a623;
}

.review_avatar {
	flex-shrink: 0;
}

/* Write Review link (not button) */
.link-write-review {
	text-decoration: none;
	color: var(--themeColoeOne, #878f77);
	font-size: 14px;
	font-weight: 500;
	background: none;
	border: none;
	padding: 0;
}

.link-write-review:hover {
	text-decoration: underline;
	color: var(--colorBlack, #282828);
}

.review-product-item .review-stars {
	font-size: 25px;
}

/* Review image upload preview */
.review-image-preview-item {
	width: 64px;
	height: 64px;
	flex-shrink: 0;
}

.review-image-preview-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border: 1px solid #e0e0e0;
}

.review-image-remove {
	position: absolute;
	top: 2px;
	right: 2px;
	width: 22px;
	height: 22px;
	padding: 0;
	border: none;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	font-size: 11px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.2s;
}

.review-image-remove:hover {
	background: rgba(220, 53, 69, 0.9);
}

.review-images-add-btn {
	font-size: 13px;
	padding: 4px 10px;
}

/* Review images gallery on product detail */
.review-images-gallery {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.review-gallery-thumb {
	display: block;
	width: 72px;
	height: 72px;
	flex-shrink: 0;
	border-radius: 6px;
	overflow: hidden;
	border: 1px solid #e8e8e8;
	transition: border-color 0.2s, box-shadow 0.2s;
}

.review-gallery-thumb:hover {
	border-color: var(--themeColoeOne, #878f77);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.review-gallery-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Promotional Banners section (1 full width or 2 split grid) */
.promo_banners_section .promo_banner_link {
	display: block;
	line-height: 0;
}

.promo_banners_section .promo_banner_img {
	width: 100%;
	height: auto;
	object-fit: cover;
	transition: opacity 0.2s;
}

.promo_banners_section .promo_banner_link:hover .promo_banner_img {
	opacity: 0.92;
}

/* Full Width Banners section – multiple full-width images with links */
.fullwidth_banners_section .fullwidth_banner_link {
	display: block;
	line-height: 0;
}

.user_dropdown form {
	border: 0;
}

#sticky_sidebar {
	position: sticky;
	top: 100px;
}

.sticky-sidebar-column {
	position: sticky;
	top: 50px;
	z-index: 99;
	align-self: flex-start;
}

/* Product detail - Gift Wrap section */
.product_gift_wrap_section {
	margin-bottom: 0;
}

.product_gift_wrap_card {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 14px 16px;
	border: 1px solid rgba(135, 143, 119, 0.35);
	border-radius: 12px;
	background: linear-gradient(135deg, rgba(135, 143, 119, 0.08), rgba(255, 244, 231, 0.9));
	cursor: pointer;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.product_gift_wrap_card:hover {
	border-color: rgba(135, 143, 119, 0.55);
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.06);
	transform: translateY(-1px);
}

.product_gift_wrap_card.is-disabled {
	opacity: 0.65;
	cursor: not-allowed;
	transform: none;
	box-shadow: none;
}

.product_gift_wrap_checkbox_wrap {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	flex-shrink: 0;
}

.product_gift_wrap_checkbox {
	position: absolute;
	opacity: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	cursor: pointer;
}

.product_gift_wrap_checkmark {
	width: 22px;
	height: 22px;
	border: 2px solid #878f77;
	border-radius: 6px;
	background: #fff;
	position: relative;
	transition: all 0.2s ease;
}

.product_gift_wrap_checkbox:checked+.product_gift_wrap_checkmark {
	background: #878f77;
	border-color: #878f77;
}

.product_gift_wrap_checkbox:checked+.product_gift_wrap_checkmark::after {
	content: '';
	position: absolute;
	left: 6px;
	top: 1px;
	width: 6px;
	height: 12px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.product_gift_wrap_content {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
}

.product_gift_wrap_title {
	font-size: 16px;
	font-weight: 700;
	color: var(--colorBlack, #282828);
	line-height: 1.3;
}

.product_gift_wrap_subtitle {
	font-size: 13px;
	color: #5c5c5c;
	line-height: 1.4;
}

@media (max-width: 575.98px) {
	.product_gift_wrap_card {
		padding: 12px;
		gap: 10px;
	}
}

/* Bulk order button in main menu */
.main_menu_area {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.main_menu_area .menu_item {
	flex: 1 1 auto;
}

.bulk-order-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	position: absolute;
	right: 0;
	top: 0;
}

.bulk-order-link img {
	height: 71px;
	width: auto;
	display: block;
	transform-origin: 50% 0%;
	animation: bulk-hang 2s ease-in-out infinite;
	will-change: transform;
}

@keyframes bulk-hang {
	0% {
		transform: rotate(-4deg);
	}

	50% {
		transform: rotate(2deg);
	}

	100% {
		transform: rotate(-4deg);
	}
}

@media (prefers-reduced-motion: reduce) {
	.bulk-order-link img {
		animation: none;
	}
}

.footer_logo_area span img {
	filter: brightness(0%);
}

.occasions_section {
	background-color: #000;
	padding: 50px 50px 50px 50px;
}

.occasions_section .white_title p,
.occasions_section .white_title h3 {
	color: #fff;
}

.occasions_section .product_item {
	border: 0;
	border-radius: 25px 25px 0px 0px;
	margin-bottom: 25px;
	overflow: hidden;
}

.occasions_section .product_item>a {
	width: 100%;
	height: 100%;
	display: block;
}

.occasions_section .product_item img {
	object-fit: cover;
	aspect-ratio: 1/1.2;
	transition: transform 700ms ease;
	transform: scale(1);
}

.occasions_section .product_item:hover img {
	transform: scale(1.06);
}

.occasions_section .video-overlay {
	padding: 55px 15px 30px 15px;
	display: flex;
	justify-content: center;
}

.occasions_section .video-overlay a {
	font-size: 23px;
	display: inline-flex;
	align-items: center;
	gap: 12px;
	text-align: center;
	position: relative;
}

.occasions_section .video-overlay a::before,
.occasions_section .video-overlay a::after {
	content: "";
	display: block;
	width: clamp(24px, 5vw, 60px);
	border-top: 1px dashed currentColor;
}

@media (prefers-reduced-motion: reduce) {
	.occasions_section .product_item img {
		transition: none;
	}

	.occasions_section .product_item:hover img {
		transform: none;
	}
}
