@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 {
  --header-bg: #fff;
  --header-fg: var(--page_fg);
  --header-bg-new: #fff;
  --light-theme-color: #CF3220;
  /*#fcc9e2;*/
  --dark-theme-color: #CF3220;
  --light-gray: #f5f7fa;
  --header-bg-new-dark: #222a37;
  --new-btn-bg: var(--light-theme-color);
  --slight-gray: #777777;
  --new-btn-bg-hover: #000;
  --icon-font: normal 500 1.3em/1 "remixicon";
  --text-gray: #f5f5f5;
  --gray-bg: #CF3220;
  --light-theme: #fcc9e2;
  --filter: brightness(0) saturate(100%) invert(69%) sepia(14%) saturate(1006%);
  --link: #CF3220;
  --breadcrumb: #555555;
  --text-black: #000;
  --border: var(--light-theme-color);
  --gray-border: rgb(213, 213, 213);
  --font-montserrat: "Montserrat", "Noto Sans Kannada", system-ui, sans-serif;
  --font-playfair: "Montserrat", system-ui, sans-serif;
  --secondary-font: var(--font-montserrat);
  --red: rgb(240, 84, 84);
  --orange: rgb(251, 167, 7);
  --section-bg: #f5f7fa;
  --top-header-height: 36px;
  --logo-width: 250px;
  --green: rgb(107, 180, 34);
  /* hue-rotate(8deg) brightness(97%) contrast(103%); */
  /* https://angel-rs.github.io/css-color-filter-generator/ */
  --white: #fff;
  --header-height: 96px;
  --text-dark: rgb(48, 33, 29);
}

.fade-in {
  opacity: 0;
  transform: translateX(0);
}

.nav-link {
  color: #000;
}

.fade-left {
  transform: translateX(-100px);
}

.fade-right {
  transform: translateX(100px);
}

.fade-up {
  transform: translateY(100px);
}

.fade-down {
  transform: translateY(-100%);
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
}

input,
select,
textarea,
button,
body {
  background-color: transparent;
  border: none;
  border-radius: 0;
  font-family: var(--font-montserrat);
  font-size: inherit;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-montserrat);
}

/* .caslon {
  font-family: "Libre Caslon Text", sans-serif;
} */
.font-1 {
  font-family: var(--font-montserrat);
}

.big-shoulder-font {
  font-family: "Big Shoulders", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.font-2 {
  font-family: var(--secondary-font);
}

section {
  padding: 3.5rem 0;
}

.section-bg {
  background-color: var(--section-bg);
}

.light-theme-color {
  color: var(--light-theme-color);
}

.icon-color {
  color: rgb(168, 164, 159);
}

.bg-light-theme {
  background-color: var(--light-theme);
}

.light-theme-bg {
  background: var(--light-theme-color);
}

.dark-theme-color {
  color: var(--dark-theme-color);
}

.dark-theme-bg {
  background: var(--dark-theme-color);
}

input:-webkit-autofill {
  transition: background-color ease-in-out;
  transition-delay: 5000s;
}

/* #region init */

@keyframes comeIn {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

body {
  font-family: var(--font-montserrat);
  color: var(--page_fg);
  font-size: 16px;
  background-color: var(--page_bg);
}

.container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  /* padding-inline: 0.7rem; */
}

.container-sm {
  max-width: 768px;
}

.container-md {
  max-width: 991px;
}

.r-icon {
  display: block;
}

.collapse-body {
  transition: ease 0.25s height;
  overflow: hidden;
}

.collapse-content {
  overflow: hidden;
  padding: 5px 20px;
}

.swiper-lazy-preloader,
img.lazy {
  max-width: 100%;
  max-height: 100%;
  background-image: url(../images/icons/Spinner-5.gif);
  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;
}

.no-products {
  color: rgb(226, 37, 37);
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
}

.top-notification-bar,
#top-notification-swiper {
  max-height: var(--top-header-height, 36px);
  overflow: clip;
}

#top-notification-swiper .swiper-slide {
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.5s;
  opacity: 0;
  z-index: 1;
}

#categorySwiper .swiper-slide {
  align-items: flex-start;
  padding-top: 0.5rem;
}

#top-notification-swiper .swiper-slide.swiper-slide-active {
  opacity: 1;
  transform: translateY(0);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* When slide is leaving (was active, now prev), move it down */
#top-notification-swiper .swiper-slide.swiper-slide-prev {
  opacity: 0;
  transform: translateY(100%);
  z-index: 1;
}

/* When slide is coming in (next), move it up from below */
#top-notification-swiper .swiper-slide.swiper-slide-next {
  opacity: 0;
  transform: translateY(100%);
  z-index: 1;
}

/* Optional: Hide all other slides */
#top-notification-swiper .swiper-slide:not(.swiper-slide-active):not(.swiper-slide-prev):not(.swiper-slide-next) {
  opacity: 0;
  transform: translateY(100%);
}

@media (max-width: 768px) {
  .offer-message {
    font-size: 0.7rem;
    line-height: 0.85rem;
  }

  .collapse-content {
    padding: 0.25rem;
  }

  .container {
    padding-inline: 1rem;
  }

  #top-notification-swiper {
    text-align: center;
    padding: 0.5rem 0;
  }

  .img-fluid1 {
    height: -webkit-fill-available !important;
    object-fit: contain;
  }
}

/* #endregion */

/* #region header */

.nav-header {
  border-bottom: 1px solid rgb(54 54 54 / 14%);
  /* background-color: #fff; */
}

.nav-header-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-block: 0.5rem;
  align-items: center;
}

.nav-header-links,
.nav-social-links {
  display: flex;
  list-style: none;
  gap: 1rem;
}

.nav-header-links li:not(:last-child)::after {
  content: "|";
  display: inline-block;
  margin-left: 1rem;
}

.nav-social-links a,
.nav-header-links a {
  color: var(--page_fg);
  text-decoration: none;
  font-weight: 600;
  opacity: 0.7;
  font-size: 0.8rem;
  transition: ease 0.25s;
}

.nav-social-links a:hover,
.nav-header-links a:hover {
  color: var(--accent_bg);
}

.nav-social-links a {
  display: block;
  width: 1.2em;
  height: 1.2em;
  text-align: center;
  font-size: 1.1rem;
  opacity: 1;
}

.nav-social-links i {
  display: block;
  line-height: 1.4em;
}

.header-top,
.header-main {
  font-size: 12px;
}

.header-top {
  background-color: var(--header-bg);
  color: var(--header-fg);
  position: relative;
  z-index: 99;
  transition: 0.3s ease-in-out;
}

.header-group header.cat-header {
  border-top: 1px solid rgb(231, 224, 218);
  border-bottom: 1px solid rgb(231, 224, 218);
  background: #fff;
  padding-block: 1.5rem;
}

.cat-header .menu {
  color: var(--text-dark);
  text-decoration: none;
  font-size: 16px;

  font-weight: 600;
  text-transform: capitalize;
  transition: 0.3s ease-in-out;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  margin-right: 2rem
}

.cat-header .menu img {
  aspect-ratio: 1 / 1;
  max-width: 2rem;
  width: 100%;
  overflow: hidden;
  object-fit: contain;
  margin-right: 0.25rem;
}

.cat-header .menu:hover {
  color: var(--light-theme-color);
}

.location-top-header {
  display: none;
}

.scroll-down .header-top {
  border-radius: 0;
}

.location-dropdown {
  color: inherit;
  width: 310px;
  min-width: 250px;
  border-radius: 4px;
  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(--primary_bg);
  border-radius: 4px;
  text-transform: uppercase;
  transition: ease 0.25s;
  transition-property: background-color, color;
}

.top-nav-link:hover {
  background-color: var(--accent_bg);
}

.header-top-links {
  display: flex;
}

.header-icon-group {
  display: flex;
  margin-left: 15px;
  align-items: center;
}

.header-icons {
  max-width: 18px;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  margin: 0;
  margin-right: 0.5rem;
}

.header-icons img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.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: 10px 0;
  position: sticky;
  top: 0;
  /* box-shadow: 0 0 6px rgb(0 0 0 / 20%); */
  /* margin-bottom: 10px; */
  /* margin-top: 10px; */
  display: none;
}

.header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0;
}

.header-row .logo {
  max-width: var(--logo-width, 250px);
  width: 100%;
  max-height: var(--logo-height, 120px);
  height: 100%;
  overflow: hidden;
  margin: 0;
}

.header-row .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.header-top .header-row {
  height: var(--header-height);
}

.header-brand {
  font-size: 36px;
  font-weight: 500;
  /* margin-right: auto; */
  /* line-height: 1.2; */
  /* margin-bottom: 0.2em; */
  /* padding: 5px; */
  height: 3.5rem;
  max-width: 200px;
}

.header-brand img {
  display: block;
  /* width: 300px; */
  /* width: 100%; */
  height: 100%;
  max-height: 100%;
  /* margin-bottom: -50px; */
  object-fit: contain;
  object-position: center;
}

.header-nav-categories {
  text-transform: uppercase;
  /* font-weight: bold; */
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0.12em;
  margin-left: 2rem;
  margin-right: auto;
}

.header-nav-categories-list {
  display: flex;
  list-style: none;
  gap: 20px;
}

.header-nav-categories-list>.menu-active>.header-category-link {
  color: var(--accent_bg);
  font-weight: 600;
}

.header-icons {
  display: flex;
}

.top-header {
  background-color: var(--light-theme-color);
  color: #f7f7f7;
  font-size: 0.75rem;
  line-height: 3rem;
  position: relative;
  z-index: 2;
}

.top-header a {
  color: rgb(248, 249, 250);
  transition: 0.3s ease-in-out;
}

.top-header a:hover {
  opacity: 0.8;
}

.header-icons .header-social-icon {
  width: 40px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  padding: 0.5rem;
  border-radius: 50%;
  background-color: #fff;
  margin: 0.5rem 0;
  margin-left: 0.5rem;
}

.header-icons .header-social-icon a {
  display: block;
  padding: 0;
}

.header-icons .header-social-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.header-input-group {
  display: flex;
}

.header-search-input {
  border: 1px solid var(--accent_bg);
  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(--accent_bg);
  color: #fff;
  line-height: 1;
}

.category-search-container {
  /* margin-left: 20px; */
  /* margin-right: 10px; */
  display: flex;
  /* border: 1px solid #444; */
  border-radius: 25px;
  /* overflow: hidden; */
  height: auto;
  position: relative;
  color: var(--header-bg);
  font-weight: 500;
  width: 100%;
  max-width: 400px;
}

.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; */
  background-color: #444;
  color: var(--accent_fg);
  font-size: inherit;
  appearance: none;
  flex-basis: 145px;
  display: block;
  line-height: 1.8;
  cursor: pointer;
  position: relative;
  height: 100%;
}

.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: var(--primary_bg);
  color: var(--primary_fg);
}

.category-search-container .search-field {
  padding: 5px 15px;
  width: 100%;
  min-width: 150px;
  border: 1px solid #444;
  font-size: inherit;
  flex: auto;
  color: #000;
  border-right: 0;
  height: 100%;
  border-radius: 0;
}

.category-search-container .search-field::placeholder {
  color: inherit;
}

.category-search-icon {
  padding: 7px 20px;
  /* margin: 2px; */
  border-radius: 0 25px 25px 0;
  color: inherit;
  background-color: #444;
  /* width: 29px; */
  /* height: 29px; */
  line-height: 1.6;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: ease 0.3s;
}

.category-search-icon:hover {
  background-color: var(--header-fg);
  color: var(--header-bg);
}

.header-row .header-action-group {
  /* margin-right: 20px; */
  /* margin-left: auto; */
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
  /* width: 400px; */
  min-width: max-content;
  margin-left: 1.5rem;
}

.header-action {
  display: flex;
  align-items: center;
  padding: 5px 7px;
  color: #000;
  text-decoration: none;
  border-radius: 4px;
  height: auto;
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 500;
  white-space: nowrap;
  transition: ease 0.25s;
  position: relative;
}

.header-action i {
  font-size: 1.7em;
  transition: inherit;
}

.header-action.cart-action {
  background-color: var(--light-theme-color);
  color: #fff;
  padding: 0.5rem 1.25rem 0.5rem 1rem;
  border-radius: 0.75rem;
}

.header-action.cart-action i {
  font-size: 0.875rem;
  margin-right: 0.5rem;
  transition: 0.3s ease-in-out;
}

.header-action:hover i {
  color: var(--new-btn-bg);
}

.cart-action.header-action:hover i {
  color: #ffffffe7;
}

.header-action-text {
  margin-left: 0.7rem;
  line-height: 1.5;
}

.header-action-title {
  font-weight: 600;
  font-size: 1.4em;
}

.header-action-label {
  /* margin-left: 2px; */
  white-space: nowrap;
  line-height: normal;
  display: block;
  font-size: 0.8rem;
}

.header-action.search-action {
  width: 200px;
}

.header-search-results-scroll {
  position: absolute;
  top: 100%;
  z-index: 1;
  right: 0;
  width: 20rem;
  /* height: 60vh; */
  white-space: normal;
  /* padding: 0.5rem; */
  /* padding-right: 0; */
  box-shadow: 0 0 0.5rem rgb(0 0 0 / 30%);
  overflow: auto;
  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);
}

.header-action .cart-qty {
  position: absolute;
  top: 25%;
  right: 5px;
  transform: translate(50%, -50%);
  background-color: #6BB422;
  border: 1px solid #6BB422;
  color: #fff;
  display: block;
  width: 1.75em;
  height: 1.75em;
  border-radius: 50%;
  text-align: center;
  line-height: 0.875em;
  font-size: 0.875em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-action-toggle {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  flex: auto;
}

.header-toggle-check {
  display: none;
}

.header-toggle-content {
  width: 0;
  opacity: 0;
  overflow: hidden;
  transition: ease 0.25s;
}

.header-toggle-check:checked~.header-toggle-content {
  width: 100%;
  opacity: 1;
}

.header-toggle-label {
  cursor: pointer;
}

.header-action-search {
  padding: 0.5rem 1rem;
  border: 1px solid;
  border-color: var(--header-fg);
  color: var(--page_fg);
  border-radius: 5rem;
  margin-right: 0.5rem;
  width: 95%;
}

.header-action-search::-webkit-search-cancel-button {
  /* color: inherit; */
  /* position: absolute; */
  /* right: 0.6lh; */
  padding: 1px;
  /* -webkit-appearance: none; */
  /* height: 2.5rem; */
  /* width: 2.5rem; */
  /* border-radius: 10px; */
  /* background: red; */
  margin: 0;
  cursor: pointer;
}

.header-nav {
  padding: 10px 0;
  background-color: var(--accent_bg);
  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;
  color: inherit;
  /* padding-block: 1rem; */
  display: block;
  height: 87px;
  line-height: 87px;
}

.header-dropdown {
  position: relative;
}

.header-dropdown>.header-category-link::after {
  content: "\EA4E";
  font-family: remixicon;
  display: inline-block;
  line-height: 1;
  font-size: 1.3em;
  font-weight: 100;
}

.header-dropdown>.header-category-link {
  display: flex;
  align-items: center;
}

.header-dropdown-content {
  position: absolute;
  top: 100%;
  left: 0;
  width: 25rem;
  max-width: 90vw;
  /* display: none; */
  transition: ease 0.25s;
  z-index: 1;
  transform: translateY(-1rem);
  opacity: 0;
  pointer-events: none;
  text-transform: initial;
  background-color: var(--header-fg);
}

.header-dropdown:hover .header-dropdown-content {
  /* display: block; */
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.header-dropdown-row {
  display: flex;
  gap: 1rem;
  padding: 2rem;
  background-color: var(--page_bg);
  color: var(--page_fg);
  /* border-radius: 0.2rem; */
}

.header-dropdown-column {
  flex: 1;
}

.header-dropdown-title {
  font-weight: 600;
  font-size: 1.2rem;
  border-bottom: 1px solid currentColor;
  padding-bottom: 0.3rem;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.header-dropdown-list {
  list-style: none;
}

.header-dropdown-list li {
  margin-bottom: 0.4rem;
}

.header-dropdown-link {
  text-decoration: none;
  color: inherit;
  display: inline-block;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: normal;
}

.header-dropdown-link:hover {
  /* color: var(--primary_fg); */
  text-decoration: underline;
  text-underline-offset: 3px;
}

.header-category-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  /* border-radius: 101px; */
  /* box-shadow: 0px 4px 4px rgb(0 0 0 / 25%); */
  width: 80px;
  margin-left: auto;
  margin-right: auto;
  /* border: 1px solid #444; */
  transition: ease 0.25;
}

.header-category-link:hover .header-category-img {
  border-color: var(--accent_bg);
}

.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%; */
  padding: 0.3rem;
  object-fit: cover;
  transition: ease 0.4s transform;
  transform-origin: center;
}

.header-category-name {
  font-weight: 600;
  font-size: 12px;
  transition: ease 0.4s;
}

.header-category-link:hover img {
  transform: scale(1.1);
}

.header-category-link:hover .header-category-name {
  color: var(--primary_fg);
}

.bannerPointBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center;
}

.bannerPointBox figure {
  background-color: #f0e9f1;
  max-width: 60px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  width: 100%;
  border-radius: 50%;
  padding: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.bannerPointBox figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bannerPointBox h3 {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 500;
  margin: 0;
}

@media (max-width: 768px) {
  .header-top .container {
    padding: 0;
  }

  .nav-header-row,
  .header-nav-categories {
    display: none;
  }

  .header-row {
    padding: 10px;
    flex-wrap: wrap;
    gap: 0.2rem;
  }

  .header-top .header-row {
    gap: 5px;
    padding-block: 0;
    height: 4rem;
    flex-wrap: nowrap;
    display: grid;
    grid-template-columns: 2rem 1fr 2rem;
    justify-items: center;
  }

  .footer-copy-row {
    flex-direction: column;
  }

  .header-group .header-action-text {
    display: none;
  }

  .resp-footer-space {
    line-height: 30px !important;
  }

  .header-category-link {
    /* width: 60px; */
  }

  .header-category-img {
    width: 60px;
    margin-bottom: 10px;
  }

  .header-category-name {
    font-size: 11px;
    line-height: normal;
    display: block;
  }
}

/* #endregion */

/* #region banners */

.banner-box {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 1rem;
}

.banner-box .overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
}

#banner-swiper {
  position: relative;
  padding: 0;
}

.banner-section-info .title {
  font-size: 4rem;
  line-height: 4.25rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.banner-section-info .title span {
  color: var(--light-theme-color);
}

.banner-section-info .desc {
  font-size: 1.25rem;
  line-height: 2rem;
  color: rgb(98, 112, 132);
  max-width: 90%;
  margin-bottom: 1rem;
}

#banner-swiper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

#banner-swiper .swiper-slide figure {
  transform: scale(1);
  transition: 1s ease-in-out;
  overflow: hidden;
  max-width: 100%;
  width: 100%;
  border-radius: 0rem;
}

#banner-swiper .swiper-slide-active figure {
  transform: scale(1);
}

#banner-swiper .swiper-pagination {
  width: auto;
  left: unset;
  right: 1rem;
  bottom: 3rem;
}

.banner-box {
  max-width: 100%;
  width: 100%;
  /* aspect-ratio: 2.75 / 1; */
  overflow: hidden;
}

.banner-box figure {
  margin: 0;
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 2.75 / 1;
  background-position: center;
  background-attachment: scroll;
  background-size: cover;
  overflow: hidden;
}

.banner-box figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}

.banner-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

.limited-badge {
  text-transform: uppercase;
  color: #fff;
  font-size: 0.875rem;
  padding: 0.5rem 1.5rem;
  font-weight: 700;
  border-radius: 5rem;
  background-color: var(--green);
  display: inline-block;
  margin-bottom: 1rem;
  animation: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;
  transition: 0.3s ease-in-out;
  opacity: 1;
  display: none;
}

.banner-title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 1.5rem 1rem;
  height: 130px;
  color: #fff;
  font-size: 40px;
  gap: 3rem;
}

.banner-title .order-now {
  color: #fff;
  position: relative;
  transition: 0.3s ease-in-out;
  background-color: var(--light-theme-color);
}

.banner-title .order-now:hover {
  opacity: 0.9;
}

.banner-title .order-now::before {
  content: "";
  position: absolute;
  left: -1.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
}

.banner-title-small {
  color: var(--light-theme-color);
  font-family: var(--font-playfair);
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 700;
  margin-bottom: 0rem;
}

.banner-title-large {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.banner-desc {
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
  margin-bottom: 1.5rem;
}

.order-now {
  display: inline-block;
  padding: 0.5rem 1.25rem;
  border-radius: 1rem;
  text-decoration: none;
  font-size: 0.875rem;
  line-height: 1.75rem;
  background-color: var(--light-theme-color);
  color: #fff;
  font-weight: 600;
}

.order-now.lg-btn {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.banners-section {
  padding: 0;
  overflow: hidden;
  margin-top: 1.75rem;
}

.banners-section .inner-section {
  height: 100%;
  min-height: calc(100dvh - (72px + 70px));
  max-height: max-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}

.banners-section .swiper-pagination-bullet {
  background: var(--light-theme-color);
  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-pagination-bullets .swiper-pagination-bullet {
  border-radius: 0.5rem;
  opacity: 0.5;
}

.banners-section .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 30px;
  opacity: 1;
}

.banner-swiper-nav {
  position: relative;
  padding: 0rem 0;
  transform: translateY(-200%);
  z-index: 1;
}

.swiper-button-prev,
.swiper-button-next {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  max-width: 48px;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.2);
  transition: 0.3s ease-in-out;
}

#banner-swiper .swiper-button-prev::after,
#banner-swiper .swiper-button-next::after {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

#banner-swiper .swiper-button-prev:hover,
#banner-swiper .swiper-button-next:hover {
  background-color: rgba(255, 255, 255, 0.4) !important;
}

.statsAbout {
  background-color: #fff;
  padding-block: 1.5rem;
  /* border-bottom: 1px solid rgb(231, 224, 218); */
}

.statAboutCard {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
}

.statAboutCard .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 3rem;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 1rem;
  background-color: rgba(107, 180, 34, 0.1);
  color: var(--green);
}

.statAboutCard .icon svg {
  max-width: 1.5rem;
  width: 100%;
}

.statAboutCard .content .title {
  font-family: var(--font-playfair);
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  margin: 0;
}

.statAboutCard .content .desc {
  color: rgb(132, 106, 98);
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
}

.categoryCard {
  display: block;
  text-decoration: none;
}


.categoryCard figure {
  max-width: 180px;
  margin-inline: auto;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 1rem;
  transition: 0.3s ease-in-out;
}

.categoryCard:hover figure {
  box-shadow: rgb(255, 255, 255) 0px 0px 0px 0px, rgba(207, 50, 32, 0.2) 0px 0px 0px 4px, rgba(0, 0, 0, 0) 0px 0px 0px 0px;
}

.categoryCard figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease-in-out;
}

.categoryCard:hover figure img {
  transform: scale(1.05);
}

.categoryCard .title {
  font-size: 1.125rem;
  line-height: 1.25rem;
  font-weight: 600;
  color: rgb(51, 51, 51);
  text-decoration: none;
  text-align: center;
  transition: 0.3s ease-in-out;
}

.categoryCard:hover .title {
  color: rgb(207, 50, 32);
}

.howWorks {
  width: 100%;
  text-align: center;
  position: relative;
}

/* .contact-section .section-heading {
  font-size: 4rem !important;
  line-height: 4.25rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
} */

/* .contact-section .section-desc {
  font-size: 1.25rem;
  line-height: 2rem;
  color: rgb(98, 112, 132);
  max-width: 90%;
  margin: auto;
  margin-bottom: 1rem;
} */

.howWorks .icon {
  position: relative;
  max-width: 80px;
  margin: auto;
  width: 100%;
  aspect-ratio: 1 / 1;
  background-color: var(--light-theme-color);
  border-radius: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
}

.howWorks .icon .number {
  position: absolute;
  left: 0;
  top: 0;
  width: 1.75rem;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid var(--light-theme-color);
  z-index: 1;
  color: var(--light-theme-color);
  display: flex;
  justify-content: center;
  align-items: center;
}

.howWorks .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.howWorks .title {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 600;
  margin-top: 1rem;
}

.banner-swiper-nav .swiper-button-prev::after {
  content: "\f177";
  font: var(--icon-font);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 2rem;
  margin-left: 1rem;
}

.banner-swiper-nav .swiper-button-next::after {
  content: "\f178";
  font: var(--icon-font);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 2rem;
  margin-right: 1rem;
}

.banner-swiper-nav .swiper-button-prev,
.banner-swiper-nav .swiper-button-next {
  font: 900 1rem "Font Awesome 6 Free";
  width: 50px;
  aspect-ratio: 1 / 1;
  color: #CF3220;
  bottom: 1.5rem;
  top: unset;
}

.banner-swiper-nav .swiper-button-prev {
  left: calc(50% - 4rem);
  right: unset;
}

.banner-swiper-nav .swiper-button-prev::after {
  content: "\f104";
  font: 900 1rem "Font Awesome 6 Free";
}

.banner-swiper-nav .swiper-button-next {
  right: calc(50% - 4rem);
  left: unset;
}

.banner-swiper-nav .swiper-button-next::after {
  content: "\f105";
  font: 900 1rem "Font Awesome 6 Free";
}

.banner-swiper-nav:hover {
  opacity: 1;
  color: #000;
}

.banner-swiper-nav.swiper-button-prev {
  left: unset;
  right: 100px;
  border-radius: 50%;
  cursor: pointer;
  bottom: 0;
  top: unset;
}

.banner-swiper-nav.swiper-button-next {
  right: 30px;
  border-radius: 50%;
  cursor: pointer;
  bottom: 0;
  top: unset;
}

/* #endregion */

/* #region adv */

.adv-section {
  /* display: none; */
  background-color: #fbfbfb;
  /* margin-bottom: 3rem; */
}

.adv-row {
  display: flex;
  padding: 20px 0;
  /* border-bottom: 1px solid #ddd; */
  justify-content: center;
}

.adv-column {
  flex: 1 1 25%;
  padding: 10px;
  min-width: 150px;
  text-align: center;
}

.adv-icon {
  width: 65px;
  height: 65px;
  line-height: 65px;
  background: var(--gray-bg);
  color: var(--white);
  font-size: 30px;
  border-radius: 50%;
  text-align: center;
}

.adv-icon img {
  filter: var(--filter);
}

.adv-title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  color: #444;
  margin-bottom: 5px;
}

.adv-content {
  font-size: 12px;
}

/* #endregion */

/* #region about */

.home-about {
  --about-bg-offset: 5rem;
}

.home-about-container {
  position: relative;
  padding-block: 4rem;
  background-color: var(--accent_bg);
  color: var(--accent_fg);
}

.home-about-row {
  display: flex;
  align-items: center;
}

.home-about-content,
.home-about-img {
  flex: 1 1 100%;
}

.home-about-content {
  padding-inline: 3rem;
}

.home-about-content p {
  margin-top: 0.7rem;
  line-height: 1.5;
}

.home-about-img img,
.home-about-img-resp img {
  display: block;
  width: 100%;
}

.home-about-alt {
  background-color: #000;
  padding-top: 40%;
  position: relative;
  overflow: hidden;
}

.home-about-alt>.container {
  /* max-width: 100%; */
  /* width: 100%; */
  top: 0;
  /* position: relative; */
}

.home-about-alt-container {
  position: absolute;
  z-index: 2;
  display: grid;
  align-items: center;
  justify-content: start;
  top: 0;
  height: 100%;
  justify-items: start;
  align-content: center;
}

.home-about-img-alt {
  width: 100%;
  opacity: 0.8;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
}

.home-about-alt-title {
  font-size: 3rem;
  font-weight: 800;
  /* position: absolute; */
  /* top: 50%; */
  /* left: 50%; */
  /* transform: translate(-50%, -50%); */
  /* width: 60%; */
  color: #fff;
  /* text-align: center; */
  text-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
  max-width: 800px;
  margin-bottom: 2rem;
  z-index: 1;
}

.home-about-alt-link {
  /* position: absolute; */
  /* bottom: 3rem; */
  /* left: 50%; */
  /* transform: translateX(-50%); */
  display: inline-block;
  padding: 1rem 2rem;
  background-color: var(--new-btn-bg);
  color: var(--accent_fg);
  border: 2px solid var(--new-btn-bg);
  text-decoration: none;
  border-radius: 0.5rem;
  font-weight: 600;
  transition: ease 0.25s;
  text-transform: uppercase;
}

.home-about-alt-link:hover {
  background-color: var(--accent_fg);
  color: var(--new-btn-bg);
}

@media (min-width: 768px) {
  .home-about>.container {
    padding-right: var(--about-bg-offset);
  }

  .home-about-row {
    margin-right: calc(var(--about-bg-offset) * -1);
  }

  .home-about-img-resp {
    display: none;
  }
}

@media (max-width: 768px) {
  .home-about>.container {
    padding: 0;
  }

  .home-about-row {
    flex-wrap: wrap;
  }

  .home-about-img {
    display: none;
  }

  .home-about-content {
    padding-inline: 2rem;
  }

  .home-about-content p {
    font-size: 0.8rem;
  }

  .home-about-alt {
    padding-top: 50%;
  }

  .home-about-alt-container {
    padding: 1rem;
  }

  .home-about-alt-title {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    font-weight: 600;
    max-width: 75%;
  }

  .home-about-alt-link {
    padding: 0.7rem 1rem;
    font-size: 0.9rem;
  }
}

/* #endregion about */

/* #region features */

.home-features {
  padding-block: 3rem;
}

.home-features-row {
  display: flex;
  gap: 1rem 0rem;
  text-align: center;
}

.home-features-col {
  flex: 1 1 40%;
}

.home-features-icon {
  width: 4.5rem;
  margin-inline: auto;
}

.home-features-icon img {
  width: 100%;
}

.home-features-title {
  font-size: 1rem;
  margin-top: 0.5rem;
  font-weight: 600;
}

@media (max-width: 768px) {
  .home-features-row {
    flex-wrap: wrap;
  }

  .home-features-title {
    font-size: 0.8rem;
  }

  .home-features-icon {
    width: 4rem;
  }
}

/* #endregion features */

/* #region info */

.home-info {
  padding-block: 3rem;
  /* background-color: var(--accent_bg); */
  /* color: var(--accent_fg); */
}

.home-info-header {
  margin-bottom: 2rem;
}

.home-info-header .category-section-head {
  text-align: center;
  font-size: 2rem;
}

.home-info-rows {
  display: grid;
  gap: 2rem;
}

.home-info-row {
  display: flex;
  gap: 2rem;
  align-items: center;
}

.home-info-media,
.home-info-content {
  flex: 1 1 100%;
}

.home-info-media {
  /* padding: 3rem; */
  display: grid;
  place-content: center;
}

.home-info-img {
  --info-img-offset: 2rem;
  width: 25rem;
  height: 25rem;
  position: relative;
  transform: translateX(var(--info-img-offset));
}

.home-info-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 2;
  border-radius: 50%;
}

.home-info-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--accent_bg);
  transform: translateX(calc(var(--info-img-offset) * -2));
  border-radius: 50%;
}

.home-info-content .category-section-head {
  margin-bottom: 1rem;
  font-size: 2rem;
  font-family: var(--font-montserrat);
  font-weight: 500;
  line-height: 1;
}

@media (min-width: 768px) {
  .home-info-row:nth-child(odd) {
    flex-direction: row;
  }

  .home-info-row:nth-child(even) {
    flex-direction: row-reverse;
  }
}

@media (max-width: 768px) {
  .home-info {
    padding-inline: 1rem;
    text-align: center;
  }

  .home-info-row {
    flex-direction: column;
  }

  .home-info-img {
    --info-img-offset: 1rem;
    width: 10rem;
    height: 10rem;
  }

  .home-info-content .category-section-head {
    text-align: inherit;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
  }

  .home-info-text {
    font-size: 0.9rem;
  }

  .home-info-header .category-section-head {
    font-size: 1.7rem;
  }
}

/* #endregion info */

/* #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: 1.6fr repeat(2, 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;
  position: relative;
}

.collage-img::before {
  content: "";
  padding-top: 63%;
  display: block;
}

.collage-item-a .collage-img::before {
  padding-top: 82%;
}

.collage-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: ease 0.4s;
  position: absolute;
  top: 0;
  left: 0;
}

.collage-img img:hover {
  transform: scale(1.05);
}

@media (max-width: 768px) {
  .collage-section {
    padding: 10px;
    padding-top: 0;
  }

  .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-tabs */

.home-products-tabs {
  padding-top: 3rem;
  position: relative;
  z-index: 1;
}

.home-products-tabs .category-section-head {
  text-align: center;
}

.home-category-tabs .swiper-wrapper {
  justify-content: center;
}

.home-category-tab-head {
  /* flex: auto; */
  width: auto;
  text-underline-offset: 6px;
  padding-block: 5px;
  text-decoration-color: var(--primary_fg);
  color: #686868;
  cursor: pointer;
  font-size: 15px;
}

.swiper-slide-thumb-active.home-category-tab-head {
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
}

.product-category.swiper-slide-active .product-slide {
  pointer-events: all;
}

.home-category-tab-nav .banner-swiper-nav.swiper-button-prev {
  /* left: 1rem; */
}

.home-category-tab-nav .banner-swiper-nav.swiper-button-next {
  /* right: 1rem; */
}

.product-categories {
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {}

/* #endregion category-tabs */

/* #region category */

.product-category {
  margin: 0;
  /* background-color: #fff; */
  /* box-shadow: 0 0 6px rgb(0 0 0 / 20%); */
  /* box-shadow: 0 0px 10px 1px rgb(243 243 243); */
  background-color: rgb(252, 250, 248);
}

.section-header {
  margin-bottom: 3rem;
}

.section-header .section-desc {
  max-width: 512px;
  margin-inline: auto;
}

.section-header.center-header {
  text-align: center;
}

.category-section-header {
  padding-bottom: 0.5rem;
  /* border-bottom: 2px solid var(--new-btn-bg); */
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  position: relative;
}

.category-section-head {
  font-weight: 400;
  font-size: 30px;
  text-align: left;
  margin-bottom: 1rem;
  /* color: var(--page_fg); */
}

.category-section-header .section-heading {
  font-size: 1.875rem;
  line-height: 2.25rem;
  padding-left: 2.25rem;
  position: relative;
}

.category-section-header .section-heading::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 2rem;
  height: auto;
  background-image: url("../images/leaf.png");
  border-radius: 0.25rem;
  background-size: 2rem 2rem;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.category-section-header .category-section-head {
  margin-bottom: 0;
}

.viewAllBtn {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: rgb(207, 50, 32);
}

.viewAllBtn i {
  margin-left: 0.5rem;
  transition: 0.3s ease-in-out;
}

.viewAllBtn:hover i {
  margin-left: 0.75rem;
}

.all-products-section,
.tag-section {
  background-color: rgb(246, 242, 238);
}

.tag-section-header {
  margin-bottom: 1.5rem;
}

.tag-section-header .section-heading {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  margin-bottom: 0;
  padding-left: 2.25rem;
}

.tag-section-header .section-heading::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 2rem;
  height: auto;
  background-image: url(../images/leaf.png);
  border-radius: 0.25rem;
  background-size: 2rem 2rem;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.category-product-nav {
  position: relative;
  top: 0;
  right: 0;
  /* width: 5rem; */
  /* height: 100%; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* padding-bottom: inherit; */
  z-index: 0;
}

.category-product-nav .category-product-nav-btn {
  position: static;
  margin: 0;
  background-color: #f1f1f1;
  width: 2.3rem;
  height: 2.3rem;
  /* border-radius: 5rem; */
  display: grid;
  place-content: center;
}

.category-product-nav .category-product-nav-btn::after {
  font-family: "remixicon" !important;
  font-style: normal;
  font-size: 1.8rem;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  color: var(--new-btn-bg);
}

.category-product-nav .swiper-button-prev::after {
  content: "\2039";
  position: relative;
  top: -10%;
  color: var(--new-btn-bg-hover);
}

.category-product-nav .swiper-button-next::after {
  content: "\203A";
  position: relative;
  top: -10%;
  color: var(--new-btn-bg-hover);
}

.category-section-header .product-info-header {
  display: flex;
  align-items: center;
  gap: 3rem;
}

.category-section-header .product-info-header figure {
  max-width: 400px;
  width: 100%;
  aspect-ratio: 2.5 / 1;
  overflow: hidden;
  border-radius: 0.5rem;
  transition: 0.3s ease-in-out;
  box-shadow: rgba(41, 86, 56, 0.12) 0px 4px 16px 0px;
}

.category-section-header .product-info-header figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-slide {
  padding-left: 0;
  padding-right: 0;
  width: 285px;
  position: relative;
  /* border: 1px solid #ddd; */
  border-radius: 16px;
}

.product-slide-thumbnail {
  position: relative;
  /* margin: 0px 20px; */
}

.product-slide-thumbnail::before {
  /* padding-top: 100%; */
  display: block;
  content: "";
}

.product-slide-thumbnail-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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;
  padding: 1rem;
}

.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);
}

.product-hover-secondary {
  background-color: var(--primary_bg);
  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;
}

.product-slide-details .product-text-details {
  /* padding-left: 10px; */
  /* padding-right: 10px; */
}

.product-slide-details .product-brand {
  font-size: 14px;
  color: var(--accent_bg);
  font-weight: 500;
  display: none;
}

.product-slide-details .product-title {
  font-size: 15px;
  margin-bottom: 0.5em;
  font-weight: 700;
  transition: ease 0.3s color;
  /* white-space: nowrap; */
  overflow: hidden;
  text-overflow: ellipsis;
  /* line clamp 2 */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
}

.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: var(--primary_fg);
}

.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;
}

.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: 40px;
}

.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: var(--light-theme-color);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 4px;
  white-space: nowrap;
  /* margin-left: 10px; */
  width: 100%;
  cursor: pointer;
  box-shadow: inset 0 0 0 2px var(--light-theme-color);
  transition: ease 0.2s;
  transition-property: color, background-color;
}

.cart-page-section {
  padding-top: 2rem;
}

.product-add-to-cart:hover {
  background-color: #fff;
  color: var(--light-theme-color);
}

.product-qty.in-cart+.product-add-to-cart {
  display: none;
}

.product-no-stock {
  position: relative;
  margin-top: 5px;
}

.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: var(--primary_bg);
  color: var(--primary_fg);
  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 var(--primary_fg);
  cursor: pointer;
}

.product-no-stock-btn:hover {
  background-color: var(--primary_fg);
  color: var(--primary_bg);
}

.product-title:hover {
  color: var(--primary_fg);
}

.product-hover-primary:hover {
  box-shadow: 0 0 0 1px #000;
}

.product-hover-secondary:hover {
  box-shadow: 0 0 0 4px var(--primary_bg);
}

.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(--primary_bg);
}

.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(--primary_bg);
}

.small-swiper-nav {
  width: 2.5rem;
  height: 2.5rem;
  background-color: var(--primary_fg);
  color: var(--accent_bg);
  border-radius: 50%;
  border: 2px solid var(--primary_fg);
  box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.2);
}

.small-swiper-nav:hover {
  background-color: var(--accent_bg);
  color: var(--accent_fg);
}

.small-swiper-nav::after {
  font-size: 20px;
  font-weight: 700;
  color: var(--primary_bg);
}

.view-more-slide {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
}

.view-more-slide .view-more-link {
  display: block;
  width: 100%;
  padding: 7px 15px;
  text-align: center;
  text-decoration: none;
  background-color: var(--new-btn-bg);
  color: var(--accent_fg);
  border: 2px solid var(--new-btn-bg);
  box-shadow: none;
}

.view-more-slide .view-more-link:hover {
  background-color: var(--primary_bg);
  color: var(--text-black);
}

.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: 1em;
  /* justify-content: center; */
  font-size: 0.9rem;
}

.product-title {
  /* text-align: center; */
  white-space: normal;
  /* height: 3em; */
}

.product-rating {
  /* text-align: center; */
}

.review-stars {
  margin-top: 10px;
  margin-bottom: 5px;
  color: #ffc107;
}

.review-stars i {
  vertical-align: text-bottom;
  font-size: 1.1em;
}

.review-count {
  font-size: 0.85em;
}

.product-category-banner {
  background-color: rgb(246, 242, 238);
}

.category-banner-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.category-offer-banner-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  gap: 1rem;
}

.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;
}

.first-offer-img {
  aspect-ratio: 2 / 1;
  border-radius: 1rem;
  overflow: hidden;
  display: block;
  transition: 0.3s ease-in-out;
}

.first-offer-img img {
  width: 100%;
  height: 100%;
}

.first-offer-img:hover {
  box-shadow: rgba(48, 33, 29, 0.15) 0px 20px 50px -15px;
}

.category-banner-img:hover img {
  transform: scale(1.05);
}

@media (max-width: 768px) {
  .cart-page-section {
    padding-top: 1rem;
  }

  .product-category .container {
    /* padding-inline: 0; */
  }

  .category-banner-grid {
    gap: 0.5rem;
    grid-template-columns: 1fr;
  }

  .product-slide-thumbnail-img img {
    padding: 1rem;
  }

  .review-stars {
    font-size: 0.8rem;
  }
}

/* #endregion */

/* #region brand swiper */

.brands-slider-container {
  padding: 30px 0;
  background-color: #fff;
  margin: 10px 0;
  box-shadow: 0 0 6px rgb(0 0 0 / 20%);
}

.brand-slide {
  width: 173px;
  height: auto;
}

.brand-slide img {
  display: block;
  width: 100%;
  object-fit: contain;
}

/* #endregion */

/* #region home testimonial */
.testimonial-section {
  background-color: rgb(239, 235, 231);
}

.testimonial-section .swiper-wrapper {
  padding-inline: 1.625rem;
}

.testimonial-section .swiper-slide {
  padding-block: 1.625rem;
}

.testimonial-box {
  width: 100%;
  background-color: rgb(252, 250, 248);
  box-shadow: rgba(48, 33, 29, 0.12) 0px 8px 30px -8px;
  border-radius: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  position: relative;
  transition: 0.3s ease-in-out;
}

.testimonial-box:hover {
  box-shadow: rgba(48, 33, 29, 0.15) 0px 20px 50px -15px;
}

.testimonial-box .quote {
  max-width: 40px;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  margin-bottom: 0.5rem;
  color: rgb(29, 37, 48);
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-35%, -35%);
  background-color: var(--light-theme-color);
  border-radius: 50%;
  padding: 0.5rem;
  transition: 0.15s ease-in-out;
}

.testimonial-box:hover .quote {
  transform: scale(1.1) translate(-40%, -40%);
}

.testimonial-box .quote img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.testimonial-box article {
  width: 100%;
  margin: auto;
  height: 100%;
  padding: 1.5rem;
}

.testimonial-box .testimonial-writer {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: auto;
  padding-top: 0.5rem;
  /* border-top: 1px solid rgb(231, 225, 218); */
}

.testimonial-writer .initials {
  background-color: rgba(207, 50, 32, 0.1);
  color: var(--light-theme-color);
  aspect-ratio: 1 / 1;
  width: max-content;
  min-width: 2.75rem;
  padding: 0.75rem;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}

.testimonial-writer .name {
  color: var(--text-dark);
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  font-family: var(--font-family-poppins);
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  margin-bottom: 0;
}

.testimonial-writer .designation {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  color: rgb(132, 106, 98);
  font-family: var(--font-family-poppins);
  margin: 0;
}

.testimonial-text {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  margin-bottom: 2rem;
  color: rgba(48, 33, 29, 0.8);
}

.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-images {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3em;
  margin-bottom: 0.5em;
  position: relative;
  width: 100%;
}

.testimonial-img {
  height: 60px;
  padding: 3px;
  width: auto;
  display: block;
  /* margin-right: 5px; */
  border: 1px solid #dadada;
  cursor: pointer;
}

.testimonial-video-player {
  position: relative;
  margin-bottom: 1rem;
}

.testimonial-video-player::before {
  content: "";
  padding-top: 56.5%;
  display: block;
}

.testimonial-video-player iframe {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
}

.image-popup .popup-container {
  /* max-width: none; */
  width: auto;
  height: auto;
  min-height: fit-content;
}

.testimonial-preview-img {
  display: block;
  max-width: 80vw;
  max-height: 80vh;
  height: auto;
  width: auto;
  object-fit: contain;
}

.section-heading.no-anime::before,
.section-heading.no-anime::after {
  content: unset;
}

/* #endregion */


/* #region Promise */
.promise-section {
  overflow: hidden;
  background: linear-gradient(to right bottom, rgba(107, 180, 34, 0.05), rgb(252, 250, 248), rgba(207, 50, 32, 0.05));
  position: relative;
}

.readySection .section-header {
  margin-bottom: 0;
}


.readySection::before,
.promise-section::before {
  content: '';
  position: absolute;
  background-image: url('../images/leaf.png');
  background-size: 7.5rem 7.5rem;
  width: 7.5rem;
  height: 7.5rem;
  left: 2rem;
  top: 2rem;
  color: rgb(107, 180, 34);
  opacity: 0.05;
}

.readySection .fallenLeaf::before,
.fallenLeaf::after,
.readySection::after,
.promise-section::after {
  content: '';
  position: absolute;
  background-image: url('../images/leaf.png');
  background-size: 5rem 5rem;
  width: 5rem;
  height: 5rem;
  right: 5rem;
  top: 10rem;
  transform: rotateZ(45deg);
  color: rgb(132, 106, 98);
  opacity: 0.05;
  background-repeat: no-repeat;
  background-position: center;
}

.readySection::before,
.readySection::after,
.readySection .fallenLeaf::before,
.readySection .fallenLeaf::after {
  filter: brightness(0) invert(1);
}

.readySection::after {
  width: 2.5rem;
  height: 2.5rem;
  background-size: 2.5rem 2.5rem;
  left: 25%;
}

.promise-section .section-header .section-sub-heading {
  position: relative;
}

.readySection .fallenLeaf::before {
  left: 70%;
  width: 2.5rem;
  height: 2.5rem;
  background-size: 2rem 2rem;
}

.fallenLeaf::after {
  top: unset;
  right: 2rem;
  bottom: 2rem;
  transform: rotateZ(90deg);
}

.readySection {
  overflow: hidden;
  position: relative;
  background-color: rgb(207, 50, 32);
  color: #fff;
}

.readySection .order-now {
  background-color: #fff;
  color: rgb(207, 50, 32);
  transition: 0.3s ease-in-out;
}

.readySection .order-now:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

.readySection .section-header .section-heading {
  color: #fff;
  font-size: 3rem;
  line-height: 3rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.readySection .section-header .section-desc {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  max-width: 768px;
}

.call-us-btn {
  padding: 0.75rem 1.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 1rem;
  position: relative;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  backdrop-filter: blur(4px);
  min-width: 200px;
}


.call-us-btn:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.readySection .section-header .order-now {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  position: relative;
  cursor: pointer;
  min-width: 200px;
}

.readySection::before,
.readySection::after,
.readySection .fallenLeaf::after,
.readySection .fallenLeaf::before {
  color: rgb(255, 255, 255);
  transition: 0.3s ease-in-out;
  animation: updown 4s infinite;
  opacity: 0.1;
}


@keyframes updown {

  0%,
  100% {
    transform: translate(0);
  }

  50% {
    transform: translateY(25px);
  }
}

.readySection::after {
  right: 50%;
  top: 60%;
}

.g-4_5 {
  --bs-gutter-y: 2rem;
  --bs-gutter-x: 2rem;
}

.promiseCard {
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: rgba(48, 33, 29, 0.08) 0px 4px 20px -4px;
  padding: 2rem;
  text-align: center;
  transition: 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  height: 100%;
}

.promiseCard:hover {
  border: 1px solid var(--light-theme-color);
  box-shadow: rgba(48, 33, 29, 0.12) 0px 8px 30px -8px;
}

.promiseCard .icon {
  max-width: 4rem;
  margin-inline: auto;
  margin-bottom: 1rem;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 0.75rem;
  background-color: rgba(107, 180, 34, 0.1);
  color: var(--green);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  transition: 0.3s ease-in-out;
}

.promiseCard:hover .icon {
  background-color: var(--light-theme-color);
  color: #fff;
}

.promiseCard .title {
  font-family: var(--font-playfair);
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: var(--text-dark);
}

.promiseCard .desc {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: rgb(132, 106, 98);
}

/* #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-slide {
  border-radius: 6px;
  overflow: hidden;
}

.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;
  background-color: #fff;
}

.news-date {
  margin-bottom: 0.5rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.news-date i {
  font-size: 1.1rem;
  color: var(--primary_fg);
}

.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(--primary_fg);
}

.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;
  background-color: var(--primary_bg);
  color: var(--primary_fg);
}

.news-read-more a:hover {
  background-color: var(--accent_bg);
  border-color: var(--accent_bg);
  color: var(--accent_fg);
}

@media (max-width: 768px) {
  .home-news .category-section-head {
    text-align: center;
  }

  .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(--primary_bg);
  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(--accent_bg);
  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(--accent_bg);
  border-radius: 4px;
  color: inherit;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  background-color: var(--accent_bg);
  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(--accent_bg); */
  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(--primary_bg);
  /* color: var(--primary_bg); */
}

.footer-subscribe-btn:hover {
  background-color: #fff;
  color: var(--primary_bg);
}

/* #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(--primary_bg);
  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;
}

.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: 40px 0;
  background-color: var(--footer_bg);
  color: #fff;
  font-weight: 500;
}

.footer-links-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.footer-links-col {
  flex: 0 1 auto;
  font-size: 13px;
  padding-right: 0;
  line-height: 1.6;
}

.footer-brand img {
  display: block;
}

.footer-links-title {
  font-weight: 600;
  font-size: 16px !important;
  margin-bottom: 0.5em;
  font-family: var(--font-playfair);
}

.footer-links-title>i {
  color: var(--green);
}

.footer-links-list {
  list-style: none;
  padding-left: 0;
  color: #fff;
}

.footer-links-list a {
  color: #000;
  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-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(--page_fg);*/
}

.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;
}

/* #endregion */

/* #region copy footer */

.copy-footer {
  padding: 15px 0;
  color: var(--page_fg);
  font-size: 12px;
}

.footer-copy-row {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 10px;
  color: #000;
  font-weight: 400;
}

.copy-footer .powered-text img {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
}

/* #endregion */

/* #region breadcrumb */

.breadcrumbs-section {
  padding-block: 1rem !important;
  margin-top: 0;
  background-color: rgb(246, 242, 238);
  color: #fff;
}

.breadcrumbs {
  list-style: none;
  /* display: flex; */
  /* padding: 7px 15px; */
  /* background-color: #fff; */
  /* box-shadow: -2px 2px 3px rgba(0, 0, 0, 0.05); */

  padding-inline: 0px;
  margin-bottom: 0;
  border-radius: 4px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  /* border: 1px solid #dadada; */
}

.breadcrumbs a {
  text-decoration: none;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: rgb(132, 106, 98);
}

.breadcrumbs li {
  display: flex;
  display: inline;
}

.breadcrumbs li a.active {
  font-weight: 500;
  color: var(--text-dark);
}

.breadcrumbs li+li {
  margin-left: 30px;
  position: relative;
  display: inline-block;
}

.breadcrumbs li+li::before {
  content: "\f105";
  font: 900 0.875rem "Font Awesome 6 Free";
  position: absolute;
  top: 50%;
  left: -1rem;
  color: rgb(132, 106, 98);
  transform: translate(-50%, -50%);
}

/* #endregion */

/* #region popup */

html.popup-open {
  overflow: hidden;
  padding-right: var(--scrollbar-width);
}

.popup-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  /* display: none; */
  visibility: hidden;
  z-index: 99999;
  opacity: 0;
  transition: ease-in-out 0.25s opacity;
}

.popup-wrapper.popup-closing,
.popup-wrapper.popup-active {
  /* display: block; */
  visibility: visible;
  opacity: 1;
}

.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;
}

.popup-wrapper.popup-active .popup-overlay {
  transition-delay: 0s;
  background-color: rgb(76 76 76 / 80%);
}

.popup-container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 550px;
  min-height: 400px;
  max-width: calc(100% - 20px);
  max-height: calc(100% - 40px);
  transform: translate(-50%, -20%);
  padding: 20px;
  background-color: var(--page_bg);
  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;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.popup-slide-in {
  opacity: 1;
}

.popup-slide-in .popup-container {
  top: 0;
  right: 0;
  height: 100%;
  max-height: none;
  border-radius: 0;
  left: auto;
  transform: translate(100%, 0);
  padding-top: 15px;
  display: grid;
  grid-template-rows: 2rem 1fr;
  max-width: 100%;
  opacity: 1;
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  max-width: 100%;
  align-items: stretch;
  justify-content: stretch;
}

.popup-slide-in[data-slide-dir="left"] .popup-container {
  left: 0;
  right: auto;
  transform: translateX(-100%);
}

.popup-wrapper.popup-active .popup-container {
  transform: translate(-50%, -50%);
  transition-delay: 0s, 0s;
  opacity: 1;
}

.popup-slide-in.popup-active .popup-container {
  transform: translate(0, 0);
  border-radius: 2rem 0 0 2rem;
  overflow: hidden;
  padding: 1.5rem;
}

.popup-wrapper.popup-closing .popup-overlay {
  opacity: 0;
  transition: ease 0.3s opacity;
}

.popup-wrapper.popup-closing .popup-container {
  opacity: 0;
  transform: translate(-50%, -30%);
  transition: ease 0.25s transform 0s, ease 0.3s opacity 0s;
}

.popup-slide-in.popup-closing .popup-container {
  transform: translate(100%, 0);
}

.popup-slide-in.popup-closing[data-slide-dir="left"] .popup-container {
  transform: translateX(-100%);
}

.popup-container .popup-close {
  position: absolute;
  top: 25px;
  right: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  /* width: 25px; */
  /* height: 25px; */
  /* background-color: #fff; */
  /* border: 1px solid #aaa; */
  border: none;
  color: #000;
  font-size: 46px;
  font-weight: 300;
  border-radius: 50px;
  transform: translate(45%, -45%);
  cursor: pointer;
  z-index: 9999;
}

.popup-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: space-evenly; */
  overflow: auto;
  padding: 20px 0;
}

.popup-slide-in .popup-content {
  align-items: stretch;
  justify-content: flex-start;
  padding-bottom: 10px;
  width: 100%;
}

.popup-title {
  font-size: 1.25rem;
  line-height: 1.5rem;
  padding-left: 1.5rem;
  font-family: var(--font-playfair);
  position: relative;
}

.popup-title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1.25rem;
  height: auto;
  background-image: url(../images/leaf.png);
  border-radius: 0.25rem;
  background-size: 1.25rem 1.25rem;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.sidebar-container {
  position: absolute;
  left: 0;
  width: 500px;
  height: 100%;
  max-width: 100%;
  padding: 20px 15px;
  background-color: var(--page_bg);
  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%);
}

.new-address-popup.popup-active .sidebar-container {
  /* transform: translateZ(0); */
  transition-delay: 0s;
}

.sidebar-container,
.new-address-popup.popup-closing .sidebar-container {
  transform: translateZ(-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: 2.5rem;
}

.menu-brand {
  width: 120px;
  height: 60px;
  overflow: hidden;
  margin: 0;
}

.menu-brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.header-account-nav {
  margin-bottom: 2rem;
  padding: 0 20px;
}

.menu-sidebar .collapsible {
  margin-bottom: 15px;
  width: 100%;
  padding: 0 20px;
}

.menu-sidebar .collapse-header {
  margin-bottom: 10px;
}

.menu-sidebar .collapse-title {
  display: inline-block;
  position: relative;
  padding-right: 30px;
  transition: ease 0.25s color;
  font-size: 14px;
  margin-bottom: 5px;
}

.menu-sidebar .collapse-title::before

/* , .menu-sidebar .collapse-title::after  */
  {
  content: "";
  width: 0.5em;
  height: 0.5em;
  /* background-color: #000; */
  border: 3px solid var(--gray-border);
  border-top: transparent;
  border-left: transparent;
  position: absolute;
  right: 0.4em;
  top: 50%;
  transition: ease 0.25s transform;
}

.menu-sidebar .collapse-title::before {
  transform: translateY(-80%) rotateZ(45deg);
}

.menu-sidebar .collapse-title::after {
  /* transform: translateY(-50%) rotate(45deg); */
}

.menu-sidebar .collapsible:not(.collapsed) .collapse-title {
  color: var(--new-btn-bg);
}

.menu-sidebar .collapsed .collapse-title::after {
  transform: translateY(-50%) rotate(90deg);
}

.menu-sidebar .collapsed .collapse-title::before {
  transform: translateY(-50%) rotateZ(-45deg);
}

.menu-sidebar .collapse-content {
  padding-left: 20px;
}

.menu-sidebar .sidebar-links {
  list-style-type: none;
  padding-left: 0;
}

.menu-sidebar .sidebar-links .nav-active {
  color: var(--primary_bg);
}

.menu-sidebar .sidebar-links a {
  display: inline-block;
  padding: 0 0 3px;
  color: inherit;
  text-decoration: none;
  font-size: 12px;
}

.sidebar-nav-link {
  /* color: var(--primary_bg); */
}

.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;
}

.new-address-popup .sidebar-container {
  right: auto;
  left: 0;
  padding-bottom: 10px;
}

.account-sidebar .sidebar-container,
.account-sidebar.popup-closing .sidebar-container {
  transform: translateX(100%);
}

.new-address-popup .sidebar-container,
.new-address-popup.popup-closing .sidebar-container {
  transform: translateZ(100%);
}

.account-sidebar .collapse-nav-btn {
  top: 20px;
  right: 20px;
}

.new-address-popup .collapse-nav-btn {
  top: 20px !important;
  left: 20px !important;
}

.account-sidebar .popup-content {
  padding-bottom: 0;
  padding-top: 0;
}

.new-address-popup .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;
}

.sidebar-nav-track .sidebar-form::-webkit-scrollbar {
  width: 5px;
}

.sidebar-nav-track .sidebar-form::-webkit-scrollbar-track {
  background-color: transparent;
}

.sidebar-nav-track .sidebar-form::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-radius: 5px;
}

.sidebar-nav-track .sidebar-form:hover::-webkit-scrollbar-thumb {
  background-color: #00000022;
}

/* #endregion */

/* #region menu form */

.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: #e8f0fe;
  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(--new-btn-bg);
  color: #fff;
  border: 2px solid var(--new-btn-bg);
  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%;
  padding: 1rem;
}

.address-form-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 1rem;
}

.service-msg {
  font-size: 0.75rem;
  line-height: 1rem;
  margin-top: 0.5rem;
}

.address-form-col {
  width: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.address-form-label {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  padding-left: 0;
}

.address-form-input {
  display: block;
  width: 100%;
  border: 1px solid #aaa;
  padding: 0.25rem 1rem;
  border-radius: 4px;
}

.save-address-btn {
  padding: 0.5rem 1.5rem;
  display: block;
  margin-inline: auto;
  border: 1px solid var(--new-btn-bg);
  background-color: var(--new-btn-bg);
  border-radius: 0.5rem;
  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: var(--primary_bg);
  color: var(--new-btn-bg);
}

.otp-confirm-content {
  width: 80%;
}

.ac-message-gap {
  margin-bottom: 15px;
}

/* #endregion */

/* #region footer */

.footer-social-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.footer-social-icon {
  font-size: 22px;
  margin-right: 20px;
}

.footer-social-icon a {
  color: rgb(168, 164, 159);
  text-decoration: none;
  display: block;
  max-width: 1.75rem;
  width: 100%;
  aspect-ratio: 1 / 1;
  margin: 0;
  margin-bottom: 0.5rem;
}

.footer-social-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer-social-icon i {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.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(--primary_bg);
  background-color: #f3f3f3;
}

.location-continue-btn {
  padding: 7px 15px;
  border-radius: 5px;
  background-color: var(--primary_bg);
  border: 2px solid var(--primary_bg);
  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(--primary_bg);
}

.has-offer-tag {
  transform: translateX(-50%);
  left: 50%;
  /* border: 1px solid rgba(49, 146, 52, 0.5); */
  background-color: #ffd900;
  /* color: var(--accent_bg); */
  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.75rem;
  text-decoration: none;
  color: #000;
  display: flex;
  gap: 1rem;
  align-items: center;
  transition: ease 0.25s background-color;
  border-radius: 0.75rem;
}

.search-result a:hover {
  background-color: rgb(246, 242, 238);
}

.search-result-img {
  width: 3.5rem;
  flex: 0 1 3.5rem;
  object-fit: cover;
  flex-shrink: 0;
  /* padding: 2px; */
  /* border: 1px solid #dadada; */
  border-radius: 0.75rem;
}

.search-result-name {
  flex: 1 1 auto;
  margin-left: 5px;
}

/* #endregion */

/* #region Contact */

.contact-section .contact-form {
  width: 100%;
  height: 100%;
  margin: auto;
  background: #f5f5f59c;
  padding: 2rem;
  border-radius: 1rem;
}

.contact-image {
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  overflow: hidden;
  width: 100%;
  border-radius: 1rem;
  margin-bottom: 0;
  aspect-ratio: 1 / 1.25;
}

.contact-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* #endregion Contact */

/* #region address */

.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;
  cursor: pointer;
}

.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: 99999;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}

.toast-alert.active {
  transform: translateX(0);
}

.toast-alert[data-toast-success="true"] {
  background-color: green;
  color: #fff;
}

#mobile-landscape-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: var(--primary_bg);
  z-index: 99992;

  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 .popup-container {
  grid-template-rows: 1fr;
} */

#search-popup .search-container {
  height: 100%;
  padding-block: 0;
  font-size: 0.9rem;
  grid-template-columns: ;
}

.popup-overlay.popup-dismiss {
  cursor: none;
}

.popup-overlay {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);

  position: relative;
}

.custom-cursor {
  position: fixed;
  width: 80px;
  height: 80px;
  background-color: white;
  border-radius: 50%;
  pointer-events: none;

  z-index: 9999;
  opacity: 0;

  transform: translate(-50%, -50%);

  transition: opacity 0.2s ease;
}

.custom-cursor::before,
.custom-cursor::after {
  content: "";
  position: absolute;
  background-color: black;
  width: 3px;
  height: 30px;
  top: 50%;
  left: 50%;
}

.custom-cursor::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.custom-cursor::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.popup-overlay:hover .custom-cursor {
  opacity: 1;
}

.popup-overlay:hover {
  cursor: none;
}

.popup-search-results-scroll {
  flex: 1 1 auto;
  width: 100%;
  overflow: auto;
  padding: 0.5rem;
  padding-bottom: 5px;
  min-height: 48px;
  position: static;
  top: 100%;
  background-color: #fff;
  z-index: 1051;
}

.popup-search-input-container {
  display: grid;
  gap: 20px;
  margin-bottom: 10px;
}

.popup-search-category-select,
.popup-search-input-box {
  display: block;
  width: 100%;
  height: 3.5rem;
  background-color: #f7f7f7;
  border-radius: 0.5rem;
  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: 0.5rem 1rem 0.5rem 3rem;
  border: 1px solid rgb(231, 224, 218);
  border-radius: 0.75rem;
  background-color: rgb(246, 242, 238);
  color: var(--text-dark);
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  position: relative;
}

.popup-search-input-box::placeholder {
  color: rgb(132, 106, 98);
}

.popup-search-input-box:focus {
  border-color: var(--light-theme-color);
}

.popup-search-input-group {
  position: relative;
}

.popup-search-input-group::before {
  content: '\f002';
  font: 900 1.125rem "Font Awesome 5 Free";
  line-height: 1;
  color: rgb(132, 106, 98);
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
}

.popup-search-input-group .cancel-btn {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--light-theme-color);
  position: absolute;
  font-size: 0.875rem;
  line-height: 1.25rem;
  border-radius: 0;
  font-weight: 500;
  border: none;
  width: 100%;
  max-width: max-content;
  aspect-ratio: initial;
}

.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: 0;
}

.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 */
.top-cat {
  width: 100%;
  text-decoration: none;
}

.top-cat-box {
  width: 100%;
  max-width: 150px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.top-cat-box img {
  width: 100%;
  max-width: 150px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.offer-message {
  max-width: 95%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  height: 37px;
  line-height: 33px;
}

.locationMenuBtn {
  display: none;
}

/*  */
@media (min-width: 1199px) {
  .header-menu-btn-space {
    display: none;
  }
}

@keyframes ring {
  0% {
    transform: rotate(0);
  }

  5% {
    transform: rotate(10deg);
  }

  10% {
    transform: rotate(-8deg);
  }

  15% {
    transform: rotate(6deg);
  }

  20% {
    transform: rotate(-4deg);
  }

  25% {
    transform: rotate(2deg);
  }

  30% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(0);
  }
}

@media (max-width: 1199px) {
  :root {
    --logo-width: 150px;
  }

  .locationMenuBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    aspect-ratio: 1 / 1;
    font-size: 1.275rem;
    line-height: 1;
    color: var(--light-theme-color);
    border-radius: 50%;
  }

  .locationMenuBtn i {
    transform-origin: bottom center;
    animation: ring 3.5s ease-in-out infinite;
  }

  .view-location .locationMenuBtn i {
    animation: none;
  }

  .header-top.view-location .locationMenuBtn {
    background-color: var(--light-theme-color);
    color: #fff;
  }

  .location-top-header {
    display: block;
    position: fixed;
    left: 0;
    top: -100%;
    transition: 0.3s ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 6px 0px;
  }

  .location-top-header.view {
    top: 66px;
    width: 100%;
  }

  .location-top-header button {
    margin-block: 0.5rem;
    text-align: start;
    width: 100%;
  }

  .header-top .logo {
    max-width: var(--logo-width, 130px);
    width: 100%;
    max-height: var(--logo-height, 46px);
    height: 100%;
    overflow: hidden;
    margin: 0;
  }

  .header-top .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .cat-header,
  .top-header,
  .menu-section {
    display: none;
  }

  .menu-sidebar {
    display: block;
    font-size: 14px;
  }

  .header-menu-btn i {
    display: block;
  }

  .header-menu-btn {
    font-size: 24px;
    color: var(--new-btn-bg);
    padding: 0;
    padding-top: 0;
  }

  .search-box {
    min-width: 400px !important;
  }

  .top-cat-box {
    width: 100px !important;
  }

  .top-cat-box img {
    width: 100px !important;
    /*height: 50px !important;*/
  }
}

@media (max-width: 360px) {
  .top-cat-box {
    width: 80px !important;
    height: 80px !important;
  }

  .top-cat-box img {
    width: 100px !important;
    height: 4 0px !important;
  }
}

@media (min-width: 769px) {

  .bottom-menu-bar,
  .resp-only,
  .resp-location-popup-btn,
  .page-cart-view {
    display: none;
  }

  .resp-offer-banner-3 {
    display: none;
  }

  .resp-promises {
    display: none;
  }

  .resp-cat-heading {
    font-size: 1rem !important;
  }

  .resp-cat-section {
    display: none;
  }

  .resp-follow-ul {
    display: none;
  }

  #resp-banner-swiper {
    display: none;
  }

  .header-sticky {
    position: sticky;
    top: 0;
    z-index: 92;
  }
}

.header-sticky {
  background-color: var(--light-theme-color);
}

body.header-sticky {
  top: 5px !important;
  /* top: -50px; */
}

.top_strip {
  top: 0;
  position: sticky;
  z-index: 10;
  /*transition: ease 0.3s top;*/
}

.slide-logo-header {
  width: 100%;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
}

@media (min-width: 769px) {
  .mobile-view {
    display: none;
  }
}

@media (max-width: 768px) {
  .new-address-form {
    padding: 1rem;
  }

  .address-form-col {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
  }

  .popup-search-results-scroll {
    padding: 0;
  }

  .resp-promises {
    padding: 2rem 0;
  }

  .popup-slide-in.popup-active .popup-container {
    border-radius: 0;
  }

  .web-view {
    display: none;
  }

  .header-icons {
    max-width: 18px;
    aspect-ratio: 1 / 1.5;
    margin-inline: auto;
  }

  .header-action {
    color: #000;
  }

  .copy-footer {
    width: 100%;
  }

  .footer-social-links ul {
    display: flex;
    flex-direction: row;
    gap: 2rem;
  }

  .banner-box figure {
    aspect-ratio: 1.5 / 1;
  }

  .web-offer-banner-3 {
    display: none;
  }

  .heading-space {
    margin-top: 2rem !important;
    margin-bottom: 0 !important;
  }

  .resp-offer-section {
    padding-top: 1.2rem !important;
  }

  .resp-footer-space {
    padding-left: 0;
    margin-bottom: 0;
  }

  .category-icons {
    background-color: #fff !important;
    border: 0 !important;
    padding: 0 !important;
  }

  .resp-cat-heading {
    margin: 0 !important;
    font-size: 0.8rem !important;
  }

  .header-group {
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 0;
    z-index: 10;
    /* margin-bottom: 5px; */
    transition: ease 0.3s top;
  }

  .header-top-links,
  .resp-none,
  .bottom-menu-bar {
    display: none;
  }

  .header-main {
    /* padding-left: 10px; */
    /* padding-right: 10px; */
    position: static;
    padding-block: 5px;
  }

  .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: 100px; */
    /* display: none; */
    order: -1;
  }

  .header-brand img {
    width: 140px;
  }

  .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-row .header-action-group {
    display: inline-flex;
    gap: 0.5rem;
    display: none;
    width: 100px;
    font-family: var(--font-montserrat);
  }

  .header-action {
    margin: 0;
    font-size: 15px;
    padding: 0;
  }

  .header-action i {
    width: 35px;
    height: 35px;
    font-size: 1.3em;
  }

  .header-row .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(--primary_bg); */
    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; */
    padding-block: 1rem;
  }

  .location-dropdown {
    width: 100%;
  }

  .banner-img {
    /* height: 180px; */
    position: relative;
  }

  .banner-title {
    font-size: 12px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0;
    gap: 1rem;
    min-height: unset;
    height: auto;
  }

  .banner-title .order-now::before {
    content: unset;
  }

  .banner-swiper-nav {
    padding: 15px 10px;
    --swiper-navigation-size: 14px;
    opacity: 1;
  }

  .banner-swiper-nav.swiper-button-disabled {
    opacity: 1;
    color: #999;
  }

  .banner-content {
    padding: 0.75rem;
  }

  .banner-content .container {
    padding-inline: 0;
  }

  .adv-row,
  .footer-links-row {
    flex-wrap: wrap;
  }

  .footer-links-row {
    flex-direction: column;
  }

  .adv-row {
    padding: 10px 0;
  }

  .adv-wrapper {
    margin-top: 10px;
    text-align: center;
  }

  .category-section-head {
    font-size: 20px;
    /* 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.1);
    z-index: 10;
    transition: ease 0.3s bottom;
    display: block;
  }

  body {
    padding-bottom: 60px;
  }

  .bottom-bar-row {
    display: flex;
    padding: 10px 0;
    align-items: center;
    height: 60px;
  }

  .bottom-menu-item {
    flex: 1 1 100%;
    text-align: center;
    color: #333;
    text-decoration: none;
    position: relative;
  }

  .bottom-menu-item i {
    color: #666;
  }

  .bottom-menu-item.active {
    /* color: var(--new-btn-bg); */
    font-weight: 600;
  }

  .bottom-menu-item.active i {
    font-weight: 700;
    color: var(--light-theme-color);
  }

  .bottom-menu-item.active .menu-label {
    font-weight: 700;
  }

  #banner-swiper .swiper-pagination {
    display: none;
  }

  .category-section-header .section-heading {
    font-size: 1.25rem;
    line-height: 1.5rem;
    padding-left: 1.5rem;
    margin-bottom: 0;
  }

  .category-section-header .section-heading::before {
    width: 1.25rem;
    background-size: 1.25rem 1.25rem;
  }

  .bottom-menu-item .menu-icon {
    font-size: 18px;
    margin-bottom: 2px;
  }

  .bottom-menu-item .menu-icon .icon {
    width: 1.25rem;
    height: 1.25rem;
  }

  .bottom-menu-item i {
    display: block;
    font-weight: 400;
  }

  .bottom-menu-item .menu-label {
    font-size: 11px;
    color: #333;
    font-weight: 500;
    margin-bottom: 0;
  }

  .login-section,
  .signup-section {
    width: 100% !important;
  }

  .btn-fill-button {
    width: 100% !important;
  }

  .bottom-menu-cart-qty {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(0, -10px);
    background-color: var(--new-btn-bg);
    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 .category-section-head {
    text-align: center;
  }

  .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: 14px;
  }

  .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;
    display: none;
  }

  .copy-footer {
    padding: 0;
    font-size: 11px;
    /* display: none; */
    background-color: transparent;
    color: inherit;
    margin-top: 10px;
  }

  .copy-footer .powered-text img {
    width: 26px;
  }

  body>.copy-footer {
    display: none;
  }

  .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: 12px;
  }

  .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: 0;
    margin-bottom: 1rem;
  }

  .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: 0;
  }

  .account-sidebar .sidebar-container {
    padding-top: 20px;
  }

  .new-address-popup.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(--primary_bg);
    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;
  }
}

/* Custom Css */
.header-group header,
.menu-section {
  background: var(--header-bg);
}

.nav-header {
  background: var(--header-bg-new-dark);
  color: white;
}

.nav-header-links a {
  color: white;
}

.btn-bg-new {
  background: var(--new-btn-bg);
}

.btn-hover:hover {
  background-color: var(--new-btn-bg-hover);
  color: white !important;
}

.text-new {
  color: var(--new-btn-bg);
}

.header-navbar-new .dropdown-menu a {
  color: var(--header-bg-new);
}

.search-box {
  min-width: 550px;
}

.fs-sms {
  font-size: 12px;
}

.sms-i {
  width: 12px;
  height: 12px;
}

.fs-sm {
  font-size: 13px;
}

.sm-i {
  width: 13px;
  height: 13px;
}

.fs-smb {
  font-size: 14px;
}

.smb-i {
  width: 14px;
  height: 14px;
}

i.smb-i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.header-padding-set {
  padding: 10px;
}

.header-search-select {
  position: relative;
  border: 0;
  border-right: 1px solid #eaeaea;
  color: #666666;
}

.header-search-input {
  border: 0;
  padding-left: 15px;
}

.header-search-input::placeholder {
  color: #666666;
}

.header-search-btn {
  height: 40px;
  line-height: 1.6;
  letter-spacing: 0.8px;
  font-family: var(--font-montserrat);
  font-weight: 600;
  color: #000;
  padding: 0 25px;
  margin: 0 -2px 0 0;
}

.color-white {
  color: var(--white);
}

.hover-white:hover {
  color: var(--white);
}

.hover-new:hover {
  color: var(--new-btn-bg);
}

.category-parent {
  padding: 15px 30px 10px 20px;
  margin-left: 5px;
}

.cursor-pointer {
  cursor: pointer;
}

.hover-menu {
  background-color: var(--white);
  z-index: 9999;
}

.hover-menu-first-down>li {
  border-bottom: 1px solid #cccccca2;
}

.hover-menu-first-down>li a {
  display: block;
  padding: 13px 20px 13px 30px;
  transition: 0.2s;
}

.hover-menu-first-down li:hover a {
  color: var(--light-gray);
}

.hover-menu-first-down>li:last-child {
  border-bottom: none;
}

.hover-menu-first-down>li a {
  text-decoration: none;
  font-weight: 500;
  color: var(--new-btn-bg-hover);
}

.hover-menu-first-down {
  display: none;
  box-shadow: 0px 0px 10px 0px rgb(223, 223, 223);
}

.parent-menu:hover .hover-menu-first-down {
  display: block;
}

.sub-parent::after {
  margin-top: 10px;
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.child-menu {
  display: none;
  width: calc(1470px - 100%);
  position: absolute;
  left: 100%;
  top: 0;
  background-color: var(--white);
}

.sub-parent:hover .child-menu {
  display: block;
}

#subheadernavbar .navbar-nav li {
  padding: 0;
  /* position: relative; */
  /* min-width: 500px;
  max-width: 100%; */
}

.navbar-nav .dropdown-menu {
  padding: 0;
  max-width: calc(100% - 1rem);
  border: 1px solid rgb(231, 224, 218);
  box-shadow: rgba(48, 33, 29, 0.15) 0px 20px 50px -15px;
  border-radius: 0.75rem;
}

.navbar-collapse {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.location-select {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0.5rem 2.5rem;
  max-width: 300px;
  min-width: 180px;
  position: relative;
  border: 1px solid rgb(231, 224, 218);
  border-radius: 0.75rem;
  margin-left: 1rem;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

.location-select::before {
  content: '\f3c5';
  font: 900 1rem "Font Awesome 6 Free";
  left: 1rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: var(--light-theme-color);
}

.location-select:hover {
  border: 1px solid rgb(207, 50, 32);
  background-color: rgba(207, 50, 32, 0.05);
}

#delivery-location-modal .location-header .ac-input-group {
  margin-bottom: 0;
  margin-top: 1rem;
}

#delivery-location-modal .ac-label {
  color: #fff;
}

#delivery-location-modal .location-body .ac-label {
  color: #333;
}

.location-select::after {
  content: '\f107';
  font: 900 0.75rem "Font Awesome 6 Free";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: rgb(132, 106, 98);
}


.location-select strong {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  position: relative;
  padding-right: 1rem;
  cursor: pointer;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: rgb(132, 106, 98);
}


.location-select .address-description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  color: var(--text-dark);
}

.nav-item.dropdown::before {
  content: '\f107';
  font: 900 0.875rem "Font Awesome 6 Free";
  position: absolute;
  right: 0rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
  color: var(--text-dark);
}

.nav-link.dropdown-toggle {
  /* background-color: #f1f1f1; */
  /* border-radius: 0.5rem; */
  margin-right: 1rem;
}

.nav-link.dropdown-toggle.show {
  position: relative;
}

.nav-link.dropdown-toggle.show::before {
  content: '';
  position: absolute;
  left: 75px;
  bottom: 0;
  transform: translateY(50%) rotateZ(45deg);
  max-width: 15px;
  aspect-ratio: 1 / 1;
  width: 100%;
  background-color: #e4e4e4;
  z-index: -1;
  overflow: hidden;
}

#subheadernavbar .navbar-nav li a {
  font-size: 0.875rem;
  line-height: 1.25rem;
  transition: 0.3s;
  font-weight: 500;
  text-transform: capitalize;
  color: #333;
  overflow: hidden;
  text-wrap: wrap;
}

#subheadernavbar .navbar-nav li a.dropdown-item {
  padding: 0.5rem 1rem;
  font-weight: 400;
}

#subheadernavbar .navbar-nav li a.dropdown-item.active {
  background-color: var(--light-theme-color);
  color: #fff !important;
  font-weight: 500;
}

#subheadernavbar .navbar-nav li a.dropdown-item.active:hover {
  background-color: var(--light-theme-color) !important;
  color: rgba(255, 255, 255, 0.9) !important;
}

#subheadernavbar .navbar-nav li a.dropdown-toggle {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.headerSearchBox {
  position: relative;
  width: 100%;
  max-width: 540px;
}

.search-result-name {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  margin-bottom: 0.25rem;
  margin-left: 0;
  color: var(--text-dark);
}

.search-result-category_name {
  color: rgb(132, 106, 98);
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
}

.search-result-category_name img {
  color: var(--light-theme-color);
  max-width: 1rem;
  aspect-ratio: 1 / 1;
  width: 100%;
  overflow: hidden;
  object-fit: contain;
}

.headerSearchBox .popup-search-results-scroll {
  position: absolute;
  left: 0;
  top: calc(100% + 0.25rem);
  border: 1px solid #dadada;
  display: none;
  scrollbar-width: none;
  -webkit-scrollbar-width: none;
  border-radius: 0.75rem;
}

.headerSearchBox .popup-search-input-box {
  background-color: rgb(246, 242, 238);
  border: 1px solid rgb(231, 224, 218);
  padding: 0.6875rem 1rem;
  padding-left: 2.5rem;
  height: auto;
  position: relative;
  color: var(--text-dark);
  border-radius: 0.75rem;
}

.headerSearchBox .popup-search-results-scroll {
  max-height: 400px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.popup-search-results-scroll .countline,
.headerSearchBox .popup-search-results-scroll .countline {
  color: rgb(132, 106, 98);
  padding: 0.5rem 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  margin-bottom: 0;
}

.headerSearchBox .popup-search-input-box::placeholder {
  color: rgb(156, 163, 175);
  font-size: 0.875rem;
  line-height: 1;
}

.headerSearchBox .popup-search-input-box:focus {
  border-color: rgb(207, 50, 32);
  box-shadow: rgb(255, 255, 255) 0px 0px 0px 0px, rgba(207, 50, 32, 0.2) 0px 0px 0px 2px, rgba(0, 0, 0, 0) 0px 0px 0px 0px;
}

.headerSearchBox::before {
  content: '\f002';
  font: 900 1.125rem "Font Awesome 6 Free";
  position: absolute;
  left: 1rem;
  top: 50%;
  z-index: 1;
  color: rgb(132, 106, 98);
  transform: translateY(-50%);
}

.dropdown-menu {
  max-height: calc(80dvh - var(--top-header-height));
  min-width: 250px;
  overflow-y: auto;
  overflow-x: clip;
  scrollbar-width: thin;
}


.dropdown-menu>li:hover {
  background-color: #F1F1F1;
}

.navbar-nav .dropdown-menu li:hover>a {
  background-color: transparent !important;
}

.navbar-nav li a.active {
  color: var(--light-theme-color) !important;
}

.navbar-nav li a:hover {
  color: var(--light-theme-color) !important;
}

.dropdown-item img {
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  max-width: 30px;
  width: 100%;
  margin-right: 0.5rem;
}

#subheadernavbar .navbar-nav li .dropdwon #subheadernavbar .navbar-nav li a .initial {
  display: block;
  transition: 0.3s ease-in-out;
}

#subheadernavbar .navbar-nav li a .later {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 150%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.1s ease-in-out, top 0.3s ease-in-out;
  background-color: var(--light-theme-color);
  color: #fff;
  border-radius: 5rem;
}

#subheadernavbar .navbar-nav li:hover .initial {
  transform: scale(0);
}

#subheadernavbar .navbar-nav li:hover .later {
  opacity: 1;
  top: 0;
}

#subheadernavbar .navbar-nav li .first-dropwdown a {
  text-align: left;
}

.first-dropwdown {
  position: absolute;
  top: 150%;
  left: 0%;
  width: auto;
  height: auto;
  max-height: 400px;
  transition: opacity 0.2s;
  opacity: 0;
  z-index: 99;
  background: var(--white);
  border-radius: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  visibility: hidden;
  transition: 0.3s;
  /*border: 1px solid var(--gray-border);*/
  border-top: 0;
}

#subheadernavbar .navbar-nav li a.parent-menu:hover {
  color: #c70464;
}

#subheadernavbar .navbar-nav li a.parent-menu1:hover {
  color: #c70464;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

#subheadernavbar .navbar-nav .nav-item:hover>.first-dropwdown {
  opacity: 1;
  height: auto;
  max-height: 400px;
  overflow-y: auto;
  top: 100%;
  left: 0%;
  visibility: visible;
  background-color: #f9f9f9;
}

.nav.nav-tabs {
  border: 0;
}

.nav.nav-tabs>button {
  color: var(--slight-gray);
  font-weight: bold;
  border: 0;
  border-radius: 0;
  border-right: 2px solid #ccc;
}

.first-dropwdown .nav-link.active {
  background-color: transparent;
}

.nav.nav-tabs>button:last-child {
  border-right: 0;
}

.fa.fa-star {
  color: var(--new-btn-bg);
}

.nav-product-card .fa.fa-star {
  font-size: 11px;
  gap: 0 2px;
  margin: 5px 0;
}

.text-gray {
  color: #757f95;
}

.swiper {
  width: 100%;
  overflow: hidden;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  /* Ensures the slide height adapts to content */
}

.swiper-button-prev,
.swiper-button-next {
  color: #000;
}

.header-cat-text {
  color: var(--white);
  text-decoration: none;
}

.flip-hover img {
  transition: 0.4s;
  transform: rotateY(0deg);
}

.flip-hover:hover img {
  transform: rotateY(360deg);
}

.offer-box img {
  transition: 1s;
}

.imga {
  opacity: 1 !important;
}

.imgb {
  opacity: 0 !important;
}

.hover-switch:hover .imga {
  opacity: 0 !important;
}

.hover-switch:hover .imgb {
  opacity: 1 !important;
}

.align-start {
  align-items: start;
}

.nav-product-link:hover {
  color: #000 !important;
}

.product-name-default {
  font-size: 0.875rem;
  line-height: 1.121rem;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 2lh;
  margin-bottom: 1rem;
}

.product-specifications {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 0.25rem;
  margin-bottom: 0.5rem;
}

.spec::before {
  content: "|";
  margin: 0 .25rem;
}

.spec.no-pipe::before {
  content: none;
}

.product-specifications .weight {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  color: rgb(13, 13, 14);
}

.product-specifications .pieces,
.product-specifications .serves {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  color: rgb(13, 13, 14);
}

.gray-bg {
  background: var(--gray-bg);
}

.hover-scale img {
  transition: 1s !important;
  /* transition: transform 1s ease; */
}

.hover-scale img:hover {
  transform: scale(1.1);
}

.blogs-section {
  background-color: rgba(239, 235, 231, 0.3);
}

.blogs-section .section-header .section-heading {
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 0.25rem;
}

.blogs-section .section-header .section-desc {
  color: rgb(132, 106, 98);
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.blogCard {
  background-color: #fff;
  border-radius: 0.5rem;
  box-shadow: rgba(48, 33, 29, 0.08) 0px 4px 20px -4px;
  transition: 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: block;
  text-decoration: none;
}


.blogCard figure {
  max-width: 100%;
  width: 100%;
  aspect-ratio: 2.25 / 1;
  overflow: hidden;
  position: relative;
  margin-bottom: 0;
}

.blogCard figure figcaption {
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  display: inline-block;
  border-radius: 4rem;
  padding: 0.25rem 1rem;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1rem;
  background-color: var(--light-theme-color);
  font-weight: 400;
}

.blogCard figure .swiper-lazy-preloader {
  z-index: -1;
}

.blogCard figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blogCard article {
  padding: 1rem;
}

.blogCard article .blog-title {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  font-family: var(--font-playfair);
  color: var(--text-dark);
}

.blogCard article .blog-preview {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(132, 106, 98);
  margin-bottom: 0;
  font-weight: 400;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2lh;
  line-clamp: 2;
  -webkit-line-clamp: 2;
}

article {
  padding: 1.5rem;
}

.blog-title {
  min-height: 2.4em;
}

.text-slight-gray {
  color: var(--slight-gray);
}

@keyframes fakeDrop {
  0% {
    transform: translateY(0);
    opacity: 1;
  }

  50% {
    transform: translateY(10px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.fancybox-content {
  max-width: 70%;
  max-height: 100%;
  object-fit: cover;
  padding: 0 !important;
}

.fancybox-content img {
  position: relative !important;
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 100% !important;
  margin: 0 auto !important;
}

.testimonialImages img {
  display: block !important;
  object-fit: cover;
}

.text-hover:hover {
  color: var(--slight-gray);
}

.header-lg-search-results-scroll {
  top: 120%;
  z-index: 99999;
  white-space: normal;
  box-shadow: 0 0 0.5rem rgb(0 0 0 / 30%);
  overflow: auto;
  background-color: var(--gray-bg);
}

.header-lg-search-results-container .search-result,
.header-sm-search-results-container .search-result {
  padding: 10px 20px;
  border-bottom: 1px solid #2167e7;
}

.header-lg-search-results-container .search-result :hover .search-result-name,
.header-sm-search-results-container .search-result :hover .search-result-name {
  color: var(--new-btn-bg);
}

.header-sm-search-results-scroll {
  position: absolute;
  top: 110%;
  z-index: 99999;
  left: 0;
  width: 100%;
  white-space: normal;
  box-shadow: 0 0 0.5rem rgb(0 0 0 / 30%);
  overflow: auto;
  background-color: var(--gray-bg);
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.hoverover-blog {
  transition: 0.2s;
  outline: 1px solid white;
}

.hoverover-blog img {
  transition: 0.4s;
}

.hoverover-blog:hover {
  outline: 1px solid #dadada;
}

.hoverover-blog:hover .blog-title {
  color: var(--slight-gray);
}

.hoverover-blog:hover img {
  transform: scale(1.1);
}

.top-notification-bar {
  letter-spacing: 0.7px;
  font-weight: 400;
  color: #000;
}

.nav-highlight {
  position: absolute;
  background-color: var(--dark-theme-color);
  transition: all 0.3s ease;
  z-index: -1;
  pointer-events: none;
}

.nav-link,
.category-parent {
  position: relative;
  z-index: 1;
}

.category-wrapper {
  position: relative;
}

.category-parent {
  cursor: pointer;
}

.nav-link.menu-active {
  color: var(--link);
}

.navbar-nav li:hover a {
  color: var(--link);
}

/* .header-navbar-new:hover .menu-active {
  color: black;
} */
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 18px;
}

.row-cols-lg-9>.col,
.row-cols-9>.col {
  flex: 0 0 11.11%;
}

.row-cols-5>.col {
  flex: 0 0 20%;
}

@media only screen and (min-width: 992px) and (max-width: 1399px) {
  .row-cols-lg-5>.col {
    flex: 0 0 20%;
  }
}

.bb-color {
  border-bottom: 1px solid var(--border);
}

.product-add-to-cart-change {
  color: var(--white);
  transition: 0.3s;
}

.product-add-to-cart-change:hover {
  color: var(--light-theme-color);
}

.product-card-here {
  overflow: hidden;
  border-radius: 1rem 1rem 0.5rem 1rem;
  transition: 0.3s ease-in-out;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  border: none;
  height: 100%;
}

.out-of-stock-card {
  cursor: default;
}

.out-of-stock-card figure {
  position: relative;
}

.out-of-stock-card figure img {
  filter: grayscale(1);
}

.out-of-stock-card figure::after {
  content: "Out of stock";
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max-content;
  height: max-content;
  padding: 0.375rem 0.75rem;
  border-radius: 5rem;
  text-align: center;
  color: #fff;
  background-color: rgb(239, 67, 67);
}


.popup-section .delivery-points-box {
  margin-top: 0.75rem;
  margin-bottom: 0;
}

.product-card-here .delivery-points-box {
  padding: 0.25rem;
}

.product-card-here .delivery-points-box .point {
  font-size: 0.75rem;
  gap: 0.5rem;
}

.product-card-here .delivery-points-box .point i {
  font-size: 0.625rem;
}

.product-card-here .addtoCartBtn {
  max-width: 2.25rem;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 0.5rem 0 0.5rem 0;
  background-color: rgba(207, 50, 32, 0.9);
  color: #fff;
  transition: 0.3s ease-in-out;
  font-size: 1.125rem;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
}

.product-card-here .addtoCartBtn i {
  font-weight: 400;
}

.product-card-here .addtoCartBtn:has(.minus) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;

  background-color: rgba(207, 50, 32, 0.08);
  border: 1px solid var(--light-theme-color);
  padding: 0.25rem 0.4rem;
  height: 40px;
  min-width: 90px;
}

.product-card-here .addtoCartBtn:has(.minus):hover {
  background-color: rgba(207, 50, 32, 0.08);
}

/* COUNT */
.product-card-here .addtoCartBtn:has(.minus) span {
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--light-theme-color);
  min-width: 20px;
  text-align: center;
}

/* PLUS / MINUS BUTTONS */
.product-card-here .addtoCartBtn:has(.minus) button {
  all: unset;
  cursor: pointer;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  font-size: 14px;
  font-weight: 700;
  color: var(--light-theme-color);
  transition: all 0.3s ease;
}

/* ACTIVE CLICK FEEDBACK */
.product-card-here .addtoCartBtn:has(.minus) button:active {
  transform: scale(0.92);
}

.product-card-here .addtoCartBtn:hover {
  background-color: rgba(207, 50, 32, 0.9);
}

/* New Button */
.product-card-here .NewaddtoCartBtn {
  max-width: 2.25rem;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 0.5rem 0 0.5rem 0;
  background-color: rgba(207, 50, 32, 0.9);
  color: #fff;
  transition: 0.3s ease-in-out;
  font-size: 1.125rem;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
}

.product-card-here .NewaddtoCartBtn i {
  font-weight: 400;
}

.product-card-here .NewaddtoCartBtn:has(.minus) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;

  background-color: rgba(207, 50, 32, 0.08);
  border: 1px solid var(--light-theme-color);
  padding: 0.25rem 0.4rem;
  height: 40px;
  min-width: 90px;
}

.product-card-here .NewaddtoCartBtn:has(.minus):hover {
  background-color: rgba(207, 50, 32, 0.08);
}

/* COUNT */
.product-card-here .NewaddtoCartBtn:has(.minus) span {
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--light-theme-color);
  min-width: 20px;
  text-align: center;
}

/* PLUS / MINUS BUTTONS */
.product-card-here .NewaddtoCartBtn:has(.minus) button {
  all: unset;
  cursor: pointer;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  font-size: 14px;
  font-weight: 700;
  color: var(--light-theme-color);
  transition: all 0.3s ease;
}

/* ACTIVE CLICK FEEDBACK */
.product-card-here .NewaddtoCartBtn:has(.minus) button:active {
  transform: scale(0.92);
}

.product-card-here .NewaddtoCartBtn:hover {
  background-color: rgba(207, 50, 32, 0.9);
}

/* End New button */

.product-card-here img {
  transition: 0.3s ease-in-out;
}

.product-card-here:hover img {
  transform: scale(1.05);
}

.product-card-here figure::before {
  /* content: ""; */
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
  opacity: 0;
  z-index: 1;
  transition: 0.3s ease-in-out;
}

.product-card-here:hover figure::before {
  opacity: 1;
}

.product-card-here:hover .product-name-default {
  color: var(--light-theme-color);
}

.product-card-here figure {
  background-color: #fff;
  margin: 0;
  max-width: 100%;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.product-card-here figure .tag {
  position: absolute;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  background-color: rgba(203, 54, 38, 0.1);
  color: #fff;
  background-color: var(--light-theme-color);
  padding: 0.125rem 0.5rem;
  left: 0.75rem;
  top: 0.75rem;
  z-index: 1;
  border-radius: 0.5rem;
}

.out-of-stock-card .product-card-here figure .tag {
  display: none;
}

.product-card-here figure .tag img {
  max-width: 0.875rem;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  object-fit: contain;
  transform: translateY(-2px);
  margin-right: 0.25rem;
  filter: brightness(0) invert(1);
}

.product-card-here .category {
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 600;
  color: var(--light-theme-color);
  border-radius: 0.5rem;
  margin-bottom: 0.25rem;
}

.product-card-here .view-btn {
  display: block;
  width: 100%;
  border-radius: 0.5rem;
  background: var(--light-theme-color);
  color: #fff;
  padding: 0.5rem 1.5rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  transition: opacity 0.3s ease-in-out;
  opacity: 0.9;
}

.product-card-here .view-btn:hover {
  opacity: 1;
}

/* 
.suedo-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  transition: width 0.5s ease, height 0.5s ease;
  z-index: -1;
}
.suedo-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  transition: width 0.5s ease, height 0.5s ease;
}
.suedo-box::after {
  z-index: -1;
}
.suedo-box:hover .product-card-here {
  border: none !important;
}
.suedo-box:hover::before,
.suedo-box:hover::after {
  width: 100%;
  height: 100%;
  border: 1px solid var(--light-theme-color);
} */

.bb-small::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  width: 50px;
  height: 1px;
  background-color: var(--border);
}

.blog-date {
  color: #fff;
  position: absolute;
  right: 0px;
  top: -30px;
  background: var(--light-theme-color);
  padding: 5px 15px 5px 20px;
  height: 30px;
  border-radius: 50px 0 0 0;
}

.swiper-pagination-bullet {
  background-color: var(--text-black);
}

.bb-gray {
  border-bottom: 1px solid var(--gray-border);
}

.bbr-gray {
  border-right: 1px solid var(--gray-border);
}

@media only screen and (max-width: 1024px) {
  .sidebar-close {
    font-size: 40px;
  }

  .promises .col {
    border: 0 !important;
    margin-bottom: 20px !important;
  }
}

.offcanvas {
  z-index: 99996 !important;
}

.offcanvas-backdrop {
  z-index: 99995 !important;
}

.header-icons a {
  padding: 0 10px;
  border-right: 1px solid var(--border);
}

.header-icons a:last-child {
  border-right: 0;
}

.swiper-slide.banner-slide,
#banner-swiper {
  overflow: hidden;
}



.dropdown-toggle::after {
  display: none;
  width: 7px;
  height: 7px;
  border: 2px solid;
  border-top: transparent;
  border-left: transparent;
  transform: translateY(40%);
  rotate: 45deg;
  transform: translateX(30%);
}

.first-heads::before {
  /* content: ""; */
  position: absolute;
  font-family: "Font Awesome 6 pro";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--gray-bg);
  left: 8px;
  top: 14px;
  color: var(--theme-color);
  font-weight: bold;
  font-size: 6px;
  transform: translateY(50%);
  transform: scale(0, 0);
  transition: 0.5s;
  z-index: -1;
}

.first-heads:hover::before {
  width: 6px;
  height: 6px;
  opacity: 1;
  visibility: visible;
  transform: scale(1, 1);
}

.first-heads {
  transition: 0.3s;
}

.first-heads:hover {
  color: var(--gray-bg) !important;
  /* padding-left: 24px !important; */
}

.cta-btn-2 {
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: #f3f3f3;
  background-color: var(--light-theme-color);
  transition: 0.3s ease-in-out;
}

.cta-btn-2:hover {
  color: #fff;
  transform: scale(1.04);
  background: #9b211d;
}

.productAvailableCount {
  color: var(--light-theme-color);
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}

.section-heading {
  position: relative;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  font-family: var(--font-playfair);
  color: #000;
  margin-bottom: 1rem;
}

.section-heading span {
  color: var(--light-theme-color);
}

.section-heading::before {
  /* content: ""; */
  position: absolute;
  left: 0;
  bottom: -10px;
  background: var(--light-gray);
  border-radius: 0 50px 50px 0;
  width: 80%;
  height: 100%;
  z-index: -1;
}

.section-heading::after {
  /* content: ""; */
  position: absolute;
  border: 0;
  left: 0;
  top: 100%;
  width: 35px;
  height: 3px;
  background-color: var(--dark-theme-color);
}

.section-desc {
  color: rgb(132, 106, 98);
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 1.5rem;
  font-weight: 400;
}

.header-bottom-category .swiper-slide:hover a {
  color: var(--link);
}

.header-bottom-category .swiper-slide a>div,
.header-bottom-category .swiper-slide a h6,
.header-bottom-category .swiper-slide figure img {
  transition: 0.6s;
}

/*.header-bottom-category .swiper-slide:hover figure img {*/
/*  scale: 1.1;*/
/*}*/

.product-slide {
  border: 0 !important;
}

.price-color {
  color: var(--light-theme-color);
}

.home-products-swiper .swiper-button-prev,
.home-products-swiper .swiper-button-next {
  background: var(--gray-bg);
  color: var(--white);
  border-radius: 50%;
}

.home-products-swiper .swiper-button-prev::after,
.home-products-swiper .swiper-button-next::after {
  font-size: 14px;
  font-weight: 700;
}

.product-rating .fa-star {
  font-size: 15px;
  color: var(--orange);
}

.promises {
  padding: 20px;
  border: 1px solid var(--gray-border);
  border-radius: 20px;
}

.adv-wrapper {
  margin-left: 15px;
}

.adv-wrapper p {
  color: #808080;
}

.text-orange {
  color: var(--orange);
}

.newbtnanime {
  position: relative;
  font-size: 16px;
  background: var(--light-theme-color);
  color: var(--text-black);
  padding: 10px 20px;
  display: inline-block;
  vertical-align: middle;
  text-transform: capitalize;
  border-radius: 10px;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  border: none;
  transition: 0.6s;
  z-index: 1;
}

.newbtnanime::before {
  content: "";
  height: 300px;
  width: 300px;
  background: var(--text-black);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(0);
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: -1;
}

.newbtnanime:hover {
  color: var(--white);
}

.newbtnanime:hover::before {
  transform: translateY(-50%) translateX(-50%) scale(1);
}

.section-sub-heading {
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 600;
  color: var(--light-theme-color);
  position: relative;
  margin-bottom: 1rem;
  display: inline-block;
}

.section-sub-heading::before,
.section-sub-heading::after {
  content: '';
  background-image: url('../images/leaf.png');
  background-size: 1.25rem 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
  background-repeat: no-repeat;
  background-position: center;
  color: var(--green);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.section-sub-heading::before {
  left: -1.5rem;
  transform: translateY(-55%) rotateZ(-15deg);
}

.section-sub-heading::after {
  right: -1.5rem;
  transform: translateY(-55%) rotateZ(15deg);
}

.section-main-heading {
  font-weight: 700;
  text-transform: capitalize;
  font-size: 34px;
  color: var(--color-dark);
  margin-top: 4px;
}

.text-blue {
  color: var(--gray-bg);
}

.blog-title a {
  color: var(--text-black);
  font-size: 1.125rem;
  line-height: 1.5rem;
  text-transform: capitalize;
  text-decoration: none;
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  min-height: 2lh;
  text-overflow: ellipsis;
  overflow: hidden;
}

footer {
  position: relative;
  z-index: 0;
}

footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(239, 235, 231);
  /*background: url("../images/background/footer-background.jpg") center no-repeat;*/
  background-size: 100%;
  opacity: 0.9;
  z-index: -1;
}

@media only screen and (max-width: 992px) {
  /*footer::before {*/
  /*  background: url("../images/background/mobile-footer-background.jpg") center repeat;*/
  /*  background-size: contain;*/
  /*}*/
}

.text-yellow {
  color: var(--light-theme-color) !important;
}

.foot-heading {
  position: relative;
}

.foot-heading::before {
  /* content: ""; */
  position: absolute;
  width: 10px;
  height: 2px;
  background: var(--gray-bg);
  border-radius: 50px;
  bottom: -5px;
  left: 0;
  z-index: -1;
}

.foot-heading::after {
  /* content: ""; */
  position: absolute;
  width: 30px;
  height: 2px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  bottom: -5px;
  left: 14px;
  z-index: -1;
}

.offer-banner-2 img {
  object-fit: cover;
}

.price-size {
  font-size: 16px;
  font-weight: 700;
}

.price-size span {
  font-size: 12px;
  color: rgb(132, 106, 98);
  font-weight: 400;
}

.footer-page-link {
  font-size: 14px !important;
}

@media only screen and (max-width: 768px) {

  .location-select {
    margin-left: 0;
    margin-top: 1rem;
    max-width: 100%;
  }

  .location-select .address-description {
    line-clamp: 2;
    -webkit-line-clamp: 2;
    text-overflow: none;
    overflow: hidden;
    font-size: 0.625rem;
    line-height: 0.875rem;
    font-weight: 500;
  }

  .location-select strong {
    margin-bottom: 0.125rem;
  }

  .header-account-nav {
    margin-bottom: 1rem;
  }

  #banner-swiper {
    display: block;
    margin-left: 0;
  }

  .banners-section .inner-section {
    justify-content: flex-start;
    margin-bottom: 3rem;
    max-height: initial;
  }

  section {
    padding: 1rem 0;
  }

  .banner-section-info .title {
    font-size: 2rem;
    line-height: 2.25rem;
  }

  .bannerPointBox {
    gap: 0.5rem;
    text-align: center;
  }

  .banner-section-info .desc {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .section-main-heading {
    font-size: 26px;
  }

  .link-font-size {
    font-size: 13px !important;
  }

  .category-offer-banner-grid {
    grid-template-columns: 1fr;
  }

  .offer-banner-space {
    margin-top: 18px !important;
  }

  .category-section-header .product-info-header {
    flex-direction: column-reverse;
    gap: 1rem;
  }

  .category-section-header .product-info-header figure {
    max-width: 150px;
    margin: 0;
  }

  .product-data {
    text-align: center;
  }

  .section-desc {
    max-width: 80%;
    margin: auto;
    text-align: center;
    font-size: 1rem;
    line-height: 1.25rem;
    margin-bottom: 1rem;
  }

  .web-follow-ul {
    display: none;
  }

  .follow-ul {
    display: flex;
    flex-direction: row;
  }

  .shop-ul {
    padding-left: 0;
    margin-bottom: 0;
  }

  .resp-hide {
    display: none !important;
  }

  .resp-section-center {
    justify-content: center !important;
  }

  .section-heading::after {
    left: 35% !important;
  }

  .resp-section-center .section-heading::after {
    left: 50% !important;
    transform: translateX(-50%);
  }

  .web-cat-section {
    display: none;
  }

  .web-promises {
    display: none;
  }

  .adv-wrapper {
    margin-left: 0 !important;
  }

  .footer-links-title li {
    margin-bottom: 5px;
  }

  .footer-links-list a.footer-page-link {
    line-height: 20px;
  }

  .home-page-contents {
    margin-top: 0 !important;
  }


  .footer-links-title {
    font-size: 14px !important;
  }

  .footer-page-link {
    font-size: 13px !important;
  }

  .position-relative {
    line-height: 18px;
    font-size: 12px;
  }

  .shop-ul li {
    line-height: 18px;
    font-size: 12px;
  }

  .follow-us-ul li {
    line-height: 18px;
    font-size: 12px;
  }

  .header-action-title {
    font-size: 14px;
  }

  .blog-title a {
    font-size: 13px;
  }

  .sidebar-links .fs-6 {
    font-size: 12px !important;
  }

  .footer-col .fs-6 {
    font-size: 12px !important;
  }

  .collapse-content .footer-social-icon {
    margin-left: -30px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 576px) {
  .banner-box figure {
    aspect-ratio: 1 / 1.25;
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }

  .offer-banner-2 {
    padding-bottom: 30% !important;
  }

  .price-size {
    font-size: 14px;
  }

  .price-size span {
    font-size: 12px;
  }
}

.text-black {
  color: #575757 !important;
}

.home-page-contents {
  background-color: #fff;
  /*background: url(../images/background/bg1.jpg);*/
  /*background-size: auto;*/
  /*background-position: center;*/
  /*background-repeat:repeat;*/
}

.popup-search-input-group {
  width: 100%;
}

.search-bg-layer {
  display: none;
  position: fixed;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 1050;
  background: rgba(51, 51, 51, 0.8);
  animation: 300ms ease 0s 1 normal none running lbWRkT;
  margin-top: 27px;
}

@keyframes lbWRkT {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

a.text-gray:hover {
  color: #c70464;
}

.category-icons:hover,
.resp-cat-heading:hover {
  color: #c70464 !important;
}

.top-cat:hover {
  color: #c70464 !important;
}

.popup-search-input-box::placeholder {
  color: #373737;
  font-size: 1rem;
  line-height: 1.3rem;
}

.top_strip {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

.strip-1 {
  background-color: #c70464;
  height: 5px;
}

.strip-2 {
  background-color: #009acb;
  height: 5px;
}

.strip-3 {
  background-color: #96cd32;
  height: 5px;
}

.strip-4 {
  background-color: #ffcb06;
  height: 5px;
}

.strip-5 {
  background-color: #ff850e;
  height: 5px;
}

.strip-6 {
  background-color: #cd3534;
  height: 5px;
}

.news-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-slide {
  border-radius: 6px;
  overflow: hidden;
}

/* Ends here */
.sub-col li a {
  font-size: 14px;
}

.sub-col li:hover a,
.first-dropwdown li:hover a {
  color: var(--link) !important;
}

.multi-column-dropdown {
  width: max-content;
  /* or adjust as needed */
  padding: 5px;
}

.multi-column-dropdown .sub-dropdown {
  display: flex;
}

.multi-column-dropdown .sub-col {
  width: max-content;
  padding-right: 65px;
}

.multi-column-dropdown .sub-col:last-child {
  border-right: 0;
}

.search-result {
  padding-bottom: 0.25rem;
}

.iziToast>.iziToast-close {
  opacity: 1 !important;
}

.home-cat-nav-btn {
  width: 45px;
}

.img-fluid1 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.highlight {
  background-color: #f9f9f9;
  color: #c70464;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.link-font-size {
  font-size: 14px !important;
  font-weight: 400 !important;
}

ul.shop-ul a {
  text-transform: capitalize;
  font-weight: 400;
}


.filter-option-label input.sub_cat_list:checked+span {
  font-weight: 400;
}

.breadcrumbs-section h3 {
  font-size: 15px !important;
  margin-bottom: 1px;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .link-font-size {
    font-size: 13px !important;
  }

  .product-card-here::before {
    height: 100%;
  }
}

.address-form-box {
  max-height: 500px;
  overflow-y: auto;
}

.address-option:first-child {
  color: #ef7811;
}

.address-option:last-child {
  color: red;
}

label.error {
  color: red;
  font-size: 13px;
}

sup.error {
  color: red;
  font-size: 13px;
}

.radio-group {
  display: flex;
  gap: 10px;
  padding: 0px 8px;
  margin-bottom: 1rem;
  margin-top: 0.5rem;
}

.radio-group input[type="radio"] {
  display: none;
}

.radio-group label {
  padding: 10px 8px;
  background-color: #fff;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 600;
  text-align: center;
  color: #b2b2b2;
  transition: background-color 0.3s, color 0.3s;
  font-size: 14px;
  width: 100%;
}

.radio-group input[type="radio"]:checked+label {
  background-color: var(--new-btn-bg);
  color: white;
  border-color: var(--new-btn-bg);
}

.address-new-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  place-items: center;
  padding: 1rem;
  z-index: 400;
  display: none;
  opacity: 0;
  transition: ease 0.25s opacity;
  overflow: auto;
  overflow-x: hidden;
}

.address-new-modal.active {
  display: grid;
}

.address-new-modal.show {
  opacity: 1;
}

.address-new-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.7;
}

.address-new-modal-content {
  position: relative;
  z-index: 1;
  height: auto;
  max-width: 500px;
  max-height: 90vh;
  overflow: auto;
  width: 100%;
  max-height: 100%;
  border-radius: 1rem;
  background-color: #fff;
  transition: ease 0.25s transform;
  scrollbar-width: thin;
  border: 1px solid var(--light-theme-color);
}

#address-new-modal1 .address-new-modal-content {
  max-width: 450px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.address-new-modal.show .address-new-modal-content {
  transform: translateY(0);
}

.address-new-modal-header {
  padding: 1rem;
  border-bottom: 1px solid #e7e7e7;
}

.address-new-modal-header .add-coupon-input-group {
  max-width: 400px;
  margin-right: auto;
}

.address-new-modal-header-row {
  display: flex;
  margin-bottom: 20px;
  justify-content: space-between;
}

.address-new-modal-title {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 700;
  margin-bottom: 0;
  font-family: var(--font-playfair);
}

.address-new-modal-close-btn {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  position: relative;
  z-index: 30;
}

.address-new-modal-body {
  max-height: calc(100vh - 180px);
  overflow: auto;
  height: 100%;
  position: relative;
}

.address-new-modal-body .address-form-group {
  margin-bottom: 0.875rem;
}

.address-new-modal-body .address-form-row {
  width: 100%;
}

.login-box {
  width: 100%;
  max-width: 42.5rem;
  margin: 4rem auto;
  padding: 2rem 7.5rem;
  background: #f0f0ef;
}

.login-box .form-control {
  background-color: transparent;
  border: 1px solid rgb(222, 222, 222);
  padding: 13.5px 11px;
  border-radius: 0.5rem;
}

.login-box .form-floating label {
  color: rgb(112, 112, 112);
  font-weight: 400;
  font-size: 0.875rem;
}

.login-box .ac-btn {
  background-color: transparent;
  border-color: transparent;
  color: #000;
  border-radius: 5rem;
  transition: 0.3s ease-in-out;
}

.login-box .ac-btn:hover {
  background-color: transparent;
  border-color: #b42522;
  color: #b42522;
  box-shadow: none;
}

.login-box .ac-link {
  position: relative;
  font-weight: 300;
  padding-bottom: 0.25rem;
  display: inline-block;
  max-width: max-content;
}

.login-box .ac-link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #ccc;
  transform-origin: left;
  transform: scaleX(1);
  transition: 0.3s ease-in-out;
}

.login-box .ac-link:hover::before {
  transform: scaleX(0);
}

/* .login-box .form-control:focus label {
  border-color: #CF3220;
  box-shadow: #CF3220 0px 0px 0px 1px;
} */

.login-box .form-floating label::after,
.login-box .form-floating label,
.login-box .form-floating input:focus+label::after {
  content: unset;
  background-color: transparent !important;
}

.login-box .form-floating {
  margin-bottom: 1rem;
}

.login-box .form-floating:last-child {
  margin-bottom: 0;
}

.login-box .form-control:not(:placeholder-shown),
.login-box .form-control:focus {
  border-color: #CF3220;
  box-shadow: #CF3220 0px 0px 0px 1px;
  background-color: #e8f0fe;
}

.agree-tc-check {
  font-size: 0.85rem;
  line-height: 1.15rem;
}

.delivery-box-form {
  max-width: 500px;
  width: 100%;
  overflow: hidden;
}

.delivery-box-form .location-header {
  width: 100%;
  background: linear-gradient(to right, rgb(207, 50, 32), rgba(207, 50, 32, 0.8));
  padding: 2rem;
}

.delivery-box-form .location-header .locationIcon {
  max-width: 3rem;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}

.delivery-box-form .location-header .title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #fff;
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  font-family: var(--font-playfair);
}

.x-mark-delivery-popup {
  position: absolute;
  right: 1rem;
  top: 1.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #fff;
  max-width: 2.5rem;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}

.detectBox {
  border: 2px dashed rgb(231, 224, 218);
  border-radius: 0.75rem;
  padding: 0.5rem 1.25rem;
}

.detectBox .locationIcon {
  width: 100%;
  max-width: 2.5rem;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(107, 180, 34, 0.2);
  color: rgb(107, 180, 34);
  border-radius: 50%;
}

.detectBox .locationData .title {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: var(--text-dark);
  margin-bottom: 0;
}

.detectBox .locationData .desc {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  color: rgb(132, 106, 98);
}

.location-body .divider {
  width: 100%;
  text-align: center;
  margin-block: 1rem;
  position: relative;
  font-size: 0.75rem;
  line-height: 1rem;
  color: rgb(132, 106, 98);
  font-weight: 400;
}

.location-body .divider::before,
.location-body .divider::after {
  content: '';
  position: absolute;
  width: 45%;
  height: 1px;
  background-color: rgb(231, 224, 218);
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.location-body .divider::after {
  left: unset;
  right: 0;
}

.location-body .form-group-mix .input-group {
  position: relative;
}

.location-body .form-group-mix .input-group input {
  background-color: rgb(246, 242, 238);
  padding-inline: 3rem 6rem;
  height: 3.5rem;
  border-radius: 0.75rem !important;
  border: 1px solid rgb(231, 224, 218);
  font-size: 0.875rem;
  line-height: 1.25rem;
  transition: 0.3s ease-in-out;
  z-index: 0;
}

.location-body .form-group-mix .input-group input:focus {
  border-color: var(--light-theme-color);
  box-shadow: rgb(255, 255, 255) 0px 0px 0px 0px, rgba(207, 50, 32, 0.2) 0px 0px 0px 2px, rgba(0, 0, 0, 0) 0px 0px 0px 0px;
}

.location-body .form-group-mix .input-group input::placeholder {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.location-body .form-group-mix .input-group .input-group-text {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  border: none;
  color: var(--text-dark);
  z-index: 1;
}

.location-body .form-group-mix .input-group .red-btn {
  color: #fff;
  background-color: var(--light-theme-color);
  border-radius: 0.75rem !important;
  padding: 0.5rem 1rem;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
}

.location-body .form-group-mix .input-group .red-btn:disabled {
  opacity: 0.5;
}

.skipline {
  margin-top: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: rgb(132, 106, 98);
}

.skipline button {
  text-decoration: underline;
  color: rgb(132, 106, 98);
}

.delivery-box-form .location-header .desc {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
}

.delivery-box-form .location-body {
  width: 100%;
  max-width: 100%;
  padding: 2rem;
  overflow: auto;
  min-height: 200px;
  max-height: 600px;
  height: 100%;
}

.delivery-box-form .location-body .ac-input-group {
  margin-bottom: 1.5rem;
}

.delivery-box-form .location-body .ac-input-group input,
.custom-dropdown .custom-dropdown-selected {
  padding: 0.5rem 1rem !important;
  border-radius: 0.5rem;
  box-shadow: none;
  border: 1px solid var(--light-theme-color);
  color: #666;
}

.custom-dropdown .custom-dropdown-selected {
  font-size: 1rem;
  line-height: 1.5rem;
}

.delivery-box-form .ac-input-group input::placeholder {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
}

.delivery-box-form .location-body .ac-input-group .ac-label {
  font-weight: 600;
  color: #333;
  margin-bottom: 0.5rem;
}

.delivery-box-form .location-footer {
  padding: 1rem 2rem;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  gap: 1rem;
  align-items: center;
  position: sticky;
  bottom: 0;
  box-shadow: 1px -6px 9px 2px rgb(151 151 151 / 15%);
  background-color: #fff;
}

.delivery-box-form .slots {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.delivery-box-form .slots .slot {
  width: 100%;
  padding: 1rem 1.5rem;
  cursor: pointer;
  border-radius: 0.5rem;
  border: 1px solid #dadada;
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 400;
}

.delivery-box-form .slots .slot.active {
  background: var(--light-theme-color);
  border: 1px solid var(--light-theme-color);
  color: #fff;
}

.delivery-box-form .location-footer .btn-continue {
  border-radius: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 500;
  color: #fff;
  background: var(--light-theme-color);
  padding: 0.75rem 1rem;
  width: 100%;
  border: 0;
}

.btn-confirm {
  font-size: 0.875rem;
  line-height: 1rem;
  padding: 0.75rem 1.5rem;
  font-weight: 500;
  border-radius: 2rem;
  background-color: rgb(79, 179, 137);
  color: #fff;
  border: 1px solid rgb(60, 134, 103);
}

.btn-cancel {
  border-radius: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 500;
  color: #000;
  background: #fff;
  padding: 0.75rem 1rem;
  width: 100%;
  border: 1px solid #dadada;
  transition: 0.3s ease-in-out;
}

.btn-cancel:hover {
  background: rgb(211, 137, 127);
  color: #fff;
}

.delivery-box-form .btn-continue {
  border: 1px solid #fff;
}

@media only screen and (max-width: 768px) {
  .breadcrumbs-section {
    display: none;
  }

  .login-box .form-floating {
    margin-bottom: 0.5rem;
  }

  .menu-sidebar .sidebar-links .nav-active {
    color: #009acb;
  }

  .address-new-modal-content {
    width: 100%;
    max-width: 90vw !important;
    height: auto;
    max-height: 100%;
  }

  .address-new-modal-header {
    padding: 15px;
  }

  .address-new-modal-header-row {
    align-items: center;
  }

  .login-box {
    width: 100%;
    padding: 2rem;
    margin: 1rem auto;
  }

  .product-checkout-link {
    margin-left: 15px;
    padding: 10px 15px;
    width: 100%;
    text-align: center;
    justify-content: center;
    background-color: #6e6e6c;
    color: var(--accent_fg);
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    transition: ease 0.2s;
    border: 1px solid #6e6e6c;
    transition-property: color, background-color;
  }
}

@media only screen and (min-width: 769px) {
  .web-none {
    display: none;
  }
}

.location-search-form {
  width: 100%;
  padding: 0 30px;
  position: relative;
  margin-bottom: 2rem;
}

.location-input-container {
  border-radius: 50px;
  position: relative;
  border: 1px solid #797979;
  overflow: hidden;
  display: flex;
}

.location-search-form .search-icon {
  margin: auto 10px;
  height: 100%;
  font-size: 16px;
}

.placepicker-control {
  padding: 12px 8px;
  width: 100%;
  border: 0;
}

.location-search-form .search-location {
  font-size: 14px;
  color: #fff;
  white-space: nowrap;
  border: none;
  padding-right: 10px;
  padding-left: 10px;
  margin: 3px;
  border-radius: 50px;
  cursor: pointer;
  background-color: #004d94;
}

.delivery-search-results {
  position: absolute;
  top: 100%;
  left: 50px;
  right: 50px;
}

div#location_alert {
  font-size: 14px;
  color: red;
  margin: 0 30px;
    margin-top: 1rem;
}

.location-form-submit {
  height: 45px;
}

.submit-location-form {
  padding: 7px 25px;
  border-radius: 50px;
  border: 2px solid #004d94;
  background-color: #004d94;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: ease 0.25s;
  transition-property: color, background-color;
}

.placepicker-control:focus {
  border: 0;
  box-shadow: none;
}

.location-form-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-height: calc(80dvh - var(--top-header-height));
  overflow: clip;
}

.location-dropdown {
  width: 250px;
  min-width: 250px;
  border-radius: 50px;
  border: 1px solid #ddd;
  display: flex;
  overflow: hidden;
  font-size: inherit;
  background-color: transparent;
  text-align: left;
  align-items: center;
  cursor: pointer;
}

.location-dropdown {
  margin-right: auto;
}

.location-dropdown .location-marker {
  margin-left: 12px;
  display: flex;
  align-items: center;
  height: 100%;
  color: #004d94;
}

.location-dropdown .current-location {
  width: 100%;
  padding: 5px 10px;
  height: 33px;
  border: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.8;
  transition: ease 0.25s color;
}

#location-alert-error {
  color: red;
  font-size: 13px;
  width: 100%;
  text-align: center;
}

.custom-dropdown-ui {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 8px 12px;
  font-size: 14px;
  width: 100%;
  cursor: pointer;
  background-image: url("data:image/svg+xml;utf8,<svg fill='gray' height='20' viewBox='0 0 24 24' width='20'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px;
}

.custom-dropdown {
  position: relative;
  width: 100%;
  max-width: 100%;
  font-family: sans-serif;
}

.custom-dropdown-selected {
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 10px;
  background: #fff;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.custom-dropdown .custom-dropdown-selected::before {
  content: "\f107";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  color: #555;
  font: 900 1rem "Font Awesome 6 Free";
}

.custom-dropdown-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  margin: 4px 0 0;
  list-style: none;
  padding: 0;
  display: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.custom-dropdown-options li {
  padding: 0.5rem 2rem;
  cursor: pointer;
  font-size: 0.875rem;
  line-height: 1rem;
}

.custom-dropdown-options li:hover {
  background: rgba(166, 89, 89, 0.15);
}

.custom-dropdown-options li.active {
  background: #af4744;
  color: #fff;
  position: relative;
}

.custom-dropdown-options li.active::before {
  content: "\f00c";
  font: 900 0.8rem "Font Awesome 6 Free";
  position: absolute;
  left: 0.75rem;
}

.about-section {
  background-color: rgba(246, 242, 238, 0.3);
}

.aboutCard {
  background-color: #fff;
  border-radius: 1rem;
  overflow: hidden;
  padding: 1.5rem;
  box-shadow: rgba(48, 33, 29, 0.08) 0px 4px 20px -4px;
  border: 1px solid rgba(231, 224, 218, 0.5);
  transition: 0.3s ease-in-out;
  height: 100%;
}

.aboutCard .icon {
  max-width: 3.5rem;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 1.25rem;
  overflow: hidden;
  background-color: rgba(107, 180, 34, 0.1);
  color: rgb(107, 180, 34);
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.aboutCard .icon i {
  font-size: 1.75rem;
}

.aboutCard .title {
  color: var(--text-dark);
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  font-family: var(--font-playfair);
  margin-bottom: 1rem;
}

.aboutCard .description {
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 400;
  color: rgb(132, 106, 98);
  max-height: 225px;
  overflow-y: auto;
  scrollbar-width: thin;
}

.aboutCard figure {
  max-width: 100%;
  width: 100%;
  aspect-ratio: 1.75 / 1;
  overflow: hidden;
  background-image: linear-gradient(to right bottom, rgba(207, 50, 32, 0.2), rgba(107, 180, 34, 0.2));
  position: relative;
  margin: 0;
}

.aboutCard figure video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aboutCard figure .videoCard {
  background-image: linear-gradient(to right bottom, rgba(207, 50, 32, 0.2), rgba(107, 180, 34, 0.2));
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
  z-index: 1;
}

.aboutCard figure .videoCard .playBtn {
  background-color: var(--light-theme-color);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
  margin-bottom: 0;
}

.aboutCard figure .videoCard .playBtn i {
  font-size: 1.25rem;
}

.aboutCard figure .videoCard .play-title {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}

.aboutCard .certification-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.aboutCard .certification-list .certification {
  display: flex;
  align-items: center;
  gap: 1rem;
  background-color: rgba(246, 242, 238, 0.5);
  padding: 0.75rem;
  border-radius: 1rem;
}

.aboutCard .certification-list .certification .icon {
  margin-bottom: 0;
  font-size: 0.75rem;
}

.aboutCard .certification-list .certification .data .cert-title {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: var(--text-dark);
  font-size: 0.75rem;
  line-height: 1rem;
  margin-bottom: 0;
}

.aboutCard .certification-list .certification .cert-desc {
  font-size: 0.75rem;
  line-height: 1rem;
  color: rgb(132, 106, 98);
  font-weight: 400;
}

.faq-section {
  background-color: rgba(246, 242, 238, 0.3);
}

.faq-item {
  margin-bottom: 12px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .06);
}

.faq-trigger {
  width: 100%;
  padding: 1.25rem;
  background: none;
  border: none;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  color: #000;
  background-color: rgb(252, 250, 248);
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
  font-family: var(--font-playfair);
}

.faq-panel {
  height: 0;
  overflow: hidden;
  background-color: rgb(252, 250, 248);
  transition: height 320ms cubic-bezier(.4, 0, .2, 1);
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
}

.faq-content {
  padding: 0 20px 20px;
  color: #555;
}

.arrow {
  transition: transform 300ms ease;
}

.faq-item.active .arrow {
  transform: rotate(180deg);
}


/* .datepicker {
  border: 1px solid rgb(89, 166, 115);
  border-radius: 8px;
  padding: 8px;
  background: #fff;
  font-family: inherit;
  font-size: 14px;
}

.datepicker table {
  width: auto;  
  margin: 0 auto;
  table-layout: fixed;
  border-collapse: collapse;
  text-align: center;
}

.datepicker table th,
.datepicker table td {
  width: 36px;
  height: 36px;
  line-height: 36px;
  border: 1px solid rgb(89, 166, 115);
  border-radius: 4px;
  cursor: pointer;
}

.datepicker table th {
  background: rgba(89, 166, 115, 0.1);
  font-weight: 600;
  color: var(--light-theme-color);
}

.datepicker table td {
  color: #333;
}

.datepicker table td.day:hover {
  background: rgba(89, 166, 115, 0.15);
}

.datepicker table td.active,
.datepicker table td.active:hover {
  background: var(--light-theme-color) !important;
  color: #fff !important;
}

.datepicker table td.today {
  background: rgba(89, 166, 115, 0.2) !important;
  font-weight: bold;
  color: var(--light-theme-color);
}

.datepicker-dropdown {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
} */

.STEEDLINK {
  color: #000;
  font-style: italic;
  text-decoration: underline;
  opacity: 0.8;
  transition: 0.3s ease-in-out;
}

.STEEDLINK:hover {
  opacity: 1;
  color: var(--light-theme-color);
}

span.slot_date {
  padding-left: 0.5rem;
}

.day {
  font-weight: 600;
  color: #CF3220;
  margin-top: 1rem;
}

.time-slot-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between;
  gap: 1rem;
}

.slots .day:first-child {
  margin-top: 0;
}

.nav-link.menu-activate {
  background-color: var(--light-theme-color);
  color: #fff !important;
  border-radius: 5rem;
}

#forgot-error {
  color: red;
  font-size: 13px;
  max-width: 250px;
}

#count_timer {
  color: #CF3220;
  font-size: 17px;
}

p#timer_otp {
  font-size: 12px;
  text-align: center;
}

#resend-otp-btn {
  background-color: #CF3220;
  color: #fff;
  border: 0;
  border-radius: 3px;
  padding: 6px;
  width: 100px;
  margin: 0 auto;
}

p#otp_verify_error {
  color: #CF3220;
  font-size: 14px;
}

.size-static-small {
  border-radius: 0.5rem;
  display: flex;
  width: 100%;
  gap: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  color: var(--light-theme-color);
  margin-bottom: 1rem;
}

.size-static-small i {
  color: var(--light-theme-color);
  margin-right: 0.5rem;
}

.size-static-small .gross {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  background-color: rgb(246, 242, 238);
  color: rgb(132, 106, 98);
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  padding: 0.25rem 0.5rem;
  border-radius: 0.75rem;
}

.size-static-small .net {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  background-color: rgba(107, 180, 34, 0.1);
  border-radius: 0.75rem;
  padding: 0.25rem 0.5rem;
  color: rgb(132, 106, 98);
  font-size: 0.875rem;
  line-height: 1.25rem;
}


.size-static-small .gross strong {
  font-weight: 500;
  color: var(--text-dark);
  margin-bottom: 0;
  font-size: 0.875rem;
}

.size-static-small .net strong {
  font-weight: 500;
  color: rgb(107, 180, 34);
  margin-bottom: 0;
}


.ui-modal .size-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  text-align: start;
}

.ui-modal .size-box figure {
  max-width: 6rem;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 0.75rem;
}

.ui-modal .size-box figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ui-modal .size-static-small {
  color: #000;
}

.add-to-cart-btn {
  align-self: flex-end;
  margin-left: auto;

}

.add-to-cart-btn .addtoCartBtn {
  padding: 0.5rem 1.5rem;
  line-height: 1.4;
  background-color: var(--light-theme-color);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 4px;
  white-space: nowrap;
  /* margin-left: 10px; */
  width: 100%;
  cursor: pointer;
  box-shadow: inset 0 0 0 2px var(--light-theme-color);
  transition: ease 0.2s;
  transition-property: color, background-color;
}

.add-to-cart-btn .addtoCartBtn:has(.minus) {
  width: fit-content;
  padding: 2px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
}

.add-to-cart-btn .addtoCartBtn>button {
  flex: 0 0 2.5rem;
  max-width: 2.5rem;
  width: 100%;
  aspect-ratio: 1 / 1;
  background-color: transparent;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--light-theme-color);
  transition: all 0.3s ease;
  background-color: #efefef;
}

.add-to-cart-btn .addtoCartBtn>button:hover {
  background-color: rgb(239, 235, 231);
}

.add-to-cart-btn .addtoCartBtn>span {
  color: #000;
  max-width: 2.5rem;
  width: 100%;
  aspect-ratio: 1 / 1;
  display: flex;
  justify-content: center;
  align-items: center;
}




.add-to-cart-btn .NewaddCartbtn {
  max-width: 180px;
  /* margin-inline: auto; */
  padding: 0.75rem 1.5rem;
  line-height: 1.4;
  background-color: var(--light-theme-color);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 10px;
  white-space: nowrap;
  /* margin-left: 10px; */
  width: 100%;
  cursor: pointer;
  box-shadow: inset 0 0 0 2px var(--light-theme-color);
  transition: ease 0.2s;
  transition-property: color, background-color;
}

.add-to-cart-btn .NewaddCartbtn:has(.minus) {
  width: fit-content;
  padding: 2px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
}

.add-to-cart-btn .NewaddCartbtn>button {
  flex: 0 0 2.5rem;
  max-width: 2.5rem;
  width: 100%;
  aspect-ratio: 1 / 1;
  background-color: transparent;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--light-theme-color);
  transition: all 0.3s ease;
  background-color: #efefef;
}

.add-to-cart-btn .NewaddCartbtn>button.minus {
  border-radius: 10px 0 0 10px;
}

.add-to-cart-btn .NewaddCartbtn>button.plus {
  border-radius: 0 10px 10px 0;
}

.add-to-cart-btn .NewaddCartbtn>button:hover {
  background-color: rgb(239, 235, 231);
}

.add-to-cart-btn .NewaddCartbtn>span {
  color: #000;
  max-width: 2.5rem;
  width: 100%;
  aspect-ratio: 1 / 1;
  display: flex;
  justify-content: center;
  align-items: center;
}


.add-to-plus-minus {
  background-color: var(--light-theme-color);
  color: #fff;
  padding: 0.35rem 1.25rem;
  border-radius: 0.75rem;
  margin-top: 1rem;
}

.delivery-points-box {
  background-color: rgb(246, 242, 238);
  padding: 0.5rem;
  color: var(--text-dark);
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  text-align: center;
}

.delivery-points-box .point {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
}

.delivery-points-box .point b {
  font-weight: 500;
}

.delivery-points-box .point:last-child {
  margin-bottom: 0;
}



.add-to-cart-btn .NewaddtoCartBtn {
  padding: 0.5rem 1.5rem;
  line-height: 1.4;
  background-color: var(--light-theme-color);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 4px;
  white-space: nowrap;
  /* margin-left: 10px; */
  width: 100%;
  cursor: pointer;
  box-shadow: inset 0 0 0 2px var(--light-theme-color);
  transition: ease 0.2s;
  transition-property: color, background-color;
}

.add-to-cart-btn .NewaddtoCartBtn:has(.minus) {
  width: fit-content;
  padding: 2px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
}

.add-to-cart-btn .NewaddtoCartBtn>button {
  flex: 0 0 2.5rem;
  max-width: 2.5rem;
  width: 100%;
  aspect-ratio: 1 / 1;
  background-color: transparent;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--light-theme-color);
  transition: all 0.3s ease;
  background-color: #efefef;
}

.add-to-cart-btn .NewaddtoCartBtn>button:hover {
  background-color: rgb(239, 235, 231);
}

.add-to-cart-btn .NewaddtoCartBtn>span {
  color: #000;
  max-width: 2.5rem;
  width: 100%;
  aspect-ratio: 1 / 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

@keyframes shake {

  0%,
  100% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(4px);
  }
}

.delivery-points-box .point i {
  color: var(--green);
  animation: shake 1s infinite;
}

.bottom-sheet-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  display: none;
}

/* Bottom Sheet Container */
.bottom-sheet {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: white;
  z-index: 1001;
  border-radius: 1.5rem 1.5rem 0 0;
  transform: translateY(100%);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  max-height: 80vh;
  padding-bottom: env(safe-area-inset-bottom);
  overflow-y: auto;
}

.sheet-header {
  position: sticky;
  top: 0;
  background-color: #fff;
}

/* Active State */
.bottom-sheet.show {
  transform: translateY(0);
}

.bottom-sheet-overlay.show {
  display: block;
}

/* Internal Styling */
.drag-handle {
  width: 40px;
  height: 4px;
  background: #e2e8f0;
  border-radius: 10px;
  margin: 12px auto 8px;
}

.sheet-title-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #eee;
}

.sheet-title-row .title {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0;
  color: var(--text-dark);
}

.close-sheet-btn {
  background: #f1f5f9;
  border: none;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.sheet-body {
  padding: 1.25rem;
  padding-top: 0.625rem;
}

.sheet-body .menu-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sheet-body .menu-links .link {
  margin-bottom: 0.25rem;
}

.sheet-body .menu-links .link a {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem;
  text-decoration: none;
  color: var(--text-dark);
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  transition: 0.3s ease-in-out;
  border-radius: 1rem;
}

.sheet-body .menu-links .link a .icon {
  width: 1.25rem;
  height: 1.25rem;
}

.sheet-body .menu-links .link a:hover {
  background-color: rgb(246, 242, 238);
}

.sheet-body .menu-links .link.active a {
  background-color: var(--light-theme-color);
  color: #fff;
}

.sheet-body .menu-links .link i {
  width: 20px;
  height: 20px;
}

.sheet-body .logout {
  margin-bottom: 0;
}

.sheet-body .logout a {
  color: #ef4444 !important;
}

@media only screen and (max-width: 768px) {
  .add-to-cart-btn .NewaddCartbtn>button {
    flex: 0 0 1.625rem;
    max-width: 1.625rem;
    font-size: 1rem;
  }

  .add-to-cart-btn .NewaddCartbtn>span {
    max-width: 2rem;
  }

  .delivery-points-box {
    margin-bottom: 0.5rem;
    padding: 0.5rem;
  }

  .delivery-points-box .point {
    font-size: 0.75rem;
    line-height: 1;
  }

  .product-card-here .category {
    font-size: 0.625rem;
    margin-bottom: 0;
  }

  .price-size {
    font-size: 0.75rem;
  }

  .product-name-default {
    min-height: 36.2px;
  }

  .product-card-here .delivery-points-box .point {
    font-size: 0.625rem;
  }

  .time-slot-box {
    grid-template-columns: repeat(1, 1fr);
  }

  .add-to-cart-btn .addtoCartBtn {
    font-size: 0.75rem;
    padding: 0.25rem 0.75rem;
  }

  .add-to-cart-btn .addtoCartBtn>button {
    flex: 0 0 1.75rem;
    max-width: 1.75rem;
    font-size: 1rem;
  }

  .add-to-cart-btn .addtoCartBtn:has(.minus) {
    margin-inline: auto;
  }

  .delivery-box-form .location-header .locationIcon {
    max-width: 2.5rem;
    font-size: 1.125rem;
  }

  .delivery-box-form .location-body {
    padding: 1rem;
  }

  .x-mark-delivery-popup {
    top: 1rem;
    max-width: 2rem;
  }

  .delivery-box-form .location-header .title span {
    font-size: 1.125rem;
    line-height: 1.25rem;
    margin-bottom: 0.25rem;
  }

  .delivery-box-form .location-header .desc {
    font-size: 0.875rem;
    line-height: 1.25rem;
    max-width: calc(100% - 1.5rem);
  }

  .day {
    font-size: 1rem;
  }

  .readySection .section-header .section-heading,
  .section-heading {
    font-size: 1.25rem;
    line-height: 1.75rem;
    text-align: center;
    margin-bottom: 0.25rem;
  }

  .readySection .section-header .section-desc {
    font-size: 1rem;
    line-height: 1.25rem;
  }

  .section-header {
    margin-bottom: 0.75rem;
  }

  .limited-badge {
    font-size: 0.75rem;
    font-weight: 600;
  }

  .banner-title-small {
    font-size: 1.125rem;
    line-height: 1.25rem;
  }

  .banner-title-large {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }

  .banner-desc {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }

  .order-now {
    padding: 0.125rem 1rem;
    border-radius: 0.5rem;
    font-size: 0.75rem;
  }

  .product-name-default {
    margin-bottom: 0.5rem
  }

  .category-section-header {
    margin-bottom: 1rem;
  }

  .menu-sidebar .sidebar-links {
    font-weight: 400;
  }

  .banners-section .swiper-pagination-bullet {
    width: 0.75rem;
    height: 0.75rem;
  }

  .sidebar-container .footer-social-icon {
    max-width: 1.5rem;
  }

  .sidebar-container .footer-social-icon img {
    filter: invert(1);
  }

  .header-top {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 6px 0px;
  }

  .headerSearchBox #popup-search-results {
    display: none;
  }

  .menu-sidebar .sidebar-container {
    padding-top: 0;
  }

  .slide-logo-header {
    width: calc(100% -40px);
  }

  .menu-sidebar #location-select {
    display: none;
  }

  .statsAbout {
    display: none;
  }

  .banners-section {
    margin-block: 1rem;
  }

  .section-desc {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }

  .categoryCard figure {
    max-width: 86px;
    margin-bottom: 0.25rem;
  }

  .tag-section-header .section-heading {
    font-size: 1.25rem;
    line-height: 1.5rem;
    padding-left: 1.5rem
  }

  .howItWorks .section-header {
    margin-bottom: 0.25rem;
  }

  .howItWorks .section-header .section-heading {
    margin-bottom: 0;
  }

  .tag-section-header .section-heading::before {
    width: 1.25rem;
    background-size: 1.25rem 1.25rem;
  }

  .testimonial-section .swiper-wrapper {
    padding-inline: 0;
  }

  .testimonial-box .quote {
    transform: translate(0, -50%);
  }

  .call-us-btn,
  .readySection .section-header .order-now {
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 0.5rem 1rem;
  }

  .delivery-box-form .location-header {
    padding: 1rem;
  }

  .menu-open {
    display: none !important;
  }

  .delivery-box-form .location-header .title {
    font-size: 1.125rem;
    max-width: calc(100% - 1.5rem);
    margin-bottom: 0;
  }

  .categoryCard .title {
    font-size: 0.875rem;
    line-height: 1rem;
  }

  .promiseCard {
    height: 100%;
  }

  .testimonial-section {
    padding-top: 2rem;
  }

  .product-card-here .card-body {
    padding-bottom: 3rem;
  }

  .size-static-small .gross strong,
  .size-static-small .gross,
  .size-static-small .net {
    font-size: 0.75rem;
  }
}


.pac-container .pac-item {
  margin-top: 1rem;
  box-shadow: 0 2px 6px rgb(0 0 0 / 15%);
  border-radius: 0.5rem;
}

.pac-container {
  /* background-color: transparent; */
  box-shadow: none;
  overflow: visible;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
  /* width: 100% !important; */
  box-shadow: 0 0 0.5rem rgb(0 0 0 / 15%);
}

.pac-item {
  cursor: default;
  padding: 0 4px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 30px;
  text-align: left;
  border-top: 1px solid #e6e6e6;
  font-size: 11px;
  color: #999;
}

.pac-item-query {
  font-size: 13px;
  padding-right: 3px;
  color: #000;
}

.pac-item>span:last-child {
  display: block;
  margin-left: 2em;
  white-space: pre-wrap;
  line-height: 1.6em;
  margin-bottom: 0.6em;
}

.pac-logo:after {
  display: none !important;
}

.detectBox {
  cursor: pointer;
}

.d-none1 {
  display: none !important;
}

.size-box.activate {
  border-color: rgb(132, 106, 98);
}

/* ================= MARINADE OPTIONS ================= */
.marinade-section {
  max-height: 20rem;
  overflow-y: auto;
  scrollbar-width: thin;
}

.marinade-section .title {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  font-family: var(--font-playfair);
  margin-bottom: 0.75rem;
}

.marinade-options {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.marinade-row {
  border: 1px solid rgb(231, 224, 218);
  border-radius: 12px;
  padding: 0.5rem 0.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 14px;
}

.marinade-row:hover {
  border-color: rgb(132, 106, 98);
}

.marinade-row span {
  display: flex;
  align-items: center;
  gap: 8px;
}

.marinade-row span.name {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1rem;
  color: rgb(48, 33, 29);
}

.marinade-row span.price {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: rgb(132, 106, 98);
}

.marinade-row input {
  appearance: none;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  border: 2px solid rgb(132, 106, 98);
  position: relative;
  background: #fff;
}

.marinade-row input:checked {
  border-color: var(--light-theme-color);
  background: var(--light-theme-color);
}

.marinade-row input:checked::after {
  content: "\f00c";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.5rem;
  font-weight: 700;
  font-family: "Font Awesome 6 Free";
  line-height: 1;
}

.marinade-row:has(input:checked) {
  border-color: var(--light-theme-color);
  background: #fff0eb;
}

.single.qty-val {
  display: inline-block;
  font-size: 0.85rem;
  line-height: 1.25rem;
  color: rgb(132, 106, 98);
  margin-bottom: 0.5rem;
  background-color: rgb(246, 242, 238);
  padding: 0.25rem 0.5rem;
  border-radius: 0.75rem;
  margin-bottom: 0;
  font-weight: 400;
  margin-left: 2rem;
}

input[readonly] {
  background-color: #dddddd;
}

.cut-type-activate {
  border-color: rgb(235 87 41) !important;
}

.radio-group {
  display: flex;
  gap: 10px;
  margin-top: 8px;
}

.radio-btn {
  flex: 1;
  text-align: center;
}

.radio-btn input {
  display: none;
}

.radio-btn span {
  display: block;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 8px;
  cursor: pointer;
}

.radio-btn input:checked+span {
  background: #007bff;
  color: #fff;
  border-color: #007bff;
}

/* #region Custom Popup */
/* The Blurred Background */
.ux-vantage-shroud {
  position: fixed;
  inset: 0;
  background: rgba(10, 10, 12, 0.4);
  backdrop-filter: blur(12px) saturate(180%);
  -webkit-backdrop-filter: blur(12px) saturate(180%);
  display: grid;
  place-items: center;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.ux-vantage-shroud.is-ignited {
  opacity: 1;
  visibility: visible;
}

/* The Vault (Card) */
.ux-vantage-vault {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 1rem;
  padding: 3rem 2rem;
  width: calc(100% - 2rem);
  max-width: 380px;
  text-align: center;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  transform: scale(0.7) translateY(40px);
  transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.ux-vantage-shroud.is-ignited .ux-vantage-vault {
  transform: scale(1) translateY(0);
}

/* Typography */
.ux-vantage-headline {
  color: #111827;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: -0.5px;
  margin: 20px 0 8px;
}

.ux-vantage-copy {
  color: #4B5563;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 24px;
  font-weight: 500;
}

/* The Premium Button */
.ux-vantage-btn {
  background: #111827;
  color: #fff;
  border: none;
  padding: 16px 48px;
  border-radius: 16px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
}

.ux-vantage-btn:hover {
  background: #000;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.3);
}

/* Success Icon Animation */
.ux-vantage-checkmark {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: block;
  stroke-width: 3;
  stroke: #22c55e;
  stroke-miterlimit: 10;
  margin: 0 auto;
  box-shadow: inset 0px 0px 0px #22c55e;
  animation: vantage-fill .4s ease-in-out .4s forwards, vantage-scale .3s ease-in-out .9s both;
}

.ux-vantage-circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 3;
  stroke-miterlimit: 10;
  stroke: #22c55e;
  fill: none;
  animation: vantage-stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.ux-vantage-check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: vantage-stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes vantage-stroke {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes vantage-scale {

  0%,
  100% {
    transform: none;
  }

  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}

@keyframes vantage-fill {
  100% {
    box-shadow: inset 0px 0px 0px 40px rgba(34, 197, 94, 0.1);
  }
}

.neo-gate-wrapper {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(10px);
  z-index: 11000;
  display: flex;
  align-items: flex-end;
  /* Mobile Bottom Sheet */
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.32, 1, 0.23, 1);
}

.neo-gate-wrapper.is-open {
  opacity: 1;
  visibility: visible;
}

.neo-gate-card {
  background: #fff;
  width: 100%;
  max-width: 450px;
  padding: 32px;
  border-radius: 32px 32px 0 0;
  /* Rounded top for mobile */
  transform: translateY(100%);
  transition: transform 0.5s cubic-bezier(0.32, 1, 0.23, 1);
  text-align: center;
}

.neo-gate-wrapper.is-open .neo-gate-card {
  transform: translateY(0);
}

/* Desktop Adjustment */
@media (min-width: 768px) {
  .neo-gate-wrapper {
    align-items: center;
  }

  .neo-gate-card {
    border-radius: 28px;
    transform: scale(0.9) translateY(20px);
  }
}

.neo-gate-sensor {
  width: 40px;
  height: 4px;
  background: #e5e7eb;
  margin: -16px auto 20px;
  border-radius: 2px;
}

.neo-gate-icon-pulse {
  width: 64px;
  height: 64px;
  background: #fee2e2;
  color: #ef4444;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  animation: pulse-red 2s infinite;
}

@keyframes pulse-red {
  0% {
    box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.4);
  }

  70% {
    box-shadow: 0 0 0 15px rgba(239, 68, 68, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(239, 68, 68, 0);
  }
}

.neo-gate-title {
  font-size: 22px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 12px;
}

.neo-gate-text {
  color: #6b7280;
  line-height: 1.5;
  margin-bottom: 32px;
  font-weight: 500;
}

/* Buttons */
.neo-gate-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.neo-gate-btn {
  padding: 16px;
  border-radius: 16px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  border: none;
  transition: 0.2s;
}

.neo-gate-btn-danger {
  background: #ef4444;
  color: white;
}

.neo-gate-btn-ghost {
  background: #f3f4f6;
  color: #4b5563;
}

@media (min-width: 480px) {
  .neo-gate-actions {
    flex-direction: row-reverse;
  }

  .neo-gate-btn {
    flex: 1;
  }
}

.neo-gate-icon-success {
  width: 64px;
  height: 64px;
  background: #ecfdf5;
  color: #10b981;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  transform: scale(0.5);
  animation: success-pop 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

@keyframes success-pop {
  to {
    transform: scale(1);
  }
}

/* Smooth fade for view switching */
#neogate-confirm-view,
#neogate-success-view {
  transition: opacity 0.3s ease;
}

/* #endregion Custom Popup */

.cart-popup-actions-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
}

.close-cart-popup {
  background-color: #989898 !important;
}


@media (max-width: 767px) {
  .web-only {
    display: none;
  }
 div#location_alert {
    font-size: 12px;
    margin: 0 15px;
  }
  .product-no-stock-btn {
    font-size: 11px;
  }

  .out-of-stock-box {
    text-align: center;
  }

  .out-of-stock-box p {
    margin-bottom: 0;
  }

  .out-of-stock-box button {
    margin: 0 auto;
  }
  .faq-trigger {
    text-align: left;
  }
  .resp-no-cuttype-content-box {
    width: 100% !important;
  }
  .resp-no-cuttype-content-box .add-to-cart-btn{
    margin-top: -1.5rem !important;
  }
  .web-only {
    display: none;
  }
  .no-scroll {
    overflow: hidden;
  }
  
  .add-to-cart-btn .NewaddCartbtn {
    min-width: 100px;
  }
}

@media (max-width: 480px) {
  .cart-popup-actions-box {
    grid-template-columns: repeat(2, 1fr);
  }

  .shop-by-category {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
  }
  .resp-no-cuttype-content-box .add-to-cart-btn {
    margin-top: 0rem !important;
  }
}

@media (max-width: 420px) {
    .product-card-here .delivery-points-box .point {
    font-size: 0.525rem !important;
  }
}


@media (min-width: 768px) {

  .set-product-pic-link figure,
  .size-box figure {
    display: none;
  }

  .resp-only {
    display: none !important;
  }
}

@media only screen and (min-width:481px) and (max-width:767px) {
  .shop-by-category {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.5rem;
  }
}

@media only screen and (min-width:768px) and (max-width:968px) {
  .shop-by-category {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
  }
}

@media (min-width: 969px) {
  .shop-by-category {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
  }
}

/* ribbon */
.ribbon {
  position: absolute;
  /* bottom:40px;
    right:-60px; */
  top: 36px;
  left: -53px;
  width: 220px;
  text-align: center;
  background: #d32f2f;
  color: #fff;
  font-weight: bold;
  padding: 8px 0;
  transform: rotate(-45deg);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  z-index: 99;
}

.outofstock-cart-btn {
  max-width: 2.25rem;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 0.5rem 0 0.5rem 0;
  background-color: rgb(131 131 131 / 90%);
  color: #fff;
  transition: 0.3s ease-in-out;
  font-size: 1.125rem;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
}

.outofstock-addtoCartBtn {
 max-width: 180px;
  margin-inline: auto;
  padding: 0.75rem 1.5rem;
  line-height: 1.4;
  background-color:var(--light-theme-color);  /*rgb(131 131 131 / 90%);*/
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 10px;
  white-space: nowrap;
  /* margin-left: 10px; */
  width: 100%;
  cursor: pointer;
  box-shadow: inset 0 0 0 2px var(--light-theme-color); /*rgb(131 131 131 / 90%)*/;
  transition: ease 0.2s;
  transition-property: color, background-color;
}

.grey-layer {
  width: 100%;
  height: 100%;
  background-color: #ababab;
  position: absolute;
  opacity: 0.4;
  z-index: 9;
}

.call_link {
      text-decoration: none;
    color: #333;
}
.size-sold-out {
  pointer-events: none;
}

.size-sold-out figure {
  position: relative;
}

.size-sold-out figure img {
  filter: grayscale(1);
}

.size-sold-out figure::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.size-sold-out figure::after {
  content: "Sold Out";
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max-content;
  height: max-content;
  padding: 0.375rem 0.75rem;
  border-radius: 5rem;
  text-align: center;
  color: #fff;
  background-color: rgb(239, 67, 67);

}

.swal2-styled.swal2-confirm {
  background-color: var(--light-theme-color) !important;
}
span.marinate-cart-count {
    color: green;
    font-weight: 600;
}
.no-cut-type-cart-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
button {
  touch-action: manipulation;
}

.eng-prd-name {
  font-weight: 500;
}
.kan-prd-name {
  font-weight: 500;  
}

.timer {
    font-size: 15px;
    margin-top: 1rem;
}
.otp-container {
    display: flex;
    align-items: center;
    gap: 1rem;
}