button {
  outline: none !important;
}

#top-head {
  padding: 2px 0 6px 0 !important;
}

.head-account li {
  margin-right: 16px !important;
}

.slick-dots {
  margin-top: 10px !important;
}

.slick-dots li button:before {
  width: 22px !important;
  height: 4px !important;
  margin: 40px 2px 0 2px !important;
  background: #dddddd;
  border-radius: 0px !important;
  font-size: 0px !important;
  opacity: 1 !important;
}

.slick-dots li.slick-active button:before {
  background: #000000;
}

.range-slider {
  height: 2px;
  background: #d6d7d9;
}

.noUi-horizontal {
  margin-bottom: 20px;
}

.range-slider-1 {
  background-image: linear-gradient(to right, #000000, #580f41);
}

.testimonial-slider .slick-dots {
  position: relative !important;
  margin-top: 30px !important;
  text-align: left;
}

.noUi-handle-1 {
  background-color: #580f41 !important;
}

.banner-slider-skleton {
  height: 512px;
  width: 100%;
  animation: pulse 1.5s infinite;
}

.top-slider-skleton {
  height: 22px;
  width: 100%;
  animation: pulse 1.5s infinite;
}

.proven-slider-skleton {
  height: 721px;
  width: 100%;
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% {
    background-color: rgba(85, 15, 63, 0.671);
  }

  50% {
    background-color: rgba(85, 15, 63, 0.497);
  }

  100% {
    background-color: rgba(85, 15, 63, 0.608);
  }
}

.pro-qty-list li {
  padding: 0px !important;
}

.pro-qty-list li button {
  padding: 12px 20px;
}

.pro-qty-list li.active button,
.pro-qty-list li:hover button {
  color: #ffffff;
}

#owl-ingredients .slick-next {
  position: absolute;
  left: 44.5%;
  background: #fff;
  color: #444444;
  width: 50px;
  font-size: 30px;
  top: 83%;
  height: 42px;
}

#owl-ingredients .slick-next:before {
  display: none !important;
}

.modal.fade {
  display: none !important;
}

.modal.show {
  display: block !important;
}

.pro-box-ctn ul li button {
  color: #444444;
  font-size: 15px;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.pro-box-review > span {
  margin-right: 4px !important;
}

@keyframes rotate {
  from {
    transform: rotate(0deg) translateZ(0);
  }

  to {
    transform: rotate(360deg) translateZ(0);
  }
}

.db_sidebar_menu ul li button {
  color: #444444;
  font-size: 15px;
}

.db_sidebar_menu ul li:hover,
.db_sidebar_menu ul li:hover button,
.db_sidebar_menu ul li.active button {
  color: #580f41;
}

.validation-error {
  color: var(--red) !important;
  font-size: 14px !important;
  margin: 0;
  margin-top: -15px;
  padding: 0;
}

@media screen and (max-width: 992px) {
  .header .menu > ul > li > a i {
    color: #000000;
  }
}

.overflow-x-auto {
  position: relative;
  display: block;
  max-width: 100% !important;
  width: 100% !important;
  overflow-x: auto !important;
}

.original-price {
  text-decoration: line-through;
  color: #666666;
}

.cart-delete {
  position: absolute;
  right: 0;
  top: 0;
}

.offer-code-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.offer-code-item {
  display: flex !important;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  background-color: #f5f5f5;
  padding: 10px;
  border-radius: 5px;
  color: #000000;
  font-weight: 500;
  width: 100% !important;
}

.offer-code {
  font-size: 24px !important;
  font-weight: 500;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 5px !important;
  text-align: left !important;
}

button:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.fs-16 {
  font-size: 16px !important;
}

.pro-img-tag li img {
  height: 50px !important;
  width: 50px !important;
}

.editor-content.active {
  padding: 20px 0px !important;
}

.editor-content * {
  margin: 0;
  padding: 0;
  font-family: "Roboto", serif;
}

.editor-content h1,
.editor-content h2,
.editor-content h3,
.editor-content h4,
.editor-content h5,
.editor-content h6 {
  font-family: "Playfair Display", serif !important;
}

.editor-content p {
  font-size: 15px;
}

.editor-content p:empty {
  margin: 1em 0;
}

.editor-content ins {
  text-decoration: underline;
}

.header {
  background-color: #ffffff;
  z-index: 999 !important;
}

.header.sticky {
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 0;
  animation: slideDown 0.3s ease-in-out;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.header.not-sticky {
  animation: slideUp 0.6s ease-in-out;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes slideUp {
  0% {
    position: sticky;
    top: 0;
    transform: translateY(0);
  }

  50% {
    opacity: 0;
    transform: translateY(0);
  }

  100% {
    opacity: 1;
    transform: translateY(-100%);
    position: relative;
  }
}

.padding-right {
  padding-right: 287px !important;
}

.padding-more {
  padding-left: 60px !important;
}

#product-quick-view {
  overflow-y: auto;
  max-height: 92vh;
}

.header-logo {
  margin-left: -75px;
}

@media (max-width: 991px) {
  .padding-right {
    padding-right: 15px !important;
  }

  .padding-more {
    padding-left: 15px !important;
  }

  #product-quick-view {
    max-height: 98vh;
  }

  .header-logo img {
    width: 50px !important;
    max-width: 50px !important;
  }

  .header-logo {
    margin-left: auto !important;
  }

  .image-pr-absolute {
    position: relative;
  }
}

.sublime-points {
  padding-left: 25px;
}

.sublime-points li {
  list-style-type: disc;
  list-style-position: outside;
}

.menu-link {
  color: #444444;
}

.pro-description {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  font-size: 14px !important;
}

.scroll-to-top {
  position: fixed;
  bottom: 25%;
  right: 1%;
  z-index: 999;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-image {
  height: 45rem;
}

.banner-image-caption {
  position: absolute;
  left: 6.2rem;
  top: 18rem;
}

.banner-image-caption.bottom {
  position: absolute;
  left: 2.5rem !important;
  top: auto !important;
  bottom: 5rem;
}

.sub-heading {
  font-size: 21px !important;
  line-height: 24px !important;
}

.text-black {
  color: #000000 !important;
}

sup {
  line-height: 0;
  font-size: 50% !important;
  vertical-align: middle;
  color: #000000;
}

.list-item .title {
  font-size: 16px !important;
}

.scroll-margin {
  scroll-margin: 100px;
}

.top-slider-item p {
  font-size: 10px !important;
}

.playfair-21px {
  font-family: "Playfair Display", serif;
  font-size: 21px !important;
  color: #000000 !important;
}

.roboto-21px {
  font-family: "Roboto", serif;
  font-size: 21px !important;
}

.max-w-400px {
  max-width: 400px !important;
  width: 100%;
}

.h-685px {
  max-height: 685px;
  height: 100%;
  object-fit: cover;
}

.mx-n-45 {
  margin: 0px -45px;
}

.image-pr-absolute {
  position: absolute;
  right: 0;
  padding-right: 0px !important;
}

.cart-count {
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: #fff;
  color: #000;
  padding: 2px 5px;
  border-radius: 50%;
  font-size: 12px;
}

.editor-content h6:last-child span {
  line-height: 14px !important;
  display: block;
}

.w-462px {
  max-width: 462px;
  width: 100%;
}

.faq-royalty p {
  padding: 5px 0px !important;
}

.products .carousel-item {
  min-height: auto !important;
  height: auto !important;
  aspect-ratio: 1265 / 400;
  background-size: cover;
  background-position: center;
}

.allproduct-banner-caption {
  top: 12% !important;
  bottom: auto !important;
  left: 22% !important;
  right: 40% !important;
  text-align: left !important;
}

.allproduct-banner-caption h2 {
  font-size: clamp(16px, 3.5vw, 50px) !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  margin-bottom: 0.2em !important;
  text-transform: capitalize;
}

.allproduct-banner-caption p {
  font-size: clamp(8px, 1.2vw, 18px) !important;
  line-height: 1.4 !important;
  margin-bottom: 0 !important;
}

.ingredient-banner-caption {
  top: 50px;
  bottom: auto !important;
  left: 6% !important;
  right: 38% !important;
}

.ingredient-banner-caption p {
  color: white !important;
}

.regimen-finder .carousel-item,
.regimen-finder-start .carousel-item {
  min-height: auto !important;
  height: auto !important;
  aspect-ratio: 1265 / 400;
  background-size: cover;
  background-position: center;
}

.finder-banner-caption {
  top: 30% !important;
  bottom: auto !important;
  right: 5% !important;
  left: 48% !important;
  text-align: left !important;
}

.finder-banner-caption h2 {
  font-size: clamp(18px, 3.5vw, 48px) !important;
  font-weight: 300 !important;
  line-height: 1.15 !important;
  margin-bottom: 0.3em !important;
  text-transform: capitalize;
}

.finder-banner-caption p {
  font-size: clamp(8px, 1.2vw, 16px) !important;
  line-height: 1.5 !important;
  margin-bottom: 0 !important;
}

.house-banner-caption {
  top: 50% !important;
  left: 50% !important;
  right: auto !important;
  transform: translate(-50%, -50%);
  width: max-content;
}

.flex-col-reverse {
  display: flex;
  flex-direction: column-reverse;
}

.our-rituals .slick-next {
  width: 40px;
  height: 40px;
  color: #000000;
  border: 1px solid #000000;
  right: -35px !important;
  border-radius: 30px;
  top: 30% !important;
}

.our-rituals .slick-next::before {
  content: ">";
  color: #000000;
  margin-left: 3px;
  line-height: 0.6;
}

.our-rituals .slick-dots {
  bottom: 40px !important;
}

.ritual-banner-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.ritual-banner-img {
  display: block;
  width: 100%;
  height: auto;
}

.ritual-banner-text {
  position: absolute;
  top: 18%;
  left: 5.5%;
}

.ritual-banner-heading {
  font-size: clamp(14px, 4.2vw, 56px);
  font-weight: 400;
  color: #000;
  line-height: 1.1;
  margin: 0 0 0.4em 0;
  text-transform: capitalize;
}

.ritual-banner-subtext {
  font-size: clamp(8px, 1.5vw, 22px);
  font-weight: 400;
  color: #000!important;
  margin: 0;
}

.our-rituals p.text-dark {
  color: #000000 !important;
}

.our-ritua .scroll-margin {
  scroll-margin: 200px;
}

.image-push-top {
  margin-top: -100px;
}

.max-w-700px {
  max-width: 700px !important;
}

.max-w-770px {
  max-width: 770px !important;
}

.max-w-780px {
  max-width: 780px !important;
}

.max-w-800px {
  max-width: 800px !important;
}

.max-w-820px {
  max-width: 820px !important;
}

.max-w-275px {
  max-width: 275px !important;
}

.max-w-280px {
  max-width: 280px !important;
}

.max-w-300px {
  max-width: 300px !important;
}

.max-w-380px {
  max-width: 380px !important;
}

.max-w-400px {
  max-width: 400px !important;
}

.max-w-1190px {
  max-width: 1190px !important;
}

.ml15px {
  margin-left: 15px;
  z-index: 9;
}

.mr-25\.5px {
  margin-right: -25.5px;
}

.container:not(.slider) {
  overflow-x: hidden;
}

.sub-cuscss {
  margin-top: -230px;
  z-index: -1;
  margin-left: -40px;
}

.banner-position-right-bottom {
  right: 40px !important;
  bottom: 20px !important;
  left: auto !important;
}

.cb-banner-caption {
  left: 40px !important;
  right: auto !important;
}

.cb-banner-caption p {
  color: white !important;
}
u {
  text-decoration: underline;
}
.iaoi-h5 {
  color: #000000 !important;
}
.pac-container {
  z-index: 99999 !important;
}
.VIpgJd-ZVi9od-ORHb-OEVmcd {
  display: none !important;
  height: 0px !important;
  visibility: hidden !important;
}
.goog-te-gadget .goog-te-combo {
  width: 114px;
  border: none;
  background: #fff;
  height: 20px;
  font-size: 12px !important;
  color: #444444 !important;
  font-weight: 400;
}
.goog-te-gadget span {
  display: none !important;
}
.goog-te-gadget {
  height: 28px !important;
  overflow: hidden !important;
}
.VIpgJd-yAWNEb-L7lbkb,
.VIpgJd-yAWNEb-hvhgNd,
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf {
  display: none !important;
}
font {
  background-color: transparent !important;
  box-shadow: none !important;
}
body {
  top: 0 !important;
}
.modal-content {
  z-index: 99999 !important;
}
.underline {
  text-decoration: underline;
}
.a-banner {
  bottom: 80px;
}
.iaoi-caption h2 span {
  color: #000000 !important;
}
.iaoi-caption h2 {
  line-height: 55px !important;
}
.hover:bg-gray-100:hover {
  background-color: #f5f5f5 !important;
}
.bg-brand {
  background-color: #580f41 !important;
}
.text-brand {
  color: #580f41 !important;
}
.bg-brand span,
.bg-brand b {
  color: white !important;
}
.cursor-pointer {
  cursor: pointer;
}
.btn-brand {
  background-color: #580f41 !important;
  color: white !important;
}
.btn-brand:hover {
  background-color: #4b0d35 !important;
}
.outline-brand {
  border: 2px solid #580f41 !important;
  color: #580f41 !important;
}
.btn-outline-brand {
  border: 2px solid #580f41 !important;
  color: #580f41 !important;
}
.btn-outline-brand-1 {
  border: 1px solid #580f41 !important;
  color: #580f41 !important;
  border-radius: 0 !important;
}
.lang-select-top {
  font-size: 12px !important;
}
.currency-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999999 !important;
  background: rgba(0, 0, 0, 0.5);
}
.currency-modal .card {
  max-width: 400px;
  width: 100%;
}
.Toastify__toast-container {
  z-index: 9999999999 !important;
}
.w-55 {
  width: 55% !important;
}
.w-45 {
  width: 45% !important;
}
.delivery-info p {
  font-size: 14px !important;
}
.PhoneInputInput {
  border: none !important;
}
.mobile-slider {
  overflow-x: auto;
  width: 100%;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.mobile-slider::-webkit-scrollbar {
  display: none;
}

.slider-track {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap; /* 🔥 prevents reordering */
}

.slide {
  flex: 0 0 100%; /* full width */
  scroll-snap-align: start;
}

.slide img,
.slide video {
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media screen and (max-width: 1420px) {
  .cusc-pl {
    margin-left: 40px;
  }
}

.bullet li {
  list-style-type: disc !important;
  list-style-position: inside;
}

.gap-tab {
  gap: 3rem !important;
}
.tab-button {
  color: #a9a9a9;
  text-transform: uppercase;
}

.tab-button.active {
  color: rgb(123, 9, 89);
  font-style: italic;
}

/* ========================= PROMO POPUP ========================= */
.promo-popup-overlay {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
  animation: promoFadeIn 0.3s ease;
}

.promo-popup-container {
  position: relative;
  max-width: 600px;
  width: 90%;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
  animation: promoSlideUp 0.4s ease;
}

.promo-popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 10;
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: #333;
  font-size: 20px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
}

.promo-popup-close:hover {
  background: #fff;
  transform: scale(1.1);
}

.promo-popup-image {
  display: block;
  width: 100%;
  height: auto;
  cursor: pointer;
}

@keyframes promoFadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

@keyframes promoSlideUp {
  from { opacity: 0; transform: translateY(30px) scale(0.95); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}
