/*
Theme Name: Kaira - Bootstrap 5 Fashion Store HTML CSS Template
Theme URI: https://templatejungle.com/
Author: TemplatesJungle
Author URI: https://templatejungle.com/
Description: Kaira - Bootstrap 5 Fashion Store HTML CSS Template is specially designed product packaged for Fashion Stores by TemplatesJungle.
Version: 1.1
*/

/*--------------------------------------------------------------
This is main CSS file that contains custom style rules used in this template
--------------------------------------------------------------*/

/*------------------------------------*\
    Table of contents
\*------------------------------------*/

/*------------------------------------------------
CSS STRUCTURE:

1. VARIABLES
2. GENERAL TYPOGRAPHY

--------------------------------------------------------------*/
body {
  --heading-font: "Marcellus", Roboto, sans-serif;
  --heading-font-weight: 400;
  --heading-color: #111;
  --heading-line-height: 1.24;

  --swiper-theme-color: #8C907E;

  /* bootstrap */
  --bs-body-font-family: "Jost", Roboto, sans-serif;
  --bs-body-font-size: 18px;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #8f8f8f;
  --bs-body-color-rgb: 143, 143, 143;

  --bs-primary: #8C907E;
  --bs-secondary: #6c757d;
  --bs-black: #111;
  --bs-light: #F1F1F0;
  --bs-dark: #212529;
  --bs-gray: #9aa1a7;
  --bs-gray-dark: #51565b;

  --bs-primary-rgb: 140, 144, 126;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-black-rgb: 17, 17, 17;
  --bs-light-rgb: 241, 241, 240;
  --bs-dark-rgb: 33, 37, 41;

  --bs-link-color: #111;
  --bs-link-color-rgb: 17, 17, 17;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #111;
  --bs-link-hover-color-rgb: 17, 17, 17;
}

body {
  letter-spacing: 0.03rem;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: var(--heading-font);
  font-weight: var(--heading-font-weight);
  color: var(--heading-color);
  line-height: var(--heading-line-height);
}

h1.light,
.h1,
h2.light,
.h2,
h3.light,
.h3,
h4.light,
.h4,
h5.light,
.h5,
h6.light,
.h6 {
  color: var(--light-color);
}

h1,
h2,
h3 {
  margin: 25px 0;
}

h5,
h6 {
  letter-spacing: 1px;
}

h1,
.h1 {
  font-size: 4.5rem;
}

h2,
.h2 {
  font-size: 3.6rem;
}

h3,
.h3 {
  font-size: 2.8rem;
}

h4,
.h4 {
  font-size: 1.8rem;
}

h5,
.h5 {
  font-size: 1.4rem;
}

h6,
.h6 {
  font-size: 1rem;
}

a {
  text-decoration: none;
}

/* container fluid */
.container-fluid {
  /* width: 98%; */
  max-width: 1800px;
}

/* Dropdown */
.dropdown-menu {
  --bs-dropdown-border-radius: 0;
  --bs-dropdown-border-width: 0;
}

.dropdown-item {
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-link-color: var(--bs-black);
  --bs-dropdown-item-border-radius: 0;
}

.dropdown-item.active,
.dropdown-item:active {
  --bs-dropdown-link-active-color: var(--bs-light);
  --bs-dropdown-link-active-bg: var(--bs-black);
}

/* list group */
.list-group-item {
  --bs-list-group-item-padding-x: 0;
  --bs-list-group-border-width: 0;
}

/* btn */
.btn {
  --bs-btn-border-radius: 0;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #8C907E;
  --bs-btn-border-color: #8C907E;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5e624e;
  --bs-btn-hover-border-color: #5e624e;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #5e624e;
  --bs-btn-active-border-color: #5e624e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #8C907E;
  --bs-btn-disabled-border-color: #8C907E;
}

.btn-outline-primary {
  --bs-btn-color: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--bs-primary);
  --bs-btn-hover-border-color: var(--bs-primary);
  --bs-btn-focus-shadow-rgb: 13,110,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--bs-primary);
  --bs-btn-active-border-color: var(--bs-primary);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--bs-primary);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: var(--bs-primary);
  --bs-gradient: none;
}

.pagination {
  --bs-pagination-active-bg: var(--bs-black);
  --bs-pagination-border-width: 0;
  --bs-pagination-border-radius: 0;
}

/* breadcrumb */
.breadcrumb {
  --bs-breadcrumb-item-padding-x: 1em;
}

/* text white */
.text-white {
  --heading-color: var(--bs-light);
  --bs-breadcrumb-item-active-color: var(--bs-light);
  --bs-breadcrumb-divider-color: var(--bs-light);
  --bs-link-color-rgb: var(--bs-light-rgb);
  --bs-link-hover-color-rgb: var(--bs-light-rgb);
}

.text-white .nav-link {
  --bs-nav-link-color: var(--bs-light);
  --bs-nav-link-hover-color: var(--bs-light);
  --bs-nav-link-active-color: var(--bs-light);
  --bs-navbar-active-color: var(--bs-light);
}

/* accordion */
.accordion {
  --bs-accordion-border-width: 0;
  --bs-accordion-border-radius: 0;
  --bs-accordion-inner-border-radius: 0;
  --bs-accordion-btn-padding-x: 0;
  --bs-accordion-btn-padding-y: 0.1rem;
  --bs-accordion-btn-color: var(--bs-dark);
  --bs-accordion-btn-bg: transparent;
  --bs-accordion-btn-focus-border-color: var(--bs-dark);
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-body-padding-x: 0;
  --bs-accordion-body-padding-y: 0.1rem;
  --bs-accordion-active-color: transparent;
  --bs-accordion-active-bg: transparent;
}

/* form control */
.form-control:focus {
  border-color: #ccc;
  box-shadow: 0 0 0 0.25rem rgba(200, 200, 200, .25);
}

/* dark theme */
[data-bs-theme=dark] body {
  color-scheme: dark;

  --heading-color: #fff;
  --bs-link-color: #fff;
  --bs-link-hover-color: #fff;
  --bs-link-color-rgb: 255, 255, 255;
  --bs-link-hover-color-rgb: 255, 255, 255;
  --bs-body-color: #d1d1d1;
  --bs-body-bg: #111;
  --bs-body-bg-rgb: 17, 17, 41;
}

[data-bs-theme=dark] .dropdown-item {
  --bs-dropdown-link-color: var(--bs-light);
  --bs-dropdown-link-hover-color: var(--bs-white);
}

[data-bs-theme=dark] .bg-white,
[data-bs-theme=dark] .bg-light {
  --bs-bg-opacity: 0.1;
}

[data-bs-theme=dark] .btn-link,
[data-bs-theme=dark] a {
  --bs-link-color: #fff;
  --bs-link-hover-color: #fff;
  --bs-link-color-rgb: 255, 255, 255;
  --bs-link-hover-color-rgb: 255, 255, 255;
}

[data-bs-theme=dark] h1,
[data-bs-theme=dark] h2,
[data-bs-theme=dark] h3,
[data-bs-theme=dark] h4,
[data-bs-theme=dark] h5,
[data-bs-theme=dark] h6 {
  --heading-color: #fff;
}

/* end of Bootstrap Color Theme */
/* ── Header: perfectly centered logo ── */
.header-side {
  flex: 1 1 0;
  min-width: 0;
}
.header-center {
  flex: 0 0 auto;
}



@media (max-width: 576px) {
  .naavyaa-logo { width: 140px; height: auto; }
}
/* preloader */
.preloader {
  position: fixed;
  z-index: 9999;
  background: #111;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: height 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.preloader.loaded {
  height: 0;
}

/* navbar */
.navbar.fixed-top {
  transition: background-color 0.6s ease-out;
}


/* slideshow */
.slideshow {
  overflow: hidden;
}

/* .slideshow .swiper-slide {
  background-position-x: -300px;
  transition: background-position-x 1.6s ease-out;
  background-repeat: no-repeat;background-size: cover;
}
.slideshow .swiper-slide.swiper-slide-active {
  background-position-x: 0px;
} */
.slideshow .swiper-slide {
  /* background-size: 100%; */
  background-position: center;
  background-origin: padding-box;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background-size 1s ease-in-out;
}

/* .slideshow .swiper-slide.swiper-slide-active {
  background-size: 120%;
} */

/* fade in */
.slideshow.fade-in .swiper-slide .banner-content {
  opacity: 0;
  transition: opacity 0.3s ease-out;
  transition-delay: 600ms;
}

.slideshow.fade-in .swiper-slide.swiper-slide-active .banner-content {
  opacity: 1;
}

/* slide in */
.slide-in .swiper-slide .banner-content h2,
.slide-in .swiper-slide .banner-content p,
.slide-in .swiper-slide .banner-content .btn {
  display: inline-block;
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.slide-in .swiper-slide .banner-content h2 {
  transition-delay: 600ms;
}

.slide-in .swiper-slide .banner-content p {
  transition-delay: 800ms;
}

.slide-in .swiper-slide .banner-content .btn {
  transition-delay: 1000ms;
}

.slide-in .swiper-slide.swiper-slide-active .banner-content h2,
.slide-in .swiper-slide.swiper-slide-active .banner-content p,
.slide-in .swiper-slide.swiper-slide-active .banner-content .btn {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* swiper slide-clip */
.slide-clip .swiper-slide .image-holder img {
  transform: scale(1.2);
  transition: transform 1s ease-in-out;
}

.slide-clip .swiper-slide.swiper-slide-active .image-holder img {
  transform: scale(1);
}

.slide-clip .swiper-slide .image-holder {
  clip-path: inset(100% 0 0 0);
  display: block;
}

.slide-clip .swiper-slide.swiper-slide-active .image-holder {
  animation: 1s slide-clip forwards;
}

.slide-clip .swiper-slide.swiper-slide-prev .image-holder,
.slide-clip .swiper-slide.swiper-slide-next .image-holder {
  animation: 1s slide-down;
}

/* works on sections with images wrapped with image-holder */
.aos-animate.slide-clip-animation .image-holder {
  animation: 1s slide-clip forwards;
}

.slide-clip-animation .image-holder {
  clip-path: inset(100% 0 0 0);
}

@keyframes slide-clip {
  0% {
    clip-path: inset(100% 0 0 0);
  }

  100% {
    clip-path: inset(0 0 0 0);
  }
}

@keyframes slide-down {
  0% {
    clip-path: inset(0 0 0 0);
  }

  100% {
    clip-path: inset(100% 0 0 0);
  }
}


/* swipe animation */
.swipe-up {
  clip-path: inset(0 0 100% 0);
  display: block;
}

.aos-animate .swipe-up {
  animation: 1s swipe-up forwards;
}

/*.down-leave-active { animation: 1s down-leave; }*/
@keyframes swipe-up {
  0% {
    clip-path: inset(0 0 100% 0);
  }

  100% {
    clip-path: inset(0);
  }
}

/* polygon */
.polygon {
  clip-path: polygon(0 0, 100% 0, 100% 20%, 100% 100%, 80% 100%, 20% 100%, 0 100%, 0% 20%);
}

.aos-animate .polygon {
  animation: 1s polygon forwards;
}

@keyframes polygon {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 20%, 100% 100%, 80% 100%, 20% 100%, 0 100%, 0% 20%);
  }

  100% {
    clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
  }
}

/* open-up */
.open-up {
  clip-path: inset(48% 34% 36% 35%);
}

.aos-animate.open-up {
  animation: 1s open-up forwards;
}

@keyframes open-up {
  0% {
    clip-path: inset(48% 34% 36% 35%);
  }

  100% {
    clip-path: inset(0% 0% 0% 0%);
  }
}

/*@keyframes down-leave {
  0% { clip-path: inset(0); }
  100% { clip-path: inset(100% 0 0 0); }
}*/
.swipe-up {
  --delay: 0.05s;
}

.swipe-up {
  animation-delay: 1s;
  /* animation-delay: data(swipe-delay); */
}

/* Text Effects */
.txt-fx {
  overflow: hidden;
  line-height: 1;
}
.txt-fx.zoom {
  overflow: visible;
}

.txt-fx .word {
  overflow: hidden;
  transform-origin: 0 100%;
  display: inline-block;
  line-height: 1em;
}
.txt-fx .letter {
  transform-origin: 0 100%;
  display: inline-block;
  line-height: 1em;
}

.txt-fx {
  --delay: 50ms;
  --easing: cubic-bezier(.5, 0, .53, 1);
}

/* fade right */
.txt-fx.fade-right .letter {
  transform: translate3d(-50px, 0, 0);
  opacity: 0;
  transition: transform 0.6s var(--easing), opacity 0.6s var(--easing);
}

.aos-animate .txt-fx.fade-right .letter {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

/* slide up */
.txt-fx.slide-up .letter {
  transform: translate3d(0, 1.2em, 0);
  transition: transform 0.9s var(--easing);
}

.swiper-slide-active .txt-fx.slide-up .letter,
.aos-animate .txt-fx.slide-up .letter {
  transform: translate3d(0, 0, 0);
}

/* domino */
.txt-fx.domino .letter {
  transform-origin: 50% 0;
  transform: rotateY(90deg);
  transition: transform 0.9s var(--easing);
}

.swiper-slide-active .txt-fx.domino .letter,
.aos-animate .txt-fx.domino .letter {
  transform: rotateY(0);
}

/* zoom */
.txt-fx.zoom .letter {
  transform-origin: 50% 0;
  transform: scale(3);
  transition: transform 0.9s var(--easing);
}

.swiper-slide-active .txt-fx.zoom .letter,
.aos-animate .txt-fx.zoom .letter {
  transform: scale(1);
}

/** Search Popup
--------------------------------------------------------------*/
.search-popup {
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.search-popup.is-visible {
  opacity: 1;
  visibility: visible;
  cursor: -webkit-image-set(url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%23FFF' d='M20 1l-1-1-9 9-9-9-1 1 9 9-9 9 1 1 9-9 9 9 1-1-9-9'/%3E%3C/svg%3E") 1x, url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%23000' d='M20 1l-1-1-9 9-9-9-1 1 9 9-9 9 1 1 9-9 9 9 1-1-9-9'/%3E%3C/svg%3E") 2x), pointer;
  cursor: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%23000' d='M20 1l-1-1-9 9-9-9-1 1 9 9-9 9 1 1 9-9 9 9 1-1-9-9'/%3E%3C/svg%3E"), pointer;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.search-popup-container {
  background-color: transparent;
  position: relative;
  top: 50%;
  margin: 0 auto;
  padding: 0;
  width: 90%;
  max-width: 800px;
  text-align: center;
  box-shadow: none;
  cursor: default;
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.is-visible .search-popup-container {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.search-popup-form {
  position: relative;
  margin: 0 0 3em 0;
}
.search-popup-form .form-control {
  padding: 0 0 .375em 0;
  font-size: 2em;
}
.search-popup-form #search-popup-submit {
  display: none;
}
.search-popup .search-popup-close {
  display: block;
  position: absolute;
  top: 2em;
  right: 2em;
  margin: -0.5em;
  padding: 0.5em;
  line-height: 0;
}
.search-popup .search-popup-close:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.search-popup .search-popup-close i {
  display: block;
  position: relative;
  width: 1em;
  height: 1em;
  fill: rgba(0,0,0,0.5);
}
.search-popup .search-popup-close:hover i {
  fill: rgba(0,0,0,1);
}
.search-popup .cat-list-title {
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 0.6em;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.search-popup .cat-list {
  margin: 0;
  list-style-type: none;
}
.search-popup .cat-list-item {
  display: inline-block;
  margin-bottom: 0;
  letter-spacing: 0.015em;
  font-size: 2em;
}
.search-popup .cat-list-item a {
  position: relative;
}
.search-popup .cat-list-item a::after {
  background: none repeat scroll 0 0 #fff;
  content: "";
  height: 1px;
  border-bottom: 1px solid #ff9697;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  -webkit-transition: height 0.3s,opacity 0.3s,-webkit-transform 0.3s;
  transition: height 0.3s,opacity 0.3s,transform 0.3s;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.search-popup .cat-list-item a:hover::after {
  height: 1px;
  opacity: 1;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
.search-popup .cat-list-item::after {
  content: "/";
  padding: 0 5px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.5);
  vertical-align: text-top;
}
.search-popup .cat-list-item:last-child::after {
  display: none;
}

@media only screen and (max-width: 991px) {
  .search-popup .cat-list-item,
  .search-popup-form .form-control {
    font-size: 1.425em;
  }
}
@media only screen and (max-width: 767px) {
.search-popup .search-popup-close {
    top: 1em;
    right: 1em;
  }
}
@media only screen and (max-width: 575px) {
  .search-popup .cat-list-item,
  .search-popup-form .form-control {
    font-size: 1.125em;
  }
  .search-popup .search-popup-close {
    top: 1em;
    right: 1em;
  }
}

.search-popup input[type="search"] {
  font-size: 24px;
  height: 60px;
  padding: 26px;
}
.search-popup .search-form button {
  top: 12px;
  right: 15px;
}
.search-popup .search-form button svg {
  height: 28px;
  width: 28px;
}


/* Swiper */
/* - Swiper Slide Arrows 1
------------------------------------------------------------- */
.icon-arrow {
  position: absolute;
  top: 50%;
  font-size: 2em;
  color: var(--bs-dark);
  z-index: 8;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  border: 1px solid var(--bs-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0.2;
  transition: all 0.3s ease-out;
}

.icon-arrow:hover {
  opacity: 1;
  background: var(--bs-black);
  color: var(--bs-white);
}

.icon-arrow.icon-arrow-left {
  left: 30px;
}

.icon-arrow.icon-arrow-right {
  right: 30px;
}

@media (max-width: 991px) {
  .icon-arrow.icon-arrow-left,
  .icon-arrow.icon-arrow-right {
    display: none;
  }
  .swiper-pagination {
    position: relative;
  }
}

/** Swiper Slide Arrows 2
--------------------------------------------------------------*/
.icon-arrow.no-outline {
  top: 40%;
  font-size: 1.7em;
  color: var(--grey-color);
  border: none;
}

.icon-arrow.no-outline:hover {
  background: none;
  color: var(--bs-dark);
}

.icon-arrow.light-arrow.no-outline {
  color: var(--light-color);
  opacity: 0.7;
}

.icon-arrow.light-arrow.no-outline:hover {
  opacity: 1;
}

.swiper-button-normal {
  background: transparent;
}

.swiper-button-normal .icon {
  font-size: 1.6em;
  color: var(--bs-dark);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

/** Swiper Slide Arrows with background 3
--------------------------------------------------------------*/
.icon-arrow {
  width: 90px;
  height: 90px;
  border-radius: 50%;
}

/*--- Image hover Effects
-----------------------------------------------*/
.image-zoom-effect {
  display: flex;
  flex-wrap: wrap;
}

.image-zoom-effect .image-holder {
  width: 100%;
  height: auto;
  overflow: hidden;
  transform: scale(1);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.image-zoom-effect:hover .image-holder {
  transform: scale(0.95);
}

.image-zoom-effect img {
  transform: scale(1);
  will-change: transform;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 0;
}

.image-zoom-effect:hover img {
  transform: scale(1.1);
}


/* - Border Hover Effects
------------------------------------------------------------- */
.border-animation a,
.border-animation a:after,
.border-animation a:before {
  transition: all .5s;
}

.border-animation a {
  position: relative;
}

.border-animation a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  content: '.';
  color: transparent;
  background: var(--bs-primary);
  height: 2px;
}

.border-animation a:hover:after {
  width: 100%;
}

.content-light .border-animation a:hover:after,
.content-light .border-animation li.active a:after {
  background: var(--bs-primary);
}

/* - Border Hover No Effects
------------------------------------------------------------- */
.border-animation .no-effect a:after {
  background: none;
}

/* - Border Hover Effects 2
------------------------------------------------------------- */
.border-animation-left .item-anchor {
  position: relative;
  margin-bottom: 20px;
}

.border-animation-left .item-anchor:after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  left: 0;
  bottom: 0;
  z-index: 9;
  background: var(--bs-dark);
  transition: all 0.5s ease;
}

.border-animation-left.light-border .item-anchor:after,
.border-animation-left .item-anchor:after {
  background: var(--bs-dark);
}

.border-animation-left .item-anchor:hover:after,
.border-animation-left .item-anchor:focus:after {
  width: 100%;
}

/* background */
.background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 600px;
}

.background.pattern-bg {
  background: url(images/pattern-bg.png) no-repeat;
}

.background.normal-bg {
  background: url(images/newsletter-image.jpg) no-repeat;
}

/* large text */
.title-xlarge {
  font-size: calc(2rem + 6vw);

  font-family: var(--heading-font);
  color: var(--bs-gray-300);
  position: absolute;
  top: -40px;
  left: 0;
  z-index: 0;
}

/*--------------------------------------------------------------
/** 7.8 Video Section
--------------------------------------------------------------*/
.video .video-content {
  position: relative;
}

.video .video-player {
  position: absolute;
}

.video .video-player {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video .video-player a {
  position: relative;
}

.video .video-player svg {
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

@media (max-width: 600px) {
  .video .video-player img.text-pattern {
    width: 60%;
    display: flex;
    margin: 0 auto;
  }
}

/*--------------------------------------------------------------
/** 7.9 Testimonial Slider
--------------------------------------------------------------*/
.testimonials .section-title {
  font-size: 1em;
  font-weight: 700;
  line-height: 1;
}

.testimonial-swiper .testimonial-item blockquote {
  font-size: 2.5em;
}

.testimonial-swiper .testimonial-item blockquote>p {
  margin: 0;
}

.testimonials .review-title {
  font-size: 14px;
}

.testimonial-swiper .swiper-slide {
  opacity: 0.2;
  width: 42% !important;
}

.testimonial-swiper.swiper-3d .swiper-slide-shadow-left,
.testimonial-swiper.swiper-3d .swiper-slide-shadow-right {
  background-image: none;
}

.testimonial-swiper .swiper-slide-active {
  opacity: 1;
}

.testimonials .swiper-pagination {
  left: 0;
  right: 0;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background: #8C907E;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin-right: 10px;
}

@media only screen and (max-width: 1199px) {
  .testimonial-swiper .testimonial-item blockquote {
    font-size: 1.8em;
  }
}

@media only screen and (max-width: 999px) {
  .testimonial-swiper .testimonial-item blockquote {
    font-size: 1.2em;
  }
}


/** 7.13 Instagram
--------------------------------------------------------------*/
.instagram .insta-item {
  position: relative;
  /* margin-bottom: 20px; */
}

.instagram .insta-item a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: 0.6s ease-out;
}

/* Link Effect
 - Place anywhere you want your link to animate
 - Add data-after="Any text" to the link within the class
 - Use span within the anchor tag for the effect to work
------------------------------------------------------------- */
.link-effect a {
  position: relative;
  padding: 0;
  overflow: hidden;
  transition: transform 0.5s;
  display: block;
}

.link-effect a::after {
  content: attr(data-after);
  display: inline-block;
  transform: translateY(100%);
  position: absolute;
  left: 0;
  font-size: 1rem;
  text-align: inherit;
  text-transform: uppercase;
  transition: inherit;
}

.link-effect a>span {
  display: inline-block;
  transform: translateY(0%);
  transition: inherit;
}

.link-effect:hover a>span {
  transform: translateY(-100%);
}

.link-effect:hover a::after {
  transform: translateY(0%);
}

/* product item */
.product-item .btn-wishlist {
  display: block;
  z-index: 111;
  position: absolute;
  top: 5px;
  padding: 10px;
  color: var(--bs-black);
  background: var(--bs-white);
  right: 5px;
  opacity: 0;
  transition: opacity 0.3s ease-in;
}

.product-item:hover .btn-wishlist {
  opacity: 1;
}

/* rotating text */
.text-rotate {
  animation: rotation 50s infinite linear;
}

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

  to {
    transform: rotate(359deg);
  }
}

/* single product */
/* product-thumbnail-slider */
.product-thumbnail-slider {
  height: 790px;
}
@media screen and (max-width:992px) {
  .product-thumbnail-slider {
    margin-top: 20px;
    height: auto;
  }
}
@media screen and (min-width:992px) {
  .product-thumbnail-slider {
    height: 590px;
  }
}
@media screen and (min-width:1200px) {
  .product-thumbnail-slider {
    height: 790px;
  }
}
/* 
.product-thumbnail-slider .swiper-slide {
  height: 200px;
} */

/* ------ Quantity ------*/
.product-quantity .qty-number {
  margin-right: 20px;
}
.product-quantity .input-group .btn {
  height: 48px;
  border: 1px solid #ccc;
}
.qty-number .quntity-button {
  min-width: 40px;
  height: 40px;
  font-size: 1.8em;
  line-height: 1.5;
  text-align: center;
  cursor: pointer;
  background-color: var(--accent-dim-color);
  transition: .5s all ease-in-out;
}

.qty-number .quntity-button:hover {
  background-color: var(--accent-lit-color);
}

.qty-number input {
  font-size: 1.4em;
  width: 50px;
  height: 40px;
  text-align: center;
  border-radius: 0;
  border: 1px solid var(--bs-dark);
}

.qty-field .regular-price {
  display: none;
}

/*--------------------------------------------------------------
/** Single Product
--------------------------------------------------------------*/
.single-product-template .breadcrumbs li {
  font-size: 1.5em;
  padding-right: 15px;
}

.single-product-template .breadcrumbs span {
  padding-left: 15px;
}

.product-preview .swiper-slide {
  padding-bottom: 15px;
}

/*---- Single Product Information ----------*/
.rating-container .rating {
  color: var(--bs-yellow);
  font-size: 1.4em;
}

.product-info .product-price strong {
  font-size: 1.6em;
  color: var(--accent-color);
  padding-right: 10px;
}

.product-info .product-price del {
  color: var(--accent-color);
}

.product-info .color-product-options .color-item {
  display: inline-block;
  vertical-align: top;
  width: 25px;
  height: 25px;
  cursor: pointer;
  border: 1px solid var(--bs-gray);
  padding: 1px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 3px;
}

.product-info .color-product-options .color-item span {
  border: 1px solid var(--bs-dark);
  display: block;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.product-info .color-product-options .color-item:hover {
  border: 1px dotted var(--bs-gray-300);
}

.product-info .item-title {
  width: 100%;
}

.swatch-element .swatch-label {
  font-weight: 400;
  line-height: 32px;
  text-align: center;
  display: inline-block;
  margin-right: 10px;
  min-width: 50px;
  height: 50px;
  border: 2px solid var(--bs-gray-300);
  transition: all 0.3s;
  cursor: pointer;
  padding: 8px;
}
.swatch-element .swatch-input {
  display: none;
}
.swatch-element .swatch-input:checked+.swatch-label {
  border: 2px solid var(--bs-gray);
}

/*---- Single Product Accordion ----------*/
.review-style1 .review-item .rating-container .rating {
  font-size: 1em;
}

.review-style1 .review-item span.author-name {
  font-weight: 600;
}

/* button */
.btn-link {
  font-size: 0.875rem;
  font-family: var(--bs-body-font-family);
  letter-spacing: 0.0875rem;
  text-transform: uppercase;
  text-decoration: none;
}

a.btn-link,
a.btn-link:after {
  transition: all .5s;
}

a.btn-link {
  position: relative;
}

a.btn-link:before,
a.btn-link:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  background-color: var(--bs-dark);
  height: 1px;
}

[data-bs-theme=dark] a.btn-link:after {
  background-color: var(--bs-white);
}

a.btn-link:before {
  background-color: var(--bs-gray);
  width: 100%;
}

a.btn-link.is-checked:after,
a.btn-link:hover:after {
  width: 100%;
}

a.btn-link.text-white:after {
  background-color: var(--bs-white);
}

a.btn-link.text-light:after {
  background-color: var(--bs-light);
}

/* color options */
.form-check {
  padding: 0;
}

.form-check-label {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.form-check-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border: 1px solid #111;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.form-check-label:hover input~.checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.form-check-label input:checked~.checkmark {
  background-color: #A226F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.form-check-label input:checked~.checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.form-check-label .checkmark:after {
  top: 8px;
  left: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #444;
}

.form-check-label.red input~.checkmark {
  background-color: #CA7A7A;
}

.form-check-label.brown input~.checkmark {
  background-color: #D5BB96;
}

.form-check-label.green input~.checkmark {
  background-color: #A5BC73;
}

.form-check-label.aqua input~.checkmark {
  background-color: #779B9D;
}

/* sidebar accordion */
.product-info .accordion {
  --bs-accordion-btn-icon: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="currentColor" d="M19 11h-6V5a1 1 0 0 0-2 0v6H5a1 1 0 0 0 0 2h6v6a1 1 0 0 0 2 0v-6h6a1 1 0 0 0 0-2Z"%2F%3E%3C%2Fsvg%3E');
  --bs-accordion-btn-active-icon: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="currentColor" d="M19 11H5a1 1 0 0 0 0 2h14a1 1 0 0 0 0-2Z"%2F%3E%3C%2Fsvg%3E');
}
.product-filter .accordion {
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="currentColor" d="M19 11h-6V5a1 1 0 0 0-2 0v6H5a1 1 0 0 0 0 2h6v6a1 1 0 0 0 2 0v-6h6a1 1 0 0 0 0-2Z"%2F%3E%3C%2Fsvg%3E');
  --bs-accordion-btn-active-icon: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="currentColor" d="M19 11H5a1 1 0 0 0 0 2h14a1 1 0 0 0 0-2Z"%2F%3E%3C%2Fsvg%3E');
  --bs-accordion-body-padding-x: 0;
  --bs-accordion-body-padding-y: 0;
  --bs-accordion-active-color: #8C907E;
}

.product-filter .accordion-body>div,
.product-filter .accordion-body a {
  display: block;
  padding: 10px;
  margin-bottom: 1.25rem;
  border: 1px solid #EBEBEA;
}

.product-filter .accordion-body a:hover {
  border: 1px solid #999;
}

/* image zoom */
.image-zoom {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform .3s ease-out;
}

/* .swiper-pagination */
.swiper-pagination {
  position: relative;
  margin-top: 30px;
}
/* ============================================
   MOBILE RESPONSIVENESS
   ============================================ */

@media (max-width: 768px) {

  /* Typography scale down */
  h1, .h1 { font-size: 2.5rem; }
  h2, .h2 { font-size: 2rem; }
  h3, .h3 { font-size: 1.6rem; }
  h4, .h4 { font-size: 1.2rem; }

  /* Title xlarge */
  .title-xlarge {
    font-size: calc(2rem + 6vw);
    top: -20px;
  }

  /* Features — 2 per row */
  .features .col-md-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .features .col-md-3 .py-5 {
    padding: 1rem 0.5rem !important;
  }
  .features h4 {
    font-size: 0.9rem;
  }
  .features p {
    font-size: 0.8rem;
  }
  .features svg {
    width: 28px;
    height: 28px;
  }

  /* Categories */
  .categories .col-md-4 {
    margin-bottom: 1rem;
  }

  /* Collection — stack vertically */
  .collection .collection-item {
    flex-direction: column;
  }
  .collection .col-md-6 {
    width: 100% !important;
    max-width: 100% !important;
  }
  .collection .collection-content {
    padding: 1.5rem !important;
    margin: 0 !important;
  }
  .collection .collection-content h3 {
    font-size: 1.2rem;
  }
  .collection .collection-content p {
    font-size: 0.85rem;
  }

  /* Testimonials */
  .testimonial-swiper .testimonial-item blockquote {
    font-size: 1rem;
  }
  .testimonial-swiper .swiper-slide {
    width: 80% !important;
  }

  /* Blog */
  .blog .col-md-4 {
    margin-bottom: 1.5rem;
  }
  .blog .post-title {
    font-size: 1rem;
  }
  .blog p {
    font-size: 0.85rem;
  }

  /* Product swiper */
  .product-content h5 {
    font-size: 0.9rem !important;
  }
  .star-rating {
    font-size: 0.8rem;
  }

  /* General spacing */
  section {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  /* Swiper arrows already hidden by your existing CSS at 991px */
}

@media (max-width: 576px) {

  /* Billboard heading */
  #billboard .section-title {
    font-size: 1.3rem;
    margin-top: 0.5rem !important;
  }

  /* Features — still 2 per row but tighter */
  .features .col-md-3 .py-5 {
    padding: 0.75rem 0.25rem !important;
  }

  /* Best sellers heading */
  #best-sellers h4 {
    font-size: 1rem;
  }

  /* Collection title */
  .title-xlarge {
    font-size: calc(1.5rem + 6vw);
    top: -10px;
  }

  /* Blog */
  .blog h4 {
    font-size: 1rem;
  }

  /* Breadcrumb */
  .breadcrumb {
    font-size: 0.8rem;
  }


}
  /* Auth Card */
.auth-card {
  font-family: 'Jost', sans-serif;
}

.auth-card h5 {
  font-family: 'Marcellus', serif;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.01em;
}

.auth-card .nav-link {
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 0.8rem;
}
/* ============================================
   BLOG — COTTON HERITAGE PAGE
   ============================================ */

.blog-hero {
  background-color: #f5f0e8;
  padding: 7rem 0 4.5rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.blog-hero::before {
  content: 'COTTON';
  position: absolute;
  font-family: 'Marcellus', serif;
  font-size: 20vw;
  color: rgba(140,144,126,0.06);
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  white-space: nowrap;
  pointer-events: none;
  letter-spacing: 0.25em;
}
.blog-hero .post-category {
  font-family: 'Jost', sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #8C907E;
}
.blog-hero h1 {
  font-family: 'Marcellus', serif;
  font-size: clamp(1.9rem, 4.5vw, 3.5rem);
  font-weight: 400;
  color: #111;
  line-height: 1.2;
  max-width: 820px;
  margin: 1.5rem auto 0.5rem;
  text-transform: none;
  letter-spacing: 0.01em;
}
.blog-hero .meta {
  font-family: 'Jost', sans-serif;
  font-size: 0.82rem;
  color: #aaa;
  letter-spacing: 0.06em;
}
.blog-intro {
  max-width: 740px;
  margin: 0 auto;
  padding: 4rem 1.5rem 1.5rem;
}
.blog-intro .lead-para {
  font-family: 'Marcellus', serif;
  font-size: 1.2rem;
  line-height: 1.8;
  color: #111;
  padding-left: 1.5rem;
  border-left: 3px solid #8C907E;
  margin-bottom: 1.75rem;
}
.blog-intro p {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.9;
  color: #555;
  margin-bottom: 1.25rem;
}
.craft-section {
  padding: 5.5rem 0;
  border-top: 1px solid #e8e2d8;
}
.craft-section.bg-warm {
  background-color: #faf8f4;
}
.img-stack {
  position: relative;
  padding-bottom: 2.5rem;
}
.img-main {
  width: 100%;
  height: 520px;
  object-fit: cover;
  display: block;
}
.img-inset {
  position: absolute;
  bottom: 0;
  right: -20px;
  width: 46%;
  height: 220px;
  object-fit: cover;
  border: 5px solid #fff;
  box-shadow: 0 8px 32px rgba(0,0,0,0.13);
}
@media (max-width: 991px) {
  .img-main { height: 320px; }
  .img-inset { display: none; }
  .img-stack { padding-bottom: 0; }
}
.craft-num {
  font-family: 'Marcellus', serif;
  font-size: 4rem;
  color: rgba(140,144,126,0.13);
  line-height: 1;
  margin-bottom: -0.6rem;
}
.craft-name {
  font-family: 'Marcellus', serif;
  font-size: clamp(1.7rem, 2.8vw, 2.5rem);
  font-weight: 400;
  color: #111;
  margin-bottom: 0.15rem;
}
.craft-origin {
  font-family: 'Jost', sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #8C907E;
  display: block;
  margin-bottom: 1.4rem;
}
.craft-body {
  font-family: 'Jost', sans-serif;
  font-size: 0.97rem;
  line-height: 1.92;
  color: #555;
  margin-bottom: 0.9rem;
}
.craft-tag {
  display: inline-block;
  font-family: 'Jost', sans-serif;
  font-size: 0.66rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 4px 11px;
  border: 1px solid #8C907E;
  color: #8C907E;
  margin-right: 5px;
  margin-bottom: 5px;
}
.pullquote-wrap {
  background: #111;
  padding: 5.5rem 1.5rem;
  text-align: center;
}
.pullquote-wrap blockquote {
  font-family: 'Marcellus', serif;
  font-size: clamp(1.25rem, 2.4vw, 1.85rem);
  line-height: 1.55;
  color: #f5f0e8;
  max-width: 660px;
  margin: 0 auto;
  position: relative;
  padding-top: 3rem;
  border: none;
}
.pullquote-wrap blockquote::before {
  content: '\201C';
  font-size: 6.5rem;
  color: #8C907E;
  opacity: 0.3;
  position: absolute;
  top: -0.5rem;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1;
}
.blog-closing {
  background: #f5f0e8;
  padding: 5rem 1.5rem;
  text-align: center;
}
.blog-closing h3 {
  font-family: 'Marcellus', serif;
  font-size: clamp(1.5rem, 2.8vw, 2.2rem);
  font-weight: 400;
  color: #111;
  margin-bottom: 0.9rem;
}
.blog-closing p {
  font-family: 'Jost', sans-serif;
  font-size: 0.98rem;
  color: #666;
  max-width: 520px;
  margin: 0 auto 2rem;
  line-height: 1.8;
}
.btn-outline-dark-custom {
  font-family: 'Jost', sans-serif;
  font-size: 0.76rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 0.8rem 2.4rem;
  border: 1px solid #111;
  color: #111;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s;
}
.btn-outline-dark-custom:hover {
  background: #111;
  color: #f5f0e8;
}
.ornament {
  text-align: center;
  padding: 1.25rem 0;
  color: #8C907E;
  letter-spacing: 0.6em;
}

:root {
  --cream: #faf7f2;
  --warm:  #f2ebe0;
  --sand:  #d9c9b0;
  --sienna:#9b5e3c;
  --bark:  #3e2410;
  --muted: #8a7565;
  --text:  #1e1209;
  --border:#e5d9cb;
}

/* ── Page base ── */
.dash-page { background: var(--cream); min-height: 80vh; font-family: inherit; }

/* ── Hero strip ── */
.dash-hero {
  border-bottom: 1px solid var(--border);
  padding: 3.5rem 0 2.5rem;
  background: var(--cream);
  overflow: hidden;
}
.dash-hero-inner { display: flex; align-items: center; gap: 2rem; }

/* Animated saree motif SVG */
.motif-wrap {
  flex-shrink: 0;
  width: 80px; height: 80px;
  position: relative;
}
.motif-wrap svg { width: 80px; height: 80px; }
.motif-petal {
  transform-origin: 40px 40px;
  animation: petalSpin 12s linear infinite;
}
.motif-inner {
  transform-origin: 40px 40px;
  animation: petalSpin 8s linear infinite reverse;
}
@keyframes petalSpin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

.dash-hero-text { line-height: 1; }
.dash-hero-text h1 {
  font-size: 2.2rem;
  font-weight: 300;
  letter-spacing: 0.01em;
  color: var(--bark);
  margin-bottom: 0.4rem;
}
.dash-hero-text h1 em { font-style: italic; }
.dash-hero-text p {
  color: var(--muted);
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

/* ── Layout ── */
.dash-body { padding: 2.5rem 0 5rem; }
.dash-grid {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 2.5rem;
  align-items: start;
}
@media (max-width: 767px) {
  .dash-grid { grid-template-columns: 1fr; }
  .dash-nav  { display: flex; flex-wrap: wrap; gap: 0; border-right: none; border-bottom: 1px solid var(--border); padding-bottom: 0.5rem; }
}

/* ── Sidebar nav – matches index nav style ── */
.dash-nav {
  border-right: 1px solid var(--border);
  padding-right: 0;
  position: sticky;
  top: 1.5rem;
}
.dash-nav a {
  display: block;
  padding: 0.7rem 1.1rem;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--muted);
  border-right: 2px solid transparent;
  transition: color 0.2s, border-color 0.2s, background 0.2s;
}
.dash-nav a:hover,
.dash-nav a.is-active {
  color: var(--sienna);
  border-right-color: var(--sienna);
  background: var(--warm);
}
.dash-nav .nav-divider { height: 1px; background: var(--border); margin: 0.5rem 0; }
@media (max-width: 767px) {
  .dash-nav a { border-right: none; border-bottom: 2px solid transparent; }
  .dash-nav a:hover, .dash-nav a.is-active { border-right: none; border-bottom-color: var(--sienna); }
}

/* ── Panels ── */
.dash-panel { display: none; }
.dash-panel.is-active { display: block; animation: riseIn 0.3s ease; }
@keyframes riseIn {
  from { opacity: 0; transform: translateY(10px); }
  to   { opacity: 1; transform: translateY(0); }
}

.panel-heading {
  font-size: 1.75rem;
  font-weight: 300;
  letter-spacing: 0.02em;
  color: var(--bark);
  border-bottom: 1px solid var(--border);
  padding-bottom: 0.75rem;
  margin-bottom: 1.75rem;
}
.panel-heading em { font-style: italic; }

/* ── Orders ── */
.orders-wrap { overflow-x: auto; }
table.nt { width: 100%; border-collapse: collapse; font-size: 0.82rem; }
table.nt th {
  text-align: left; padding: 0.6rem 1rem;
  background: var(--warm); color: var(--muted);
  letter-spacing: 0.1em; text-transform: uppercase; font-size: 0.68rem; font-weight: 400;
  border-bottom: 1px solid var(--border);
}
table.nt td { padding: 0.85rem 1rem; border-bottom: 1px solid var(--border); vertical-align: middle; }
table.nt tr:last-child td { border-bottom: none; }
table.nt tr:hover td { background: var(--warm); transition: background 0.15s; }
.thumb { width: 46px; height: 58px; object-fit: cover; display: block; }
.badge-status {
  font-size: 0.65rem; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 500;
  padding: 0.18rem 0.65rem; border-radius: 20px; display: inline-block;
}
.s-delivered  { background:#e8f5e9; color:#388e3c; }
.s-processing { background:#fff8e1; color:#f9a825; }
.s-shipped    { background:#e3f2fd; color:#1976d2; }
.s-cancelled  { background:#fce4ec; color:#c62828; }
.s-pending    { background:#f3e5f5; color:#7b1fa2; }

/* ── Wishlist ── */
.wishlist-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(170px, 1fr)); gap: 1.25rem; }
.wcard { border: 1px solid var(--border); background: #fff; }
.wcard img { width: 100%; aspect-ratio: 3/4; object-fit: cover; display: block; }
.wcard-body { padding: 0.7rem; }
.wcard-body h6 { font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 0.25rem; }
.wcard-body .wprice { font-size: 0.78rem; color: var(--sienna); margin-bottom: 0.6rem; }
.wcard-actions { display: flex; gap: 0.4rem; }

/* ── Addresses ── */
.addr-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 1.25rem; }
.acard { border: 1px solid var(--border); padding: 1.25rem; background: #fff; position: relative; }
.acard.default-addr { border-color: var(--sienna); }
.acard .def-tag {
  position: absolute; top: 0; right: 1rem;
  background: var(--sienna); color: #fff;
  font-size: 0.6rem; letter-spacing: 0.12em; text-transform: uppercase; padding: 0.18rem 0.55rem;
}
.acard h6 { font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 0.5rem; }
.acard p { font-size: 0.8rem; color: var(--muted); line-height: 1.8; }
.acard-actions { margin-top: 1rem; display: flex; gap: 0.5rem; }
.addr-add {
  border: 1px dashed var(--sand); background: var(--warm);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 0.5rem; padding: 2.5rem 1rem; cursor: pointer;
  color: var(--muted); font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase;
  transition: border-color 0.2s, color 0.2s;
}
.addr-add:hover { border-color: var(--sienna); color: var(--sienna); }
.addr-add .plus { font-size: 1.5rem; line-height: 1; }

/* ── Reviews ── */
.rcard {
  display: grid; grid-template-columns: 54px 1fr; gap: 1rem;
  border: 1px solid var(--border); padding: 1rem; background: #fff; margin-bottom: 1rem;
}
.rcard img { width: 54px; height: 68px; object-fit: cover; }
.rcard .rproduct { font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 0.25rem; }
.rcard .rstars { color: var(--sienna); font-size: 0.85rem; margin-bottom: 0.3rem; }
.rcard .rtext { font-size: 0.8rem; color: var(--muted); line-height: 1.65; }
.rcard .rdate { font-size: 0.68rem; color: var(--sand); letter-spacing: 0.08em; margin-top: 0.4rem; }

/* ── Profile form ── */
.pform { max-width: 520px; }
.fg { display: flex; flex-direction: column; gap: 0.3rem; margin-bottom: 1rem; }
.fg label { font-size: 0.68rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); }
.fg input, .fg select {
  border: 1px solid var(--border); padding: 0.65rem 0.85rem;
  font-size: 0.83rem; font-family: inherit; color: var(--text);
  background: #fff; outline: none; transition: border-color 0.2s; border-radius: 0;
}
.fg input:focus { border-color: var(--sienna); }
.fg input:disabled { background: var(--warm); cursor: not-allowed; color: var(--muted); }
.form-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
@media (max-width: 500px) { .form-row-2 { grid-template-columns: 1fr; } }

/* ── Shared buttons (same style as index btn-link) ── */
.btn-bare {
  background: none; border: 1px solid var(--sand); color: var(--sienna);
  padding: 0.3rem 0.85rem; font-size: 0.68rem; letter-spacing: 0.1em; text-transform: uppercase;
  cursor: pointer; text-decoration: none; display: inline-block; font-family: inherit;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.btn-bare:hover { background: var(--sienna); color: #fff; border-color: var(--sienna); }
.btn-dark-sm {
  background: var(--bark); color: #fff; border: none;
  padding: 0.35rem 0.85rem; font-size: 0.68rem; letter-spacing: 0.1em; text-transform: uppercase;
  cursor: pointer; font-family: inherit; transition: background 0.2s;
}
.btn-dark-sm:hover { background: var(--sienna); }
.btn-submit {
  background: var(--bark); color: #fff; border: none;
  padding: 0.75rem 2.8rem; font-size: 0.72rem; letter-spacing: 0.16em; text-transform: uppercase;
  cursor: pointer; font-family: inherit; transition: background 0.2s;
}
.btn-submit:hover { background: var(--sienna); }

/* ── Empty state ── */
.empty { text-align: center; padding: 3.5rem 1rem; color: var(--muted); }
.empty-motif {
  width: 52px; height: 52px; margin: 0 auto 1.2rem;
  opacity: 0.25;
}
.empty p { font-size: 0.82rem; letter-spacing: 0.06em;
  }
/* ── Stats Bar ── */
.stats-bar {
  background: transparent;
  padding: 1.5rem 0 2rem;
  border: none;
}
.stats-grid {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0;
}
.stat-item {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding: 0 2rem;
  flex: 0 0 auto;
}
.stat-item:first-child { padding-left: 0; }
.stat-number {
  font-size: 1.25rem;
  font-weight: 300;
  color: var(--bark);
  letter-spacing: 0.02em;
}
.stat-label {
  font-size: 0.65rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}
.stat-divider {
  width: 1px;
  height: 1.75rem;
  background: var(--border);
  flex-shrink: 0;
}
@media (max-width: 576px) {
  .stats-grid { flex-wrap: wrap; gap: 1rem; }
  .stat-divider { display: none; }
  .stat-item { padding: 0; flex: 0 0 calc(50% - 0.5rem); }
}

/* ── Order Detail Page ── */
.order-back { margin-right: 2rem; flex-shrink: 0; }
.back-link {
  display: flex; align-items: center; gap: 0.5rem;
  font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--muted); text-decoration: none;
  transition: color 0.2s;
}
.back-link:hover { color: var(--sienna); }
.back-link svg { flex-shrink: 0; }

.order-summary-strip {
  display: flex; align-items: center; gap: 0;
  padding: 1.25rem 0 2rem;
}
.osummary-item {
  display: flex; flex-direction: column; gap: 0.3rem;
  padding: 0 2rem; flex: 0 0 auto;
}
.osummary-item:first-child { padding-left: 0; }
.osummary-label {
  font-size: 0.65rem; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--muted);
}
.osummary-value { font-size: 1rem; font-weight: 300; color: var(--bark); }

.order-detail-grid {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 2rem;
  align-items: start;
}
@media (max-width: 900px) {
  .order-detail-grid { grid-template-columns: 1fr; }
}

.od-section-title {
  font-size: 1.4rem; font-weight: 300;
  color: var(--bark); letter-spacing: 0.02em;
  border-bottom: 1px solid var(--border);
  padding-bottom: 0.6rem; margin-bottom: 1.25rem;
}
.od-section-title em { font-style: italic; }

.order-item-card {
  display: grid;
  grid-template-columns: 72px 1fr auto;
  gap: 1.25rem;
  padding: 1.25rem 0;
  border-bottom: 1px solid var(--border);
  align-items: start;
}
.order-item-card:last-child { border-bottom: none; }
.oic-image img { width: 72px; height: 90px; 
.cost-row {object-fit: cover; display: block; }
.oic-no-image {
  width: 72px; height: 90px; background: var(--warm);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.6rem; color: var(--muted); letter-spacing: 0.1em; text-transform: uppercase;
}
.oic-name {
  font-size: 0.88rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text);
  margin-bottom: 0.4rem; font-weight: 400;
}
.oic-meta {
  display: flex; flex-wrap: wrap; gap: 0.75rem;
  font-size: 0.75rem; color: var(--muted); margin-bottom: 0.4rem;
}
.oic-vendor {
  font-size: 0.7rem; color: var(--muted);
  letter-spacing: 0.06em; margin-bottom: 0.5rem; font-style: italic;
}
.oic-shipping { display: flex; flex-wrap: wrap; align-items: center; gap: 0.75rem; }
.oic-tracking { font-size: 0.72rem; color: var(--muted); }
.oic-price {
  display: flex; flex-direction: column;
  align-items: flex-end; gap: 0.25rem;
  font-size: 0.9rem; color: var(--bark); white-space: nowrap;
}
.oic-saved { font-size: 0.65rem; color: #388e3c; letter-spacing: 0.06em; }

.ometa-card {
  border: 1px solid var(--border); background: #fff;
  padding: 1.25rem; margin-bottom: 1rem;
}
.ometa-title {
  font-size: 1rem; font-weight: 300; color: var(--bark);
  letter-spacing: 0.02em; margin-bottom: 0.85rem;
  padding-bottom: 0.5rem; border-bottom: 1px solid var(--border);
}
.ometa-title em { font-style: italic; }
.ometa-body { font-size: 0.82rem; color: var(--muted); line-height: 1.9; }

  display: flex; justify-content: space-between;
  font-size: 0.8rem; color: var(--muted);
  padding: 0.35rem 0; border-bottom: 1px solid var(--border);
}
.cost-row:last-of-type { border-bottom: none; }
.cost-saved { color: #388e3c; }
.cost-total-row {
  display: flex; justify-content: space-between;
  font-size: 0.88rem; color: var(--bark);
  padding: 0.6rem 0 0; font-weight: 400;
  border-top: 1px solid var(--border); margin-top: 0.25rem;
}

.coupon-tag {
  display: inline-flex; align-items: center; gap: 0.5rem;
  border: 1px solid var(--sand); padding: 0.25rem 0.75rem;
  font-size: 0.72rem; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--sienna);
  margin-right: 0.5rem; margin-bottom: 0.5rem;
}
.coupon-pct { color: var(--muted); }

.dash-grid:has(> .dash-content:first-child) {
  grid-template-columns: 1fr;
}



.wishlist-btn {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  padding: 6px !important;
  cursor: pointer;
  border-radius: 50%;
  transition: background 0.15s;
  line-height: 1;
}
.wishlist-btn:hover { background: rgba(198, 40, 40, 0.08) !important; }
.wishlist-btn:focus, .wishlist-btn:active, .wishlist-btn:focus-visible { outline: none !important; }
.wishlist-btn svg { fill: none; stroke: #111; stroke-width: 1.8; stroke-linejoin: round; transition: fill 0.2s, stroke 0.2s; }
.wishlist-btn:hover svg,
.wishlist-btn.wishlisted svg { fill: #c62828; stroke: #c62828; }


.wishlist-btn svg,
.wishlist-btn path {
  pointer-events: none;
}




/* ── Cart remove / trash button ── */
.cart-remove {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  box-shadow: none !important;
  outline: none !important;
  cursor: pointer;
  color: #8a7565;
  transition: color 0.2s;
}

.cart-remove:hover {
  color: #c62828;
}

.cart-remove svg {
  display: block;
}




/* ── Notification List ── */
.noti-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.noti-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.25rem;
  background: #fff;
  border: 1px solid #e8e0d6;
  position: relative;
  transition: border-color 0.2s;
}

.noti-item:hover {
  border-color: #c4a882;
}

.noti-unread {
  background: #fdf8f2;
  border-color: #d4b896;
}

.noti-icon {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0e8de;
  color: #9b5e3c;
}

.noti-body {
  flex: 1;
  min-width: 0;
}

.noti-type {
  font-size: 0.88rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #2c1a0e;
}

.noti-date {
  font-size: 0.75rem;
  color: #8a7565;
  margin-top: 2px;
}

.noti-mark-btn {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #c4a882;
  color: #9b5e3c;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}

.noti-mark-btn:hover {
  background: #9b5e3c;
  color: #fff;
  border-color: #9b5e3c;
}

.noti-seen-badge {
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #8a7565;
  border: 1px solid #e0d6cc;
  padding: 2px 7px;
  flex-shrink: 0;
}
.swatch-element.selected .swatch-label {
  border: 2px solid #000;
  background-color: #000;
  color: #fff;
}



/* Product Detail */

  /* ── Size warning (only custom addition) ── */
  .pd-size-warning {
    display: none;
    font-size: 0.75rem;
    color: #dc3545;
    margin-top: 0.4rem;
    margin-bottom: 0.25rem;
    align-items: center;
    gap: 0.35rem;
  }
  .pd-size-warning.show {
    display: flex;
    animation: shake 0.3s ease;
  }
  @keyframes shake {
    0%,100% { transform: translateX(0); }
    25%      { transform: translateX(-5px); }
    75%      { transform: translateX(5px); }
  }

  /* ── Button states ── */
  .product-cart-submit .btn-text { transition: opacity 0.2s; }
  .product-cart-submit.loading .btn-text { opacity: 0; }
  .product-cart-submit .btn-spinner {
    position: absolute; inset: 0;
    display: flex; align-items: center; justify-content: center;
    opacity: 0; transition: opacity 0.2s;
  }
  .product-cart-submit.loading .btn-spinner { opacity: 1; }
  .product-cart-submit { position: relative; overflow: hidden; }
  .btn-spinner-ring {
    width: 16px; height: 16px;
    border: 2px solid rgba(255,255,255,0.3);
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin 0.7s linear infinite;
  }
  @keyframes spin { to { transform: rotate(360deg); } }
  .product-cart-submit.success { background: #198754 !important; border-color: #198754 !important; pointer-events: none; }

  /* ── Wishlist active state ── */
  .wish-list-button.wishlisted { background: #c17f5a !important; border-color: #c17f5a !important; }

  /* ── Toast ── */
  .pd-toast {
    position: fixed; bottom: 1.5rem; right: 1.5rem;
    background: #212529; color: #fff;
    padding: 0.75rem 1.25rem;
    font-size: 0.8rem; letter-spacing: 0.03em;
    border-radius: 3px; z-index: 9999;
    transform: translateY(120%);
    transition: transform 0.3s cubic-bezier(.22,.68,0,1.2);
    display: flex; align-items: center; gap: 0.5rem;
    max-width: 280px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
  }
  .pd-toast.show { transform: translateY(0); }

  /* ── Stock badge ── */
  .stock-badge {
    display: inline-block;
    font-size: 11px; letter-spacing: 0.05em; text-transform: uppercase;
    font-weight: 500; padding: 0.2rem 0.6rem; border-radius: 2px;
    margin-bottom: 0.75rem;
  }
  .stock-ok  { background: #d1e7dd; color: #0f5132; }
  .stock-low { background: #fff3cd; color: #664d03; }
  .stock-out { background: #f8d7da; color: #842029; }
/* Prevent nav items from shifting on dropdown open */
.navbar-nav .nav-item {
    position: relative;
}

.navbar-nav .nav-link.dropdown-toggle {
    display: inline-block;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    line-height: 1.5 !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background: transparent !important;
}

.navbar-nav .nav-link.dropdown-toggle.show {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background: transparent !important;
    color: inherit !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.navbar-nav .dropdown-menu {
    position: absolute !important;
    top: 100% !important;
    margin-top: 0.5rem !important;
}

/* Fix the row 2 container height so it never reflows */
.navbar-nav.flex-row {
    height: 1.5rem;
    align-items: center !important;
}
@media (max-width: 767.98px) {
  .sidebar-collapse {
    display: none;
  }
}
.swatch-label-disabled {
  opacity: 0.35;
  cursor: not-allowed;
  pointer-events: none;
  text-decoration: line-through;
  background-color: #f0f0f0 !important;
  color: #999 !important;
  border-color: #ddd !important;
}

.swatch-disabled {
  pointer-events: none;
}

.navbar-naavyaa {
  background-color: #e4d9d1;                    /* warm cream, matches blog/dashboard */
  border-bottom: 1px solid #e5d9cb !important;  /* warm sand instead of default cool grey */
}

/* keep links near-black, bring the brand sage in on hover/open */
.navbar-naavyaa .nav-link:hover,
.navbar-naavyaa .nav-link.dropdown-toggle.show {
  color: #8C907E !important;
}
