@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500&display=swap");

:root {
	--theme-primary: #faa32f;
	--theme-dark: #00214a;
	--price-color: #a90000;
	/* https://angel-rs.github.io/css-color-filter-generator/ */
	/* --filter-primary: brightness(0) saturate(100%) invert(73%) sepia(57%) saturate(1239%) hue-rotate(335deg) brightness(99%) contrast(97%); */
}

*,
*::before,
*::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

input,
select,
textarea,
button {
	background-color: transparent;
	border: none;
	border-radius: 0;
	font-family: inherit;
	font-size: inherit;
	outline: none;
}

input:-webkit-autofill {
	transition: background-color ease-in-out;
	transition-delay: 5000s;
}

/* #region init */

body {
	font-family: "Montserrat", sans-serif;
	color: #111;
	font-size: 16px;
	/* background-color: #f3f3f3; */
}

.container {
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}

.r-icon {
	display: block;
}

.collapse-body {
	transition: ease 0.25s height;
	overflow: hidden;
}

.collapse-content {
	overflow: hidden;
}

.swiper-lazy-preloader,
img.lazy {
	max-width: 100%;
	max-height: 100%;
	background-image: var(--logo_img);
	background-size: 120px;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.5;
}

.swiper-lazy-preloader {
	animation: none;
	width: 120px;
	height: 120px;
	margin-top: 0;
	margin-left: 0;
	transform: translate(-50%, -50%);
	border-radius: 0;
	border: 0;
}

img.lazy-loading {
	background-image: none;
	object-fit: contain !important;
}

.swiper-lazy:not(.swiper-lazy-loaded) {
	opacity: 0 !important;
}

.swiper-lazy.swiper-lazy-loaded {
	opacity: 1;
	transition: ease 0.25s opacity;
}

@media (max-width: 768px) {
	.container {
		padding-inline: 1rem;
	}
}

/* #endregion */

/* #region header */

.header-top,
.header-main {
	font-size: 12px;
}

.header-top {
	/* padding: 6px 0; */
	background-color: var(--primary_bg);
	/* border-bottom: 1px solid var(--theme-dark); */
	color: #ffffff;
	position: relative;
	z-index: 1;
	/* margin-bottom: 10px; */
	box-shadow: 0 0 6px rgb(0 0 0 / 20%);
	/* overflow: hidden; */
}

.location-dropdown {
	color: inherit;
	width: 310px;
	min-width: 250px;
	/* margin-left: 25px; */
	border-radius: 4px;
	/* border: 1px solid var(--theme-dark); */
	display: flex;
	overflow: hidden;
	font-size: inherit;
	background-color: transparent;
	text-align: left;
	align-items: center;
	cursor: pointer;
}

.location-dropdown .current-location {
	width: 100%;
	padding: 7px 10px;
	height: auto;
	border: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.5;
	transition: ease 0.25s color;
}

.location-dropdown .location-marker {
	margin-left: 12px;
	display: flex;
	align-items: center;
	height: 100%;
}

.top-nav-links {
	display: flex;
	margin-left: auto;
}

.top-nav-link {
	padding: 6px 15px;
	text-decoration: none;
	color: inherit;
	margin-right: 10px;
	border: 1px solid var(--theme-primary);
	border-radius: 4px;
	text-transform: uppercase;
	transition: ease 0.25s;
	transition-property: background-color, color;
}

.top-nav-link:hover {
	background-color: var(--theme-dark);
}

.header-top-links {
	display: flex;
}

.header-icon-group {
	display: flex;
	margin-left: 15px;
	align-items: center;
}

.icon-label {
	margin-left: 10px;
	line-height: 1.5;
}

.header-icon-group a {
	color: inherit;
	text-decoration: none;
}

.header-icon {
	margin-left: 14px;
	font-size: 1.3em;
}

.header-main {
	/* background-color: #ffffff; */
	/* color: #fff; */
	padding: 15px 0;
	position: sticky;
	top: 0;
	/* box-shadow: 0 0 6px rgb(0 0 0 / 20%); */
	margin-bottom: 10px;
	margin-top: 10px;
}

.header-row {
	display: flex;
	align-items: center;
}

.header-top .header-row {
	height: 85px;
	gap: 25px;
}

.header-brand {
	font-size: 36px;
	font-weight: 500;
	margin-right: auto;
	/* line-height: 1.2; */
	/* margin-bottom: 0.2em; */
	/* padding: 5px; */
	max-height: 85px;
	height: 100%;
}

.header-brand img {
	display: block;
	width: 270px;
	height: 85px;
	max-height: 100%;
	/* margin-bottom: -50px; */
	object-fit: contain;
}

.header-input-group {
	display: flex;
}

.header-search-input {
	border: 1px solid var(--theme-dark);
	padding: 7px 15px;
	color: #fff;
	width: 450px;
	font-size: 12px;
}

.header-search-input::placeholder {
	color: #eaeaea;
}

.header-search-btn {
	padding: 7px 10px;
	background-color: var(--theme-dark);
	color: #fff;
	line-height: 1;
}

.category-search-container {
	/* margin-left: 20px; */
	/* margin-right: 10px; */
	display: flex;
	border: 1px solid var(--primary_fg);
	border-radius: 25px;
	/* overflow: hidden; */
	height: auto;
	position: relative;
	color: var(--theme-dark);
	font-weight: 500;
	width: 100%;
}

.category-search-dropdown {
	flex: 0 1 auto;
	/* font-size: 14px; */
	border-radius: inherit;
}

.search-form {
	border-radius: inherit;
	overflow: hidden;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	width: 100%;
	display: flex;
	/* background-color: #fff; */
}

.dropdown-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
	z-index: 1;
}

.category-search-container .search-dropdown {
	padding: 5px 30px 5px 15px;
	border-radius: inherit;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border: 1px solid #fff;
	border-right: 1px solid var(--primary_fg);
	height: 100%;
	/* color: #fff; */
	background-color: #fff;
	font-size: inherit;
	appearance: none;
	flex-basis: 145px;
	display: block;
	line-height: 1.8;
	cursor: pointer;
	position: relative;
}

.dropdown-content {
	opacity: 0;
	position: absolute;
	top: 100%;
	width: 250px;
	left: 0;
	padding: 15px;
	background-color: #fff;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
	border-radius: 3px;
	transform: translateY(-20px);
	transition: ease-in-out 0.25s;
	pointer-events: none;
	z-index: 2;
}

.category-search-container .search-dropdown::after {
	content: "";
	display: block;
	position: absolute;
	pointer-events: none;
	right: 10px;
	top: 50%;
	margin-top: -1px;
	width: 0;
	height: 0;
	border-top: 5px solid currentColor;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}

.dropdown-wrapper.active .dropdown-overlay {
	display: block;
}

.dropdown-wrapper.active .dropdown-content {
	transform: translateY(1px);
	opacity: 1;
	pointer-events: all;
}

.dropdown-content-list {
	list-style: none;
	max-height: 80vh;
	overflow: auto;
	font-size: 14px;
}

.dropdown-link {
	display: block;
	text-decoration: none;
	color: #222;
	background-color: #fff;
	font-weight: 500;
	font-size: inherit;
	padding: 10px 15px;
	border-radius: 4px;
	transition: ease-in-out 0.25s;
	transition-property: all;
	transition-property: color, background-color;
}

.dropdown-link .dropdown-subtext {
	display: block;
	font-size: 0.8em;
	color: #666;
}

.dropdown-link:hover {
	background-color: #f5f5f5;
	color: var(--primary_fg);
}

dropdown-content-list li:hover > .dropdown-link {
	background-color: #f5f5f5;
	color: var(--theme-primary);
}

.dropdown-has-submenu > .dropdown-link {
	position: relative;
}

.dropdown-has-submenu > .dropdown-link::after {
	content: "";
	display: block;
	position: absolute;
	pointer-events: none;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	margin-top: -1px;
	width: 0;
	height: 0;
	border-left: 5px solid currentColor;
	border-right: 5px solid transparent;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}

.dropdown-content-sub {
	/* border-left: 2px solid var(--theme-primary); */
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
	margin-left: -1rem;
	/* margin-bottom: 0.3rem; */
	/* margin-top: -0.2rem; */
	list-style: none;
	padding: 0.5rem;
	position: absolute;
	top: 0;
	left: 100%;
	min-width: 15rem;
	min-height: 100%;
	background-color: #fff;
	transform: translateY(1rem);
	pointer-events: none;
	opacity: 0;
	transition: ease-in-out 0.2s;
	transition-property: transform, opacity;
	z-index: 2;
}

.dropdown-content-list > li:hover .dropdown-content-sub {
	transform: translateY(0);
	pointer-events: all;
	opacity: 1;
}

.category-search-container .search-field {
	padding: 5px 15px;
	width: 100%;
	min-width: 150px;
	border: none;
	font-size: inherit;
	flex: auto;
	color: inherit;
	border-right: 1px solid var(--primary_fg);
	background-color: #fff;
}

.category-search-container .search-field::placeholder {
	color: inherit;
}

.category-search-icon {
	padding: 7px 20px;
	/* margin: 2px; */
	border-radius: inherit;
	color: inherit;
	background-color: var(--primary_fg);
	/* width: 29px; */
	/* height: 29px; */
	line-height: 1.6;
	color: var(--primary_bg);
	font-weight: 600;
}

.header-action-group {
	/* margin-right: 20px; */
	margin-left: auto;
	display: flex;
	gap: 25px;
	color: var(--primary_fg);
}

.header-action {
	/* margin-left: 25px; */
	display: flex;
	align-items: center;
	padding: 5px 0;
	/* border: 1px solid var(--theme-dark); */
	color: inherit;
	text-decoration: none;
	border-radius: 4px;
	height: auto;
	white-space: nowrap;
	/* font-size: 15px; */
}

.header-action i {
	width: 35px;
	height: 35px;
	display: grid;
	place-items: center;
	border-radius: 50px;
	/* border: 2px solid var(--theme-primary); */
	font-size: 2em;
	/* color: #ffffff; */
}

.header-action-text {
	margin-left: 0.7rem;
	line-height: 1.5;
}

.header-action-title {
	font-weight: 600;
	font-size: 1.1em;
}

.header-action-label {
	/* margin-left: 2px; */
	white-space: nowrap;
	line-height: normal;
	display: block;
}

.header-search-results-scroll {
	position: absolute;
	top: 100%;
	z-index: 1;
	right: 2rem;
	/* width: 100%; */
	left: 0;
	/* height: 60vh; */
	white-space: normal;
	/* padding: 0.5rem; */
	/* padding-right: 0; */
	box-shadow: 0 0 0.5rem rgb(0 0 0 / 30%);
	overflow-y: scroll;
	background-color: var(--page_bg);
}

.header-search-results-scroll::-webkit-scrollbar {
	width: 5px;
}

.header-search-results-scroll::-webkit-scrollbar-track {
	background-color: transparent;
}

.header-search-results-scroll::-webkit-scrollbar-thumb {
	background-color: transparent;
	border-radius: 5px;
}

.header-search-results-scroll:hover::-webkit-scrollbar-thumb {
	background-color: #00000022;
}

.header-search-results-container {
	padding: 0.5rem;
	display: grid;
	gap: 0.5rem;
	/* height: 35rem; */
	max-height: calc(100vh - 5rem);
	align-items: start;
	align-content: start;
}

.header-nav {
	padding: 10px 0;
	background-color: var(--theme-dark);
	color: #fff;
}

.header-nav-links {
	display: flex;
	align-items: center;
	justify-content: center;
}

.header-nav-link {
	display: block;
	margin: 0 15px;
	color: inherit;
	text-decoration: none;
	font-weight: 500;
}

.header-categories {
	width: 100%;
	/* padding-left: 135px; */
}

.header-category-link {
	width: 100px;
	text-align: center;
	height: auto;
	text-decoration: none;
	color: #000;
}

.header-category-img {
	position: relative;
	overflow: hidden;
	margin-bottom: 5px;
	border-radius: 6px;
	/* box-shadow: 0 0 4px rgba(0, 0, 0, 0.15); */
	width: 65px;
	margin-left: auto;
	margin-right: auto;
}

.header-category-img::before {
	content: "";
	display: block;
	padding-top: 100%;
	/* background-color: #eaeaea; */
}

.header-category-img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* border-radius: 50%; */
	object-fit: cover;
	transition: ease 0.4s transform;
	transform-origin: center;
}

.header-category-name {
	font-weight: 600;
	font-size: 10px;
	transition: ease 0.4s;
}

.header-category-link:hover img {
	transform: scale(1.1);
}

.header-category-link:hover .header-category-name {
	color: var(--primary_fg);
}

@media (max-width: 768px) {
	.header-row {
		padding: 5px;
		flex-wrap: wrap;
		gap: 0.2rem;
	}

	.header-top .header-row {
	    gap: 10px;
        justify-content: center;
        padding: 0;
        height: 70px;
        flex-wrap: nowrap;
        display: grid;
        grid-template-columns: 2rem 1fr 2rem;
        justify-items: center;
	}

	.header-group .header-action-text {
		display: none;
	}

	.header-category-link {
		width: 60px;
	}

	.header-category-img {
		width: 100%;
		margin-bottom: 2px;
	}

	.header-category-name {
		font-size: 9px;
		line-height: normal;
		display: block;
	}
}

/* #endregion */

/* #region banners */

.banner-slide {
	position: relative;
}

.banner-img {
	width: 100%;
	display: block;
	height: 30vw;
	object-fit: cover;
	object-position: center;
}

.banner-content {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
}

.banner-title {
	color: #fff;
	font-size: 40px;
}

.banner-title-small {
	font-weight: 400;
}

.banner-title-large {
	font-weight: 600;
	text-transform: uppercase;
}

.banners-section .swiper-pagination-bullet {
	background: #fff;
	width: 0.85714rem;
	height: 0.85714rem;
	display: inline-block;
	border-radius: 100%;
	box-shadow: 0 0 0 0.35714rem hsl(0deg 0% 100% / 0%);
	opacity: 1;
	transition: all 0.3s ease;
}

.banners-section .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 11px 15px 0;
}

.banners-section .swiper-pagination-bullet.swiper-pagination-bullet-active,
.banners-section .swiper-pagination-bullet:hover {
	background: #fff;
	box-shadow: 0 0 0 0.35714rem hsl(0deg 0% 100% / 50%);
}

.banner-swiper-nav {
	width: auto;
	background-color: #fff;
	/* opacity: 0.9; */
	color: #000;
	padding: 40px 15px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	font-weight: 600;
	--swiper-navigation-size: 24px;
	margin-top: 0;
	transform: translateY(-50%);
}

.banner-swiper-nav.swiper-button-prev {
	left: 0;
	border-radius: 0 5px 5px 0;
}

.banner-swiper-nav.swiper-button-next {
	right: 0;
	border-radius: 5px 0 0 5px;
}

@media (max-width: 768px) {
	.banners-section .banner-swiper-nav {
		display: none;
	}
}

/* #endregion */

/* #region adv */

.adv-section {
	/* display: none; */
	margin-bottom: 2rem;
}

.adv-row {
	/* display: flex; */
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 5px;
}

.adv-column {
	/* flex: 1 1 25%; */
	flex: auto;
	padding: 5px 20px;
	min-width: 150px;
	/* text-align: center; */
	display: flex;
	align-items: center;
	gap: 0 1rem;
}

.adv-column:not(:last-child) {
	border-right: 1px solid #ddd;
}

.adv-icon {
	display: block;
	height: 42px;
	width: 42px;
	/* margin: auto; */
}

img.adv-icon {
	filter: var(--filter-primary);
}

.adv-icon svg {
	fill: var(--theme-primary);
}

.adv-wrapper {
	/* margin-top: 12px; */
	/* text-align: center; */
}

.adv-title {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	color: #444;
	margin-bottom: 5px;
}

.adv-content {
	font-size: 0.9em;
	font-weight: 500;
}

@media (max-width: 768px) {
	.adv-section {
		padding-inline: 10px;
	}

	.adv-column {
		flex: none;
		flex-direction: column;
		text-align: center;
		justify-content: center;
		border: 0 !important;
	}
}

/* #endregion */

/* #region collage */

.collage-section {
	padding: 30px 0;
	margin: 10px 0;
	/* background-color: #fff; */
	/* box-shadow: 0 0 6px rgb(0 0 0 / 20%); */
}

.collage-wrapper {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(18rem, 1fr));
	/* grid-template-rows: repeat(2, 1fr); */
	gap: 1rem;
	/* grid-template-areas:
		"a b c"
		"a d e"; */
}

.collage-item-a {
	grid-area: a;
}

.collage-item-b {
	/* grid-area: b; */
}

.collage-item-c {
	/* grid-area: c; */
}

.collage-item-d {
	/* grid-area: d; */
}

.collage-item-e {
	/* grid-area: e; */
}

.collage-img {
	height: 100%;
	border-radius: 6px;
	overflow: hidden;
	/* cursor: pointer; */
	display: block;
}

.collage-img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: ease 0.4s;
	max-height: 10rem;
}

.collage-img img:hover {
	transform: scale(1.05);
}

@media (max-width: 768px) {
	.collage-section {
		padding: 10px;
	}

	.collage-wrapper {
		/* grid-template-columns: 1fr 1fr; */
		/* grid-template-rows: auto; */
		/* grid-template-areas:
			"a a"
			"b c"
			"d e"; */
		gap: 0.5rem;
	}
}

/* #endregion collage */

/* #region category */

.product-category {
	padding: 30px 0;
	/* margin: 10px 0; */
	/* background-color: #fff; */
	/* box-shadow: 0 0 6px rgb(0 0 0 / 20%); */
	position: relative;
	z-index: 1;
}

.category-section-header {
	border-bottom: 1px solid #dadada;
	margin-bottom: 1rem;
	display: flex;
}

.category-section-head {
	font-weight: 600;
	font-size: 25px;
	/* text-align: center; */
	padding-bottom: 0.5em;
	color: var(--page_fg);
	border-bottom: 2px solid var(--primary_fg);
	margin-bottom: -1px;
}

.product-slide {
	padding-left: 0;
	padding-right: 0;
	width: 200px;
	position: relative;
	overflow: hidden;
	/* border: 1px solid transparent; */
	/* border-radius: 4px; */
	height: auto;
	transition: ease 0.3s;
	padding-inline: 10px;
	display: flex;
	flex-direction: column;
}

.product-slide:not(:last-child) {
	border-right: 1px solid #eaeaea;
}

.product-slide:hover {
	border-color: #ddd;
}

.product-slide-thumbnail {
	position: relative;
	margin: 0px 20px;
}

.product-slide-thumbnail-img {
	position: relative;
	width: 100%;
	height: auto;
	aspect-ratio: 1;
}

.product-slide-thumbnail-img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
	transition: ease 0.3s opacity;
}

.product-slide-thumbnail-img img:first-child {
	opacity: 1;
}

.product-slide-thumbnail-img img:last-child {
	opacity: 0;
}

.product-slide-tags {
	position: absolute;
	top: 40px;
	left: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.product-tag {
	margin-bottom: 10px;
	line-height: 1.2;
	font-size: 12px;
	color: #999;
	background-color: currentColor;
	padding: 4px 15px;
	position: relative;
}

.product-tag span {
	color: #fff;
}

.product-tag.tag-yellow {
	color: #ffd000;
}

.product-tag.tag-green {
	color: #429500;
}

.product-tag.tag-red {
	color: #f5271c;
}

.product-tag::before,
.product-tag::after {
	content: "";
	position: absolute;
	left: 100%;
	width: 12px;
	height: 12px;
	color: inherit;
}

.product-tag::before {
	top: 0;
	background: linear-gradient(135deg, currentColor 0, currentColor 50%, transparent 50%);
}

.product-tag::after {
	bottom: 0;
	background: linear-gradient(45deg, currentColor 0, currentColor 50%, transparent 50%);
}

.product-slide-btns {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	padding: 30px;
	opacity: 0;
	transition: ease 0.3s opacity;
	display: none;
}

.product-hover-btn {
	display: block;
	width: 100%;
	padding: 15px;
	text-decoration: none;
	background-color: #ddd;
	color: #000;
	font-weight: 600;
	border-radius: 100px;
	min-width: 150px;
	margin-top: 15px;
	text-align: center;
	text-transform: uppercase;
	transition: ease 0.3s box-shadow;
}

.product-hover-primary {
	background-color: #fff;
	color: #000;
	/* box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.5); */
	/* box-shadow: 0 0 0 1px #000; */
	border: 1px solid #000;
}

.product-hover-secondary {
	background-color: var(--theme-primary);
	color: #fff;
	box-shadow: 0 0 0 4px rgba(49, 78, 146, 0.5);
}

.product-slide-options {
	position: absolute;
	top: 0;
	right: 0;
	padding: 20px;
	opacity: 0;
	transition: ease 0.3s opacity;
}

.product-slide-option {
	color: #222;
	font-size: 26px;
	text-decoration: none;
	display: inline-block;
	margin-left: 15px;
	transition: ease 0.3s color;
}

.product-slide-details {
	/* text-align: center; */
	padding: 15px 0;
	color: #000;
	flex: auto;
}

.product-slide-details .product-text-details {
	/* padding-left: 10px; */
	/* padding-right: 10px; */
}

.product-slide-details .product-brand {
	font-size: 14px;
	color: var(--theme-dark);
	font-weight: 500;
	display: none;
}

.product-slide-details .product-title {
	font-size: 15px;
	margin-bottom: 0.5em;
	font-weight: 500;
	transition: ease 0.3s color;
	/* white-space: nowrap; */
	/* overflow: hidden; */
	/* text-overflow: ellipsis; */
	color: var(--theme-dark);
}

.product-slide-details .product-title a {
	color: inherit;
	text-decoration: none;
}

.product-slide-details .product-size {
	font-size: 12px;
}

.select-product-size {
	position: relative;
	font-size: 12px;
	font-weight: 500;
}

.select-product-size .select-size-trigger {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	cursor: pointer;
}

.select-product-size .product-selected {
	display: block;
	width: 100%;
	padding: 5px 8px;
	border: 1px solid #ddd;
	position: relative;
	z-index: 2;
	background-color: #fff;
}

.select-product-size .select-arrow {
	position: absolute;
	right: 0;
	width: 30px;
	border-left: 1px solid #ddd;
	height: 100%;
	top: 0;
}

.select-product-size .select-arrow::after {
	position: absolute;
	content: "";
	top: 50%;
	left: 50%;
	width: 7px;
	height: 7px;
	border: 1px solid #aaa;
	border-top: 0;
	border-left: 0;
	transform: translate(-50%, -50%) rotate(45deg);
}

.select-product-options {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	display: none;
	z-index: 1;
	border: 1px solid #ddd;
	border-top: 0;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.select-product-options .product-select-option {
	display: block;
	padding: 5px 8px;
	background-color: #fff;
	cursor: pointer;
	transition: ease 0.2s background-color;
}

.select-product-options .product-select-option:hover {
	background-color: #f3f3f3;
}

.select-product-size.open .select-product-options {
	display: block;
}

.product-variant-count {
	/* text-align: center; */
	margin-bottom: 0.5em;
	font-size: 0.8em;
	color: #0055ff;
	display: none;
}

.product-detail-group {
	background-color: #eee;
	padding: 10px;
	margin-top: 10px;
}

.product-price {
	/* font-weight: 700; */
	/* font-size: 13px; */
	/* margin-top: 1em; */
}

.price-highlight-green {
	color: #429500;
	display: block;
	font-size: 13px;
}

.product-price .strike {
	text-decoration: line-through;
	/* color: #6b8499; */
	/* font-size: 0.8em; */
}

.product-price .em {
	font-weight: 600;
	display: block;
}

.product-del-icon {
	display: inline-block;
	margin-right: 10px;
	font-size: 18px;
}

.product-delivery {
	font-size: 13px;
	display: flex;
	margin-top: 10px;
}

.product-delivery span {
	display: inline-block;
}

.product-qty {
	display: inline-flex;
	border: 1px solid #ccc;
	overflow: hidden;
	font-size: 14px;
	border-radius: 4px;
	display: none;
}

.product-qty-prepend {
	background-color: #eee;
	padding: 3px 5px;
	line-height: 1.3;
	font-weight: 500;
}

.product-qty-input {
	width: 100%;
	flex: 1 1 0;
	padding: 3px 5px;
	text-align: center;
	background-color: #fff;
	font-size: 13px;
	font-weight: 500;
	height: 25px;
}

.product-details-group {
	margin-top: 1em;
	display: flex;
}

.cart-qty-change {
	display: none;
	background-color: #eee;
	padding: 5px;
	font-weight: 600;
	font-size: 18px;
	line-height: 0.5;
	width: 30px;
	text-align: center;
	cursor: pointer;
}

.product-qty.in-cart {
	display: flex;
}

.product-qty.in-cart .product-qty-prepend {
	display: none;
}

.product-qty.in-cart .cart-qty-change {
	display: block;
}

.product-add-to-cart {
	padding: 6px 7px;
	line-height: 1.4;
	background-color: #009a24;
	color: #fff;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	border-radius: 4px;
	white-space: nowrap;
	/* margin-left: 10px; */
	width: 100%;
	cursor: pointer;
	box-shadow: inset 0 0 0 2px #009a24;
	transition: ease 0.2s;
	transition-property: color, background-color;
}

.product-add-to-cart:hover {
	background-color: #fff;
	color: #009a24;
}

.product-qty.in-cart + .product-add-to-cart {
	display: none;
}

.product-no-stock {
	position: relative;
}

.product-no-stock-text {
	color: red;
	font-size: 15px;
	font-weight: 600;
}

.product-no-stock-btn {
	margin-top: 5px;
	padding: 10px 15px;
	text-align: center;
	justify-content: center;
	background-color: #1e7cff;
	color: #fff;
	border-radius: 4px;
	text-decoration: none;
	font-size: 14px;
	font-weight: 400;
	display: flex;
	align-items: center;
	gap: 5px;
	transition: ease 0.2s;
	transition-property: color, background-color;
	box-shadow: inset 0 0 0 2px #1e7cff;
	cursor: pointer;
}

.product-no-stock-btn:hover {
	background-color: #fff;
	color: #1e7cff;
}

.product-title:hover {
	color: var(--theme-primary);
}

.product-hover-primary:hover {
}

.product-hover-secondary:hover {
	box-shadow: 0 0 0 4px var(--theme-primary);
}

.product-slide:hover .product-slide-btns {
	opacity: 1;
}

.product-slide:hover .product-slide-thumbnail-img img:first-child {
	opacity: 0;
}

.product-slide:hover .product-slide-thumbnail-img img:last-child {
	opacity: 1;
}

.product-slide:hover .product-slide-options {
	opacity: 1;
}

.product-slide-option:hover {
	color: var(--theme-primary);
}

.has-offer-tag {
	position: absolute;
	top: 10px;
	right: 10px;
	display: flex;
	align-items: center;
	transform: translateX(60%);
	padding: 5px;
	border-radius: 4px;
	background-color: rgba(0, 0, 0, 0);
	transition: ease;
	transition-duration: 0.2s, 0.2s, 0.35s;
	transition-property: color, background-color, transform;
	color: var(--theme-primary);
}

.small-swiper-nav::after {
	font-size: 20px;
	font-weight: 700;
	color: var(--primary_fg);
}

.view-more-slide {
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px;
	border: 0;
}

.view-more-slide .view-more-link {
	display: block;
	width: 100%;
	padding: 7px 15px;
	text-align: center;
	text-decoration: none;
	background-color: #999;
	box-shadow: inset 0 0 0 2px #999;
}

.home-product-slide {
	height: auto;
	border: 0;
}

.product-min-details {
	/* padding: 10px; */
	padding-top: 0;
}

.select-product-size,
.product-detail-group {
	display: none;
}

.product-price {
	display: flex;
	gap: 0.4rem 0.7rem;
	/* justify-content: center; */
	align-items: baseline;
	font-size: 1.5rem;
	/* color: var(--price-color); */
	font-weight: 500;
	flex-wrap: wrap;
	align-items: flex-start;
}

.product-discount-rate {
	color: #ad1b3b;
	/* font-size: 1.2rem; */
}

.product-active-price {
	/* font-size: 1.2rem; */
	display: flex;
	align-items: flex-start;
}

.product-active-price sup {
	font-size: 0.6em;
	vertical-align: baseline;
	line-height: 1.7;
}

.product-mrp-price {
	display: block;
	color: #666;
	font-size: 0.65em;
}

.product-title {
	--clamp: 2;
	/* text-align: center; */
	white-space: normal;
	height: calc(var(--clamp) * 1lh);
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: var(--clamp);
	-webkit-box-orient: vertical;
	line-clamp: var(--clamp);
	word-wrap: break-word;
	display: -webkit-box;
}

.product-rating {
	/* text-align: center; */
}

.review-stars {
	margin-top: 5px;
	/* margin-bottom: 5px; */
	color: #ffc107;
}

.review-stars i {
	vertical-align: text-bottom;
	/* font-size: 1.1em; */
}

.review-count {
	font-size: 0.85em;
}

.product-min-details .review-count {
	display: none;
}

.product-category-banner {
	padding: 30px 0;
	/* background-color: #fff; */
	/* box-shadow: 0 0 6px rgb(0 0 0 / 20%); */
}

.category-banner-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1.5rem;
}

.category-banner-img {
	height: 100%;
	overflow: hidden;
	border-radius: 10px;
}

.category-banner-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: ease 0.5s;
	transform-origin: center;
}

.category-banner-img:hover img {
	transform: scale(1.1);
}

@media (max-width: 768px) {
	.product-category-banner {
		padding: 10px;
	}

	.category-banner-grid {
		gap: 0.5rem;
		grid-template-columns: 1fr;
	}

	.category-product-nav-btn {
		--swiper-navigation-size: 28px;
	}
}

/* #endregion */

/* #region brand swiper */

.brands-swiper-wrapper {
	position: relative;
}

.brand-nav-wrapper {
	/* position: relative; */
	/* margin-left: auto; */
	/* display: flex; */
	/* gap: 1rem; */
}

.brand-nav-wrapper .brand-swiper-nav {
	/* position: static; */
	/* margin: 0; */
}

.brands-slider-container {
	padding: 30px 0;
	/* background-color: #fff; */
	/* margin: 10px 0; */
	/* box-shadow: 0 0 6px rgb(0 0 0 / 20%); */
	position: relative;
}

.brand-slide {
	width: 173px;
	height: 100%;
	margin-block: auto;
}

.brand-slide img {
	display: block;
	width: 100%;
	object-fit: contain;
	border-radius: 0.5rem;
	overflow: hidden;
	height: auto;
}

/* #endregion */

/* #region home testimonial */

.home-testimonials {
	padding: 30px 0;
	/* background-color: #ffffff; */
	/* margin: 10px 0; */
	/* box-shadow: 0 0 6px rgb(0 0 0 / 20%); */
}

.testimonial-slide {
	padding: 20px;
	/* background-color: #eaeaea; */
	border: 1px solid #eaeaea;
	border-radius: 10px;
	height: auto;
	display: flex;
	flex-direction: column;
	margin-top: 10px;
	margin-bottom: 10px;
}

.testimonial-slide .quot::before {
	content: "\2605""\2605""\2605""\2605""\2605";
	font-size: 20px;
	line-height: 1;
	color: #89afe6;
	color: var(--theme-primary);
	/* font-family: fantasy, "Times New Roman", Times, serif; */
	/* height: 0.5em; */
	display: inline-block;
	letter-spacing: 3px;
	margin-bottom: 0.5rem;
}

.testimonial-text {
	font-size: 14px;
	margin-bottom: 1em;
	font-weight: 500;
}

.testimonial-title {
	font-weight: 600;
	color: #444;
	font-size: 18px;
	margin-bottom: 0.3em;
	margin-top: auto;
}

.testimonial-sub {
	font-weight: 500;
	color: #666;
}

.testimonial-video-player {
	position: relative;
}

.testimonial-images {
	display: flex;
	flex-wrap: wrap;
	/* margin-bottom: 0.5em; */
	position: relative;
	width: 45px;
}

.testimonial-img {
	height: 45px;
	padding: 3px;
	width: auto;
	display: block;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px solid #dadada;
	cursor: pointer;
}

.testimonial-video-player {
	margin-bottom: 0.5em;
}

.testimonial-video-player video {
	display: block;
	width: 100%;
	height: 100%;
}

.image-popup .popup-container {
	width: 600px;
	height: 600px;
}

.testimonial-preview-img {
	display: block;
	width: auto;
	height: 100%;
}

/* #endregion */

/* #region news */

.home-news {
	padding: 30px 0;
	/* background-color: #fff; */
	margin: 10px 0;
	/* box-shadow: 0 0 6px rgb(0 0 0 / 20%); */
}

.news-image {
	position: relative;
}

.news-image::before {
	content: "";
	padding-top: 56.5%;
	display: block;
}

.news-image img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news-content {
	padding: 1.5rem 1rem;
	text-align: center;
}

.news-date {
	margin-bottom: 0.5rem;
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
}

.news-date i {
	font-size: 1.1rem;
	color: var(--theme-primary);
}

.news-date-text {
	font-size: 0.9rem;
}

.news-title {
	font-size: 1.2rem;
	font-weight: 500;
	margin-bottom: 1rem;
}

.news-title a {
	color: inherit;
	text-decoration: none;
	transition: ease 0.3s;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
}

.news-title a:hover {
	color: var(--theme-primary);
}

.news-text {
	font-size: 0.9rem;
	margin-bottom: 0.5rem;
}

.news-read-more {
	margin-top: 1rem;
}

.news-read-more a {
	color: inherit;
	text-decoration: none;
	display: inline-block;
	padding: 0.6rem 1.5rem;
	border: 1px solid #dadada;
	transition: ease 0.3s;
	font-weight: 500;
	font-size: 0.9rem;
}

.news-read-more a:hover {
	background-color: var(--theme-primary);
	border-color: var(--theme-primary);
	color: #fff;
}

@media (max-width: 768px) {
	.home-news {
		padding: 30px 10px;
	}

	.news-date-text {
		font-size: 0.8rem;
	}

	.news-title {
		font-size: 1rem;
	}

	.news-text {
		font-size: 0.8rem;
	}

	.news-read-more a {
		font-size: 0.8rem;
	}
}

/* #endregion news */

/* #region subscribe*/

.subscribe-banner {
	padding: 30px 0;
	background-color: var(--theme-primary);
	color: #fff;
}

.subscribe-row {
	display: flex;
	align-items: center;
}

.subscribe-title {
	font-weight: 500;
	font-size: 20px;
	margin-right: 1.5em;
}

.subscribe-form {
	display: contents;
}

.subscribe-input-container {
	border: 1px solid var(--theme-dark);
	border-radius: 4px;
	display: flex;
	align-items: center;
	margin-right: 1.5em;
}

.subscribe-input-icon {
	padding: 7px 10px;
}

.subscribe-input {
	color: inherit;
	padding: 7px 15px;
	padding-left: 0;
}

.subscribe-input::placeholder {
	color: inherit;
}

.footer-subscribe-btn {
	padding: 7px 15px;
	border: 1px solid var(--theme-dark);
	border-radius: 4px;
	color: inherit;
	font-weight: 500;
	text-transform: uppercase;
	cursor: pointer;
	background-color: var(--theme-dark);
	transition: ease 0.3s;
	transition-property: color, background-color;
}

.subscribe-social {
	list-style: none;
	margin-left: auto;
	display: flex;
}

.subscribe-social-link {
	width: 35px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	color: #fff;
	/* border: 1px solid var(--theme-dark); */
	border-radius: 100px;
	margin-left: 1em;
	background-color: #fff;
	transition: ease 0.3s;
	transition-property: color, background-color;
}

.subscribe-icon {
	line-height: 1;
	display: block;
}

.subscribe-social-link:hover {
	background-color: var(--theme-primary);
	/* color: var(--theme-primary); */
}

.footer-subscribe-btn:hover {
	background-color: #fff;
	color: var(--theme-primary);
}

/* #endregion */

/* #region footer nav*/

.footer-nav {
	padding: 30px 0;
}

.footer-nav-row {
	display: flex;
	align-items: flex-start;
}

.footer-nav-row + .footer-nav-row {
	margin-top: 1.5em;
}

.footer-nav-title {
	flex: 0 0 16%;
	color: var(--theme-primary);
	font-weight: 600;
}

.footer-nav-desc ul {
	list-style: none;
}

.footer-nav-desc li {
	font-size: 13px;
	display: inline;
	color: #222;
}

.footer-nav-desc li:not(:last-child)::after {
	content: ", ";
}

.footer-nav-desc .img-list li::after {
	content: none;
}

.footer-nav-desc a {
	color: inherit;
	text-decoration: none;
}

.footer-brand img {
	max-width: 250px;
	max-height: 150px;
	width: 100%;
	height: 100%;
	display: block;
}

.payment {
	background-image: url(../images/icons/footersprite.webp);
	display: inline-block;
	vertical-align: middle;
}

.payment-card_mastercard {
	background-position: -7px -21px;
	width: 61px;
	height: 41px;
}

.payment-card_visa {
	background-position: -70px -21px;
	width: 64px;
	height: 27px;
}

.payment-rupay {
	background-position: -134px -21px;
	width: 106px;
	height: 35px;
}

.payment-paytm_logo {
	background-position: -239px -23px;
	width: 113px;
	height: 43px;
}

.payment-mobikwik_Logo {
	background-position: -354px -21px;
	width: 117px;
	height: 43px;
}

.payment-amex {
	background-position: 66px -24px;
	width: 80px;
	height: 45px;
}

/* #endregion */

/* #region footer links */

.footer-links {
	padding: 30px 0;
	background-color: #fff;
	color: #000;
	font-weight: 500;
}

.footer-links-row {
	display: flex;
	justify-content: space-between;
}

.footer-links-col {
	flex: 0 1 auto;
	font-size: 13px;
	padding-right: 0;
	margin-bottom: 20px;
	line-height: 1.6;
}

.footer-links-title {
	font-weight: 600;
	font-size: 15px;
	margin-bottom: 0.5em;
}

.footer-links-list {
	list-style: none;
}

.footer-links-list a {
	color: inherit;
	text-decoration: none;
	/* white-space: nowrap; */
}

.footer-links-list a.footer-page-link {
	position: relative;
	transition: ease-in-out 0.3s transform;
	display: inline-block;
}

.footer-links-list a.footer-page-link::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 5px;
	height: 5px;
	border-radius: 10px;
	background-color: currentColor;
	transform: translateY(-50%);
	opacity: 0;
	transition: ease-in-out 0.3s;
	transition-property: opacity, transform;
}

.footer-links-list a.footer-page-link:focus,
.footer-links-list a.footer-page-link:hover {
	transform: translateX(10px);
}

.footer-links-list a.footer-page-link:focus::before,
.footer-links-list a.footer-page-link:hover::before {
	transform: translate(-20px, -50%);
	opacity: 1;
}

.footer-contact-list {
	display: grid;
	gap: 0.5rem;
}

.footer-contact-list li {
	display: flex;
	align-items: center;
	gap: 0.5em;
}

.footer-contact-icon {
	line-height: 1;
	font-size: 1.5rem;
	color: var(--accent_bg);
}

.footer-contact-icon i {
	display: block;
}

.footer-contact-label {
	font-size: 1rem;
}

.footer-links-col p {
	max-width: 220px;
}

.footer-links-col .connect-social {
	list-style: none;
	display: flex;
	/* padding: 10px 0; */
}

.footer-links-col .connect-social .subscribe-social-link {
	margin-left: 0;
	margin-right: 1em;
	width: 28px;
	height: 28px;
}

.connect-social img {
	display: block;
	width: 100%;
	padding: 6px;
}

.footer-links-col .connect-social li:last-child .subscribe-social-link {
	margin-right: 0;
}

.footer-links-col .connect-social .subscribe-icon {
	line-height: 1.1;
	font-size: 16px;
}

.footer-address {
	color: var(--theme-dark);
}

.footer-apps-list {
	list-style: none;
	display: flex;
	gap: 1rem;
}

.footer-apps-list li {
	background-color: #fff;
	color: #444;
	padding: 0.4rem 0.7rem;
	font-size: 1rem;
	border-radius: 15px;
	border: 2px solid #dadada;
}

.footer-app-link {
	display: flex;
	gap: 0.6rem;
	text-decoration: none;
	color: inherit;
	align-items: center;
}

.footer-app-link i {
	color: #aaa;
	font-size: 2rem;
	line-height: 1;
}

.footer-app-info {
	line-height: 1.3;
}

.footer-app-title {
	font-size: 0.8rem;
	font-weight: 600;
}

.footer-app-description {
	font-size: 0.7rem;
	font-weight: 400;
}

@media (max-width: 768px) {
	.footer-contact-label {
		font-size: 0.9rem;
	}
}

/* #endregion */

/* #region copy footer */

.copy-footer {
	background-color: var(--primary_fg);
	border-top: 1px solid var(--primary_fg);
	padding: 15px 0;
	color: var(--primary_bg);
	font-size: 12px;
}

.footer-copy-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 1.5;
}

.copy-footer .powered-text img {
	display: inline-block;
	vertical-align: middle;
	width: 35px;
}

/* #endregion */

/* #region breadcrumb */

.breadcrumbs-section {
	padding-top: 10px;
	padding-bottom: 10px;
}

.breadcrumbs {
	list-style: none;
	display: flex;
	padding: 7px 15px;
	background-color: #fff;
	/* box-shadow: -2px 2px 3px rgba(0, 0, 0, 0.05); */
	border-radius: 4px;
	font-size: 12px;
	color: #aaa;
}

.breadcrumbs a {
	color: inherit;
	text-decoration: none;
}

.breadcrumbs li {
	display: flex;
}

.breadcrumbs li + li {
	margin-left: 5px;
}

.breadcrumbs li + li::before {
	content: "/";
	margin-right: 5px;
}

.breadcrumbs li:last-child a {
	color: var(--theme-dark);
}

.popup-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	/* display: none; */
	visibility: hidden;
	z-index: 50;
}

.popup-wrapper.popup-closing,
.popup-wrapper.popup-active {
	/* display: block; */
	visibility: visible;
}

.popup-wrapper .popup-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.6;
	transition: ease 0.3s opacity;
	transition-delay: 0.3s;
	pointer-events: none;
}

.popup-wrapper.popup-active .popup-overlay {
	opacity: 0.8;
	transition-delay: 0s;
	pointer-events: all;
}

.popup-container {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 550px;
	height: 400px;
	max-width: calc(100% - 20px);
	max-height: calc(100% - 40px);
	transform: translate(-50%, -20%);
	padding: 20px;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
	transition: ease 0.25s transform 0.2s, ease 0.3s opacity 0s;
	opacity: 0;
	overflow: auto;
}

.popup-active .popup-container {
	transform: translate(-50%, -50%);
	transition-delay: 0s, 0s;
	opacity: 1;
}

.popup-wrapper.popup-active .popup-container {
	transform: translate(-50%, -50%);
	transition-delay: 0s, 0s;
	opacity: 1;
}

.popup-wrapper.popup-closing .popup-overlay {
	opacity: 0;
	transition: ease 0.3s opacity;
	pointer-events: none;
}

.popup-wrapper.popup-closing .popup-container {
	opacity: 0;
	transform: translate(-50%, -30%);
	transition: ease 0.25s transform 0s, ease 0.3s opacity 0s;
}

.popup-container .popup-close {
	position: absolute;
	top: 20px;
	right: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	width: 25px;
	height: 25px;
	background-color: #fff;
	/* border: 1px solid #aaa; */
	border: none;
	color: #999;
	font-size: 26px;
	font-weight: 600;
	border-radius: 50px;
	transform: translate(45%, -45%);
	cursor: pointer;
}

.popup-container .popup-close.hidden {
	display: none;
}

.popup-content {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-evenly;
	overflow: auto;
	padding: 20px 0;
}

.sidebar-container {
	position: absolute;
	left: 0;
	width: 500px;
	height: 100%;
	max-width: 100%;
	padding: 40px 20px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	transition: ease 0.25s transform;
}

.sidebar.popup-active .sidebar-container {
	transform: translateX(0);
	transition-delay: 0s;
}

.sidebar-container,
.sidebar.popup-closing .sidebar-container {
	transform: translateX(-100%);
}

.sidebar-close {
	font-size: 80px;
	font-weight: 200;
	color: #000;
	background-color: transparent;
	border: none;
	line-height: 0.5;
	position: absolute;
	top: 40px;
	right: 30px;
	cursor: pointer;
}

.otp-popup .popup-container {
	height: auto;
}

.menu-sidebar .popup-content {
	justify-content: flex-start;
	align-items: flex-start;
	padding-top: 0;
}

.menu-sidebar .sidebar-container {
	padding-top: 1.5rem;
}

.menu-sidebar .sidebar-close {
	top: 2rem;
}

.menu-brand {
	margin-bottom: 0.5rem;
}

.menu-brand img {
	display: block;
}

.header-account-nav {
	margin-bottom: 1rem;
}

.menu-sidebar .collapsible {
	margin-bottom: 15px;
	width: 100%;
}

.menu-sidebar .collapse-header {
	margin-bottom: 10px;
}

.menu-sidebar .collapse-title {
	display: inline-block;
	position: relative;
	padding-right: 30px;
	transition: ease 0.25s color;
}

.menu-sidebar .collapse-title::before,
.menu-sidebar .collapse-title::after {
	content: "";
	width: 0.8em;
	height: 2px;
	background-color: #000;
	position: absolute;
	right: 0.4em;
	top: 50%;
	transition: ease 0.25s transform;
}

.menu-sidebar .collapse-title::before {
	transform: translateY(-50%) rotate(180deg);
}

.menu-sidebar .collapse-title::after {
	transform: translateY(-50%) rotate(180deg);
}

.menu-sidebar .collapsible:not(.collapsed) .collapse-title {
	color: var(--theme-primary);
}

.menu-sidebar .collapsed .collapse-title::after {
	transform: translateY(-50%) rotate(90deg);
}

.menu-sidebar .collapsed .collapse-title::before {
	transform: translateY(-50%);
}

.menu-sidebar .collapse-content {
	padding-left: 20px;
}

.menu-sidebar .sidebar-links {
	list-style-type: none;
}

.menu-sidebar .sidebar-links .nav-active {
	color: var(--theme-primary);
}

.menu-sidebar .sidebar-links a {
	display: inline-block;
	padding: 0 0 3px;
	color: inherit;
	text-decoration: none;
}

.sidebar-nav-link {
	/* color: var(--theme-primary); */
}

.sidebar-nav-link a {
	text-decoration: none;
	color: inherit;
}

.sidebar-brand {
	display: none;
	margin-bottom: 30px;
}

.sidebar-brand img {
	width: 150px;
	height: auto;
}

.menu-sidebar {
	display: none;
}

.account-sidebar .sidebar-container {
	left: auto;
	right: 0;
	padding-bottom: 10px;
}

.account-sidebar .sidebar-container,
.account-sidebar.popup-closing .sidebar-container {
	transform: translateX(100%);
}

.account-sidebar .collapse-nav-btn {
	top: 20px;
	right: 20px;
}

.account-sidebar .popup-content {
	padding-bottom: 0;
	padding-top: 0;
}

.sidebar-navs {
	margin-bottom: 30px;
	display: flex;
}

.sidebar-nav-btn {
	font-weight: 600;
	font-size: 18px;
	text-transform: uppercase;
	margin-right: 20px;
	padding: 10px 15px 30px;
	background-color: transparent;
	border: none;
	position: relative;
	outline: none;
	cursor: pointer;
}

.sidebar-nav-btn::after {
	content: "";
	position: absolute;
	top: 50px;
	left: 10px;
	width: calc(100% - 20px);
	height: 2px;
	background-color: currentColor;
	opacity: 0;
	transform: translateY(-10px);
	transition: ease-in-out 0.25s;
	transition-property: opacity, transform;
}

.sidebar-nav-btn.active-nav::after {
	transform: translateY(0);
	opacity: 1;
}

.sidebar-nav-content {
	display: flex;
	overflow: hidden;
	padding: 0 10px;
}

.sidebar-nav-track {
	display: flex;
	flex-wrap: nowrap;
	transition: cubic-bezier(0.7, 0, 0.3, 1) 0.5s transform;
}

.sidebar-nav-track[data-scroll="scroll-1"] {
	transform: translateX(0);
}

.sidebar-nav-track[data-scroll="scroll-2"] {
	transform: translateX(calc(-100% - 20px));
}

.sidebar-nav-track .sidebar-form {
	width: 100%;
	flex: 1 0 100%;
	min-width: 100%;
	max-width: none;
	margin-right: 20px;
	overflow: auto;
}

.ac-form-img img {
	display: block;
	max-width: 80%;
	max-height: 90px;
	margin: auto;
	margin-bottom: 15px;
}

.ac-input-group {
	margin-bottom: 20px;
}

.ac-label {
	display: block;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 500;
	/* padding: 0 15px; */
	margin-bottom: 5px;
	color: #666;
}

.ac-input-group label.error {
	color: red;
	font-size: 14px;
	display: block;
	margin-top: 2px;
}

.ac-label-check {
	margin-bottom: 15px;
	text-transform: none;
}

.ac-label-check input {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.tnc-label {
	display: inline;
	vertical-align: middle;
}

.tnc-label a {
	text-decoration: none;
	color: #1972ab;
}

.ac-input {
	display: block;
	width: 100%;
	padding: 10px 15px;
	background-color: rgba(255, 255, 255, 0.5);
	border: 1px solid #ddd;
	outline: none;
	border-radius: 4px;
	transition: ease-in-out 0.25s background-color;
	font-size: 14px;
	font-family: inherit;
	font-weight: 500;
}

.ac-password-preview {
	position: relative;
}

.ac-password-btn {
	position: absolute;
	right: 0.5rem;
	top: 50%;
	cursor: pointer;
	transform: translate(-50%, -50%);
	font-size: 1.3rem;
	color: #333;
	line-height: 1;
}

.ac-password-btn i {
	display: block;
}

.ac-password-hide {
	display: none;
}

.ac-password-show {
	display: block;
}

.ac-password-preview[data-show] .ac-password-hide {
	display: block;
}

.ac-password-preview[data-show] .ac-password-show {
	display: none;
}

.ac-input:focus {
	background-color: rgba(255, 255, 255, 0.7);
}

.ac-btn {
	display: block;
	padding: 12px 15px;
	background-color: var(--primary_fg);
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	width: 100%;
	border: none;
	margin-bottom: 20px;
	border-radius: 4px;
	outline: none;
	cursor: pointer;
	transition: ease-in-out 0.25s box-shadow;
}

.ac-btn:hover {
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
}

.ac-hr {
	margin: 5px auto 10px;
	width: 50%;
	border: none;
	height: 1px;
	background-color: transparent;
}

.ac-link {
	display: block;
	width: 100%;
	color: #333;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	margin-bottom: 20px;
}

.ac-form-error {
	color: red;
	font-weight: 500;
	font-size: 16px;
	text-align: center;
	margin-bottom: 10px;
}

.ac-form-success {
	color: green;
	font-weight: 500;
	font-size: 16px;
	text-align: center;
	margin-bottom: 10px;
}

.ac-cancel-link {
	color: red;
	font-weight: 500;
	margin-bottom: 0;
}

.ac-form-row {
	display: flex;
	width: 100%;
	position: relative;
	margin-bottom: 15px;
	align-items: center;
}

.ac-form-col {
	width: 50%;
	padding: 0 10px;
}

.ac-form-row::after {
	content: "";
	position: absolute;
	top: 8px;
	bottom: 20px;
	left: 50%;
	width: 1px;
	border-right: 1px dashed #ccc;
}

.new-address-popup .popup-container {
	width: 650px;
	height: auto;
	overflow: auto;
}

.new-address-popup .popup-title {
	font-weight: 500;
	font-size: 24px;
	margin-bottom: 20px;
}

.new-address-form {
	width: 100%;
	height: 100%;
}

.address-form-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.address-form-col {
	width: 50%;
	flex: 0 1 50%;
	min-width: 300px;
	max-width: 100%;
}

.address-form-group {
	padding: 10px 15px;
}

.address-form-label {
	display: block;
	margin-bottom: 8px;
	font-weight: 500;
	padding-left: 0;
}

.address-form-input {
	display: block;
	width: 100%;
	border: 1px solid #aaa;
	padding: 10px 15px;
	border-radius: 4px;
}

.save-address-btn {
	padding: 10px 30px;
	display: block;
	margin: 15px auto;
	border: 2px solid var(--theme-primary);
	background-color: var(--theme-primary);
	border-radius: 50px;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	cursor: pointer;
	box-shadow: -1px 2px 5px rgba(0, 0, 0, 0.2);
	transition: ease-in-out 0.25s;
	transition-property: color, background-color;
}

.save-address-btn:hover {
	background-color: #fff;
	color: var(--theme-primary);
}

.otp-confirm-content {
	width: 80%;
}

.ac-message-gap {
	margin-bottom: 15px;
}

/*  */

.footer-social-links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.footer-social-icon {
	font-size: 22px;
	margin-right: 20px;
	margin-bottom: 15px;
	height: 22px;
}

.footer-social-icon a {
	color: #666;
	text-decoration: none;
}

.footer-social-icon img {
	height: 100%;
	display: block;
	margin: auto;
}

.location-popup .popup-title {
	font-size: 26px;
	font-weight: 400;
}

.location-popup .popup-container {
	height: 300px;
}

.form-dropdown {
	position: relative;
	width: 100%;
}

.popup-location-dropdown {
	width: 350px;
}

.location-popup-group {
	display: flex;
	align-items: center;
}

.location-popup-input {
	position: relative;
	margin-right: 5px;
}

.form-select {
	padding: 0.5rem 1.3rem;
	font-size: 1rem;
	border: none;
	background-color: #fff;
	border: 1px solid #dadada;
	display: block;
	width: 100%;
	border-radius: 4px;
	transition: ease-in-out 0.3s box-shadow;
	padding-right: 2rem;
}

.form-select:focus {
	outline: none;
	box-shadow: 0 0 0.6rem rgba(246, 130, 31, 0.4), inset 0 0 0 0.1rem var(--theme-color);
}

.form-dropdown .suggestion-list {
	position: fixed;
	left: 100px;
	right: 100px;
	background-color: #fff;
	border: 1px solid #bbb;
	border-radius: 0.3rem;
	margin-top: 0.5rem;
	display: none;
	/* width: calc(100% - 1rem); */
	/* transform: translateX(0.5rem); */
	max-height: 15rem;
	overflow: auto;
	z-index: 2;
}

.form-dropdown.open .suggestion-list {
	display: block;
}

.form-dropdown .input-icon {
	position: absolute;
	top: 1.3rem;
	right: 1.2rem;
	left: auto;
	font-size: 1.7rem;
	color: #000;
	transform: translate(50%, -50%);
	cursor: pointer;
}

.form-dropdown .clear-icon {
	font-size: 1.1rem;
	display: none;
}

.form-dropdown.open .clear-icon {
	display: block;
}

.form-dropdown.open .drop-icon {
	display: none;
}

.form-label {
	display: block;
	margin-bottom: 0.4em;
}

.label-required {
	color: red;
}

.form-control {
	display: block;
	width: 100%;
	border: 1px solid #dadada;
	border-radius: 4px;
	padding: 6px 10px;
	resize: vertical;
}

.form-group + .form-group {
	margin-top: 15px;
}

/* .form-dropdown.selected .form-select {
	box-shadow: 0 0 0.3rem #58b158;
} */

.search-suggestions {
	list-style: none;
	margin: 0;
	padding: 0;
	border-radius: 0.3rem;
}

.search-suggestions li {
	padding: 0.5rem 1rem;
	cursor: pointer;
	transition: ease 0.25s background-color;
}

.search-suggestions li:hover {
	background-color: #ebf1ff;
}

.search-suggestions li + li {
	border-top: 1px solid #bbb;
}

.delivery-select-locations {
	display: flex;
	width: 100%;
	position: relative;
}

.delivery-location-option {
	position: relative;
	flex: 1 1 100%;
	margin-left: 5px;
	margin-right: 5px;
}

.hidden-check,
.delivery-location-option .location-check {
	visibility: hidden;
	position: absolute;
}

.delivery-select-locations .error {
	width: 100%;
}

.delivery-location-option span {
	display: block;
	padding: 20px 15px;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	background-color: #eaeaea;
	border-radius: 6px;
	border: 2px solid #ddd;
	transition: ease 0.25s;
	transition-property: background-color, border-color;
}

.delivery-location-option .location-check:checked + span {
	border-color: var(--theme-primary);
	background-color: #f3f3f3;
}

.location-continue-btn {
	padding: 7px 15px;
	border-radius: 5px;
	background-color: var(--theme-primary);
	border: 2px solid var(--theme-primary);
	color: #fff;
	font-weight: 500;
	cursor: pointer;
	transition: ease 0.25s;
	transition-property: color, border-color, background-color;
}

.location-continue-btn:hover {
	background-color: #fff;
	color: var(--theme-primary);
}

.has-offer-tag {
	transform: translateX(-50%);
	left: 50%;
	/* border: 1px solid rgba(49, 146, 52, 0.5); */
	background-color: #ffd900;
	/* color: var(--theme-dark); */
	color: #000;
	top: 5px;
	right: auto;
}

.has-offer-tag span {
	opacity: 1;
}

.product-search-results {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	background-color: #fff;
	margin-top: 0;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	overflow: auto;
	max-height: 70vh;
}

.search-result + .search-result {
	border-top: 1px solid #eaeaea;
}

.search-result a {
	/* padding: 0 10px; */
	text-decoration: none;
	color: #000;
	display: flex;
	align-items: center;
	transition: ease 0.25s background-color;
}

.search-result a:hover {
	background-color: #fafafa;
}

.search-result-img {
	width: 60px;
	flex: 0 1 60px;
}

.search-result-name {
	flex: 1 1 auto;
	margin-left: 5px;
}

/*  */

.address-options {
	padding-top: 10px;
	border-top: 1px solid #dadada;
}

.address-option {
	padding: 5px 10px;
	border: 1px solid #dadada;
	color: #000;
	margin-right: 2px;
	font-size: 12px;
	font-weight: 500;
	border-radius: 2px;
}

.address-option i {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 3px;
}

/* #endregion */

/* #region alerts */

.toast-alert {
	position: fixed;
	top: 100px;
	right: 10px;
	width: 350px;
	max-width: 90vw;
	padding: 20px;
	background-color: #ce3628;
	color: #fff;
	font-weight: 600;
	transform: translateX(150%);
	transition: ease-in-out 0.25s transform;
	z-index: 50;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 6px;
}

.toast-alert.active {
	transform: translateX(0);
}


.toast-success{
	background-color: #1a7c11 !important;
}

.toast-failed{
	background-color: #ce3628 !important;
}

#mobile-landscape-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: var(--theme-primary);
	z-index: 999999;

	display: none;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

#mobile-landscape-overlay .phone {
	height: 50px;
	width: 100px;
	border: 3px solid white;
	border-radius: 10px;
	animation: rotate 1.5s ease-in-out infinite alternate;
}

#mobile-landscape-overlay .message {
	color: white;
	font-size: 1em;
	margin-top: 40px;
}

@keyframes rotate {
	0% {
		transform: rotate(0deg);
	}

	50% {
		transform: rotate(-90deg);
	}

	100% {
		transform: rotate(-90deg);
	}
}

#mobile-landscape-overlay .phone,
#mobile-landscape-overlay .message {
	display: block;
}

@media (max-height: 450px) {
	html.landscape {
		overflow: hidden;
	}

	html.landscape #mobile-landscape-overlay {
		display: flex;
	}
}

/* #endregion alerts */

/* #region Search */

#search-popup .search-container {
	/* overflow: hidden; */
	height: 100%;
	padding-bottom: 0;
	font-size: 0.9rem;
}

.popup-search-results-scroll {
	height: 0;
	flex: 1 1 auto;
	width: 100%;
	overflow: auto;
}

.popup-search-input-container {
	display: grid;
	gap: 20px;
	margin-bottom: 10px;
}

.popup-search-category-select,
.popup-search-input-box {
	display: block;
	width: 100%;
	height: 2.7rem;
	border: 1px solid var(--accent_bg);
	border-radius: 50px;
	padding-left: 1rem;
}

.popup-search-category-select {
	padding-right: 2rem;
	appearance: none;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNiYmIiPjxwYXRoIGQ9Ik02IDlsNiA2IDYtNiIvPjwvc3ZnPg==);
	background-position: right 10px top 50%;
	background-size: auto 18px;
	background-repeat: no-repeat;
}

.popup-search-input-group {
	position: relative;
}

.popup-search-input-box {
	padding-right: 3rem;
}

.popup-search-input-icon {
	position: absolute;
	top: 0;
	right: 0;
	width: 3rem;
	height: 100%;
	text-align: center;
	padding-right: 0.5rem;
	font-size: 1.3rem;
	color: var(--text-color-medium);
	pointer-events: none;
}

.popup-search-results-container {
	display: grid;
	gap: 10px;
}

.popup-search-result-item {
	display: flex;
	align-items: flex-start;
	gap: var(--column-gap);
}

.popup-search-result-image {
	width: 30%;
	position: relative;
}

.popup-search-result-image::before {
	content: "";
	display: block;
	padding-top: 120%;
}

.popup-search-result-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.popup-search-product-title {
	font-size: 1rem;
	margin-bottom: 0.2rem;
	font-weight: 500;
}

.popup-search-product-price {
	font-size: 0.9rem;
	color: var(--text-color-medium);
}

.popup-search-actions {
	margin-top: 10px;
	padding-top: 5px;
	border-top: 1px solid var(--bg-medium);
}

.popup-search-btn {
	display: flex;
	align-items: center;
	gap: 0.5ch;
}

.popup-search-btn:hover {
	color: var(--accent-color);
}

/* #endregion */

/*  */

@media (min-width: 769px) {
	.header-menu-btn-space,
	.bottom-menu-bar,
	.resp-only,
	.resp-location-popup-btn,
	.page-cart-view {
		display: none;
	}

	section.header-group {
		position: sticky;
		top: 0;
		transition: ease 0.25s top;
		z-index: 10;
	}

	body.scroll-down .header-group {
		/* top: -50px; */
	}

	/* .product-item-main:hover .has-offer-tag {
        transform: translateX(0);
        background-color: rgba(49, 146, 52, 0.5);
        color: var(--theme-dark);
    }

    .product-item-main:hover .has-offer-tag span {
        opacity: 1;
        margin-right: 5px;
    } */

	.product-slide-thumbnail {
		margin: 0 auto;
	}
}

@media (max-width: 768px) {
	.header-group {
		display: flex;
		flex-direction: column-reverse;
		position: sticky;
		top: 0;
		z-index: 10;
		/* margin-bottom: 5px; */
		transition: ease 0.3s top;
	}

	.menu-sidebar {
		display: block;
		font-size: 14px;
	}

	.header-top-links,
	.resp-none,
	.bottom-menu-bar {
		display: none;
	}

	.header-main {
		padding: 10px;
		position: static;
		margin: 0;
	}

	.header-main .header-row {
		flex-wrap: wrap;
		position: relative;
		/* padding-bottom: 35px; */
		justify-content: space-between;
		padding: 0;
	}

	.header-menu-btn-space {
		/* margin-right: 10px; */
		width: auto;
		/*display: none;*/
	}

	.header-menu-btn {
		font-size: 24px;
		color:#0090EE;
		padding: 0;
		padding-top: 0;
	}

	.header-menu-btn i {
		display: block;
	}

	.header-brand img {
		width: 200px;
		height: 60px;
	}

	.resp-location-popup-btn {
		color: #fff;
		padding: 7px 12px;
		margin-bottom: 5px;
		width: calc(100vw - 260px);
		overflow: hidden;
		text-overflow: ellipsis;
		text-align: left;
		display: flex;
	}

	.resp-location-popup-btn .location-marker {
		margin-right: 5px;
	}

	.header-action-group {
		display: inline-flex;
		gap: 0.5rem;
		display: none;
	}

	.header-action {
		margin: 0;
		font-size: 15px;
		padding: 0;
	}

	.user-header-link.header-action {
		display: none;
	}

	.header-action:last-child {
		margin-right: 0;
	}

	.header-group .header-action-label,
	.header-group .header-cart-label {
		display: none;
	}

	.cart-action {
		position: relative;
		/* background-color: var(--theme-primary); */
		color: #000;
		/* padding: 3px 10px; */
		margin-bottom: 3px;
		margin-left: 0;
		height: 100%;
		/* width: 60px; */
	}

	.cart-action .header-action-label {
		display: inline-block;
	}

	.cart-action .cart-qty {
		/* position: absolute;
        font-size: 10px;
        background-color: #fff;
        width: 1.2em;
        height: 1.2em;
        color: #2f3261;
        font-weight: 800;
        text-align: center;
        line-height: 1.2;
        top: 3px;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 50%; */
		font-size: 14px;
		font-weight: 600;
	}

	/* .category-search-dropdown {
        position: absolute;
        bottom: 0;
        width: 100%;
    } */
	.category-search-container {
		margin-left: 0;
		order: 3;
		margin-right: 0;
		display: none;
	}

	.header-top {
		/* display: none; */
	}

	.location-dropdown {
		width: 100%;
	}

	.banner-img {
		height: 160px;
	}

	.banner-title {
		font-size: 12px;
	}

	.banner-swiper-nav {
		padding: 25px 10px;
		--swiper-navigation-size: 14px;
	}

	.banner-swiper-nav.swiper-button-disabled {
		opacity: 1;
		color: #999;
	}

	.banner-content {
		padding: 0 35px;
	}

	.adv-row,
	.footer-links-row {
		flex-wrap: wrap;
	}

	.footer-links-row {
		flex-direction: column;
	}

	.adv-row {
		padding: 10px 0;
	}

	.adv-title,
	.adv-content {
		font-size: 0.7rem;
	}

	.adv-icon {
		/* width: 32px; */
		/* height: 32px; */
	}

	.adv-wrapper {
		margin-top: 10px;
	}

	.product-category {
		padding: 20px 10px;
	}

	.category-section-head {
		font-size: 16px;
		/* margin-bottom: 0.5em; */
	}

	.bottom-menu-bar {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: #fff;
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
		z-index: 10;
		transition: ease 0.3s bottom;
		display: block;
	}

	.scroll-down .header-group {
		/*top: -120px;*/
	}

	.scroll-down .bottom-menu-bar {
		/* bottom: -65px; */
	}

	.bottom-bar-row {
		display: flex;
		padding: 10px 0;
	}

	.bottom-menu-item {
		flex: 1 1 100%;
		text-align: center;
		color: #333;
		text-decoration: none;
		position: relative;
	}

	.bottom-menu-item.active {
		color: var(--theme-dark);
		font-weight: 600;
	}

	.bottom-menu-item .menu-icon {
		font-size: 18px;
		margin-bottom: 5px;
	}

	.bottom-menu-item i {
		display: block;
	}

	.bottom-menu-item .menu-label {
		font-size: 11px;
		color: #000;
		font-weight: 500;
	}

	.bottom-menu-item.active .menu-label {
		color: inherit;
		font-weight: 700;
	}

	.bottom-menu-cart-qty {
		position: absolute;
		top: 0;
		left: 50%;
		transform: translate(0, -10px);
		background-color: var(--theme-dark);
		color: #fff;
		min-width: 1.5em;
		height: 1.5em;
		text-align: center;
		line-height: 1.5em;
		border-radius: 50px;
		font-size: 0.8em;
		display: block;
	}

	.brands-slider-container {
		padding-top: 20px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.swiper-button-prev,
	.swiper-container-rtl .swiper-button-next {
		left: 0;
	}

	.swiper-button-next,
	.swiper-container-rtl .swiper-button-prev {
		right: 0;
	}

	.home-testimonials {
		padding: 20px 10px;
		overflow: hidden;
	}

	.home-testimonials .testiminial-swiper-nav {
		display: none;
	}

	.home-testimonials .swiper-container {
		overflow: visible;
	}

	.testimonial-slide {
		padding: 20px 30px;
	}

	.testimonial-slide .quot::before {
		/* font-size: 70px; */
	}

	.testimonial-text {
		font-size: 12px;
	}

	.testimonial-title {
		font-size: 15px;
		margin-bottom: 0;
	}

	.testimonial-sub {
		font-size: 13px;
	}

	.footer-nav {
		padding: 20px 10px;
	}

	.footer-nav-row {
		flex-direction: column;
	}

	.footer-nav-title {
		font-size: 14px;
		margin-bottom: 0.5em;
	}

	.footer-nav-desc li {
		font-size: 12px;
	}

	.footer-links {
		padding: 10px 10px;
	}

	.copy-footer {
		padding: 10px;
		font-size: 11px;
	}

	.copy-footer .powered-text img {
		width: 26px;
	}

	.has-offer-tag {
		padding-top: 2px;
		padding-bottom: 2px;
	}

	.has-offer-tag span {
		font-size: 10px;
	}

	.product-slide-details {
		padding: 0;
		margin-top: 10px;
	}

	.product-details-group {
		flex-direction: column;
	}

	.product-add-to-cart {
		/* margin-left: 0;
        margin-top: 10px; */
		padding: 10px;
	}

	.product-slide-details .product-title {
		font-size: 13px;
		height: 2.4em;
		overflow: hidden;
	}

	.product-slide-details .product-brand {
		font-size: 12px;
		height: 1.5em;
		overflow: hidden;
		line-height: 1.5;
	}

	/* .product-detail-group {
		background-color: transparent;
		padding: 0;
	} */
	.product-price {
		font-size: 1rem;
	}

	.product-slide-btns {
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		transform: none;
	}

	.product-slide:hover .product-slide-thumbnail-img img:last-child {
		opacity: 1;
	}

	.product-hover-primary {
		opacity: 0;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: 0;
		padding: 0;
	}

	.product-slide-thumbnail-img {
		/* height: 180px; */
		margin-top: 20px;
	}

	.product-slide-option {
		font-size: 20px;
	}

	.breadcrumbs {
		font-size: 10px;
	}

	.location-popup .popup-title {
		font-size: 18px;
	}

	.popup-location-dropdown {
		width: 100%;
	}

	.location-continue-btn {
		font-size: 14px;
	}

	.form-dropdown .suggestion-list {
		left: 20px;
		right: 20px;
	}

	.ac-form-row {
		display: block;
	}

	.ac-form-col {
		width: 100%;
		padding: 0;
	}

	.ac-form-row::after {
		content: none;
	}

	.otp-popup .popup-container {
		height: 560px;
	}

	.new-address-popup .popup-content {
		padding: 0;
	}

	.new-address-popup .popup-title {
		font-size: 14px;
	}

	.address-form-group {
		padding: 5px 10px;
	}

	.address-form-label {
		font-size: 12px;
		color: #666;
		margin-bottom: 4px;
	}

	.address-form-input {
		font-size: 12px;
		padding: 6px 10px;
		color: #000;
		font-weight: 500;
	}

	.save-address-btn {
		padding: 7px 20px;
		font-size: 14px;
		margin-bottom: 0;
		margin-top: 8px;
	}

	.view-more-slide {
		padding: 80px 15px;
	}

	.account-sidebar .sidebar-container {
		padding-top: 20px;
	}

	.sidebar-navs {
		margin-bottom: 15px;
	}

	.ac-input-group {
		margin-bottom: 10px;
	}

	.ac-label {
		font-size: 11px;
		margin-bottom: 1px;
	}

	.ac-input {
		padding: 8px 10px;
		font-size: 12px;
	}

	.ac-form-error {
		font-size: 12px;
		margin-bottom: 5px;
	}

	.ac-form-success {
		font-size: 12px;
		margin-bottom: 5px;
	}

	.ac-input-group label.error {
		font-size: 10px;
	}

	.ac-btn {
		font-size: 12px;
		margin-bottom: 10px;
	}

	.ac-link {
		font-size: 12px;
	}

	.sidebar-nav-btn {
		padding-bottom: 20px;
		font-size: 12px;
	}

	.sidebar-nav-btn::after {
		top: 40px;
	}

	.forgot-password-popup .popup-title,
	.otp-popup .popup-title {
		font-size: 12px;
	}

	.forgot-password-popup .ac-input-group small {
		font-size: 10px;
	}

	.forgot-password-popup .ac-input::placeholder {
		font-size: 11px;
		color: #999;
	}

	.ac-hr {
		margin: 0 auto;
	}

	.otp-password-form {
		width: 250px;
	}

	.ac-message-gap {
		margin-bottom: 15px;
	}

	.page-cart-view {
		position: sticky;
		bottom: 57px;
		left: 0;
		width: 100%;
		padding: 7px 10px;
		background-color: #429500;
		z-index: 10;
		display: flex;
		color: #fff;
		font-weight: 500;
		justify-content: space-between;
		align-items: center;
		display: none;
	}

	.cart-view-link {
		display: flex;
		align-items: center;
		color: #fff;
		background-color: var(--theme-primary);
		padding: 5px 10px;
		border-radius: 4px;
		text-decoration: none;
	}

	.cart-view-link .cart-qty {
		padding: 2px 5px;
		font-size: 14px;
		background-color: #fff;
		border-radius: 50px;
		color: #000;
		line-height: 1.2;
		margin-left: 5px;
		font-weight: 600;
		width: 22px;
		text-align: center;
	}

	#search-popup .popup-container {
		height: 100%;
	}

	#search-popup .popup-content {
		/* display: block; */
		overflow: unset;
		justify-content: flex-start;
		align-items: stretch;
	}

	.popup-search-input-group {
		display: flex;
	}

	.popup-search-input-box {
		width: 100%;
	}

	.popup-search-results-scroll {
		overflow: auto;
		font-size: 0.9rem;
	}
}
