body {
  font-family: "Crimson Text", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5em;
  letter-spacing: 0em;
  font-size: 18px;
}

@media only screen and (max-width: 1399px) {
  .tf-slideshow .wrap-slider {
    height: auto;
  }
}

/* header start */
@media (min-width: 1200px) {
  .header-absolute {
    margin-bottom: -94px;
    padding-top: 6px;
    padding-bottom: 6px;
  }
}



#header .nav-icon .nav-icon-item {
  position: relative;
  display: inline-flex;
  width: 40px;
  justify-content: center;
}

#header .nav-icon .count-box {
  top: -4px;
  right: 2px;
}

.header-bg .logo-header img {
  filter: unset;
}

.header-bg .nav-icon .icon {
  color: #532f1f;
}

.header-white .nav-icon .icon {
  color: #532f1f;
}

.header-white .nav-icon svg path {
  stroke: #532f1f;
}

.header-bg .nav-icon svg path {
  stroke: #532f1f;
}

.logo-header img {
  width: 78px;
  /* filter: invert(1); */
}

#header .nav-icon .icon {
  font-size: 22px;
}

#mobileMenu {
  background: #FDF7F1;
  box-shadow: 2px 0 20px rgba(83, 47, 31, 0.15);
}

@media (min-width: 768px) {
  .canvas-mb {
    max-width: 350px;
  }
}

#mobileMenu .menu-title {
  font-size: 16px;
  font-weight: 700;
  color: #532f1f;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: 'Crimson Text', serif;
}

.menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  border-bottom: 1px solid #e8e8e8;
  background: rgba(83, 47, 31, 0.03);
}

.canvas-mb .icon-close-popup {
  position: unset;

  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 13px;
  color: #532f1f;
  transition: all 0.3s ease;
  border-radius: 50%;
}

.canvas-mb .icon-close:before {
  content: "x";
  font-family: 'FontAwesome';
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5em;
  letter-spacing: 0em;
}

.canvas-mb .icon-close:hover,
.canvas-mb .icon-close-popup:hover {
  color: inherit;
  transform: unset;
  background: rgba(83, 47, 31, 0.2);
}

.canvas-mb .mb-canvas-content {
  padding-top: 0px;
}

.nav-ul-mb .nav-mb-item .mb-menu-link {
  color: #532f1f;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500 !important;
  font-family: 'Crimson Text', serif;
  transition: color 0.3s ease;
}

@media (min-width: 768px) {
  .canvas-mb .mb-canvas-content {
    min-width: 350px;
  }
}

.canvas-mb .mb-body {
  padding-right: 0px;
  padding-left: 0px;
  border-bottom: 1px solid #e8e8e8;

}

.nav-ul-mb .nav-mb-item:not(:last-child) {
  border-bottom: 1px solid #e8e8e8;
}

.nav-ul-mb .nav-mb-item {
  padding: 0px 0px;
}

.nav-ul-mb .nav-mb-item .mb-menu-link {
  min-height: auto;
  padding: 7px 20px;
}

.nav-toggle {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-left: 10px;
  margin-right: 20px;
  transition: background 0.3s ease;
}

.nav-toggle:hover {
  background: rgba(83, 47, 31, 0.1);
}

.nav-arrow {
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
  fill: #532f1f;
}

.nav-arrow.rotated {
  transform: rotate(180deg);
}

.nav-ul-mb .sub-nav-menu {
  padding-left: 0px;
  margin-bottom: 0px;

}

.nav-ul-mb .sub-nav-link {
  transition: background 0.3s ease;
  border-top: 1px solid #e8e8e8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1px 20px 1px 40px;
  transition: background 0.3s ease;
  color: #532f1f;
  text-decoration: none;
  font-size: 16px;
  background: #532f1f05;
  transition: max-height 0.4s ease, opacity 0.3s ease, transform 0.3s ease;
}

.nav-ul-mb .sub-nav-link:hover {
  background: rgba(83, 47, 31, 0.08);
}

.nav-ul-mb .subsub {
  background: #532f1f0a;
  display: block;
  padding: 4px 20px 4px 60px;
  color: #532f1f;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
}

.nav-ul-mb .subsub:hover {
  background: rgba(83, 47, 31, 0.1);
  padding-left: 65px;
}

.offcanvas-backdrop.show {
  background: #532f1f80;
  backdrop-filter: blur(2px);
}

/* header end */

/* footer start */
.footer {
  background: #eee;
  color: #3e3e3e;
}

footer .footer-body {
  padding: 30px 0 0 0;
  margin-bottom: 10px;
}

.footer-logo img {
  width: 180px;
  height: auto;
}

footer p {
  font-family: 'Crimson Text', serif;
  color: #3e3e3e;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5em;
  letter-spacing: 0em;
}

footer .footer-heading {
  margin: 0 0 4px;
  color: #3e3e3e;
  font-weight: 500;
  font-size: 18px;
  font-family: 'Crimson Text', serif;
}

.footer-item {
  border-bottom: 1px solid #d7d7d7;
  padding: .3em 20px .3em 0;
  margin: 8px 0 0 0px;
}

.footer-img {
  padding: .3em 20px .3em 0;
}

.footer-title {
  width: 100%;
  background: none;
  border: 0;
  outline: 0;
  cursor: pointer;
  padding: 0px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  color: #3e3e3ecc !important;
  font-family: 'Crimson Text', serif;
}

.footer-icon {
  font-size: 18px;
  transition: .3s;
}

.footer-item.active .footer_icon {
  transform: rotate(225deg);
}

.footer-menu-list {
  list-style: none;
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease;

}

footer .footer-menu .footer-menu-list {
  gap: 0px;
}

.footer-item.active .footer-menu-list {
  max-height: 300px;
  line-height: 1.5em;
  gap: 0px;
}

.footer-menu-list a {
  color: #3e3e3ecc;
  text-decoration: none;
  font-size: 16px;
  font-family: Georgia, serif;
  transition: .3s;
}

.footer-menu-list a:hover {
  color: #000;
}

.footer_icon {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #3e3e3e;
  ;
  border-bottom: 2px solid #3e3e3e;
  ;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
  margin-left: 8px;
}

.text-caption-1 {
  display: block;
  font-size: 13.5px;
  line-height: 1.5em;
  margin-top: 8px;
}

/* footer end */

.nova-menu-icon {
  width: 24px;
  height: 24px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.header-bg .nova-menu-icon span {
  background: #532f1f;
}

.nova-menu-icon span {
  display: block;
  height: 2px;
  background: #532f1f;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.header-default .mobile-menu {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 4px;
}

.header-default .mobile-menu:hover {
  background: rgba(255, 255, 255, 0.2);
}

.header-white.header-bg {
  background: #FDF7F1;
  box-shadow: 0 2px 10px rgba(83, 47, 31, 0.1);
}

.tf-marquee.marquee-style2 {
  padding: 0px 0px;
  border: 0;
  background-color: #fdf7f1;
}

.tf-marquee.marquee-style2 .marquee-child-item p {
  font-weight: 600;
  margin: 0;
  font-size: 19px;
  color: #000000;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: bolder;
  letter-spacing: 1.5px;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

.tf-marquee .marquee-wrapper {
  display: flex;
  animation: infiniteScroll 25s linear infinite;
  align-items: center;
  transition: animation-duration 300ms;
  width: max-content;
}

.marquee-image {
  background-color: #f6eadf;
  border-radius: 10px;
}

.marquee-image img {
  width: 120px;
  height: 70px;
  object-fit: contain;
  border-radius: 5px;

}

.tf-marquee.marquee-style2 .marquee-wrapper {
  animation-duration: 25s;
}

@keyframes infiniteScroll {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-50%);
  }
}

.heading-section h3,
.heading-section .heading {
  color: #000000;
  font-size: 42px;
  margin-bottom: 10px;
  font-family: "Crimson Text", serif;
  font-weight: 600;
  text-transform: none;

}

.heading-section .subheading {
  color: #666666;
  font-size: 28px;
  font-weight: 400;
  margin-top: 0;
}

.heading-section .subheading2 {
  font-size: 28px;
  font-weight: 400;
  margin-top: 0;
  color: #9f3f00;
}

.collection-position-2 {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  height: 100%;
}

.collection-position-2:hover {

  transform: scale(1.05);
}

.collection-position-2.style-5 .content {
  text-align: end;
}

.collection-position-2.style-5 .content .btn-line.style-white {
  line-height: 20px;
  display: none;
  transition: transform 0.3s ease;
}

.collection-position-2.style-5:hover .content .btn-line.style-white {
  display: inline-block;
}

.btn-line:hover {
  background-position: right;
}

.btn-line.style-white::after {
  background-color: var(--white);
  bottom: 4px;
}

.btn-line::before {
  background-color: var(--white);
  bottom: 4px;
}



.nova-brand-text {
  font-family: "Crimson Text", serif;
  font-size: 15px;
  letter-spacing: 3px;
  color: #6b3f1a;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.3em;

}

.nova-container {
  padding: 40px 20px;
  width: 100%;
  max-width: 1350px;
  background: #faf5ee;
  overflow: hidden;
  box-shadow: 0px 80px 80px -100px #502d0a24;
}

.top-band {
  background: linear-gradient(100deg, #f0e7db 0%, #eddcc0 100%);
  padding: 14px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top-band-left {
  font-size: 11px;
  letter-spacing: 3px;
  color: #6b3f1a;
  text-transform: uppercase;
  font-weight: 500;
}

.top-band-right {
  display: flex;
  align-items: center;
  gap: 18px;
}

.band-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(100, 60, 20, 0.3);
}

.band-item {
  font-family: 'Outfit', sans-serif;
  font-size: 11px;
  color: #6b3f1a;
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
}

.main-body {
  display: grid;
  grid-template-columns: 600px 1fr;
  min-height: 480px;
}

.left-panel {
  background: linear-gradient(160deg, #eee8e0 0%, #feedd1 100%);
  padding: 42px 36px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}

.left-panel::before {
  content: '';
  position: absolute;
  top: -60px;
  right: -60px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  border: 40px solid rgba(200, 140, 60, 0.08);
}

.left-panel::after {
  content: '';
  position: absolute;
  bottom: -40px;
  left: -40px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  border: 30px solid rgba(200, 140, 60, 0.06);
}

.brand-chip {
  font-family: 'Outfit', sans-serif;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(180, 110, 40, 0.12);
  border: 1px solid rgba(180, 110, 40, 0.25);
  padding: 5px 12px;
  border-radius: 100px;
  font-size: 10px;
  letter-spacing: 2px;
  color: #7a4a18;
  text-transform: uppercase;
  width: fit-content;
  margin-bottom: 22px;
}

.left-hero {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.left-heading {
  font-family: 'Cormorant Garamond', serif;
  font-size: 38px;
  color: #3d2409;
  line-height: 1.15;
  font-weight: 600;
}

.left-heading em {
  color: #b8612a;
  font-style: normal;
}

.left-desc {
  font-family: 'Outfit', sans-serif;
  margin-top: 14px;
  font-size: 13px;
  color: #7a5030;
  line-height: 1.75;
  font-weight: 300;
}

.left-stats {
  display: flex;
  flex-direction: row;
  gap: 12px;
  margin-top: 32px;
}

.lstat {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  padding: 18px 12px 16px;
  background: rgba(255, 255, 255, 0.55);
  border-radius: 14px;
  border: 1px solid rgba(180, 120, 50, 0.2);
}

.lstat-icon {
  width: 40px;
  height: 40px;
  border-radius: 11px;
  background: rgba(200, 140, 60, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.lstat-num {
  font-family: 'Outfit', sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: #3d2409;
  line-height: 1;
}

.lstat-lbl {
  font-family: 'Outfit', sans-serif;
  font-size: 14px;
  color: #7a5030;
  font-weight: 300;
  line-height: 1.4;
}

.right-panel {
  padding: 36px 36px 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.rp-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.rp-label {
  font-family: 'Outfit', sans-serif;
  font-size: 11px;
  letter-spacing: 2px;
  color: #a06030;
  text-transform: uppercase;
  font-weight: 500;
}

.year-pill {
  background: #f0e4d0;
  border: 1px solid #d4b080;
  padding: 4px 14px;
  border-radius: 100px;
  font-size: 12px;
  color: #6b3f1a;
  font-weight: 500;
}

.features-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}

.feat-row {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 18px;
  background: #fff;
  border-radius: 16px;
  border: 1px solid #ecdec8;
  transition: transform 0.2s, box-shadow 0.2s;
  cursor: default;
}

.feat-row:hover {
  transform: translateX(4px);
  box-shadow: 0 4px 20px rgba(100, 60, 10, 0.1);
}

.feat-row-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: linear-gradient(135deg, #f5e8d0, #edd8b8);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1px solid rgba(180, 120, 50, 0.2);
}

.feat-row-title {
  font-family: 'Outfit', sans-serif;
  font-size: 13.5px;
  font-weight: 500;
  color: #3d2409;
  line-height: 1.3;
}

.feat-row-desc {
  font-family: 'Outfit', sans-serif;
  font-size: 11.5px;
  color: #8a6040;
  margin-top: 4px;
  line-height: 1.5;
  font-weight: 300;
}

.feat-row-arrow {
  margin-left: auto;
  color: #c8a070;
  font-size: 12px;
  padding-top: 2px;
  flex-shrink: 0;
}

.bottom-strip {
  border-top: 1px solid #e8d8c0;
  padding: 16px 36px;
  background: #f0e4d0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bs-left {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #5a3820;
  font-weight: 400;
}

.bs-left i {
  color: #b8712a;
}

.bs-right {
  display: flex;
  align-items: center;
  gap: 16px;
}

.bs-tag {
  font-size: 11px;
  color: #8a6040;
  display: flex;
  align-items: center;
  gap: 5px;
  line-height: 1.5
}

.bs-tag i {
  font-size: 10px;
  color: #b8712a;
}

@media (max-width: 720px) {
  .main-body {
    grid-template-columns: 1fr;
  }

  .left-panel {
    padding: 32px 28px;
  }

  .right-panel {
    padding: 28px 24px;
  }

  .top-band {
    flex-direction: column;
    gap: 8px;
    padding: 14px 10px;
    text-align: center;
  }

  .bottom-strip {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
}

@media (max-width: 480px) {

  .left-heading br {
    display: none;
  }

  .top-band-right {
    gap: 8px;
  }

  .left-hero {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
  }

  .left-heading {
    flex: 1;
    font-size: 32px;
  }

  .brand-chip {
    order: 2;
    margin-bottom: 0;
    align-self: flex-end;
  }

  .left-stats {
    flex-direction: row;
    gap: 8px;
    margin-top: 15px;
  }

  .lstat {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 14px 8px 12px;
  }

  .lstat-icon {
    width: 36px;
    height: 36px;
  }

  .lstat-num {
    font-size: 22px;
  }

  .lstat-lbl {
    font-size: 11px;
  }

  .features-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .feat-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 14px 12px;
  }

  .feat-row:hover {
    transform: translateY(-2px);
  }

  .feat-row-arrow {
    display: none;
  }

  .feat-row-title {
    font-size: 12px;
  }

  .feat-row-desc {
    font-size: 10.5px;
  }

  .left-panel {
    padding: 20px;
  }

  .right-panel {
    padding: 20px;
  }

  .bottom-strip {
    padding: 16px 16px !important;
  }
}

section {
  padding-top: 30px;
  padding-bottom: 30px;
}

.collection-position-3 {
  border-radius: 10px;
  height: 100%;
}

.ahead-container {
  padding-left: 73px;
  padding-right: 73px;
}

.card-product {
  border: 1px solid #eee;
  padding: 8px;
  border-radius: 8px;
}

.card-product .card-product-info .title {
  font-size: 16.2px;
  font-weight: 600;
  margin: 8px 0 5px;
  line-height: 1.3;
  /* height: 2.6em; */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.card-product .card-product-info .price {
  font-family: Arial, sans-serif;
  ;
  color: #c40000;
  font-weight: bold;
  font-size: 0.85rem;
  font-size: 15.3px;
}

.card-product .card-product-info .old-price {
  color: #888;
  margin-right: 5px;
  font-size: 0.75rem;
  font-size: 13.5px;

}

.card-product:not(.list-st-3, .list-st-2, .style-list) .card-product-wrapper {
  aspect-ratio: 101 / 100;
}

.card-product .card-product-wrapper {
  position: relative;
  border-radius: 6px;

}

.card-product-link {
  border: 2px dashed #000;
  background: #f8f5f2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.view-all-btn {
  padding: 0.7rem 1.3rem;
  border: 2px solid #000;
  border-radius: 10px;
  font-family: "Crimson Text", serif;
  font-size: 16px;
  color: #000;
  transition: 0.3s ease;
  text-decoration: none;
  display: inline-block;
  pointer-events: all;
}

.video-section {
  background-color: #f5ede4;
  font-family: Georgia, serif;
}

.video-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
  padding: 60px 40px;
}

.video-content {
  flex: 1;
  min-width: 280px;
  max-width: 520px;
}

.video-heading {
  font-family: 'crimson text', serif;
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 700;
  color: #3b1f0a;
  margin: 0 0 8px;
  line-height: 1.2;
}

.video-subheading {
  font-style: italic;
  color: #8b5a2b;
  font-size: clamp(14px, 2vw, 18px);
  margin: 0 0 24px;
}

.video-body {
  font-size: clamp(13px, 1.5vw, 16px);
  color: #4a2e14;
  line-height: 1.7;
  margin: 0 0 20px;
}

.video-hindi {
  font-size: clamp(15px, 2vw, 20px);
  color: #7c3a00;
  font-weight: 600;
  line-height: 1.6;
  margin: 0 0 6px;
}

.video-closing {
  font-size: clamp(13px, 1.5vw, 16px);
  color: #4a2e14;
  line-height: 1.7;
  margin: 0 0 28px;
}

.video-btn {
  display: inline-block;
  background: #b5541a;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  padding: 13px 28px;
  border-radius: 4px;
  text-decoration: none;
  letter-spacing: 0.3px;
  transition: opacity 0.2s;
}

.video-btn:hover {
  opacity: 0.88;
}

.video-video {
  flex: 1;
  min-width: 260px;
  max-width: 480px;
  aspect-ratio: 10 / 9;
  border-radius: 12px;
  overflow: hidden;
  background: #000;
  position: relative;
}

.video-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 768px) {
  .video-inner {
    flex-direction: column;
    padding: 28px 20px;
    gap: 24px;
  }

  .video-content {
    max-width: 100%;
    text-align: center;
  }

  .video-video {
    max-width: 100%;
  }

  .video-heading {
    margin-bottom: 6px;
  }

  .video-subheading {
    margin-bottom: 16px;
  }

  .video-body {
    margin-bottom: 14px;
  }

  .video-hindi {
    margin-bottom: 4px;
  }

  .video-closing {
    margin-bottom: 20px;
  }

  .video-btn {
    display: inline-block;
    text-align: center;
  }
}



/* instagram */
button[disabled],
input[type=submit][disabled],
.btn[disabled],
.btn--primary[disabled] {
  opacity: .5;
}

.nova-influencer-videos-section {
  padding: 20px;
  font-family: "Crimson Text", serif;
  text-align: center;
  border-top: 2px solid #ffffff;
  overflow-x: hidden;
}

.nova-section-header {
  text-align: center;
  padding: 0 30px;
  margin-bottom: 30px;
  animation: fadeInUp 0.8s ease-out;
}

.nova-influencer-videos-section h2 {
  font-family: "Crimson Text", serif;
  font-size: 36px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.3em;
  letter-spacing: 0em;
  text-transform: none;
  word-break: break-word;
  color: #222;
  letter-spacing: -.02em;
}

.nova-carousel-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  overflow: visible;
  z-index: 1;
}

.nova-carousel-track {
  display: flex;
  transition: transform 0.5s ease;
  will-change: transform;
  padding: 0 10px;
  box-sizing: border-box;
}

.nova-image-card {
  flex: 0 0 calc(25% - 20px);
  /* max-width: calc(25% - 20px); */
  box-sizing: border-box;
  margin: 0 10px;
}

.nova-image-card a.nova-main-link {
  display: block;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  text-decoration: none;
}

.nova-image-card a.nova-main-link:hover {
  transform: scale(1.05);
}

.nova-image-card img.nova-main-image {
  width: 100%;
  height: auto;
  display: block;
}

.nova-video-product-carousel {
  position: relative;
  max-width: 100%;
  margin: 10px 0;
  overflow: hidden;
  z-index: 1;
}

.nova-video-carousel-track {
  display: flex;
  transition: transform 0.5s ease;
  will-change: transform;
  padding: 0 10px;
  box-sizing: border-box;
}

.nova-video-product-card {
  flex: 0 0 calc(33.333% - 20px);
  max-width: calc(33.333% - 20px);
  box-sizing: border-box;
  margin: 0 10px;
}

.nova-video-product-card a {
  display: block;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  text-decoration: none;
}

.nova-video-product-card a:hover {
  transform: scale(1.05);
}

.nova-video-product-card img {
  width: 100%;
  height: 60px;
  display: block;
  object-fit: contain;
}

.nova-video-carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  font-size: 14px;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  transition: background 0.3s ease;
  z-index: 10;
  padding: 10px 14px;
  border-radius: 50%;
}

.nova-video-carousel-btn.nova-prev {
  left: 0px;
}

.nova-video-carousel-btn.nova-next {
  right: 0px;
}

.nova-video-product-simple {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 10px 0;
  justify-content: center;
}

.nova-video-product-simple .nova-video-product-card {
  flex: 0 0 calc(33.333% - 10px);
  max-width: calc(33.333% - 10px);
  margin: 0;
}

.nova-carousel-btn {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  background: rgb(41, 41, 41);
  border: none;
  font-size: 16px;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  transition: background 0.3s ease;
  z-index: 10;
  padding: 15px 20px;
}

button {
  min-width: 0px;
}

.nova-carousel-btn:hover {
  background: rgb(78, 78, 78);
}

.nova-carousel-btn.nova-prev {
  left: 0px;
}

.nova-carousel-btn.nova-next {
  right: 0px;
}

.nova-video-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 2;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.nova-video-wrapper.nova-hover-effect {
  transform: translateY(-10px) scale(1.03);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.nova-thumbnail-container {
  position: relative;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}

.nova-video-thumbnail {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.nova-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 5;
}

.nova-play-btn:hover {
  background: rgba(0, 0, 0, 0.9);
  transform: translate(-50%, -50%) scale(1.1);
}

.nova-play-btn::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 20px solid white;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  margin-left: 4px;
}

.nova-video-popup {
  position: fixed;
  top: 14%;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 103;
  overflow-y: auto;
  padding: 20px;
  box-sizing: border-box;
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.nova-video-popup.show {
  display: flex;
  animation: fadeInScale 0.4s ease forwards;
}

@keyframes fadeInScale {
  from {
    opacity: 0;
    transform: scale(0.8);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}


.nova-popup-content {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
  width: 800px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.nova-popup-video {
  width: 100%;
  height: auto;
  max-height: 80vh;
  border-radius: 8px;
  object-fit: contain;
}

.nova-popup-close {
  position: absolute;
  right: 0;
  background: rgba(0, 0, 0, 0.9);
  cursor: pointer;
  padding: 8px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
}

.nova-popup-close i {
  color: white;
  font-size: 24px;
}

.nova-popup-close:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.nova-section-header a {
  font-size: 15px;
  text-decoration: none;
  background-color: #000;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  align-items: center;
}

.nova-section-header a i {
  font-size: 13px;
}

@media (max-width: 900px) {
  .nova-image-card {
    flex: 0 0 calc(33.333% - 14px);
    max-width: calc(33.333% - 14px);
    margin: 0 7px;
  }

  .nova-video-product-card {
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }

  .nova-influencer-videos-section h2 {
    font-size: 26px;
  }

  .nova-popup-content {
    width: 90%;
  }
}

@media (max-width: 768px) {
  .nova-video-popup {
    padding: 10px;
  }

  .nova-popup-content {
    max-width: 95vw;
    max-height: 95vh;
    width: 100%;
  }

  .nova-popup-video {
    width: 100%;
    height: auto;
    max-height: 80vh;
    border-radius: 8px;
    object-fit: contain;
  }

  .nova-popup-close {
    top: 0px;
    right: 5px;
    width: 35px;
    height: 35px;
    font-size: 20px;
  }
}

@media (max-width: 600px) {
  .nova-image-card {
    flex: 0 0 calc(80% - 20px);
    /* max-width: calc(80% - 20px); */
    max-width: 100%;
    margin: 0 10px;
  }

  .nova-play-btn {
    width: 50px;
    height: 50px;
  }

  .nova-play-btn::after {
    border-left: 15px solid white;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
  }
}

@media (max-width: 480px) {
  .nova-popup-close {
    top: 0px;
    right: 0;
    width: 30px;
    height: 30px;
    font-size: 18px;
  }

  .nova-section-header {
    padding: 0px;
    margin-bottom: 15px;
  }

  .nova-section-header a {
    font-size: 12px;
  }

  .nova-section-header a i {
    font-size: 10px;
  }

  .nova-influencer-videos-section {
    padding-bottom: 0px;
  }

  .nova-popup-video {
    max-height: 60vh;
  }

  .nova-carousel-btn {
    display: none;
  }

  .nova-video-popup {
    top: 25%;
  }
}

/* instagram */


/* about */
.indi-section {
  text-align: center;
  padding: 20px 20px;
}

.indi-section .indi-section-heading {
  font-family: "Crimson Text", serif;
  font-size: 42px;
  margin-bottom: 10px;
  font-weight: 600;
}

.indi-section .indi-section-text {
  max-width: 1200px;
  margin: 0 auto 30px;
  font-size: 21px;
  line-height: 1.6;
}

.indi-about-row {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 20px;
}

.indi-about-row .indi-link {
  flex: 1 1 23%;
  max-width: 23%;
}

.indi-about-row .indi-link img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.indi-about-row .indi-link:hover img {
  transform: scale(1.05);
}

.indi-about-us {
  text-decoration: none;
  color: #000;
  border: solid 1px #000;
  padding: 7px 10px;
  border-radius: 5px;
}

.indi-about-us:hover {
  color: #fff;
  background-color: #000;
}

@media (max-width: 480px) {
  .indi-section {
    padding: 20px 20px;
  }

  .indi-about-row {
    flex-direction: column;
    margin-bottom: 10px;
  }

  .indi-about-row .indi-link {
    flex: 1 1 100% !important;
    max-width: 100% !important;
  }

  .indi-section .indi-section-heading {
    font-size: 28px;
  }

  .indi-section .indi-section-text {
    font-size: 17px;
    margin-bottom: 0px;
  }

  .indi-about-us {
    padding: 5px 8px;
    font-size: 18px;
  }
}

/* about */


/*====================================================
 GOOGLE REVIEW SECTION
=====================================================*/

.google-review-section {
  padding: 70px 0;
  background: #fff;
  overflow: hidden;
}

.google-review-section .container {
  max-width: 1400px;
  margin: auto;
  padding: 0 62px;
}


/*=========================
Header
=========================*/

.gr-header {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  padding: 16px;
  border-radius: 24px;
  background: #282828;
  /* margin-bottom: 32px; */
}

.gr-header-left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.gr-store-logo {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
  flex-shrink: 0;
  min-width: 50px;
}

.gr-store-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gr-store-info {
  gap: 3px;
  display: flex;
  flex-direction: column;
  align-items: start;
  overflow: hidden;
}

.gr-store-info h3 {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  height: 21px;
  color: #ffffff;
  min-width: 0;
}

.gr-rating {
  display: flex;
  align-items: center;
  color: #FBB000;
}

.gr-rating span {
  font-family: 'Outfit';
  font-size: 18px;
  font-weight: 700;
  margin-right: 8px;
  line-height: 21px;
  height: 21px;
}

.gr-stars {
  display: flex;
  gap: 4px;
}

.gr-stars svg {
  color: #FBB000;
  font-size: 16px;
}

.gr-store-info p {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #ffffff;
  font-family: 'Outfit';
}

.google-text {
  font-weight: 600;
}

.google-text svg {
  min-width: 56px;
  margin-left: 4px;
  height: 19px;
  max-height: 100%;
  visibility: visible;
}


/*=========================
BUTTON
=========================*/

.gr-review-btn {
  color: #ffffff;
  background: #161616;
  align-self: center;
  padding: 10px 15px;
  white-space: nowrap;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 500;
  transition: 0.3s ease-out all;
  cursor: pointer;
  display: block;
  font-family: 'Outfit';
  border: 1px solid #3e3e3e;
}

.gr-review-btn:hover {
  opacity: 0.8;
}



/*=========================
SLIDER
=========================*/

.googleReviewSwiper {
  position: relative;
  overflow: hidden;
  padding: 32px 0px;
}

.googleReviewSwiper .swiper-slide {
  height: auto;
}



/*=========================
CARD
=========================*/

.gr-card {
  display: flex;
  flex-direction: column;
  position: relative;
  flex-grow: 1;
  gap: 12px;
  background: #282828;
  padding: 24px;
  border-radius: 24px;
  color: #777777;
  line-height: 1.45;
  cursor: default;
  height: 100%;
}

.gr-card:hover {
  transform: translateY(-8px);
  scale: 1.02;
  box-shadow: 0 2px 20px 0px rgb(171 171 171);
}



/*=========================
TOP
=========================*/

.gr-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.gr-user {
  display: flex;
  align-items: center;
  gap: 14px;
}

div.reputon-google-reviews-widget {
  color: #518EF8;
  width: 100%;
  height: 100%;
}

.gr-avatar {
  font-family: 'Kumbh Sans';
  min-width: 40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #6d4c41;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  overflow: hidden;
}

.gr-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gr-avatar.brown {
  background: #795548;
}

.gr-user h4 {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.45;

}

.gr-user span {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #9F9F9F;
  font-family: 'Outfit';

}

.gr-google-icon {
  width: 17px;
  height: 17px;
}



/*=========================
STARS
=========================*/

.gr-stars-row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.verified {
  margin-left: 7px;
  position: relative;
  width: 17px;
  height: 17px;
}

.verified-icon {
  color: #518EF8;
  width: 100%;
  height: 100%;
  vertical-align: baseline;
}

.verified-icon path:last-child {
  color: #ffffff;
}


/*=========================
CONTENT
=========================*/

.gr-content {
  flex: 1;
  font-family: 'Outfit';
}

.review-con {
  display: flex;
  position: relative;
  justify-content: space-between;
  gap: 16px;

}

.gr-content p {
  line-height: 1.7;
  font-size: 15px;
  text-align: left;
  color: #ffffff;
  cursor: pointer;
}

.gr-content a {
  cursor: pointer;
  color: inherit;
  font-size: 14px;
  line-height: 1.34;
  text-decoration: underline;
}




/*=========================
IMAGES
=========================*/

.gr-images {
  display: flex;
  position: relative;
  min-width: 98px;
  min-height: 80px;
  margin-top: auto;
  gap: 1%;
}

.gr-image-container {
  min-width: max(33%, 70px);
  padding-top: calc(80 * max(33%, 70px) / 72);
  position: absolute;
  border-radius: 16px;
  border: 2px solid #282828;
  right: 0;
  top: 0;
  overflow: hidden;
  cursor: pointer;
}

.gr-image-container:nth-child(1) {
  --n: 2;
}

.gr-image-container:nth-child(2) {
  --n: 3;
}

.gr-image-container:nth-child(3) {
  --n: 4;
}

.gr-image-container:nth-child(1n) {
  z-index: calc(4 - var(--n));
  right: calc((var(--n) - 2) * 14px);
}

.gr-images .gr-image-container img {
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}


/* Default */
.gr-images.first-overlay .gr-image-container:nth-child(1)::after {
  content: '+2';
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 26px;
  font-weight: 700;
  background: rgba(0, 0, 0, 30%);
  pointer-events: none;
}

/* After Show More */
.gr-images.third-overlay .gr-image-container:nth-child(3)::after {
  content: '+2';
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 26px;
  font-weight: 700;
  background: rgba(0, 0, 0, 30%);
  pointer-events: none;
}

.gr-more-photo {
  width: 85px;
  height: 85px;
  border-radius: 10px;
  background: #444;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
}



/*=========================
ARROWS
=========================*/

.review-prev,
.review-next {
  width: 40px !important;
  height: 40px !important;
  border-radius: 50%;
  background: #282828;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .15);
  color: #ffffff !important;
  border: 1px solid #404040;
}

.review-prev::after,
.review-next::after {
  font-size: 18px !important;
  font-weight: bold;
}

.review-prev:hover,
.review-next:hover {
  background: #000;
  color: #fff !important;
}

.review-prev {
  left: -20px !important;
}

.review-next {
  right: -20px !important;
}



/*=========================
RESPONSIVE
=========================*/

@media(max-width:992px) {

  .gr-header {
    flex-direction: column;
    text-align: center;
  }

  .gr-header-left {
    flex-direction: column;
  }

  .gr-store-info h3 {
    font-size: 24px;
  }

  .gr-rating {
    justify-content: center;
  }

}



@media(max-width:768px) {

  .google-review-section {
    padding: 50px 0;
  }

  .gr-header {
    padding: 25px;
  }

  .gr-review-btn {
    width: 100%;
    text-align: center;
  }

  .gr-images img,
  .gr-more-photo {
    width: 70px;
    height: 70px;
  }

  .review-prev,
  .review-next {
    display: none;
  }

}



@media(max-width:480px) {

  .gr-card {
    padding: 20px;
  }

  .gr-store-logo {
    width: 65px;
    height: 65px;
  }

  .gr-store-info h3 {
    font-size: 20px;
  }

  .gr-content p {
    font-size: 14px;
  }

  .gr-user h4 {
    font-size: 15px;
  }

}


/*====================================================
 GOOGLE REVIEW SECTION END
=====================================================*/


.sip-slider-container {
  font-family: "Crimson Text", serif;
  text-align: center;
  padding: 20px 0px;
  background: #fdf7f1;
}

.sip-slider-container h2 {
  font-family: "Crimson Text", serif;
  font-size: 42px;
  margin-bottom: 15px;
}

.main-container-sip {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0px 40px;
}

.slider {
  max-width: 400px;
  width: 300px;
  height: 320px;
  position: relative;
}

.card {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  background: #fff;
  color: #000;
  text-align: center;
  padding: 15px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.5s ease, opacity 0.5s ease;
  user-select: none;
}

.card h3 {
  font-family: "Crimson Text", serif;
  margin: 0 0 5px 0;
  font-size: 28px;
  font-weight: bold;
}

.card p {
  font-family: "Crimson Text", serif;
  margin: 0 0 8px 0;
  font-size: 18px;
  opacity: 0.9;
  line-height: 1;
}

.card img {
  width: 80%;
  margin: 0 auto;
  border-radius: 10px;
  pointer-events: none;
}

.sip-slider-bottom {
  font-size: 23px;
}

@media (max-width: 480px) {
  .slider {
    width: 260px;
    height: 260px;
  }

  .sip-slider-container h2 {
    font-size: 28px;
  }

  .sip-slider-bottom {
    font-size: 17px;
    padding: 0 10px;
    margin-top: -5px;
  }

  .card {
    padding: 10px;
  }

  .card h3 {
    font-size: 1.1rem;
  }

  .card p {
    font-size: 0.95rem;
  }

  .card img {
    width: 65%;
  }
}

@media (min-width: 481px) {
  .slider {
    display: flex;
    gap: 20px;
    position: static;
    width: auto;
    height: auto;
    max-width: 1000px;
  }

  .card {
    position: static;
    transform: none !important;
    opacity: 1 !important;
    width: 300px;
    height: auto;
  }
}

/* review gallery start */
.review-gallery-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.801);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}

.review-gallery-modal.active {
  display: flex;
}

.reviewGallerySwiper {
  width: 80%;
  max-width: 100%;
}

.reviewGallerySwiper img {
  width: 100%;
  max-height: 90vh;
  object-fit: contain;
}

.gallery-close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
}

.reviewGallerySwiper .swiper-button-next,
.swiper-rtl .swiper-button-prev {
  color: #808080;
}

.reviewGallerySwiper .swiper-button-prev,
.swiper-rtl .swiper-button-next {
  color: #808080;
}

/* review gallery end */

.modal-search .modal-content {
  background: #FDF7F1;
  width: 90%;
  max-width: 600px;
  border-radius: 12px;
  padding: 20px;
  transform: translateY(-30px);
  transition: transform 0.3s ease;
  box-shadow: 0 10px 40px rgba(83, 47, 31, 0.2);
  gap: 20px;
}

.modal {
  background: #532f1fb3;
  backdrop-filter: blur(5px);
}


.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: unset;
  padding-top: 100px;
}

.modal-content h5 {
  font-size: 18px;
  font-weight: 600;
  color: #532f1f;
  font-family: 'Crimson Text', serif;
}

.modal-search .icon-close-popup {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 24px;
  color: #532f1f;
  background: rgba(83, 47, 31, 0.1);
  border-radius: 50%;
  transition: all 0.3s ease;
}

.modal-search .icon-close:before {
  content: "x";
  font-family: system-ui;
  font-size: 19px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5em;
  letter-spacing: 0em;
}

.modal-search .icon-close:hover,
.modal-search .icon-close-popup:hover {
  color: inherit;
  background: rgba(83, 47, 31, 0.2);
  transform: unset;
}

.form-search button {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #532f1f;
  color: #fff;
  border-radius: 8px;
  cursor: pointer;
  border: none;
  transition: all 0.3s ease;
}

.form-search button .icon {
  width: 22px;
  height: 22px;
}

.form-search input {
  width: 100%;
  padding: 15px 50px 15px 20px;
  font-size: 16px;
  border: 2px solid #e8e8e8;
  border-radius: 10px;
  outline: none;
  transition: all 0.3s ease;
  background: #fff;
  color: #532f1f;
  font-family: 'Crimson Text', serif;
  font-weight: 400;
  font-style: normal;
  margin: 5px 5px 5px 0;
  line-height: 1.4em;
}

.form-search input:focus {
  border-color: #532f1f;
  box-shadow: 0 0 0 3px rgba(83, 47, 31, 0.1);
}


/* breadcrumb start */

.page-title {
  padding: 0px 0 0px;
  margin: 22px 0;
  background: transparent;

}

ul.breadcrumbs {
  padding-left: 20px;
  padding-right: 20px;
}

ul.breadcrumbs li {
  color: #3e3e3e;
  font-size: 13px;
  line-height: 22px;
}

/* breadcrumb end */


/* banner dots */
.sw-dots.white-circle-line .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid #000000;
}

.sw-dots.white-circle-line .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  background-color: #000000;
}

.sw-dots.white-circle-line .swiper-pagination-bullet::after {
  border-color: #000000;
}

/* best seller badge */

.best-seller-badge{
    position: absolute;
    top: 10px;
    right: -9px;
    display: flex;
    align-items: center;
    font-size: 16.2px;
    text-transform: capitalize;
    line-height: 1;
    text-align: center;
    word-break: break-word;
    width: max-content;
    color: #fff;
    gap: 5px;
    border-radius: 0 8px 0 0;
    background: linear-gradient(268deg, #b86b4b -3.18%, #ebbca8 102.48%);
    padding: 14.4px 28.8px 16.2px;
    font-family: 'Crimson Text', serif;
    padding-top: 9px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - .5rem), calc(100% - .5rem) 100%, calc(100% - .5rem) calc(100% - .5rem), 0 calc(60% + .3rem), calc(10% + .2rem) .7rem);
    box-shadow: 0 2px 5px #0003;
    z-index: 3;
}


@media (max-width: 768px) {

  #header .nav-icon .nav-account,
  #header .nav-icon .nav-wishlist,
  #header .nav-icon .nav-compare {
    display: flex;
  }
  

  #header .nav-icon .icon {
    font-size: 18px;
  }

  .logo-header img {

    max-width: 45px;
  }

  #header .nav-icon .nav-icon-item {
    width: 18px;
  }

  .marquee-image img {
    width: 60px;
    height: 50px;
  }

  .tf-marquee.marquee-style2 .marquee-child-item p {
    font-size: 12px;
  }

  .heading-section h3,
  .heading-section .heading {
    font-size: 28px;
  }

  .heading-section .subheading {
    font-size: 20px;
  }

  .ahead-container {
    padding-left: inherit;
    padding-right: inherit;
  }

  .tab-product {
    justify-content: center;
  }

  .card-product-link {
    display: none;
  }

  .google-review-section .container {
    padding: 0 10px;
  }

  .review-prev {
    display: flex;
    top: 100%;
    left: 35% !important;
    transform: translate(-0%, -50%);
    margin-top: 10px;
  }

  .review-next {
    display: flex;
    top: 100%;
    right: 35% !important;
    transform: translate(-0%, -50%);
    margin-top: 10px;
  }

  .reviewGallerySwiper.swiper-wrapper {
    align-items: center;
  }

  footer .footer-infor {
    flex-direction: row;
  }

  .footer-logo img {
    width: 500px;
  }

  .footer .footer-heading-mobile::before {
    display: none;
  }

  .footer .footer-heading-mobile::after {
    display: none;
  }

  .footer .footer-col-block .tf-collapse-content {
    display: block !important;
  }

  footer {
    padding-bottom: 45px;
  }

  .card:first-child {
    transform: translateX(0) scale(1) !important;
    z-index: 3;
    opacity: 1;
  }

  .card:nth-child(2) {
    transform: translateX(30px) scale(.95) !important;
    z-index: 2;
    opacity: 1;
  }

  .card:last-child {
    transform: translateX(60px) scale(.95) !important;
    z-index: 1;
    opacity: 1;
  }

  .best-seller-badge{
            font-size: 10.6px !important;
        right: -9px !important;
        padding: 9px 10.8px 14.4px 16.2px !important;
        top: 3px !important;
  }
}


/*whatsapp icon*/

.floating_btn {
        position: fixed;
        bottom: 70px;
        right: 30px;
        width: 100px;
        height: 100px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        z-index: 1000;
}

@keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}

.contact_icon {
        background-color: #42db87;
        color: #fff;
        width: 60px;
        height: 60px;
        font-size: 30px;
        border-radius: 50px;
        text-align: center;
        box-shadow: 2px 2px 3px #999;
        display: flex;
        align-items: center;
        justify-content: center;
        transform: translatey(0px);
        animation: pulse 1.5s infinite;
        box-shadow: 0 0 0 0 #42db87;
        -webkit-animation: pulsings 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
        -moz-animation: pulsings 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
        -ms-animation: pulsings 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
        animation: pulsings 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
        font-weight: normal;
        font-family: sans-serif;
        text-decoration: none !important;
        transition: all 300ms ease-in-out;
}

.floating_btns {
        position: fixed;
        bottom: 70px;
        left: 30px;
        width: 100px;
        height: 100px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        z-index: 1000;
    }

@keyframes pulsings {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}

.contact_icons {
        background-color: #42db87;
        color: #fff;
        width: 60px;
        height: 60px;
        font-size: 30px;
        border-radius: 50px;
        text-align: center;
        box-shadow: 2px 2px 3px #999;
        display: flex;
        align-items: center;
        justify-content: center;
        transform: translatey(0px);
        animation: pulse 1.5s infinite;
        box-shadow: 0 0 0 0 #42db87;
        -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
        -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
        -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
        animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
        font-weight: normal;
        font-family: sans-serif;
        text-decoration: none !important;
        transition: all 300ms ease-in-out;
}

