/* ═══════════════════════════════════════════════════════════
   TiCi NatureLab — Main Stylesheet
   Aesthetic: Organic Botanical · Warm Forest · Natural Luxury
═══════════════════════════════════════════════════════════ */

@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
/* font-family: "Open Sans", sans-serif; */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
/* font-family: "Montserrat", sans-serif; */
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
/* font-family: "Bebas Neue", sans-serif; */
/* ── Variables ──────────────────────────────────────── */
:root {
  --heading-font: "Open Sans", sans-serif;
  --body-font: "Montserrat", sans-serif;
  --bg-font: "Bebas Neue", sans-serif;
  --body-color: #1e2126;
  --text-primary: #fff;
  --bg-green: #c3d450;
}

/* ── Reset ──────────────────────────────────────────── */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
  font-size: 16px;
}
body {
  font-family: var(--body-font);
  color: var(--text-primary);
  background: var(--body-color);
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
}

b,
strong {
  font-weight: 600;
}

p {
  margin: 0 0 25px 0;
}

p:last-child {
  margin-bottom: 0;
}

h1,
.h1-heading,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading-font);
  margin: 0 0 20px 0;
  color: var(--text-primary);
  padding: 0;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}

.h1-heading,
h1 {
  font-size: 50px;
  margin-bottom: 10px;
  color: var(--text-primary);
  font-family: var(--bg-font);
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  line-height: 1.1;
}

h2 {
  font-size: 48px;
  letter-spacing: 1px;
  line-height: 1.1em;
  color: var(--text-primary);
  margin: 0 0 17px 0;
  font-weight: 600;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 20px;
}

ul,
ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  font-family: var(--heading-font);
  color: var(--bg-text-color);
  font-weight: 400;
  font-size: 16px;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

a:hover {
  color: var(--text-primary);
}

.cmn-btn {
  display: inline-flex;
  padding: 7px 17px;
  padding-right: 10px;
  align-items: center;
  gap: 10px;
  position: relative;
  z-index: 1;
  background-color: var(--bg-green);
  border-radius: 50px;
  font-size: 14px;
  border: none;
  outline: none;
  font-weight: 600;
  color: var(--body-color);
  transition: all 0.3s ease-in-out;
}

.cmn-btn::after {
  content: "\f061";
  font-family: "fontawesome";
  position: relative;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  background-color: #fff;
  transform: rotate(-40deg);
  transition: all 0.2s ease-in-out;
  z-index: -1;
}

.cmn-btn:hover {
  color: var(--body-color);
  background-color: #fff;
}

.cmn-btn:hover::after {
  background-color: var(--body-color);
  transform: rotate(0deg);
  color: #fff;
}

input[type="email"],
input[type="tel"],
input[type="text"] {
  background-color: transparent;
  width: 100%;
  outline: none;
  border: 1px solid var(--bg-light-wh);
  height: 45px;
  border-radius: 5px;
  color: var(--text-primary);
  padding: 0 14px;
}

::placeholder {
  opacity: 1;
  color: var(--bg-light-wh);
}

textarea {
  width: 100%;
  outline: none;
  border: 1px solid var(--bg-light-wh);
  border-radius: 5px;
  background-color: transparent;
  padding: 14px;
  color: var(--text-primary);
  resize: none;
  height: 100px;
}

.cmn-gap {
  padding: 80px 0;
  position: relative;
}

.container {
  max-width: 1140px;
}

/* ═══════════════════════════════════════════════════════
   HEADER
═══════════════════════════════════════════════════════ */
.body-class {
  padding-top: 185px;
}

.site-header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
  top: 0;
  z-index: 1000;
}

header.header-scroll {
  position: fixed;
  top: 0;
  width: 100%;
  background: var(--body-color);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
  z-index: 999;
}

.header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  gap: 20px;
}

/* Logo */
.site-logo {
  display: flex;
  max-width: 120px;
  flex-shrink: 0;
}
.logo-icon {
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, var(--green-mid), var(--green-dark));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
}
.logo-text {
  line-height: 1.1;
}
.logo-name {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--green-dark);
  display: block;
}
.logo-tagline {
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--text-muted);
}

/* Search */
.header-search {
  flex: 1;
  position: relative;
  max-width: 650px;
}
.header-search input {
  width: 100%;
  height: 50px;
  padding: 0px 20px;
  padding-right: 80px;
  border: none;
  border-radius: 0;
  border-radius: 30px;
  background: var(--text-primary);
  font-size: 16px;
  color: var(--body-color);
  transition: var(--transition);
  outline: none;
}
::placeholder {
  opacity: 1;
  color: var(--body-color) !important;
}
.header-search input::placeholder {
  color: #000;
}
.search-btn {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 100%;
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--body-color);
  font-size: 16px;
  transition: var(--transition);
}
.search-btn:hover {
  background: var(--green-dark);
}

/* Header actions */
.header-actions {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}
.hdr-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  width: 54px;
  padding: 0;
  color: #fff;
  font-size: 10px;
  transition: all 0.3s ease-in-out;
  position: relative;
  white-space: nowrap;
}
.hdr-btn:hover {
  background: var(--green-ghost);
  color: var(--green-dark);
}
.hdr-btn i {
  font-size: 15px;
}
.hdr-badge {
  position: absolute;
  top: 2px;
  right: 6px;
  background: var(--terracotta);
  color: #fff;
  font-size: 0.6rem;
  font-weight: 700;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hdr-btn.cart-btn {
  background: var(--green-mid);
  color: #fff;
  border-radius: var(--radius-sm);
  padding: 8px 14px;
  flex-direction: row;
  gap: 8px;
  font-size: 0.83rem;
}
.hdr-btn.cart-btn:hover {
  background: var(--green-dark);
}
.cart-count {
  font-weight: 700;
}

/* ═══════════════════════════════════════════════════════
   FLASH / ANNOUNCEMENT BAR
═══════════════════════════════════════════════════════ */
.announcement-bar {
  background: var(--bg-green);
  color: var(--body-color);
  padding: 5px;
}

.announcement-bar ul {
  display: flex;
  gap: 50px;
  justify-content: center;
}

.announcement-bar ul li {
  font-size: 12px;
  font-weight: 600;
}

.announcement-bar ul li i {
  margin-right: 5px;
  font-size: 10px;
}

/* ═══════════════════════════════════════════════════════
   PRODUCT CARD
═══════════════════════════════════════════════════════ */
.prod-carousel-item {
  padding: 7px;
}
.product-card-top {
  position: relative;
  display: flex;
}
.product-card {
  border-radius: 5px;
  border: 1px solid #ffffff47;
  transition: all 0.3s ease-in-out !important;
  position: relative;
  display: flex;
  overflow: hidden;
  flex-direction: column;
}
/* .product-card:hover {
  background: #fff;
} */

.product-img-wrap {
  position: relative;
  height: 285px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--text-primary);
  padding: 20px 40px;
}
.product-card-top > img {
  max-width: 210px;
  max-height: 210px;
  object-fit: contain;
  transition: transform 0.4s ease;
}

.product-placeholder > img {
  transition: all 0.3s ease-in-out;
}

.product-card:hover .product-card-top .product-placeholder > img {
  transform: scale(1.06);
}
.product-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.5rem;
  background: linear-gradient(135deg, var(--green-pale), var(--green-ghost));
}

.product-placeholder img {
  max-width: 200px;
  max-height: 200px;
  object-fit: contain;
}

.pd-arrow-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pd-arrow-wrap .cmn-btn {
  margin-left: 15px;
}
.pd-arrow-wrap .cmn-btn-arrow {
  top: 0;
}

/* .product-badges {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  flex-direction: column;
  gap: 4px;
} */

.badge-bestseller {
  position: absolute;
  left: -5px;
  top: -5px;
  max-width: 100px;
}
.badge-sale {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 70px;
  height: 70px;
  border-radius: 0px;
  background-image: url(./../img/bdg.svg);
  background-size: contain;
  background-repeat: no-repeat;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  font-weight: 600;
}

.badge-new {
  background: var(--green-mid);
  color: #fff;
}
.badge-oos {
  background: #888;
  color: #fff;
}
.badge-diff {
  background: rgba(255, 255, 255, 0.92);
  color: var(--text-body);
  border: 1px solid var(--border);
}

.product-actions-hover-wrap {
  position: absolute;
  left: 50%;
  bottom: -30px;
  display: flex;
  gap: 11px;
  opacity: 0;
  transform: translateX(-50%);
  transition: all 0.3s ease-in-out;
}

.product-actions-hover-wrap .product-img-wrap {
  padding: 0;
}

.product-card:hover .product-actions-hover-wrap {
  opacity: 1;
  bottom: 24px;
}

.product-actions-hover-wrap a {
  position: unset;
  width: 40px;
  height: 40px !important;
  color: var(--body-color);
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: var(--bg-green);
}

.product-actions-hover-wrap button {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  color: var(--body-color);
  background-color: var(--bg-green);
}

.product-actions-hover-wrap a:hover {
  background-color: var(--bg-green);
}

.product-info-wrap {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

.product-info-wrap span {
  font-size: 8px;
  font-weight: 500;
  color: var(--text-primary);
  background-color: var(--body-color);
  padding: 6px 9px 5px;
  border-radius: 10px;
  text-transform: uppercase;
  line-height: 1;
}

/* .product-card:hover .product-actions-hover-wrap { opacity: 1; transform: translateX(0); } */

.product-info {
  padding: 14px 10px;
  flex: 1;
  display: flex;
  flex-direction: column;
  background-color: var(--bg-green);
  gap: 3px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.product-category {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--green-bright);
  font-weight: 600;
}
.product-name {
  font-size: 18px;
  font-weight: 500;
  color: var(--body-color);
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-name-link {
  margin-bottom: 10px;
}
.product-props {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.prop-tag {
  font-size: 0.65rem;
  padding: 2px 7px;
  background: var(--green-ghost);
  border: 1px solid var(--border);
  border-radius: var(--radius-full);
  color: var(--text-muted);
}
.product-price-row {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: auto;
}
.price-current {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--body-color);
}
.price-original {
  font-size: 0.83rem;
  color: var(--body-color);
  font-weight: 600;
  opacity: 0.6;
  text-decoration: line-through;
}
.price-off {
  font-size: 12px;
  font-weight: 700;
  color: var(--terracotta);
  background: rgb(191 45 19);
  padding: 2px 6px;
  border-radius: 4px;
}
.product-add-btn {
  margin-top: 10px;
  padding: 9px;
  background: var(--body-color);
  border: none;
  color: var(--text-primary);
  font-weight: 600;
  font-size: 12px;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  gap: 6px;
}
.product-add-btn:hover {
  background: var(--text-primary);
  color: var(--body-color);
}

.product-add-btn.oos {
  background: #f3f3f3;
  color: #000000;
  border-color: #000000;
  cursor: not-allowed;
}

.cmn-btn-filter::after {
  content: "\f0b0";
  transform: rotate(0deg);
}

/* Grid */
.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 20px;
}

.banner-wrap {
  position: relative;
  z-index: 1;
}

.weve-banner {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1px;
  max-width: 350px;
  pointer-events: none;
  user-select: none;
  z-index: -1;
}

/* ═══════════════════════════════════════════════════════
   SECTION HEADERS
═══════════════════════════════════════════════════════ */
.section {
  padding: 60px 0;
}
.section-sm {
  padding: 40px 0;
}

.section-header {
  text-align: center;
  margin-bottom: 40px;
}
.section-label {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1.5px;
  margin-bottom: 10px;
  display: inline-block;
  color: var(--bg-green);
  position: relative;
}

.section-label::before {
  content: "";
  position: absolute;
  left: calc(100% + 10px);
  width: 60px;
  height: 8px;
  top: 4px;
  background-image: url(./../img/sub-img.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.section-title {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  color: var(--green-dark);
  line-height: 1.2;
  margin-bottom: 12px;
}
.section-subtitle {
  color: var(--text-muted);
  font-size: 0.95rem;
  max-width: 520px;
  margin: 0 auto;
}
.section-header-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 40px;
  gap: 16px;
}

.cat-carousel-section {
  background: #ffffff12;
  padding: 40px 0 90px;
  position: relative;
  z-index: 1;
}

.rigt-wave {
  position: absolute;
  max-width: 400px;
  top: -1px;
  right: 0;
  pointer-events: none;
  user-select: none;
  z-index: -1;
}

.section-header-row .section-header {
  text-align: left;
  margin-bottom: 0;
}

.cmn-btn-arrow {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: var(--text-primary);
  position: relative;
  top: -20px;
  transition: all 0.3s ease-in-out;
  border: none;
  outline: none;
}

/* ═══════════════════════════════════════════════════════
   HERO BANNER
═══════════════════════════════════════════════════════ */
.hero {
  min-height: 520px;
  background: linear-gradient(
    135deg,
    var(--green-dark) 0%,
    var(--green-mid) 60%,
    #1f5c3a 100%
  );
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.hero-bg-pattern {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(
      circle at 20% 50%,
      rgba(149, 213, 178, 0.12) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 80% 20%,
      rgba(61, 186, 111, 0.08) 0%,
      transparent 40%
    ),
    radial-gradient(
      circle at 60% 80%,
      rgba(233, 168, 58, 0.06) 0%,
      transparent 35%
    );
}
.hero-leaves {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 600'%3E%3Cellipse cx='200' cy='300' rx='150' ry='280' fill='rgba(45,106,79,0.3)'/%3E%3Cellipse cx='280' cy='200' rx='100' ry='180' fill='rgba(61,186,111,0.15)' transform='rotate(30 280 200)'/%3E%3Cellipse cx='120' cy='420' rx='80' ry='150' fill='rgba(149,213,178,0.1)' transform='rotate(-20 120 420)'/%3E%3C/svg%3E")
    center/cover no-repeat;
  opacity: 0.6;
}
.hero-content {
  position: relative;
  z-index: 1;
  padding: 60px 0;
}
.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius-full);
  padding: 5px 14px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--green-light);
  margin-bottom: 20px;
}
.hero-title {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  color: #fff;
  line-height: 1.1;
  margin-bottom: 18px;
  max-width: 580px;
}
.hero-title em {
  color: var(--green-light);
  font-style: italic;
}
.hero-desc {
  color: rgba(255, 255, 255, 0.75);
  font-size: 1rem;
  max-width: 480px;
  margin-bottom: 32px;
  line-height: 1.7;
}
.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.hero-stats {
  display: flex;
  gap: 32px;
  margin-top: 40px;
  flex-wrap: wrap;
}
.hero-stat-val {
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
}
.hero-stat-label {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 0.5px;
}

/* ═══════════════════════════════════════════════════════
   CATEGORIES STRIP
═══════════════════════════════════════════════════════ */
.categories-strip {
  padding: 40px 0;
  background: var(--bg-card);
  border-bottom: 1px solid var(--border);
}
.categories-scroll {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  scrollbar-width: none;
  padding-bottom: 4px;
}
.categories-scroll::-webkit-scrollbar {
  display: none;
}
.cat-pill {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  padding: 16px 20px;
  background: var(--green-ghost);
  border: 2px solid var(--border);
  border-radius: var(--radius-lg);
  min-width: 100px;
  transition: var(--transition);
  text-align: center;
}
.cat-pill:hover,
.cat-pill.active {
  background: var(--green-mid);
  border-color: var(--green-mid);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}
.cat-pill-emoji {
  font-size: 1.8rem;
  line-height: 1;
}
.cat-pill-name {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--text-body);
  line-height: 1.2;
}
.cat-pill:hover .cat-pill-name,
.cat-pill.active .cat-pill-name {
  color: #fff;
}

/* ═══════════════════════════════════════════════════════
   WHY TICI STRIP
═══════════════════════════════════════════════════════ */
.trust-strip {
  padding: 30px 0;
}

.trust-icon {
  max-width: 50px;
  margin: 0 auto 20px;
}

.trust-text {
  font-size: 15px;
  text-align: center;
  font-weight: 600;
  text-transform: capitalize;
  opacity: 0.8;
}

.trust-col {
  width: 20%;
  padding: 10px;
  position: relative;
}

.trust-col::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 100%;
  background-color: var(--text-primary);
  opacity: 0.4;
}

.trust-col:last-child:before {
  display: none;
}

.trust-strip-wrap .row {
  --bs-gutter-x: 0px;
}

.trust-strip-wrap {
  padding: 30px 0;
}

/* ═══════════════════════════════════════════════════════
   TABS
═══════════════════════════════════════════════════════ */
.tabs-wrap {
  display: flex;
  border-bottom: 2px solid var(--text-primary);
  scrollbar-width: none;
  gap: 4px;
}
.tabs-wrap::-webkit-scrollbar {
  display: none;
}
.tab-btn {
  padding: 14px 40px;
  font-size: 16px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-weight: 600;
  position: relative;
  border: none;
  white-space: nowrap;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.tab-btn::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--text-primary);
  z-index: -1;
}
.tab-btn:hover {
  color: var(--body-color);
}
.tab-btn.active {
  color: var(--body-color);
  background-color: var(--bg-green);
  border-color: var(--bg-green);
}

.tab-btn.active::before {
  background-color: var(--bg-green);
}

/* ═══════════════════════════════════════════════════════
   TESTIMONIALS
═══════════════════════════════════════════════════════ */
.testimonials {
  background: var(--green-ghost);
}
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
}
.review-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 24px;
}
.review-stars {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 5px;
}

.review-stars i {
  font-size: 10px;
  color: #fbb718;
}
.review-text {
  color: var(--text-body);
  font-size: 0.9rem;
  line-height: 1.7;
  margin-bottom: 14px;
  font-style: italic;
}
.review-author {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 20px;
  gap: 10px;
}

.review-avatar {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: var(--body-color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: var(--font-display);
  font-size: 0.9rem;
  font-weight: 700;
}

.review-name {
  font-weight: 600;
  font-size: 19px;
}
.review-date {
  font-size: 0.72rem;
  color: var(--text-muted);
}

/* ═══════════════════════════════════════════════════════
   BLOG SECTION
═══════════════════════════════════════════════════════ */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}
.blog-card {
  background: var(--bg-card);
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border);
  transition: var(--transition);
}
.blog-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}
.blog-img {
  aspect-ratio: 16/9;
  background: var(--green-pale);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  overflow: hidden;
}
.blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-body {
  padding: 20px;
}
.blog-cat {
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--green-bright);
  margin-bottom: 6px;
}
.blog-title {
  font-family: var(--font-display);
  font-size: 1.05rem;
  color: var(--text-primary);
  margin-bottom: 8px;
  line-height: 1.35;
}
.blog-excerpt {
  font-size: 0.83rem;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 14px;
}
.blog-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.72rem;
  color: var(--text-light);
}

/* ═══════════════════════════════════════════════════════
   NEWSLETTER
═══════════════════════════════════════════════════════ */
.newsletter-section {
  background: linear-gradient(135deg, var(--green-dark), var(--green-mid));
  padding: 60px 0;
  text-align: center;
}
.newsletter-section h2 {
  font-family: var(--font-display);
  font-size: 2rem;
  color: #fff;
  margin-bottom: 10px;
}
.newsletter-section p {
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 28px;
}
.newsletter-form {
  position: relative;
}
.cmn-btn-submit {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border: none;
  outline: none;
  font-size: 15px;
  padding: 0 18px;
  line-height: 1;
  letter-spacing: 2px;
  font-family: var(--bg-font);
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}

.cmn-btn-submit:hover {
  color: var(--bg-green);
}
.newsletter-form input {
  flex: 1;
  width: 100%;
  padding: 12px 18px;
  padding-right: 114px;
  border-radius: 5px;
  border: none;
  font-size: 14px;
  outline: none;
  font-weight: 500;
  background: #fff;
  color: var(--body-color);
  border: none;
  outline: none;
}
.newsletter-form input::placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}
.newsletter-form input:focus {
  background: var(--text-primary);
}

/* ═══════════════════════════════════════════════════════
   FOOTER
═══════════════════════════════════════════════════════ */
.site-footer {
  background: var(--green-dark);
  color: rgba(255, 255, 255, 0.75);
  padding: 60px 0 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}
.footer-brand .logo-name {
  color: #fff;
  font-size: 1.4rem;
}
.footer-brand .logo-tagline {
  color: rgba(255, 255, 255, 0.5);
}
.footer-desc {
  font-size: 0.83rem;
  line-height: 1.7;
  margin: 16px 0;
  color: rgba(255, 255, 255, 0.6);
}
.footer-social {
  display: flex;
  gap: 10px;
}
.social-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.75);
  transition: var(--transition);
}
.social-btn:hover {
  background: var(--green-mid);
  color: #fff;
}
.footer-col-title {
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer-links a {
  font-size: 0.83rem;
  color: rgba(255, 255, 255, 0.6);
  transition: var(--transition);
  display: flex;
  align-items: center;
  gap: 6px;
}
.footer-links a:hover {
  color: var(--green-light);
  padding-left: 4px;
}
.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.83rem;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 10px;
}
.footer-contact-item i {
  color: var(--green-light);
  margin-top: 2px;
  flex-shrink: 0;
}
.footer-bottom {
  border-top: 1px solid #040404b5;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 30px;
}
.footer-bottom-text a,
.footer-bottom-text {
  font-size: 12px;
  color: var(--body-color);
}

.footer-bottom-text a {
  font-weight: 500;
}

.payment-icons {
  display: flex;
  gap: 8px;
  align-items: center;
}
.payment-icon {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 4px;
  padding: 3px 8px;
  font-size: 0.65rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.5px;
}

/* ═══════════════════════════════════════════════════════
   FORMS
═══════════════════════════════════════════════════════ */
.form-group {
  margin-bottom: 18px;
}
.form-label {
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
  font-family: var(--heading-font);
}
.form-control {
  width: 100%;
  padding: 11px 14px;
  border: 1.5px solid var(--border-strong);
  border-radius: var(--radius-sm);
  font-size: 0.9rem;
  color: var(--text-primary);
  background: var(--bg-card);
  outline: none;
  transition: var(--transition);
}
.form-control:focus {
  border-color: var(--green-bright);
  box-shadow: 0 0 0 3px rgba(61, 186, 111, 0.1);
}
textarea.form-control {
  background-color: var(--text-primary);
}
.form-control::placeholder {
  color: var(--text-light);
}
select.form-control {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%237a9182' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 36px;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

/* ═══════════════════════════════════════════════════════
   CART / CHECKOUT
═══════════════════════════════════════════════════════ */
.cart-table {
  width: 100%;
  border-collapse: collapse;
}
.cart-table th {
  text-align: left;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--text-muted);
  padding: 10px 16px;
  border-bottom: 2px solid var(--border);
}
.cart-table td {
  padding: 14px;
  border-bottom: 1px solid var(--border);
  vertical-align: middle;
}
.cart-product-img {
  width: 70px;
  height: 70px;
  border-radius: var(--radius-sm);
  object-fit: cover;
  background: var(--green-ghost);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
}
.qty-control {
  display: inline-flex;
  align-items: center;
  border: 1.5px solid var(--border-strong);
  border-radius: var(--radius-sm);
  overflow: hidden;
}
.qty-btn {
  width: 34px;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: var(--body-color);
  border: none;
  background: transparent;
  transition: all 0.3s ease-in-out;
}
.qty-btn:hover {
  color: var(--bg-green);
  opacity: 1;
}
.qty-input {
  width: 46px;
  height: 41px;
  text-align: center;
  border: none;
  font-weight: 600;
  font-size: 0.9rem;
  outline: none;
}

/* Order Summary Box */
.order-summary {
  background: var(--text-primary);
  border-top: 4px solid var(--bg-green);
  border-radius: 12px;
  color: var(--body-color);
  padding: 24px;
}
.summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  font-size: 0.9rem;
  color: var(--body-color);
  border-bottom: 1px solid #1e21264a;
}
.summary-row:last-child {
  border-bottom: none;
}
.summary-total {
  font-family: var(--font-display);
  font-size: 1.2rem;
  color: var(--green-dark);
  font-weight: 700;
  padding-top: 16px;
  border-top: 2px solid var(--body-color);
  border-bottom: none;
}

/* Coupon input */
.coupon-row {
  display: flex;
  gap: 8px;
  margin-top: 5px;
}
.coupon-input {
  flex: 1;
  padding: 10px 14px;
  border: 1.5px dashed var(--border-strong);
  border-radius: var(--radius-sm);
  font-size: 0.875rem;
  outline: none;
  background: var(--bg-card);
  text-transform: uppercase;
  letter-spacing: 1px;
}
.coupon-input:focus {
  border-style: solid;
  border-color: var(--body-color);
}

/* Breadcrumb */
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.78rem;
  color: var(--text-muted);
  padding: 12px 0 0;
  margin: 0;
  flex-wrap: wrap;
}

.breadcrumb span,
.breadcrumb a {
  font-family: var(--heading-font);
  font-size: 16px;
}
.breadcrumb a:hover {
  color: var(--bg-green);
}
.breadcrumb-sep {
  color: var(--text-light);
}

.breadcrumb-wrapper h1 {
  margin-bottom: 0;
}

/* ═══════════════════════════════════════════════════════
   SHOP PAGE
═══════════════════════════════════════════════════════ */
.shop-layout {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 20px;
  align-items: start;
}
.filter-section {
  background-color: var(--text-primary);
  padding: 12px;
  color: var(--body-color);
  border-radius: 8px;
  margin-bottom: 16px;
}
.filter-section:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.filter-title {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--body-color);
  border-bottom: 1px solid #1e212682;
  padding: 0 0 6px;
}
.filter-options {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.filter-check {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 500;
  color: var(--body-color);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
/* Chrome, Safari, Edge */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* custom check */
.filter-check {
  display: flex;
  align-items: center;
  gap: 7px;
  cursor: pointer;
  position: relative;
  font-size: 12px;
}

/* Hide default checkbox */
.filter-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Custom box */
.filter-check .checkmark {
  width: 16px;
  height: 16px;
  border: 2px solid #939393;
  border-radius: 2px;
  display: inline-block;
  position: relative;
  transition: all 0.3s ease;
}

/* Checked style */
.filter-check input:checked + .checkmark {
  background-color: #000; /* change color */
  border-color: #000;
}

/* Tick mark */
.filter-check .checkmark::after {
  content: "";
  position: absolute;
  display: none;
}

/* Show tick when checked */
.filter-check input:checked + .checkmark::after {
  display: block;
}

/* Tick shape */
.filter-check .checkmark::after {
  left: 4px;
  top: 0px;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* Hover effect */
.filter-check:hover .checkmark {
  border-color: #000;
}
/* custom check end */

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
.filter-check:hover {
  color: var(--bg-green);
}
.price-range {
  display: flex;
  gap: 8px;
  justify-content: space-between;
  position: relative;
  align-items: center;
  padding: 19px 0;
}
.price-range::before {
  content: "\f068";
  font-family: "fontawesome";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 13px;
  color: var(--body-color);
}

.price-range input[type="number"] {
  padding: 7px 8px;
  width: 43%;
  font-size: 14px;
  outline: none;
  text-align: center;
  font-weight: 500;
  border: none;
  background: #d2d2d2;
  border-radius: 3px;
}

.btn-apply {
  width: 100%;
  border: none;
  background-color: var(--body-color);
  color: var(--text-primary);
  outline: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  padding: 7px 4px;
  border-radius: 5px;
}

/* Sort bar */
.shop-top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  gap: 12px;
  flex-wrap: wrap;
}
.shop-top-bar-flex {
  display: flex;
  flex-direction: column;
}
.results-count {
  font-size: 12px;
  color: #ffffff94;
  display: block;
  margin: 4px 0 0;
}
.sort-select {
  padding: 8px 32px 8px 12px;
  border: 1.5px solid var(--border-strong);
  width: 100%;
  max-width: 275px;
  font-size: 15px;
  appearance: none;
  outline: none;
  color: var(--body-color);
  background-image: url(./../img/down-blc.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 12px;
  border-radius: 3px;
  cursor: pointer;
}

/* Mobile filter toggle */
.filter-toggle-btn {
  display: none;
  align-items: center;
  gap: 8px;
  padding: 9px 16px;
  border: 1.5px solid var(--border-strong);
  border-radius: var(--radius-sm);
  font-size: 0.83rem;
  font-weight: 600;
  color: var(--text-body);
  background: var(--bg-card);
}

/* ═══════════════════════════════════════════════════════
   PRODUCT DETAIL PAGE
═══════════════════════════════════════════════════════ */
.product-detail-layout {
  margin-top: 10px;
  --bs-gutter-x: 40px;
}
.product-gallery-main {
  aspect-ratio: 1;
  background: var(--green-ghost);
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 6rem;
  position: relative;
}
.product-gallery-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-gallery-thumbs {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}
.detail-category {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--green-bright);
  font-weight: 700;
  margin-bottom: 8px;
}
.detail-rating {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 16px;
}
.detail-stars {
  color: var(--amber);
  font-size: 1rem;
}
.detail-reviews {
  font-size: 0.83rem;
  opacity: 0.5;
}
.detail-price-row {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 10px;
}
.detail-price {
  font-family: var(--heading-font);
  font-size: 2rem;
}
.detail-price-orig {
  font-size: 1.1rem;
  color: var(--text-primary);
  opacity: 0.6;
  text-decoration: line-through;
}
.detail-price-off {
  background: #bf2d13;
  color: var(--text-primary);
  font-size: 0.8rem;
  font-weight: 500;
  padding: 3px 7px;
  border-radius: 4px;
}

/* Plant properties */
.plant-props-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 20px;
}
.plant-prop {
  background: var(--text-primary);
  padding: 17px 12px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.plant-prop-icon {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}
.plant-prop-val {
  font-size: 10px;
  font-weight: 600;
  color: var(--body-color);
  display: block;
  margin-top: 2px;
}

/* Variants */
.variants-section {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.variants-label {
  font-size: 0.8rem;
  font-weight: 600;
  font-family: var(--heading-font);
}
.variant-options {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.variant-btn {
  padding: 5px 11px;
  border: 1px solid var(--text-primary);
  border-radius: 20px;
  font-family: var(--heading-font);
  font-size: 10px;
  font-weight: 500;
  color: var(--text-primary);
  background: transparent;
  transition: all 0.3s ease-in-out;
}
.variant-btn:hover,
.variant-btn.active {
  color: var(--body-color);
  background: var(--text-primary);
}

/* Add to cart row */
.detail-add-row {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 24px;
  flex-wrap: wrap;
}
.detail-qty {
  display: flex;
  align-items: center;
  background-color: var(--text-primary);
  border-radius: 5px;
  overflow: hidden;
}

/* Stock badge */
.stock-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 16px;
}
.stock-in {
  color: var(--green-mid);
}
.stock-low {
  color: #fecf4b;
}
.stock-out {
  color: #c0392b;
}

/* Tabs on detail page */
.detail-tabs {
  margin-top: 48px;
}
.detail-tab-content {
  padding: 24px;
  font-size: 14px;
  color: var(--text-primary);
  background-color: #505050;
  border-radius: 0 0 12px 12px;
  line-height: 1.3;
}

/* ═══════════════════════════════════════════════════════
   ACCOUNT PAGES
═══════════════════════════════════════════════════════ */
.account-layout {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 32px;
  align-items: start;
}
.account-nav {
  background: var(--bg-green);
  overflow: hidden;
  height: 100%;
  margin-left: -12px;
}
.account-nav-header {
  color: var(--body-color);
  padding: 20px;
}
.account-nav-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgb(0 0 0 / 79%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 1.3rem;
  color: #fff;
  margin-bottom: 10px;
}
.account-nav-name {
  font-weight: 600;
  font-size: 0.95rem;
}
.account-nav-email {
  font-size: 0.75rem;
  color: rgba(12, 12, 12, 0.65);
}
.account-nav-links {
  padding: 8px 0;
}
.account-nav-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 20px;
  font-size: 0.875rem;
  color: var(--body-color);
  transition: all 0.3s ease-in-out;
  border-left: 3px solid transparent;
}
.account-nav-link:hover,
.account-nav-link.active {
  background: var(--body-color);
  color: var(--text-primary);
  border-left-color: var(--text-primary);
}
.account-nav-link i {
  font-size: 0.95rem;
  width: 18px;
  color: var(--text-muted);
}
.account-nav-link.active i {
  color: var(--text-primary);
}

/* Order status progress */
.order-progress {
  display: flex;
  align-items: center;
  margin: 0px 0 20px;
  position: relative;
}
.progress-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  gap: 6px;
  flex: 1;
  min-width: 70px;
  z-index: 1;
}
.progress-dot {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--text-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: var(--body-color);
  font-weight: 500;
}
.progress-dot.done {
  background: var(--bg-green);
  color: var(--body-color);
}
.progress-dot.current {
  background: var(--bg-green);
  color: var(--body-color);
}
.progress-label {
  font-size: 0.65rem;
  text-align: center;
  color: var(--text-primary);
  font-weight: 500;
}
.progress-line {
  position: absolute;
  background-color: var(--text-primary);
  left: 50%;
  top: 14px;
  width: 100%;
  height: 1px;
  z-index: -1;
}
.progress-line.done {
  background: var(--bg-green);
}

.badge.badge-oos {
  display: none;
}

.progress-step:last-child .progress-line {
  display: none;
}

.card-hd {
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 20px;
}

/* ═══════════════════════════════════════════════════════
   CHECKOUT STEPS
═══════════════════════════════════════════════════════ */
.checkout-steps {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 650px;
  position: relative;
  margin: 0 auto;
  margin-bottom: 36px;
  gap: 0;
}

.checkout-step span {
  font-weight: 600;
}

.checkout-step {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  font-size: 0.83rem;
  color: var(--text-muted);
  flex: 1;
  position: relative;
  z-index: 1;
}

.checkout-step::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 18px;
  transform: translate(-50%, 0%);
  width: 100%;
  height: 2px;
  border-bottom: 2px dashed var(--text-primary);
  z-index: -1;
}

.checkout-step:last-child::after {
  display: none;
}
.step-num {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--text-primary);
  color: var(--body-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  flex-shrink: 0;
}
.checkout-step.active {
  color: var(--bg-green);
}
.checkout-step.active .step-num {
  background: var(--bg-green);
  color: var(--body-color);
}
.checkout-step.done {
  color: var(--text-muted);
}
.checkout-step.done .step-num {
  background: var(--bg-green);
  color: var(--body-color);
}
.checkout-step.done {
  color: var(--bg-green);
}
.checkout-step.done::after {
  border-color: var(--bg-green);
}

/* Pagination */
.pagination {
  display: flex;
  gap: 6px;
  justify-content: center;
  margin-top: 40px;
}
.page-btn {
  width: 38px;
  height: 38px;
  border-radius: 100%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.83rem;
  color: var(--body-color);
  background: var(--text-primary);
  transition: all 0.3s ease-in-out;
}
.page-btn:hover {
  color: var(--body-color);
  background: var(--bg-green);
}
.page-btn.active {
  color: var(--body-color);
  background: var(--bg-green);
}

/* ═══════════════════════════════════════════════════════
   UTILITY
═══════════════════════════════════════════════════════ */
.card {
  background: transparent;
  border: none;
  border-radius: 0px;
  padding: 20px 0;
  border-top: 1px solid #ffffff3d;
  border-bottom: 1px solid #ffffff3d;
}
.card:first-child {
  padding-top: 0;
  border-top: none;
}
.card:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.card-wrap-all {
  background: #292929;
  padding: 30px;
  border-radius: 10px;
}
.txt-link-ads {
  color: var(--text-primary);
}
.card-sm {
  padding: 20px;
}
.divider {
  height: 1px;
  background: var(--border);
  margin: 20px 0;
}
.text-center {
  text-align: center;
}
.text-muted {
  color: var(--text-muted);
}
.text-green {
  color: var(--green-mid);
}
.fw-600 {
  font-weight: 600;
}
.mt-4 {
  margin-top: 16px;
}
.mt-8 {
  margin-top: 32px;
}
.mb-4 {
  margin-bottom: 16px;
}
.d-flex {
  display: flex;
}
.gap-2 {
  gap: 8px;
}
.gap-3 {
  gap: 12px;
}
.align-center {
  align-items: center;
}
.justify-between {
  justify-content: space-between;
}
.empty-state {
  text-align: center;
  padding: 20px 0;
  color: var(--text-muted);
  max-width: 900px;
  margin: 0 auto;
}
.empty-state .row {
  align-items: center;
}
.empty-state .empty-icon {
  max-width: 400px;
  margin: 0 auto 50px;
}
.empty-state h3 {
  font-size: 35px;
  margin-bottom: 14px;
}
.empty-state p {
  font-size: 0.9rem;
  margin-bottom: 0;
}

.txt-lft-col {
  text-align: left;
}

.track-top {
  text-align: center;
  padding-bottom: 30px;
}

.track-top h1 {
  font-family: var(--bg-font) !important;
  font-size: 45px !important;
  margin: 0 0 13px !important;
}

.product-sec h1 span {
  max-width: 70px;
  display: inline-block;
  margin-right: 15px;
}

.ml-auto {
  text-align: right;
  padding-top: 30px;
}

.btn-search::after {
  content: "\f002";
  transform: rotate(75deg);
}

.btn-search:hover::after {
  transform: rotate(75deg);
}

.order-found-flex {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 12px;
}

.od-name {
  color: var(--body-color);
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 20px;
}

.od-num {
  font-size: 10px;
  color: var(--body-color);
  font-family: var(--heading-font);
}

.txt-pending {
  color: #d27f3b;
  padding: 0px 0px 9px;
  text-align: right;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
  border-radius: 16px;
  box-shadow: 0 0 5px #33333375;
}

.product-sec-wrap {
  max-width: 600px;
  margin: 0 auto;
}

/* ═══════════════════════════════════════════════════════
   HEADER
═══════════════════════════════════════════════════════ */
.header {
  padding: 20px 0;
  background: var(--bg-header);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.free-ship-nudge {
  padding: 11px 0;
  font-size: 13px;
  display: flex;
  gap: 7px;
  align-items: center;
  color: #000000;
  font-weight: 500;
}

.card .check-container {
  color: var(--text-primary);
}

.card .custom-check {
  margin-bottom: 0;
}

.card .checkmark {
  border: 1px solid var(--text-primary);
}

/* ═══════════════════════════════════════════════════════
   MOBILE RESPONSIVE
═══════════════════════════════════════════════════════ */
@media (max-width: 1024px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .shop-layout {
    grid-template-columns: 300px 1fr;
  }
  .product-detail-layout {
    gap: 28px;
  }
}

@media (max-width: 768px) {
  .mobile-menu-btn {
    display: flex;
  }
  .hdr-btn span {
    display: none;
  }
  .hdr-btn {
    padding: 8px;
  }
  .hdr-btn.cart-btn span {
    display: block;
  }
  .main-nav {
    display: none;
  }

  .hero {
    min-height: 420px;
  }
  .hero-leaves {
    display: none;
  }
  .hero-stats {
    gap: 20px;
  }

  .trust-items {
    justify-content: flex-start;
  }
  .trust-item {
    padding: 6px 16px;
    font-size: 0.78rem;
  }

  .shop-layout {
    grid-template-columns: 1fr;
  }
  .shop-sidebar {
    display: none;
  }
  .shop-sidebar.mobile-open {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 1500;
    border-radius: 0;
    overflow-y: auto;
  }
  .filter-toggle-btn {
    display: flex;
  }

  .product-detail-layout {
    grid-template-columns: 1fr;
  }
  .plant-props-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .account-layout {
    grid-template-columns: 1fr;
  }
  .account-nav {
    position: relative;
    top: auto;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .footer-grid > *:first-child {
    grid-column: 1 / -1;
  }

  .form-row {
    grid-template-columns: 1fr;
  }
  .checkout-steps {
    font-size: 0.72rem;
    gap: 4px;
  }
  .step-num {
    width: 24px;
    height: 24px;
    font-size: 0.7rem;
  }

  .products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .section {
    padding: 40px 0;
  }

  .reviews-grid {
    grid-template-columns: 1fr;
  }
  .blog-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .product-info {
    padding: 10px;
  }
  .product-name {
    font-size: 0.9rem;
  }
  .hero-title {
    font-size: 1.8rem;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .detail-add-row {
    align-items: stretch;
  }
  .cart-table {
    font-size: 0.83rem;
  }
  .announcement-bar {
    font-size: 0.7rem;
  }
}

/* Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-in-up {
  animation: fadeInUp 0.5s ease forwards;
}
.fade-in-up-2 {
  animation: fadeInUp 0.5s 0.1s ease both;
}
.fade-in-up-3 {
  animation: fadeInUp 0.5s 0.2s ease both;
}

/* ── Banner Slider ─────────────────────────────────────────── */
/* banner */
.banner-wrap {
  border-radius: 14px;
  background: linear-gradient(
    90deg,
    rgba(42, 123, 155, 1) 0%,
    rgba(87, 199, 133, 1) 50%,
    rgba(237, 221, 83, 1) 100%
  );
}

.banner {
  padding: 0 12px;
}

.banner-slide-col h1 {
  font-family: var(--bg-font);
}

.banner-slide-col {
  padding: 50px 0;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
/* ═══════════════════════════════════════════════════════════
   CATEGORY CAROUSEL
═══════════════════════════════════════════════════════════ */
.cat-card {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: var(--text-primary);
  padding: 7px;
  border-radius: 12px;
  transition: all 0.3s ease-in-out;
  position: relative;
}

.cat-card:hover {
  background-color: var(--bg-green);
}

.cat-card-img {
  width: 60px;
  height: 60px;
  background-color: var(--bg-green);
  transition: all 0.3s ease-in-out;
  padding: 5px;
  border-radius: 12px;
  flex-shrink: 0;
}

.cat-card:hover .cat-card-img {
  background-color: var(--body-color);
}

.cat-card-img img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  object-fit: cover;
}

.cat-card-wrap {
  padding: 0 10px;
}

.cat-card-name {
  text-align: center;
  font-family: var(--bg-font);
  color: var(--body-color);
  font-size: 20px;
  position: relative;
  padding-right: 25px;
}

.cat-card::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s ease-in-out;
  width: 13px;
  height: 13px;
  background-image: url(./../img/right-arrow-rt.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.cat-card:hover::after {
  transform: rotate(44deg) translateY(-50%) scale(0.9);
}

.carousel-title {
  font-size: 28px;
  letter-spacing: 0px;
}

.carousel-title span {
  font-size: 14px;
  font-weight: 400;
  color: #ffffffa0;
  margin-left: 20px;
}

.carousel-title span b {
  color: #fff;
}
/* ═══════════════════════════════════════════════════════════
   PRODUCT CAROUSELS
═══════════════════════════════════════════════════════════ */
.prod-carousel-section {
  padding: 10px 0 56px;
  position: relative;
  z-index: 1;
}
.prod-carousel-alt {
  background: #fff;
  border-top: 1px solid var(--border);
}
.prod-carousel-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 28px;
  flex-wrap: wrap;
  gap: 12px;
}

/* ═══════════════════════════════════════════════════════════
   SHARED HORIZONTAL CAROUSEL (reviews + blog)
═══════════════════════════════════════════════════════════ */
.hcar-viewport {
  overflow: hidden;
  position: relative;
}

/* Light variant arrow (for dark bg) */
.car-arrow-light {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}
.car-arrow-light:hover {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.6);
  color: #fff;
}

/* ═══════════════════════════════════════════════════════════
   REVIEW CARDS (new carousel style)
═══════════════════════════════════════════════════════════ */
.review-summary-bar {
  display: flex;
  align-items: center;
  gap: 28px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 20px;
  flex-wrap: wrap;
  max-width: 770px;
  margin: 0 auto;
}
.rsb-score {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}
.rsb-stars {
  margin-bottom: 8px;
}
.rsb-count {
  font-size: 11px;
  opacity: 0.8;
}
.rsb-bars {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
  min-width: 160px;
}
.rsb-row {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  color: var(--text-muted);
}
.rsb-bar {
  flex: 1;
  height: 6px;
  background: #ffffff38;
  border-radius: 3px;
  overflow: hidden;
}
.rsb-fill {
  height: 100%;
  border-radius: 3px;
  transition: width 0.6s;
}

.rsb-row i {
  font-size: 8px;
  margin-left: 5px;
}
.rsb-stars ul {
  display: flex;
  gap: 5px;
}

.rsb-stars ul li {
  font-size: 10px;
  color: #fbb718;
}

.rcn-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rcn-verified {
  font-size: 0.68rem;
  font-weight: 600;
  color: var(--green-bright);
  display: flex;
  align-items: center;
  gap: 4px;
}
.review-card-new .review-text {
  flex: 1;
}

.hcar-track .hcar-track {
  margin: 0 -10px;
}

.review-card-new {
  padding: 0 10px;
}

.review-card-new-wrap {
  transition: all 0.3s ease-in-out;
  background-color: #ffffff41;
  padding: 40px 20px;
  text-align: center;
  border-radius: 12px;
  transform: scale(0.9);
}

.review-card-new.slick-center .review-card-new-wrap {
  background-color: var(--text-primary);
  transform: scale(1);
}

.blog-slid-wrap {
  margin-top: 30px;
}

.review-card-new.slick-center .review-card-new-wrap p,
.review-card-new.slick-center .review-date,
.review-card-new.slick-center .review-name {
  color: var(--body-color);
}

.blog-cnt {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  gap: 10px;
}

.hm-blog {
  background: #ffffff12;
  position: relative;
  z-index: 1;
  padding: 0 0 60px;
}

/* ═══════════════════════════════════════════════════════════
   BLOG CARDS (new carousel style)
═══════════════════════════════════════════════════════════ */

.bcn-img {
  position: relative;
  padding-top: 75%;
  z-index: 1;
}
.bcn-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  pointer-events: none;
  user-select: none;
}

.bcn-cat {
  position: absolute;
  top: 10px;
  right: 12px;
  background: var(--bg-green);
  color: var(--body-color);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  font-size: 10px;
  text-transform: uppercase;
  padding: 3px 10px;
  font-weight: 600;
  border-radius: 20px;
}
.bcn-body {
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 8px;
}
.bcn-title {
  font-family: var(--font-display);
  font-size: 1.05rem;
  color: var(--text-primary);
  line-height: 1.35;
  margin: 0;
}
.bcn-excerpt {
  font-size: 0.83rem;
  color: var(--text-muted);
  line-height: 1.6;
  flex: 1;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.bcn-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 6px;
  padding-top: 12px;
  border-top: 1px solid var(--border);
}
.bcn-date {
  font-size: 10px;
  color: var(--body-color);
  opacity: 0.7;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  font-weight: 600;
  gap: 5px;
}
.bcn-link {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--green-bright);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: gap 0.2s;
}
.bcn-link:hover {
  gap: 8px;
}

/* Responsive overrides */
@media (max-width: 900px) {
  .review-card-new {
    flex: 0 0 calc(50% - 12px);
  }
}
@media (max-width: 600px) {
  .review-card-new {
    flex: 0 0 90vw;
    min-width: unset;
  }
  .review-summary-bar {
    gap: 16px;
    padding: 16px;
  }
  .rsb-score {
    font-size: 2.2rem;
  }
}

/* ── Coupon Applied Box ──────────────────────────────────── */
.coupon-applied-box {
  display: flex;
  gap: 12px;
  background: linear-gradient(135deg, #edfaf2 0%, #d4f0e0 100%);
  border: 1px solid #1e21265e;
  position: relative;
  border-radius: 4px;
  padding: 10px;
}
.cab-left {
  display: flex;
  gap: 10px;
  color: var(--green-dark);
}
.cab-left > .fa-tags {
  font-size: 16px;
  color: #000000;
  flex-shrink: 0;
  margin-top: 5px;
}
.cab-code {
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--green-dark);
  letter-spacing: 0.5px;
  line-height: 1;
}
.cab-save {
  font-size: 0.75rem;
  color: var(--green-mid);
  margin-top: 2px;
}
.cab-remove {
  width: 21px;
  height: 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  flex-shrink: 0;
  position: absolute;
  top: -7px;
  right: -9px;
  background: #c0392b;
  border: none;
  color: #fff;
  font-size: 9px;
  padding: 1px 0 0;
  border-radius: 50%;
  cursor: pointer;
  transition:
    background 0.18s,
    color 0.18s;
  white-space: nowrap;
}
.cab-remove:hover {
  background: #c0392b;
  color: #fff;
}

/* satwik */
.header-search select {
  background-color: var(--bg-green);
  color: var(--body-color);
  outline: none;
  border: none;
  font-weight: 500;
  text-transform: capitalize;
  padding: 13px 15px;
  padding-right: 40px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  background-image: url(./../img/down-blc.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 13px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.nav-drop-item {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  background: #fff;
  padding: 5px;
  border-radius: 14px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  z-index: 9999;
}

.nav-drop-item-scroll {
  overflow: hidden;
  max-height: 320px;
  border-radius: 12px;
  padding-right: 2px;
  overflow-y: auto;
}

.nav-drop-item-scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

.nav-drop-item-scroll::-webkit-scrollbar {
  width: 6px;
  background-color: #c5c5c5;
}

.nav-drop-item-scroll::-webkit-scrollbar-thumb {
  background-color: var(--bg-green);
}

.sdrop-sug {
  display: flex;
  gap: 8px;
  padding: 7px 6px;
  border-bottom: 1px solid #3333;
  cursor: pointer;
}
.sdrop-sug i {
  margin-top: 4px;
  color: #333;
  opacity: 1;
  font-size: 13px;
}

.sdrop-sug span {
  font-size: 14px;
  color: #333;
  font-weight: 400;
}

.sdrop-prod {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 6px;
  text-decoration: none;
  color: var(--body-color);
  border-bottom: 1px solid rgb(94 94 94 / 17%);
}

.sdrop-prod img {
  width: 44px;
  height: 44px;
  object-fit: cover;
  border-radius: 4px;
  flex-shrink: 0;
}

.sdrop-prod-img {
  width: 44px;
  height: 44px;
  border-radius: 4px;
  background: #00000021;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  flex-shrink: 0;
}

.sdrop-name {
  font-size: 0.875rem;
  font-weight: 500;
  color: #222;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sdrop-price {
  font-size: 0.8rem;
  color: var(--body-color);
  font-weight: 700;
  margin-top: 2px;
}

.btn-sch {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
  padding: 12px;
  font-size: 0.83rem;
  font-weight: 600;
  color: #fff;
  background: var(--body-color);
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.btn-sch:hover {
  background-color: var(--bg-green);
  color: var(--body-color);
}

.banner-slide-col-img {
  margin: 0 auto;
}

.banner-slide-col-img img {
  max-height: 440px;
}

.banner-slide h1,
.banner-slide p,
.banner-slide a {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}

.slick-active h1,
.slick-active p,
.slick-active a {
  opacity: 1;
  transform: translateY(0);
}

.banner-slide-col-img img {
  max-width: 100%;
}

/* Arrow Base */
.slick-prev,
.slick-next {
  width: 45px;
  height: 45px;
  position: absolute;
  font-size: 0px;
  top: 50%;
  transform: translate(0%, -50%);
  transition: all 0.3s ease-in-out;
  border: none;
  outline: none;
  background: #000;
  border-radius: 50%;
  z-index: 10;
}

.slick-next {
  right: -70px;
}

.slick-prev {
  left: -70px;
}

.slick-prev:hover,
.slick-next:hover {
  background: #fff;
}

/* Remove default arrow */
.slick-prev:before,
.slick-next:before {
  display: none;
}

/* FontAwesome icon */
.slick-arrow::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #fff;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slick-prev:hover::after,
.slick-next:hover::after {
  color: var(--body-color);
}

/* Left arrow */
.car-arrow-prev::after,
.slick-prev::after {
  content: "\f053";
}

.prod-carousel-viewport {
  margin-top: 40px;
}

/* Right arrow */
.car-arrow-next::after,
.slick-next::after {
  content: "\f054";
}

.ar-pr::after {
  content: "\f053";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #fff;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ar-nxt::after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #fff;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slick-dots {
  display: flex;
  gap: 14px;
  justify-content: center;
}

.slick-dots li button {
  font-size: 0px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  border: none;
  outline: none;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.slick-dots li.slick-active button {
  background: var(--text-primary);
  width: 35px;
  border-radius: 10px;
}

.cmn-btn-arrow::after,
.cmn-btn-arrow::after {
  color: var(--body-color);
}

.cmn-btn-arrow:hover {
  background-color: var(--bg-green);
}

.left-wave {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 550px;
  pointer-events: none;
  user-select: none;
  z-index: -1;
}

.prod-carousel-alt {
  background: #ffffff12;
}

.prod-carousel-alt.prod-carousel-new {
  background-color: transparent;
}

.prod-carousel-alt .left-wave {
  filter: brightness(0) saturate(100%) invert(11%) sepia(7%) saturate(1205%)
    hue-rotate(179deg) brightness(92%) contrast(93%);
}

.prod-carousel-alt.prod-carousel-new .left-wave {
  filter: brightness(0) saturate(100%) invert(16%) sepia(18%) saturate(267%)
    hue-rotate(174deg) brightness(92%) contrast(90%);
}
/* banner end*/

.two-col-sec {
  padding: 50px 0 80px;
}

.two-col-box {
  position: relative;
  padding: 70px 30px;
  z-index: 1;
}

.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  user-select: none;
  z-index: -1;
}

.two-col-box span {
  color: var(--body-color);
  font-weight: 500;
  font-family: var(--heading-font);
  font-size: 18px;
  line-height: 1;
  margin-bottom: 15px;
  display: block;
}

.two-col-box h3 {
  color: #000;
  font-weight: 700;
  font-size: 33px;
  max-width: 240px;
  line-height: 1.1;
}

.cmn-btn-txt {
  color: var(--body-color);
  border-bottom: 1px solid var(--body-color);
  font-family: var(--bg-font);
  font-weight: 400;
  letter-spacing: 1px;
}

.cmn-btn-txt:hover {
  color: var(--bg-green);
  border-color: var(--bg-green);
  background-color: transparent;
}

.why-cho-wrap {
  background: #ffffff12;
  padding: 10px 0 70px;
  position: relative;
  z-index: 1;
  border-radius: 12px;
}

.why-image-overlay {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: -1;
  max-width: 700px;
}

.why-box {
  background: #ededed;
  border-radius: 12px;
  padding: 36px 26px;
  backdrop-filter: blur(8px);
  height: 100%;
}

.why-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
}

.why-box h4 {
  color: var(--body-color);
  font-size: 20px;
  margin-bottom: 9px;
  font-weight: 600;
}

.why-box p {
  color: var(--body-color);
  opacity: 0.8;
  font-size: 14px;
}

.cmn-header {
  margin-bottom: 60px;
}

.why-box-boxes {
  --bs-gutter-x: 24px;
  --bs-gutter-y: 24px;
}

.text-center .section-label::after {
  content: "";
  position: absolute;
  right: calc(100% + 10px);
  width: 60px;
  height: 8px;
  top: 4px;
  background-image: url(./../img/sub-img.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.hm-blog .left-wave {
  filter: brightness(0) saturate(100%) invert(11%) sepia(7%) saturate(1205%)
    hue-rotate(179deg) brightness(92%) contrast(93%);
}

.hm-hcar-viewport {
  margin-top: 60px;
  padding: 0 15px;
}

.hcar-track .slick-list {
  margin: 0 -10px;
}

.blog-card-new {
  padding: 0 10px;
  height: auto;
}

.blog-slider .slick-track {
  display: flex !important;
}

.blog-card-new-wrap {
  background-color: var(--text-primary);
  height: 100%;
}

.bcn-body {
  color: var(--body-color);
}

.bcn-body-top h3 {
  color: #000;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
}

/* footer */
.page-footer {
  background: linear-gradient(
    90deg,
    rgba(42, 123, 155, 1) 0%,
    rgba(87, 199, 133, 1) 50%,
    rgba(237, 221, 83, 1) 100%
  );
  position: relative;
  z-index: 1;
}

.newsletter-wrap {
  max-width: 550px;
  margin: 0 auto;
  text-align: center;
}

.footer-overlay {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -1px;
  z-index: -1;
  width: 100%;
  max-width: 870px;
  pointer-events: none;
  user-select: none;
}

.newsletter-wrap h2 {
  font-size: 30px;
}

.newsletter-wrap p {
  font-size: 14px;
  line-height: 1.5;
}

.footer-center {
  margin-top: 80px;
  padding-top: 40px;
  border-top: 1px solid #040404b5;
}

.ftr-hd {
  color: var(--body-color);
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  font-family: var(--heading-font);
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 20px;
  position: relative;
}

.ftr-hd::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30%;
  height: 2px;
  background-color: var(--body-color);
}

.footer-center ul li {
  margin-bottom: 5px;
}

.footer-center ul li:last-child {
  margin-bottom: 0;
}

.footer-center ul li,
.footer-center ul li a {
  font-size: 13px;
  font-weight: 500;
  color: var(--body-color);
}

.footer-social-links li {
  display: flex;
  line-height: 1.4;
  margin-bottom: 8px !important;
  gap: 5px;
}

.footer-social-links li i {
  margin-top: 3px;
}

.ftr-logo {
  max-width: 118px;
  margin: 0 auto;
}

.ftr-logo a {
  display: inline-block;
  width: 100%;
}

.ftr-logo a img {
  width: 100%;
}

.ftr-link-logo {
  margin-top: 18px;
}

.ftr-link-logo ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: center;
}

.ftr-link-logo ul li {
  margin: 0 9px;
}

.footer-social-icon {
  margin-top: 25px;
}

.footer-social-icon ul {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.footer-social-icon ul li a {
  width: 30px;
  height: 30px;
  background-color: var(--body-color);
  color: var(--text-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 12px;
}

.payment-icons img {
  margin-left: auto;
  max-width: 290px;
}

.footer-center ul li a:hover {
  color: var(--text-primary);
}

.footer-social-icon ul li a:hover {
  background-color: var(--text-primary);
  color: var(--body-color);
}

.footer-bottom-text a {
  border-bottom: 1px solid var(--body-color);
}

.footer-bottom-text a:hover {
  color: var(--text-primary);
  border-color: var(--text-primary);
}

.mobile-menu-header {
  display: none;
}
/* media */

.product-sec {
  padding: 60px 0 90px;
  background: #2e3135;
}

.category-br {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scrollbar-width: none;
  margin-bottom: 28px;
  padding-bottom: 4px;
}

.category-br a {
  display: inline-flex;
  background-color: #000000;
  border-radius: 7px;
  border: 1px solid #c3d450b8;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 500;
  padding: 11px 18px;
  transition: all 0.3s ease-in-out;
}

.category-br a:hover,
.category-br .btn-tb {
  background-color: var(--bg-green);
  color: var(--body-color);
}

/* pd */
.shop-sidebar {
  background: #505050;
  border-radius: 12px;
  padding: 24px 15px;
}

.shop-sidebar-hd {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ffffff59;
  padding: 0 0 14px;
  margin: 0 0 24px;
}

.shop-sidebar-hd h3 {
  margin-bottom: 0;
  font-size: 19px;
  font-weight: 600;
}

.shop-sidebar-hd-r a {
  font-size: 12px;
  text-transform: uppercase;
  border-bottom: 1px solid #ff9481;
  color: #ff9481;
}

.filter-options-cgt {
  flex-direction: unset;
  flex-wrap: wrap;
}

.filter-options-cgt a {
  font-size: 11px;
  border: 1px solid gray;
  padding: 4px 10px;
  border-radius: 3px;
}

.filter-options-cgt a:hover,
.filter-options-cgt a.active {
  background-color: gray;
  color: var(--text-primary);
}

.pd-img-overlay {
  height: 100%;
  object-fit: contain;
}

.product-sec .container {
  max-width: 1400px;
}

.gallery-slide-for-img {
  position: relative;
  padding-top: 70%;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  z-index: 1;
}
.gallery-slide-for-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 80%;
  object-fit: contain;
  z-index: -1;
}

.gallery-thumb {
  padding: 0 5px;
}

.gallery-thumb-wrap {
  height: 100px;
  border-radius: 4px;
  overflow: hidden;
  background: radial-gradient(
    circle,
    rgba(164, 207, 112, 1) 27%,
    rgba(255, 255, 255, 1) 100%
  );
  padding: 10px;
  z-index: 1;
}

.gallery-thumb-wrap img {
  width: 100%;
  height: 100%;
  border-radius: 3px;
  object-fit: contain;
}

.product-gallery-thumbs-nav {
  margin-top: 10px;
}

.product-gallery-thumbs-nav .slick-prev {
  left: 0;
  height: 100%;
  border-radius: 0px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 40%,
    rgba(237, 221, 83, 0) 100%
  );
}

.product-gallery-thumbs-nav .slick-prev::after {
  transform: translate(0, -50%);
  left: 10px;
  color: var(--body-color);
}

.product-gallery-thumbs-nav .slick-next {
  right: 0;
  height: 100%;
  border-radius: 0px;
  background: linear-gradient(
    90deg,
    rgba(46, 49, 53, 0) 0%,
    rgba(255, 255, 255, 1) 60%
  );
}

.product-gallery-thumbs-nav .slick-next::after {
  transform: translate(0, -50%);
  right: 10px;
  color: var(--body-color);
}

.gallery-slide {
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #ffffff8a;
}

.dtl-detail-category a {
  background-color: var(--bg-green);
  color: var(--body-color);
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  padding: 3px 14px;
  border-radius: 16px;
  margin-bottom: 20px;
}
.detail-title {
  font-family: var(--heading-font);
  margin-bottom: 12px;
  font-weight: 400;
  line-height: 1.2;
}

.detail-stars ul {
  display: flex;
  gap: 5px;
}
.detail-stars ul li {
  line-height: 1;
}
.detail-stars ul li i {
  font-size: 10px;
  color: #f9c300;
}

.cls-product-info {
  position: relative;
}

.cls-product-info .btn-wishlist {
  position: absolute;
  top: 0;
  right: 12px;
  border: none;
  background: var(--text-primary);
  width: 35px;
  height: 35px;
  color: var(--body-color);
  border-radius: 50%;
}

.btn-wishlist.wished {
  color: #ed2828;
}

.cmn-btn.btn-add-to-cart {
  justify-content: center;
  padding: 10px;
  border-radius: 4px;
}

.cmn-btn.btn-add-to-cart::after {
  display: none;
}

.btn-icon-only {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  background-color: #ffffffc1;
  border-radius: 100%;
  color: #333;
  transition: all 0.3s ease-in-out;
}

button.btn-icon-only {
  border: none;
  outline: none;
}

button.btn-icon-only:hover,
.btn-icon-only:hover {
  background-color: var(--bg-green);
  color: var(--body-color);
}

.detail-cd-flex {
  display: flex;
  flex-wrap: wrap;
}

.detail-cd {
  width: 25%;
  text-align: center;
  padding: 20px;
}

.detail-cd h3 {
  font-size: 20px;
  margin: 0 0 13px;
}

.detail-cd p {
  font-size: 14px;
  line-height: 1.5;
}

.detail-cd-img {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background-color: var(--text-primary);
  overflow: hidden;
  padding: 15px;
  margin: 0 auto 20px;
}

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

.detail-cd-name {
  font-size: 12px;
  margin-bottom: 4px;
}

.detail-cd-price {
  font-size: 12px;
  color: #ed2828;
}

.detail-cd-price span {
  font-size: 10px;
  color: #333;
  text-decoration: line-through;
}

.review-wrap {
  background-color: var(--body-color);
  padding: 24px;
}

.product-h1 {
  font-family: var(--heading-font);
  font-size: 16px;
  text-shadow: none;
  font-weight: 500;
  color: var(--bg-green);
  margin: 17px 0 45px;
  border-radius: 5px;
}

/* table */
.cart-table-wrap {
  border-radius: 12px;
  overflow: hidden;
}
.cart-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  color: #fff;
}

/* Table header */
.cart-table thead th {
  text-align: center;
  font-size: 13px;
  color: var(--body-color);
  letter-spacing: 1px;
  background-color: var(--bg-green);
  padding: 10px 15px;
  font-weight: 600;
}

/* Table rows (card style) */
.cart-table tbody tr {
  background: #292929;
  border-radius: 12px;
  transition: all 0.3s ease;
}

/* Hover effect */
.cart-table tbody tr:hover {
  background: #32373c;
  transform: translateY(-2px);
}

/* Table cells */
.cart-table td {
  padding: 14px;
  vertical-align: middle;
  border-bottom: 1px solid #ffffff2b;
}

.cart-table tbody tr:last-child td {
  border: none;
}

.lnk-txt {
  font-size: 16px;
  font-family: var(--body-font);
}

.txt-vlu {
  font-size: 13px;
  font-family: var(--body-font);
  opacity: 0.5;
}

.txt-only {
  color: #c3d450;
  font-size: 12px;
  margin: 6px 0 0;
}

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

.cart-table .qty-control {
  background-color: var(--text-primary);
  border-radius: 5px;
}

.btn-remove-cart {
  border: none;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background-color: var(--text-primary) !important;
  color: #c0392b !important;
  transition: all 0.3s ease-in-out;
}

.btn-remove-cart:hover {
  background-color: #c0392b !important;
  color: var(--text-primary) !important;
}

.btn-continue {
  flex-direction: row-reverse;
  padding-right: unset;
  padding: 7px 17px;
  padding-left: 7px;
}

.btn-continue::after {
  transform: rotate(-140deg);
}

.btn-continue:hover::after {
  transform: rotate(-180deg);
}

.btn-refresh::after {
  content: "\f021";
}

.continue-shopping {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  margin-top: 20px;
}

.card-wrap-all h3 {
  font-size: 22px;
  margin-bottom: 12px;
}

/* radio */
.radio-option {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 0;
  cursor: pointer;
  font-size: 14px;
  color: var(--text-primary);
}

/* Hide default */
.radio-option input {
  display: none;
}

/* Circle */
.custom-radio {
  width: 18px;
  height: 18px;
  border: 2px solid var(--text-primary);
  border-radius: 50%;
  position: relative;
  margin-top: 3px;
  flex-shrink: 0;
  transition: 0.2s ease;
}

/* Dot */
.custom-radio::after {
  content: "";
  width: 10px;
  height: 10px;
  background: var(--bg-green);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: 0.2s ease;
}

/* Checked */
.radio-option input:checked + .custom-radio {
  border-color: var(--bg-green);
}

.radio-option input:checked + .custom-radio::after {
  transform: translate(-50%, -50%) scale(1);
}

/* Hover */
.radio-option:hover .custom-radio {
  border-color: var(--bg-green);
}

/* Text */
.label-text {
  line-height: 1.4;
  opacity: 0.7;
}

/* Optional highlight */
.radio-option input:checked ~ .label-text {
  font-weight: 500;
  color: var(--text-primary);
  opacity: 1;
}

.product-sec .form-label {
  color: var(--text-primary);
  font-size: 0.8rem;
  font-weight: 600;
  font-family: var(--heading-font);
}

.product-sec input[type="email"],
.product-sec input[type="tel"],
.product-sec input[type="text"] {
  border: 1px solid #ffffff70;
  color: var(--text-primary);
}

.product-sec input[type="email"]:focus,
.product-sec input[type="tel"]:focus,
.product-sec input[type="text"]:focus {
  background: transparent;
  color: var(--text-primary);
}

.product-sec input[type="email"]::placeholder,
.product-sec input[type="tel"]::placeholder,
.product-sec input[type="text"]::placeholder {
  color: #ffffffb4 !important;
  opacity: 1;
}

.product-sec .form-control {
  border: 1px solid #ffffff70;
  border-radius: 5px;
  color: var(--text-primary);
  background-color: transparent;
}

.product-sec .form-control::placeholder {
  color: #ffffffb4 !important;
  opacity: 1;
}

.product-sec .form-control option {
  background-color: var(--body-color);
  color: var(--text-primary);
}

/* payment */

.payment-methods {
  display: flex;
  gap: 5px;
}

/* OPTION BOX */
.payment-option {
  display: block;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 10px;
  cursor: pointer;
  transition: all 0.25s ease;
  position: relative;
  background: #fff;
}

/* HIDE RADIO */
.payment-option input {
  position: absolute;
  opacity: 0;
}

/* CONTENT */
.payment-content {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

/* ICON */
.payment-icon {
  width: 34px;
  height: 34px;
  border-radius: 4px;
  background: #e4e6dd;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0;
  flex-shrink: 0;
  color: #16a34a;
}

/* TEXT */
.payment-title {
  font-weight: 600;
  font-size: 12px;
}

.payment-desc {
  font-size: 10px;
  color: #393b3f;
  margin-top: 3px;
}

/* HOVER */
.payment-option:hover {
  border-color: #16a34a;
  background: #f9fefb;
}

/* ACTIVE */
.payment-option.active {
  border-color: #16a34a;
  background: var(--bg-green);
}

.payment-option.active .payment-icon {
  background-color: #fff;
}

.success-bnr {
  text-align: center;
  padding-bottom: 30px;
}

.success-bnr h1 {
  font-size: 30px;
  margin: 0 0 10px;
  color: var(--text-primary);
}

.success-bnr-img {
  max-width: 70px;
  margin: 0 auto 20px;
}

.success-bnr p {
  font-size: 12px;
}

.product-sec-wrap {
  max-width: 550px;
  margin: 0 auto;
}

.success-bnr-list ul li {
  font-size: 12px;
  margin-bottom: 10px;
  color: #ffffff9e;
  display: flex;
  justify-content: space-between;
}

.success-bnr-list ul li:last-child {
  margin-bottom: 0;
}

.success-bnr-list ul li span {
  font-weight: 500;
  font-size: 14px;
  color: var(--text-primary);
  margin-left: 10px;
}

.grand-total {
  border-top: 1px dashed #ffffff82;
  padding: 12px 0 0;
}

.div-actions {
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.need-help {
  text-align: center;
}

.need-help p {
  font-size: 12px;
  opacity: 0.7;
}

.order-summary h3 {
  color: var(--body-color);
  font-size: 20px;
  font-weight: 600;
}

.coupon-txt {
  font-weight: 600;
  font-size: 14px;
}

.coupon-row input[type="text"] {
  border: 1px solid #000000;
  color: var(--body-color);
  font-size: 14px;
  height: 40px;
  border-radius: 2px;
}

.coupon-row input[type="text"]:focus,
.coupon-row input[type="text"]::placeholder {
  color: var(--body-color) !important;
  opacity: 1;
}

.btn-apl {
  font-size: 12px;
  font-weight: 500;
  border: none;
  background-color: var(--body-color);
  color: var(--text-primary);
  padding: 8px 13px;
  border-radius: 19px;
  margin-top: 10px;
}

.btn-proceed {
  width: 100%;
  justify-content: space-between;
  margin-top: 20px;
}

.btn-proceed:hover {
  background-color: var(--body-color);
  color: var(--text-primary);
}

.trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.trust-badges span {
  font-size: 10px;
  font-weight: 600;
  opacity: 0.7;
}

.txt-notice {
  color: #c0392b;
  font-size: 10px;
  font-weight: 600;
}

/* trk */
.order-steps {
  display: flex;
  align-items: flex-start;
  min-width: 500px;
}

/* EACH STEP */
.step {
  position: relative;
  text-align: center;
  flex: 1;
}

/* LINE CONNECTOR */
.step-line {
  position: absolute;
  top: 22px;
  left: -50%;
  width: 100%;
  height: 1px;
  background: var(--text-primary);
  z-index: 0;
}

/* DONE LINE */
.step.done .step-line {
  background: var(--bg-green);
}

/* CIRCLE */
.step-circle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--text-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 16px;
  color: var(--text-muted);
  position: relative;
  z-index: 1;
}

/* DONE */
.step.done .step-circle {
  background: var(--bg-green);
  color: var(--body-color);
}

/* ACTIVE */
.step.active .step-circle {
  background: var(--bg-green);
  color: var(--body-color);
}

/* LABEL */
.step-label {
  margin-top: 14px;
  font-size: 10px;
  font-weight: 500;
  color: var(--text-primary);
}

/* DONE LABEL */
.step.done .step-label {
  color: var(--bg-green);
  font-weight: 700;
}

/* ACTIVE LABEL */
.step.active .step-label {
  color: var(--bg-green);
  font-weight: 700;
}

.step.active .step-status {
  color: var(--bg-green);
}

/* STATUS TEXT */
.step-status {
  font-size: 11px;
  color: var(--amber);
  font-weight: 600;
  margin-top: 2px;
}

.card-success {
  padding-top: 20px;
}

.help-box {
  margin-top: 15px;
}

.help-box .row {
  align-items: center;
}

.help-box p {
  font-size: 12px;
}

.in-btn-rgt {
  text-align: right;
}

.cmn-btn-whatsapp {
  margin-left: auto;
}

.cmn-btn-whatsapp::after {
  content: "\f232";
  transform: rotate(0);
}

.cmn-btn-whatsapp:hover::after {
  transform: rotate(0);
}

.center-txt-sm {
  margin-top: 20px;
}

.center-txt-sm a,
.center-txt-sm {
  font-size: 10px;
  text-align: center;
}

.center-txt-sm a {
  border-bottom: 1px solid #333;
}

/* login */
.login-sec {
  padding: 70px 0;
  background-color: #2e3135;
}

.login-wrap .row {
  --bs-gutter-x: 40px;
}

.login-wrap {
  position: relative;
  background-color: var(--text-primary);
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
  padding: 50px;
}

.login-col-rgt {
  padding-left: 40px;
}

.login-col-rgt h3 {
  color: var(--body-color);
  font-size: 30px;
  font-weight: 600;
}

.login-col-rgt .form-label {
  color: var(--body-color);
}

.login-col-rgt input {
  outline: none;
  box-shadow: none;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #33333361;
  height: 40px;
  font-size: 14px;
  color: #000;
}

.login-col-rgt input:focus {
  box-shadow: none;
  background: #fff;
  border: 1px solid #33333361;
  color: #000;
}

.password-wap {
  position: relative;
}

.password-btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-color: transparent;
  padding: 0 12px;
  font-size: 12px;
  border: none;
}

.form-group-forgot {
  margin-top: 10px;
}

.form-group a {
  color: var(--body-color);
  border-bottom: 1px solid var(--body-color);
  font-size: 12px;
  text-transform: capitalize;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
}

.form-group a:hover {
  color: var(--bg-green);
  border-color: var(--bg-green);
}

.form-group-rigt {
  text-align: right;
}

.login-btn-wrap {
  text-align: center;
}

.login-btn-wrap .cmn-btn {
  font-size: 18px;
  font-weight: 500;
  justify-content: center;
  width: 100%;
}

.login-btn-wrap .cmn-btn::after {
  content: "\f090";
  transform: rotate(0);
}

.login-btn-wrap .cmn-btn:hover {
  background-color: var(--body-color);
  color: var(--text-primary);
}

.login-col-rgt .divider {
  height: 1px;
  background: var(--body-color);
  opacity: 0.3;
  margin: 25px 0;
}

.flash-error {
  color: #c1460d;
  font-size: 12px;
  font-weight: 600;
}

.cmn-btn-whap::after {
  display: none;
}

.cmn-btn-whap {
  color: var(--body-color);
  background-color: transparent;
  padding: 0;
  line-height: 1;
  gap: 5px;
  font-size: 14px !important;
}

.cmn-btn-whap:hover {
  background: transparent !important;
  color: rgb(37, 211, 102) !important;
}

.account-txt {
  color: var(--body-color);
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
}

.account-txt a {
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px solid var(--body-color);
}

.account-txt a:hover {
  color: var(--bg-green);
  border-color: var(--bg-green);
}

.login-wrap h1 {
  color: var(--body-color);
}

.login-wrap P {
  font-family: var(--heading-font);
  color: var(--body-color);
}

/* check */
.custom-check {
  font-size: 0.9rem;
  color: #444;
  margin: 6px 0 20px;
}

/* Container */
.check-container {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 6px;
  line-height: 1;
  cursor: pointer;
  position: relative;
}

/* Hide default checkbox */
.check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Custom box */
.checkmark {
  width: 15px;
  height: 15px;
  border: 1px solid var(--body-color);
  border-radius: 2px;
  display: inline-block;
  position: relative;
  flex-shrink: 0;
  transition: all 0.2s ease;
}

/* Hover effect */
.check-container:hover .checkmark {
  border-color: var(--bg-green);
}

/* Checked state */
.check-container input:checked + .checkmark {
  background-color: var(--body-color);
  border-color: var(--green-mid);
}

/* Tick mark */
.checkmark::after {
  content: "";
  position: absolute;
  display: none;
}

/* Show tick */
.check-container input:checked + .checkmark::after {
  display: block;
}

/* Tick design */
.check-container .checkmark::after {
  left: 5px;
  top: 0px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* Links */
.custom-check a {
  color: var(--body-color);
  text-decoration: none;
  line-height: 1;
  font-size: 14px;
  font-weight: 500;
}

.custom-check a:hover {
  text-decoration: underline;
}

/* dashboard */
.dash-sec {
  background-color: #2e3135;
}

.dash-body {
  padding: 30px 0 80px;
}

.dash-toggle {
  width: 35px;
  height: 35px;
  padding: 0;
  background-color: var(--text-primary);
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 100%;
  display: none;
}

.dash-body-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.dash-body-header h1 {
  font-size: 36px;
  line-height: 1;
  letter-spacing: 2px;
}

.dash-body-header h2 {
  color: var(--body-color);
  font-size: 20px;
  line-height: 1;
  margin: 0;
  letter-spacing: 0px;
}

.dash-wrap-col {
  background-color: var(--text-primary);
  border: 1px solid #ededed;
  padding: 12px;
  border-radius: 10px;
  margin-bottom: 15px;
}

.dsh-col {
  background-color: #fffad0;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  height: 100%;
  padding: 20px;
}

.dsh-row {
  --bs-gutter-x: 12px;
  --bs-gutter-y: 12px;
}

.dsh-col-vl {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 5px;
  font-family: var(--heading-font);
  color: var(--body-color);
}

.dsh-col-vl-nm {
  font-weight: 500;
  font-size: 12px;
  color: #555555;
}

.dsh-col-rgt {
  width: 30px;
  height: 30px;
  background-color: #ff9900;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
}

.dsh-col-rgt i {
  font-size: 12px;
}

.dash-body-space-between {
  justify-content: space-between;
}

/* Table Container */
.cmn-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  font-size: 14px;
}

/* Table Header */
.cmn-table thead {
  background: var(--body-color);
}

.cmn-table thead th {
  text-align: left;
  padding: 12px 16px;
  font-weight: 500;
  color: var(--text-primary);
}

/* Table Body */
.cmn-table tbody td {
  padding: 14px 16px;
  border-bottom: 1px solid #c4c4c4;
  color: #555;
}

/* Hover Effect */
.cmn-table tbody tr:hover {
  background-color: #efefef;
  transition: 0.2s;
}

/* Last Row Border Remove */
.cmn-table tbody tr:last-child td {
  border-bottom: none;
}

/* Status Badge */
.status {
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
}

/* Example Status Colors */
.status.pending {
  background: #fff3cd;
  color: #856404;
}

.status.completed {
  background: #d4edda;
  color: #155724;
}

.status.cancelled {
  background: #f8d7da;
  color: #721c24;
}

/* Amount Styling */
.amount {
  font-weight: 600;
  color: #000;
}

.cmn-table tbody tr:nth-child(even) {
  background-color: #efefef;
}

.view-btn {
  background-color: var(--body-color);
  color: var(--text-primary);
  width: 25px;
  display: flex;
  height: 25px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  font-size: 11px;
  padding: 0;
}

.view-btn:hover {
  background-color: var(--bg-green);
  color: var(--body-color);
}

/* 🎯 Individual colors */
.quick-card.wishlist {
  background-color: #fffad0;
}

.dsh-col.wishlist .dsh-col-vl,
.dsh-col.wishlist .dsh-col-vl-nm {
  color: #ff9900;
}

.dsh-col.address {
  background-color: #f3f7fe;
}

.dsh-col.address .dsh-col-vl,
.dsh-col.address .dsh-col-vl-nm {
  color: #0d51e7;
}

.dsh-col.address .dsh-col-rgt {
  background-color: #0d51e7;
}

.dsh-col.profile {
  background-color: #f5fff8;
}

.dsh-col.profile .dsh-col-vl,
.dsh-col.profile .dsh-col-vl-nm {
  color: #24923c;
}

.dsh-col.profile .dsh-col-rgt {
  background-color: #24923c;
}

.dsh-col.track {
  background-color: #fcf1ff;
}

.dsh-col.track .dsh-col-vl,
.dsh-col.track .dsh-col-vl-nm {
  color: #c901ff;
}

.dsh-col.track .dsh-col-rgt {
  background-color: #c901ff;
}

/* Items column */
.order-items {
  font-size: 13px;
  line-height: 1.4;
}

.order-items div {
  margin-bottom: 2px;
}

/* More items text */
.more-items {
  font-size: 11px;
  font-weight: 700;
  color: var(--body-color);
}

.dash-body .tab-btn {
  font-size: 14px;
  padding: 9px 28px;
  font-weight: 500;
}

.dash-body .tab-btn:hover {
  background-color: var(--bg-green);
}

.dash-body .tab-btn:hover::before {
  background-color: var(--bg-green);
}

.dash-body-header--btn {
  justify-content: space-between;
}

.dash-body-header--btn-lft {
  display: inline-flex;
  align-items: center;
  gap: 15px;
}

.back-btn {
  background-color: var(--bg-green);
  color: var(--body-color);
  width: 30px;
  height: 30px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  font-size: 17px;
  padding: 0;
}

.back-btn:hover {
  background-color: var(--text-primary);
  color: var(--body-color);
}

.pending-txt {
  background-color: #e5a721;
  padding: 3px 11px;
  border-radius: 24px;
  font-size: 14px;
  color: #000;
  font-weight: 600;
}

.order-detail-wrap {
  margin-top: 35px;
}

.cmn-table tfoot {
  background-color: #c3d450;
}

.cmn-table tfoot td {
  padding: 14px 16px;
  color: var(--body-color);
}

.cmn-table tfoot .grand-total {
  border-top: 1px dashed #00000082;
}

.delivery-add ul {
  margin-top: 10px;
}

.delivery-add ul li {
  font-family: var(--heading-font);
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 1;
}

.dash-sec .order-summary h3 {
  margin-bottom: 11px;
  border-bottom: 1px solid #3333336e;
  padding: 0 0 11px;
}

.payment-actions {
  display: flex;
  margin-top: 25px;
  justify-content: center;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}

.status-history {
  margin-top: 30px;
}

/* Title */
.timeline-title {
  font-size: 24px;
  margin-bottom: 16px;
}

/* Timeline wrapper */
.timeline {
  position: relative;
}

/* Vertical line */
.timeline::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 0;
  width: 2px;
  height: 100%;
  background: var(--text-primary);
}

/* Item */
.timeline-item {
  position: relative;
  margin-bottom: 18px;
  display: flex;
  align-items: flex-start;
}

/* Dot */
.timeline-dot {
  position: absolute;
  left: 0px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #333;
  border: 2px solid #fff;
  box-shadow: 0 0 2px var(--text-primary);
}

/* Content box */
.timeline-content {
  background: #fff;
  border-radius: 10px;
  padding: 12px 14px;
  margin-left: 33px;
  width: 100%;
  transition: 0.2s;
}

/* Status */
.timeline-status {
  font-weight: 600;
  text-transform: capitalize;
  color: var(--body-color);
  margin-bottom: 4px;
}

/* Note */
.timeline-note {
  font-size: 13px;
  color: var(--body-color);
  margin-bottom: 6px;
}

/* Date */
.timeline-date {
  font-size: 12px;
  color: var(--body-color);
  display: flex;
  align-items: center;
  gap: 6px;
}

.dash-wrap-col .empty-state p,
.dash-wrap-col .empty-state h3 {
  color: var(--body-color);
}

.add-ads::after {
  content: "\2b";
  transform: rotate(0deg);
}

/* Card */
.address-card {
  background: var(--text-primary);
  border-radius: 12px;
  padding: 18px;
  position: relative;
  height: 100%;
  transition: all 0.25s ease;
}

/* Active (default) */
.address-card.active {
  background-color: var(--bg-green);
}

/* Hover */
.address-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

/* Default badge */
.default-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background: var(--body-color);
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  padding: 3px 8px;
  border-radius: 20px;
  text-transform: uppercase;
}

/* Name */
.addr-name {
  font-weight: 700;
  font-size: 14px;
  color: var(--body-color);
  margin-bottom: 6px;
}

/* Address text */
.addr-text {
  font-size: 13px;
  color: var(--body-color);
  font-family: var(--heading-font);
  line-height: 1.7;
}

.addr-text .phone {
  display: inline-block;
  margin-top: 4px;
}

/* Actions */
.addr-actions {
  display: flex;
  gap: 8px;
  margin-top: 14px;
  flex-wrap: wrap;
}

/* Buttons */
.btn-remove {
  font-size: 12px;
  border: 2px solid #b70101;
  font-weight: 500;
  background: transparent;
  font-family: var(--heading-font);
  color: #b70101;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
  gap: 6px;
  padding: 3px 10px;
  border-radius: 17px;
}

.btn-remove:hover {
  background-color: #b70101;
  color: var(--text-primary);
}

.cmn-btn-light {
  font-size: 12px;
  border: 2px solid var(--body-color);
  font-weight: 500;
  background: transparent;
  font-family: var(--heading-font);
  color: var(--body-color);
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
  gap: 6px;
  padding: 3px 10px;
  border-radius: 17px;
}

.cmn-btn-light:hover {
  background-color: var(--body-color);
  color: var(--text-primary);
}

/* dashboard end */

.prod-carousel-track .slick-track {
  display: flex !important;
}

.prod-carousel-item {
  height: auto;
}

.product-card {
  height: 100%;
}

.flash-msg.flash-error {
  background-color: #c1460d;
  border-radius: 20px;
  color: var(--text-primary);
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 7px 12px;
}

.adr-modal .modal-header h5 {
  color: var(--body-color);
  margin: 0;
  font-weight: 600;
  font-size: 18px;
}

.btn-close-md {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  border: none;
  margin-left: auto;
  outline: none;
  background-color: var(--body-color);
  color: var(--text-primary);
  font-size: 12px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.adr-modal .modal-content {
  background-color: #dfedb9;
}

.adr-modal .modal-dialog {
  max-width: 600px;
}

.adr-modal .modal-header {
  border-bottom: 1px solid #33333375;
  padding: 15px 15px 10px;
}

.edidt-profile select,
.edidt-profile input[type="password"],
.edidt-profile input[type="email"],
.edidt-profile input[type="tel"],
.edidt-profile input[type="text"],
.adr-modal select,
.adr-modal input[type="email"],
.adr-modal input[type="tel"],
.adr-modal input[type="text"] {
  border: 1px solid #333;
  color: var(--body-color);
  background-color: transparent;
  height: 40px;
  border-radius: 2px;
}

.edidt-profile input[type="password"]:focus,
.edidt-profile input[type="email"]:focus,
.edidt-profile input[type="tel"]:focus,
.edidt-profile input[type="text"]:focus,
.adr-modal input[type="email"]:focus,
.adr-modal input[type="tel"]:focus,
.adr-modal input[type="text"]:focus {
  background-color: transparent;
  outline: none;
  box-shadow: none;
}

.ftr-btns {
  justify-content: flex-end;
}

.ftr-btns .btn-apl {
  margin-top: 0;
  padding: 8px 20px;
  border-radius: 23px;
  font-size: 14px;
}

.edidt-profile {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 0;
  background-color: var(--text-primary);
  border-radius: 5px;
  padding: 30px;
  color: var(--body-color);
}

.cannot-ch {
  color: #b60a0a;
  font-weight: 600;
  font-size: 11px;
  margin-top: 8px;
}

.inner-banner {
  padding: 50px 0;
  background: linear-gradient(
    90deg,
    rgba(42, 123, 155, 1) 0%,
    rgba(87, 199, 133, 1) 50%,
    rgba(237, 221, 83, 1) 100%
  );
}

.blog-page-sec-inner {
  background-color: #2e3135;
}

.return-policy-wrap {
  max-width: 1116px;
  margin: 0 auto;
  background-color: #3b3b3b;
  padding: 40px;
  border-radius: 10px;
}

.return-banner h1 {
  margin-bottom: 0;
}

.return-policy-wrap h3 {
  font-size: 25px;
  font-weight: 600;
}

.return-policy-wrap h3 {
  font-weight: 600;
  font-size: 25px;
  margin: 0 0 15px;
}

.return-policy-wrap p {
  opacity: 0.8;
}

.return-policy-wrap ul li {
  margin-bottom: 12px;
  font-size: 14px;
}

.return-policy-wrap ul li:last-child {
  margin-bottom: 0;
}

.return-policy-wrap ul {
  margin-bottom: 25px;
}

.return-policy-wrap ul li {
  padding-left: 20px;
  position: relative;
}

.return-policy-wrap ul li::before {
  content: "\f101";
  position: absolute;
  font-family: "fontawesome";
  font-size: 11px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.return-policy-wrap ul li:last-child {
  margin-bottom: 0;
}

.policy-footer a {
  border-bottom: 1px solid #fff;
}

.policy-footer-btns {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.blog-page-sec-inner .blog-card-new {
  padding: 0;
}

.cont-pg-info-img {
  background-color: var(--bg-green);
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  line-height: 0;
  display: flex;
}

.cont-pg-info {
  margin-top: 40px;
}

.cont-pg-info-flx {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}

.cont-pg-info-text h4 {
  font-size: 24px;
  margin-bottom: 6px;
  text-transform: capitalize;
}

.cont-pg-info-text a {
  opacity: 0.8;
}

.cont-pg-info-text a:hover {
  color: var(--bg-green);
}

.cont-pg-map iframe {
  width: 100%;
  height: 400px;
  overflow: hidden;
  border-radius: 20px;
}

.contact-form-wrapper {
  max-width: 650px;
  background-color: var(--text-primary);
  border-radius: 12px;
  position: sticky;
  top: 0;
  padding: 50px;
}

.contact-form-wrapper h3 {
  color: var(--body-color);
  font-weight: 700;
  text-transform: capitalize;
  font-size: 34px;
  margin-bottom: 30px;
}

.contact-form-wrapper .form-control {
  border: none !important;
  background-color: #ecf4fe !important;
  padding: 10px 15px;
  height: 60px;
  border-radius: 10px;
  color: #32373c !important;
}

.contact-form-wrapper input.form-control::placeholder,
.contact-form-wrapper .form-control::placeholder {
  opacity: 1;
  color: #000 !important;
}

.contact-form-wrapper .form-control:focus {
  box-shadow: none !important;
}

.contact-form-wrapper textarea.form-control {
  height: 200px;
  padding: 25px 15px;
}

.contact-form-wrapper .form-group {
  margin-bottom: 25px;
}

.faq-sec h2 {
  font-size: 35px;
}

.faq-sec .accordion-item {
  border: none;
  margin-bottom: 20px;
}

.faq-sec .accordion-item {
  border-radius: 10px;
}

.faq-sec .accordion-button {
  font-size: 18px;
  font-weight: 700;
  display: flex;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 13px 23px;
}

.faq-sec .accordion-button:not(.collapsed) {
  background-color: var(--bg-green);
  box-shadow: none;
  color: var(--body-color);
}

.faq-sec .accordion {
  margin-bottom: 50px;
}

.faq-sec .accordion:last-child {
  margin-bottom: 0;
}

.faq-sec {
  background-color: #2e3135;
}

.tc-not {
  background-color: var(--text-primary);
  padding: 10px 15px;
  color: var(--body-color);
  font-size: 14px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  border-radius: 5px;
  text-transform: capitalize;
  background: linear-gradient(
    90deg,
    rgba(42, 123, 155, 1) 0%,
    rgba(87, 199, 133, 1) 50%,
    rgba(237, 221, 83, 1) 100%
  );
  gap: 10px;
}

.related-products {
  background-color: #1e2126;
  position: relative;
  margin-top: 50px;
  padding-bottom: 70px;
  z-index: 1;
}

.my-order-detail-left {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.my-order-detail-left-col {
  width: 75%;
  padding-right: 20px;
}

.my-order-detail-left .order-summary {
  width: 25%;
  margin-top: 20px;
}

.blog-lf-dtl-cont h2 {
  font-size: 32px;
}

.blog-row {
  --bs-gutter-x: 30px;
}

.blog-link-date ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.blog-link-date ul li {
  color: #d2d2d2;
  font-size: 14px;
}

.blog-link-date ul li i {
  margin-right: 4px;
}

.blog-lf-dtl-cont img {
  width: 100%;
  border-radius: 10px;
  margin: 15px 0;
}

.blog-lf-dtl-cont table {
  width: 100%;
  border-spacing: 0;
  margin-bottom: 25px;
}

.blog-lf-dtl-cont table tr th {
  padding: 11px;
  font-size: 14px;
  background-color: #000;
  color: var(--bg-white);
  font-weight: 600;
  border: none;
}

.blog-lf-dtl-cont table tr td {
  border: none;
  padding: 11px;
  font-size: 14px;
}

.blog-lf-dtl-cont table tr:nth-child(even) {
  background-color: #ffffff22;
}

.blog-lf-dtl-cont b,
.blog-lf-dtl-cont strong {
  color: var(--bg-green);
}

.blog-sec {
  background-color: #2e3135;
}

.blog-filter {
  position: relative;
  margin-bottom: 40px;
}

.blog-filter input {
  width: 100%;
  height: 46px;
  background: #ffffff;
  border: 1px solid #000000;
  color: #000;
  border-radius: 28px;
  outline: none;
  padding: 0 20px;
  padding-right: 80px;
}

.searct-btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border: none;
  padding: 0 21px;
  background-color: transparent;
  color: var(--body-color);
}

.blog-recent-post {
  margin-bottom: 25px;
}

.rs-blog-col {
  display: flex;
  gap: 14px;
  border-bottom: 1px solid #ffffff1a;
  padding: 9px 0;
}

.rs-blog-col-link {
  width: 70px;
  height: 65px;
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.rs-blog-col-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.rs-blog-col-cont span {
  font-size: 10px;
  display: block;
  font-weight: 500;
  color: var(--bg-green);
  margin-bottom: 5px;
}

.rs-blog-name {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.blog-rgt-col h4 {
  font-weight: 700;
  font-size: 22px;
  color: var(--bg-green);
  font-family: "Public Sans", sans-serif;
}

.categorie-list li {
  margin-bottom: 7px;
}

.categorie-list li a:hover {
  background-color: var(--bg-green);
  color: var(--body-color);
}

.categorie-list li a {
  text-decoration: none;
  font-size: 14px;
  color: var(--text-primary);
  border: 1px solid var(--bg-green);
  overflow: hidden;
  padding: 12px 22px;
  position: relative;
  display: block;
  transition: all 0.3s ease-in-out;
  border-radius: 25px;
  padding-right: 80px;
  z-index: 1;
}

.categorie-list li a::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 66px;
  height: 100%;
  background-color: var(--bg-green);
  transition: all 0.3s ease-in-out;
  clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
  z-index: -2;
}

.categorie-list li a::after {
  content: "\f061";
  position: absolute;
  right: 19px;
  top: 45%;
  transform: rotate(-45deg) translate(0%, -50%);
  font-size: 14px;
  color: var(--body-color);
  font-family: "fontawesome";
}

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

@media (max-width: 1366px) {
  .order-summary {
    border-radius: 8px;
    padding: 24px 12px;
  }
  .summary-row {
    padding: 6px 0;
  }
  .order-summary h3 {
    margin-bottom: 10px;
  }
  .summary-total {
    font-size: 14px;
  }
  .trust-badges {
    gap: 5px;
  }
  .cart-product-img {
    width: 50px;
    height: 50px;
  }

  .lft-col-dtl-pd {
    width: 72%;
  }
  .rgt-col-dtl-pd {
    width: 28%;
  }

  .payment-methods {
    gap: 0;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .payment-option {
    width: calc(50% - 6px);
    margin-bottom: 12px;
  }
  .tabs-wrap {
    flex-wrap: wrap;
  }

  .dash-body .tab-btn {
    font-size: 12px;
    padding: 7px 20px;
  }

  .empty-state {
    max-width: 600px;
  }

  .empty-state h3 {
    font-size: 30px;
    margin-bottom: 11px;
  }
}

@media (max-width: 1280px) {
  body {
    font-size: 14px;
  }

  .header-search {
    max-width: 670px;
  }

  .header-search input {
    height: 47px;
  }

  .banner .slick-next {
    right: 0px;
  }

  .banner .slick-prev {
    left: 0px;
  }

  .banner-slide {
    padding: 0 90px;
  }

  .h1-heading,
  h1 {
    font-size: 40px;
  }

  .contact-form-wrapper {
    max-width: 1000px;
    padding: 30px;
  }

  .contact-row {
    --bs-gutter-y: 40px;
  }
}

@media (max-width: 1199px) {
  .trust-icon {
    max-width: 34px;
    margin: 0 auto 16px;
  }

  .trust-text {
    font-size: 12px;
  }

  .left-wave {
    max-width: 480px;
  }
  .lft-col-dtl-pd {
    width: 65%;
  }
  .rgt-col-dtl-pd {
    width: 35%;
  }

  .lnk-txt {
    font-size: 14px;
  }

  .btn-remove-cart {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }

  .cart-table td {
    padding: 10px;
  }

  .cart-table .qty-btn {
    width: 24px;
    height: 30px;
  }

  .cart-table .qty-input {
    height: 30px;
    width: 28px;
    font-size: 12px;
  }

  .cart-table thead th {
    font-size: 13px;
    padding: 7px 9px;
  }

  .dsh-col {
    padding: 10px;
  }

  .dsh-col-rgt {
    flex-shrink: 0;
  }

  .dsh-col-vl {
    font-size: 16px;
    margin-bottom: 2px;
  }

  .cmn-table tbody td {
    font-size: 12px;
    padding: 10px;
  }

  .dash-body-header {
    margin-bottom: 10px;
  }

  .dash-body .tabs-wrap {
    border: none;
  }

  .dash-body .tab-btn::before {
    display: none;
  }

  .dash-body .tab-btn {
    background-color: var(--text-primary);
    color: var(--body-color);
    border-radius: 4px;
  }

  .dash-body .tab-btn.active {
    color: var(--body-color);
    background-color: var(--bg-green);
    border-color: var(--bg-green);
  }

  .my-order-detail-left-col {
    width: 70%;
    padding-right: 20px;
  }

  .my-order-detail-left .order-summary {
    width: 30%;
    margin-top: 20px;
  }

  .pending-txt {
    font-size: 12px;
  }

  .my-order-detail-left-col {
    width: 100%;
    padding: 0;
  }

  .my-order-detail-left .order-summary {
    width: 100%;
  }
  .blog-lf-dtl-cont h2 {
    font-size: 25px;
  }
}

@media (max-width: 1024px) {
  .product-detail-layout {
    gap: 0;
    --bs-gutter-x: 20px;
  }

  .product-sec {
    padding: 40px 0;
  }

  .step-num {
    width: 30px;
    height: 30px;
    font-size: 13px;
  }

  .checkout-steps {
    margin-bottom: 20px;
  }

  .checkout-step::after {
    top: 13px;
    border-bottom: 1px dashed var(--text-primary);
  }

  .checkout-step span {
    font-size: 10px;
  }

  .checkout-step {
    gap: 6px;
  }

  .cart-table-wrap {
    overflow: auto;
  }

  .cart-table {
    width: max-content;
  }

  .product-h1 {
    margin: 7px 0 25px;
  }

  .checkout-steps {
    max-width: 360px;
  }

  .lft-col-dtl-pd {
    width: 60%;
  }

  .rgt-col-dtl-pd {
    width: 40%;
  }

  .cart-table-wrap-bg {
    overflow: auto;
  }

  .cart-table-wrap-bg .cmn-table {
    width: 700px;
    overflow: unset;
  }
}

@media (max-width: 992px) {
  h2 {
    font-size: 40px;
  }

  p {
    margin: 0 0 17px 0;
  }

  .body-class {
    padding-top: 103px;
  }

  .review-name {
    font-size: 17px;
  }

  .site-logo {
    max-width: 90px;
  }

  .tb-none {
    display: none !important;
  }

  .header-top {
    border: none;
    padding: 0;
  }
  .header-bottom {
    border: none;
  }
  .mobile-menu-header {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 21px 12px 10px;
    width: 100%;
    background-color: var(--text-primary);
    display: block;
    z-index: 99;
  }

  .header-search select {
    font-size: 10px;
    padding: 13px 12px;
    padding-right: 30px;
    background-size: 10px;
    background-position: right 12px center;
  }

  .header-search input {
    height: 41px;
    font-size: 13px;
    padding: 0px 13px;
    padding-right: 58px;
  }

  .search-btn {
    right: 0;
    font-size: 13px;
  }

  .mobile-menu-header ul {
    display: flex;
    justify-content: space-around;
    gap: 10px;
  }

  .mobile-menu-header ul li {
    text-transform: uppercase;
    font-family: var(--heading-font);
    letter-spacing: 1px;
    font-size: 11px;
    color: var(--body-color);
    font-weight: 600;
  }

  .mobile-menu-header ul li a {
    color: var(--body-color);
    display: flex;
    flex-direction: column;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    font-family: var(--heading-font);
    position: relative;
    letter-spacing: 1px;
    font-size: 11px;
    gap: 6px;
  }
  .mobile-menu-header ul li i {
    font-size: 20px;
  }
  .mobile-menu-header .hdr-badge {
    background-color: #c0392b;
    right: -12px;
    top: -3px;
    width: 16px;
    height: 16px;
    font-weight: 500;
    font-size: 9px;
    text-align: center;
  }

  .wis-hdr-btn .hdr-badge {
    right: 0;
  }

  .product-actions-hover-wrap {
    opacity: 1;
    bottom: 8px;
  }

  .banner .slick-next {
    top: unset;
    bottom: 15px;
    transform: translateY(0);
  }

  .banner .slick-prev {
    left: unset;
    right: 40px;
    top: unset;
    bottom: 15px;
    transform: translateY(0);
  }

  .banner-slide {
    padding: 0 40px;
  }

  .slick-arrow {
    width: 30px;
    height: 30px;
  }

  .slick-arrow::after {
    font-size: 10px;
  }

  .weve-banner {
    max-width: 250px;
  }

  .banner-slide-col {
    padding: 10px 0;
    min-height: 500px;
  }

  .carousel-title span {
    display: none;
  }

  .rigt-wave {
    max-width: 310px;
  }

  .why-image-overlay {
    max-width: 500px;
  }

  .why-box-boxes {
    --bs-gutter-x: 18px;
    --bs-gutter-y: 18px;
  }

  .review-card-new {
    padding: 0 0px;
  }

  .hcar-track .slick-list {
    margin: 0 0px;
  }

  .review-card-new-wrap {
    padding: 29px 13px;
  }

  .review-author {
    margin-bottom: 10px;
    gap: 6px;
  }

  .review-avatar {
    width: 50px;
    height: 50px;
  }
  .left-wave {
    max-width: 450px;
  }

  .hm-hcar-viewport {
    margin-top: 50px;
    padding: 0 0px;
  }

  .newsletter-wrap {
    max-width: 460px;
  }

  .footer-overlay {
    max-width: 790px;
  }

  .rsb-score {
    font-size: 37px;
  }

  .review-summary-bar {
    gap: 18px;
  }

  .ftr-hd::before {
    height: 1px;
  }

  .ftr-col-sd {
    order: 1;
    margin-bottom: 20px;
  }

  .ftr-col-td {
    width: 50%;
    order: 3;
  }

  .ftr-col-fs {
    width: 50%;
    order: 2;
  }

  .footer-center {
    margin-top: 40px;
    padding-top: 20px;
    border: none;
  }
  .page-footer {
    margin-bottom: 73px;
  }

  .two-col-box h3 {
    font-size: 27px;
    max-width: 220px;
  }

  .two-col-box span {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .product-name {
    font-size: 16px;
  }

  .header-search {
    max-width: 530px;
  }

  .header-search select {
    display: none;
  }

  .header-search input {
    border-radius: 6px !important;
  }

  .nv-hd {
    font-size: 10px;
  }

  .sdrop-sug span {
    font-size: 10px;
  }

  .sdrop-sug i {
    margin-top: 3px;
    font-size: 10px;
  }

  .sdrop-name {
    font-size: 12px;
  }
  .btn-sch {
    padding: 8px;
    font-size: 11px;
  }
  .nav-drop-item {
    padding: 3px;
  }
  .body-class {
    padding-top: 103px;
  }

  .category-br a {
    font-size: 11px;
    padding: 9px 13px;
  }

  .detail-title {
    font-size: 30px;
  }
  .detail-price {
    font-size: 20px;
  }
  .detail-price-orig {
    font-size: 13px;
  }
  .detail-price-off {
    font-size: 10px;
    padding: 2px 4px;
    border-radius: 2px;
  }
  .stock-low {
    font-size: 10px;
  }
  .variants-section {
    margin-bottom: 15px;
    gap: 9px;
  }
  .detail-reviews {
    font-size: 10px;
    line-height: 1;
  }
  .dtl-detail-category a {
    font-size: 10px;
    padding: 3px 9px;
    margin-bottom: 10px;
  }
  .plant-prop-icon {
    width: 24px;
    height: 24px;
  }
  .plant-prop {
    padding: 13px 8px;
  }
  .tab-btn {
    padding: 10px 21px;
    font-size: 12px;
  }
  .tabs-wrap {
    border-bottom: 1px solid var(--text-primary);
  }
  .tab-btn::before {
    bottom: -1px;
  }
  .detail-cd h3 {
    font-size: 15px;
    margin: 0 0 8px;
  }
  .detail-cd p {
    font-size: 12px;
  }
  .detail-cd {
    width: 33.33%;
    padding: 20px 5px;
  }
  .cmn-gap {
    padding: 60px 0;
  }
  .cmn-btn-txt {
    line-height: 1;
  }

  .account-layout {
    display: flex;
    grid-template-columns: unset;
    gap: 20px;
  }

  .account-nav {
    width: 280px;
    flex-shrink: 0;
  }

  .dash-body {
    width: calc(100% - 280px);
  }
  .back-btn {
    width: 25px;
    height: 25px;
  }
  .dash-body-header h1 {
    font-size: 25px;
    letter-spacing: 1px;
  }

  .progress-dot {
    width: 25px;
    height: 25px;
  }
  .progress-label {
    font-size: 8px;
  }
  .order-detail-wrap {
    margin-top: 12px;
  }
  .cmn-table tbody td a {
    font-size: 12px;
  }
  .progress-dot {
    width: 20px;
    height: 20px;
    font-size: 10px;
  }
  .progress-line {
    top: 10px;
  }
  .login-col-rgt {
    padding-left: 20px;
  } 
  .form-group {
    margin-bottom: 12px;
  }
  .login-col-rgt .divider {
    margin: 21px 0;
}
.login-wrap {
    padding: 40px 30px;
}
}

@media (max-width: 768px) {
  .h1-heading,
  h1 {
    font-size: 32px;
  }

  .banner-slide-col {
    padding: 10px 0;
    min-height: unset;
  }

  .banner-slide .row {
    flex-direction: column-reverse;
  }

  .banner-slide-col-img {
    max-width: 300px;
    height: 300px;
  }

  .banner-slide-col-img img {
    height: 100%;
    max-height: 100%;
    object-fit: contain;
  }

  .banner-slide {
    padding: 0;
  }

  .banner-slide-col {
    text-align: center;
  }

  .banner-slide-col .cmn-btn {
    margin: 0 auto;
  }

  .banner-slide-col p {
    display: none;
  }

  .banner-slide-col {
    padding: 0;
  }

  .banner-slide-col-img {
    margin-bottom: 15px;
  }

  .js-banner-slider {
    padding: 20px 0 60px;
  }

  .slick-dots {
    gap: 10px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }

  .weve-banner {
    max-width: 180px;
  }

  .slick-dots li button {
    font-size: 0px;
    width: 8px;
    height: 8px;
  }

  .slick-dots li.slick-active button {
    width: 18px;
  }

  .trust-col {
    width: 33.33%;
    padding: 10px 5px;
  }

  .trust-strip-wrap .row {
    justify-content: center;
    --bs-gutter-y: 13px;
  }

  .trust-col::before {
    display: none;
  }

  .trust-strip-wrap {
    padding: 16px 0;
  }

  .announcement-bar {
    display: none !important;
  }

  .announcement-bar ul li {
    font-size: 10px;
  }

  .header-search {
    max-width: 390px;
  }

  .two-col-sec .row {
    --bs-gutter-y: 20px;
  }

  .hcar-viewport .slick-list {
    padding: 0 200px !important;
  }

  .body-class {
    padding-top: 75px;
  }

  .shop-top-bar {
    align-items: flex-end;
  }

  .product-sec {
    position: relative;
    padding: 60px 0;
  }

  .category-br {
    margin-bottom: 0px;
  }

  .filter-toggle-btn {
    position: absolute;
    top: 24px;
    right: 14px;
    padding: 0;
  }

  .body-class {
    padding-top: 62px;
  }
  .product-sec {
    padding: 30px 0 60px;
  }

  .lft-col-dtl-pd {
    width: 100%;
  }

  .rgt-col-dtl-pd {
    width: 100%;
  }
  .cart-table {
    width: 100%;
  }

  .continue-shopping {
    justify-content: center;
    margin-bottom: 30px;
  }

  .rgt-col-dtl-pd {
    margin-top: 25px;
  }

  .scroll-order-progress {
    overflow: auto;
    padding-bottom: 20px;
    margin-right: -12px;
  }

  .order-progress {
    width: max-content;
    margin: 0 auto;
  }
  .progress-step {
    flex: unset;
  }
      .login-col-rgt {
        padding-left: 0px;
    }

    .login-logo {
      display: none;
    }

    .login-sec .image-overlay {
      display: none;
    }

    .login-wrap {
        padding: 35px 20px;
    }
}

@media (max-width: 576px) {
  .announcement-bar {
    display: none;
  }

  .footer-overlay,
  .hm-blog .left-wave,
  .why-image-overlay,
  .prod-carousel-alt .left-wave,
  .rigt-wave {
    display: none;
  }

  .carousel-title {
    font-size: 22px;
  }

  .left-wave {
    display: none;
  }

  .cat-card-name {
    font-size: 18px;
  }

  .cat-carousel-track .slick-list {
    padding-right: 130px;
    margin-right: -20px;
  }

  .cat-card-img::before {
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    z-index: 1;
    border: 1px dashed #ffffff85;
  }

  .section-header-row {
    margin-bottom: 30px;
    gap: 14px;
  }

  .carousel-title {
    font-size: 18px;
  }

  .cat-carousel-section {
    padding: 40px 0;
    overflow: hidden;
  }

  .trust-icon {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--bg-green);
    border-radius: 100%;
    margin: 0;
    flex-shrink: 0;
  }

  .trust-icon img {
    width: 15px;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(48%)
      hue-rotate(117deg) brightness(100%) contrast(99%);
  }

  .trust-col {
    width: 50%;
    padding: 5px 10px;
    display: flex;
    gap: 7px;
    align-items: center;
  }

  .cat-carousel-section .cmn-btn-arrow {
    top: 7px;
  }

  .trust-text {
    text-align: left;
    font-weight: 500;
    font-size: 10px;
  }

  .trust-strip-wrap .row {
    --bs-gutter-y: 0px;
    justify-content: flex-start;
  }

  .banner-slide h1 {
    color: var(--body-color);
  }

  .section-label {
    font-size: 10px;
    margin-bottom: 7px;
  }

  h2 {
    font-size: 33px;
  }

  .prod-carousel-section {
    padding: 40px 0;
  }

  .product-img-wrap {
    height: 250px;
  }

  .product-actions-hover-wrap {
    opacity: 1;
    bottom: -1px;
  }

  .price-current {
    font-size: 16px;
  }

  .product-img-wrap {
    height: 190px;
  }

  .product-actions-hover-wrap {
    bottom: -5px;
    gap: 9px;
  }
  .product-actions-hover-wrap a,
  .product-actions-hover-wrap button {
    background-color: #3c3c3c;
    color: var(--text-primary);
    width: 30px;
    height: 30px !important;
    border-radius: 50%;
  }

  .product-actions-hover-wrap {
    bottom: unset;
    left: unset;
    transform: translateX(0%);
    right: 10px;
    gap: 5px;
    top: 10px;
    flex-direction: column;
  }

  .product-placeholder img {
    max-width: 120px;
    max-height: 120px;
  }
  .product-info {
    padding: 14px 8px 10px;
  }

  .product-info-wrap span {
    font-size: 8px;
    padding: 3px 5px 3px;
  }

  .product-info-wrap {
    margin-bottom: 4px;
  }

  .product-name {
    font-size: 15px;
    -webkit-line-clamp: 1;
  }

  .price-current {
    font-size: 14px;
  }
  .price-original {
    font-size: 10px;
  }

  .price-off {
    font-size: 10px;
    font-weight: 600;
    padding: 3px 4px 2px;
    border-radius: 2px;
    line-height: 1;
  }

  .badge-sale {
    width: 40px;
    height: 40px;
    font-size: 10px;
  }

  .badge-bestseller {
    position: absolute;
    left: -4px;
    top: -4px;
    max-width: 70px;
  }

  .pd-arrow-wrap .cmn-btn-arrow {
    display: none;
  }

  .prod-carousel-track .slick-list {
    margin-right: -12px;
    padding-right: 30px;
  }

  .cmn-btn {
    padding: 4px 13px;
    padding-right: 3px;
  }
  .prod-carousel-header {
    margin-bottom: 0;
  }
  .prod-carousel-viewport {
    margin-top: 20px;
  }

  .two-col-sec {
    padding-top: 0;
  }

  .cmn-header {
    margin-bottom: 20px;
  }
  .why-cho-wrap {
    padding: 40px 0;
  }

  .why-icon {
    width: 40px;
    height: 40px;
  }
  .why-box {
    padding: 23px 15px;
  }

  .review-summary-bar {
    gap: 12px;
    padding: 0 0;
    flex-direction: column;
    max-width: 100%;
  }

  .rsb-bars {
    width: 100%;
    max-width: 100%;
  }

  .rsb-stars ul {
    justify-content: center;
  }
  .mobile-menu-header ul li i {
    font-size: 13px;
  }

  .mobile-menu-header ul li,
  .mobile-menu-header ul li a {
    font-size: 8px;
  }

  .mobile-menu-header {
    padding: 15px 5px 8px;
  }

  .header-search select {
    display: none;
  }

  .product-add-btn {
    font-size: 10px;
  }
  .header-search input {
    height: 38px;
    padding: 0px 10px;
    padding-right: 43px;
  }

  .header-search {
    max-width: 320px;
  }

  .site-logo {
    max-width: 70px;
  }
  .hcar-viewport .slick-list {
    padding: 0 100px !important;
  }

  .hm-blog {
    padding: 40px 0;
  }

  .hm-hcar-viewport {
    margin-top: 30px;
  }

  .bcn-img {
    padding-top: 50%;
  }

  .bcn-body {
    padding: 20px 14px;
  }

  .hm-hcar-viewport .slick-list {
    margin-right: -12px;
    margin-left: -10px;
    padding-right: 70px;
  }

  .bcn-body-top h3 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .rsb-score {
    font-size: 24px;
  }
  .why-box h4 {
    font-size: 16px;
  }
  .why-box p {
    font-size: 11px;
  }
  .two-col-box h3 {
    font-size: 24px;
  }
  .page-footer {
    margin-bottom: 53px;
  }

  .page-footer {
    padding: 40px 0 0;
  }

  .footer-center {
    padding-top: 0;
  }

  .ftr-col-fs {
    width: 100%;
  }

  .ftr-col-td {
    width: 100%;
  }

  .ftr-col-fs .col-md-6,
  .ftr-col-td .col-md-6 {
    width: 50%;
  }

  .ftr-hd {
    margin-bottom: 10px;
  }

  .ftr-link-logo {
    margin-top: 12px;
  }

  .page-footer .container {
    padding: 0;
  }

  .footer-center ul li,
  .footer-center ul li a {
    font-size: 11px;
  }
  .footer-social-icon {
    margin-top: 17px;
  }
  .newsletter-form input {
    padding: 3px 13px;
  }

  .newsletter-form input::placeholder {
    font-size: 12px;
  }
  .ftr-col-td {
    margin-top: 19px;
  }
  .newsletter-wrap p,
  .newsletter-wrap h2 {
    color: var(--body-color);
  }
  .footer-bottom {
    border-top: 1px solid #0404042e;
    padding: 11px 0;
    margin-top: 20px;
  }
  .footer-bottom-text {
    text-align: center;
  }
  .payment-icons img {
    margin: 0 auto;
    max-width: 230px;
  }
  .footer-bottom-text {
    margin-top: 10px;
  }
  .footer-bottom .row {
    flex-direction: column-reverse;
  }
  .breadcrumb span,
  .breadcrumb a {
    font-size: 12px;
  }
  .results-count {
    font-size: 10px;
  }
  .sort-select {
    padding: 7px 30px 7px 8px;
    max-width: 200px;
    font-size: 13px;
    background-position: right 11px center;
    background-size: 10px;
  }
  .related-products .products-grid {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)) !important;
  }
  .gallery-thumb-wrap {
    height: 85px;
    border-radius: 4px;
    padding: 2px;
  }
  .cls-product-info {
    margin-top: 30px;
  }

  .tab-btn {
    padding: 11px 7px;
    font-size: 10px;
    width: 25%;
    border-radius: 0;
  }
  .tabs-wrap {
    gap: 0px;
    flex-wrap: wrap;
  }

  .step-circle {
    width: 15px;
    height: 15px;
    font-size: 8px;
  }

  .step-line {
    display: none;
  }

  .step-label {
    margin-top: 9px;
  }

  .order-steps {
    flex-wrap: wrap;
    min-width: unset;
    justify-content: center;
    gap: 15px;
  }

  .step {
    flex: unset;
  }

  .step-status,
  .step.done .step-label {
    line-height: 1.3;
    font-size: 10px;
  }

  .success-bnr-list ul li span {
    font-size: 12px;
  }

  .track-top h1 {
    font-size: 30px !important;
    margin: 0 0 11px !important;
  }

  .product-sec h1 span {
    margin-right: 7px;
  }
  .ml-auto {
    text-align: center;
    padding-top: 10px;
  }
  .faq-sec .accordion-button {
    font-size: 14px;
    border-radius: 5px;
    padding: 5px 10px;
  }
  .faq-sec .accordion-item {
    margin-bottom: 8px;
  }
  .faq-sec .accordion-body {
    padding: 12px;
  }
  .faq-sec .accordion {
    margin-bottom: 30px;
  }
  .cmn-gap {
    padding: 40px 0;
  }
  .contact-form-wrapper .form-control {
    padding: 6px 15px;
    height: 50px;
    border-radius: 6px;
  }
  .contact-form-wrapper .form-group {
    margin-bottom: 10px;
  }
  .contact-form-wrapper .form-row {
    gap: 0px;
  }
  .contact-form-wrapper h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .contact-form-wrapper textarea.form-control {
    height: 130px;
    padding: 15px;
  }
  .cont-pg-info-img {
    width: 40px;
    height: 40px;
  }

  .cont-pg-info-img img {
    max-width: 20px;
    max-width: 20px;
  }

  .cont-pg-info-text h4 {
    font-size: 16px;
    margin-bottom: 4px;
  }

  .cont-pg-info-text a {
    font-size: 12px;
  }
  .cont-pg-info-flx {
    gap: 13px;
    margin-bottom: 20px;
  }
  .cont-pg-info {
    margin-top: 30px;
  }
  .cont-pg-map iframe {
    height: 280px;
  }
  .cart-table {
    width: max-content;
  }
  .lnk-txt {
    font-size: 12px;
    display: inline-block;
    max-width: 150px;
  }
  .form-group {
    margin-bottom: 10px;
  }
  .form-row {
    gap: 10px;
  }
  .checkout-steps {
    max-width: 420px;
  }
  .card-wrap-all {
    padding: 20px;
  }
  .card {
    padding: 14px 0;
  }
  .cmn-table tbody td a {
    font-size: 12px;
  }

  .cmn-table {
    width: max-content;
  }

  .account-layout {
    display: unset;
  }

  .account-nav {
    margin: 0;
  }

  .dash-sec {
    padding-top: 12px;
  }

  .account-nav {
    width: 100%;
  }

  .dash-body {
    width: 100%;
  }

  .dash-body .tab-btn {
    text-align: center;
  }

  .dash-body .tabs-wrap {
    gap: 8px;
  }

  .dash-body .tab-btn {
    width: auto;
  }

  .dash-sec .order-progress {
    margin: 20px auto 0px !important;
  }

  .dash-body .progress-step {
    min-width: 57px;
  }

  .timeline-content {
    border-radius: 5px;
    margin-left: 23px;
  }

  .txt-lft-col {
    text-align: center;
  }
  .blog-filter {
    margin: 20px 0;
  }

  .custom-check a,
  .check-container {
    font-size: 10px;
}

.checkmark {
    width: 10px;
    height: 10px;
    border: 1px solid #949494;
}
.check-container .checkmark::after {
    left: 2px;
    top: -1px;
    width: 4px;
    height: 7px;
    border-width: 0 1px 1px 0;
}
.login-btn-wrap .cmn-btn {
    font-size: 14px;
    padding: 9px 13px;
}
.login-btn-wrap .cmn-btn::after {
    width: 25px;
    height: 25px;
    font-size: 10px;
}
    .login-col-rgt .divider {
        margin: 15px 0;
    }
    .account-txt {
    margin-top: 0;
    }

    .prod-carousel-header {
          align-items: flex-start;
    }

    .pd-arrow-wrap {
    gap: 8px;
    max-width: 150px;
    justify-content: flex-end;
}
}

@media (max-width: 480px) {
  .prod-carousel-track .slick-list,
  .cat-carousel-track .slick-list {
    padding-right: 70px;
  }

  .header-search {
    max-width: 280px;
  }

  h2 {
    font-size: 28px;
  }

  .hcar-viewport .slick-list {
    padding: 0 50px !important;
  }
  .product-img-wrap {
    height: 210px;
  }

  .header-search {
    max-width: 220px;
  }

  .btn-continue {
    font-size: 12px;
    padding: 4px 7px;
    padding-right: 16px;
    gap: 7px;
  }

  .btn-refresh {
    font-size: 12px;
    gap: 7px;
  }

  .continue-shopping {
    gap: 10px;
  }
  .payment-option {
    width: calc(100% - 0px);
  }
}
