@font-face {

  font-family: "Poppins";

  src: url("../fonts/Poppins-Regular.woff2") format("woff2"),

    url("../fonts/Poppins-Regular.woff") format("woff");

  font-weight: normal;

  font-style: normal;

  font-display: swap;

}

@font-face {

  font-family: "Fontspring";

  src: url("FONTSPRINGDEMO-JuanaMediumItRegular.woff2") format("woff2"),

    url("FONTSPRINGDEMO-JuanaMediumItRegular.woff") format("woff");

  font-weight: 500;

  font-style: italic;

  font-display: swap;

}

body {

  background-color: #fff !important;

  color: #2b2b2b !important;

  font-family: 'Poppins', sans-serif;

  overflow-x: hidden;

}
.pro-info h3 a {
    color: rgb(90, 44, 13);
    text-decoration: none;
}

/* Links color fix */

 .card-data a {

  color: inherit !important;

  text-decoration: none !important;

}

.card-data a:hover {

  color: #f08a24 !important;

  text-decoration: none !important;

} 

 

.logo-container {

  display: flex;

  align-items: center;

  gap: 10px;

  position: fixed;

  top: 50%;

  left: 50%;

  transform: translate(-20%, -50%) scale(1);

  transition: all 1.5s ease;

}

.cookie {

  width: 120px;

  animation: rotateCookie 2.5s ease forwards;

}

@keyframes rotateCookie {

  0% {

    transform: rotate(0);

  }

  100% {

    transform: rotate(720deg);

  }

}

.text span {

  opacity: 0;

  font-size: 3rem;

  font-weight: bold;

  color: #5a2c0d;

}

@keyframes letterAppear {

  from {

    opacity: 0;

    transform: translateY(20px) scale(0.4);

  }

  to {

    opacity: 1;

    transform: translateY(0) scale(1);

  }

}

/* 

@keyframes letterAppear {

  to {

    opacity: 1;

  }

} */

.move-navbar {

  top: -4px;

  position: absolute;

  transform: translateX(-50%) scale(0.6) !important;

  /* transform: scale(0.6);

  margin-left: -13%; */

}

.move-navbar img {

  width: 70px;

  height: 70px;

}

/* header section start */

.crumbin_header--inner .crumbin-bar{

  display: none;

}

.crumbin_header--inner .crumbin-bar i{

  cursor: pointer;

}

.crumbin_header--inner .navbar-crumbin ul li {

  list-style: none;

}



.crumbin_header--inner .navbar-crumbin ul {

  display: flex;

  gap: 25px;

  color: black;

  font-size: 16px;

  margin-left: -27px;

}

.crumbin_header--inner {

  display: flex;

  justify-content: space-between;

  align-items: center;

}

.crumbin_header--wrapper {

}

.crumbin_header--inner .navbar-crumbin ul li a {

  color: #000;

  text-decoration: none;

  font-family: "Poppins";

  position: relative;

  transition: color 0.3s ease;

}



.crumbin_header--inner .navbar-crumbin ul li a::after {

  content: "";

  position: absolute;

  left: 0;

  bottom: -3px;

  width: 0;

  height: 2px;

  background-color: #FE9F42;

  transition: width 0.3s ease;

}



.crumbin_header--inner .navbar-crumbin ul li a:hover {

  color: #FE9F42;

}



.crumbin_header--inner .navbar-crumbin ul li a:hover::after {

  width: 100%; /* underline grows smoothly */

}

.crumbin_header--wrapper {

  padding-bottom: 6px !important;

  padding-top: 20px;

  display: flex;

  align-items: center;

  box-shadow: 0px 0px 8px rgb(0, 0, 0, 0.7);

  display: none;

  background-color: white;

}

.crumbin_header--inner .navbar-last div a {

  color: black;

  font-size: 19px;

  cursor: pointer;

  font-family: "Poppins";

}

.crumbin_header--inner .navbar-last {

  gap: 17px;

  display: flex;

}

/* header section end */

/* banner section start */

.crumbin_banner--wrapper {

  display: flex;

  justify-content: center;

  align-items: center;

  flex-direction: column;

  opacity: 1;

  transform: translateY(0);

  transition: opacity 1s ease, transform 1s ease;

}

.crumbin_banner--wrapper.hidden {

  opacity: 0;

  transform: translateY(100px);

  pointer-events: none;

}

.crumbin_banner--wrapper video {

  width: 100%;

  height: 650px;

  object-fit: cover;

}

.crumbin_banner--inner p {

  position: absolute;

  bottom: 20px;

  left: 50%;

  transform: translateX(-50%);

  color: white;

}

.crumbin_banner--wrapper::before {

  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 150px; /* only top area */

  background: linear-gradient(to bottom, white, transparent);

  pointer-events: none;

}

/* banner section end */

/* collection section start */

.crumbin_collection--wrapper {

  padding: 126px 0;

  position: relative;

}

.crumbin_collection--wrapper::before {

  content: "";

  position: absolute;

  right: 0;

  margin-right: 0px;

  top: 0;

  margin-top: 27px;

  width: 169px;

  height: 173px;

  background: url("../images/cookies.png") no-repeat top right;

  background-size: contain;

  pointer-events: none;

}

.crumbin_collection--inner .collection-head h3 {

  color: #5a2c0d;

  font-size: 50px;

  font-family: "Fontspring";

}

.crumbin_collection--inner .collection-head div img {

  width: 50px;

  height: 50px;

  transition: all 0.5s ease-out;

  cursor: pointer;

}

.crumbin_collection--inner .collection-head div p {

  font-size: 16px;

  font-family: "Poppins";

}

.crumbin_collection--inner .collection-head div a {

  font-size: 20px;

  color: #5a2c0d;

  text-decoration: none;

  font-family: "Poppins";

}

.crumbin_collection--inner .collection-head div img:hover {

  transform: rotateZ(45deg);

}

.crumbin_collection--inner .collection-cards .collection-card img {

  width: 100%;

  height: 383px;

  object-fit: cover;

  border-radius: 10px;

}

.crumbin_collection--inner .collection-cards .collection-card{

  width: 260px;

}

.crumbin_collection--inner .collection-cards .collection-card .card-data {

  width: 100%;

}

.crumbin_collection--inner .collection-cards .collection-card .card-price {

  width: 100%;

  gap:38px;

}

.crumbin_collection--inner .collection-cards .collection-card h3 {

  color: #491c0a;

  font-size: 22px;

  font-family: "Fontspring";

}

.crumbin_collection--inner .collection-cards .collection-card p {

  color: #292929;

  font-size: 14px;

  font-family: "Poppins";

}

.crumbin_collection--inner .collection-cards .collection-card .card-price p {

  color: #491c0a;

  font-weight: bold;

  align-items: center;

  font-size: 30px;

  display: flex;

  margin-top: 13px;

  font-family: "Poppins";

}

.crumbin_collection--inner

  .collection-cards

  .collection-card

  .card-price

  button {

  background-color: #491c0a;

  color: white;

  border-radius: 10px;

  padding: 8px 15px;

  border: none;

}

.crumbin_collection--inner .collection-cards {

  display: flex;

  justify-content: space-between;

}

.crumbin_collection--inner

  .collection-cards

  .collection-card

  .card-price::after {

  content: "";

  position: absolute;

  left: 0;

  /* margin-left: 45px; */

  bottom: 0;

  margin-bottom: 20px;

  width: 169px;

  height: 173px;

  background: url(../images/cookies.png) no-repeat top right;

  background-size: contain;

  pointer-events: none;

  z-index: -1;

  opacity: 0.1;

}

/* collection section end */

/* know more section start*/

.crumbin_know--wrapper {

  position: relative;

}

.crumbin_know--wrapper .know-video video {

  width: 100%;

  height: 500px;

  object-fit: cover;

  display: block;

}

.crumbin_know--wrapper .know-video p {

  position: absolute;

  right: 0;

  top: 0;

  margin-top: 38%;

  right: 420px;

  color: white;

}

.crumbin_know--wrapper .know-data {

  width: 45%;

  position: absolute;

  left: 0;

  height: 500px;

  background-color: #491c0a;

  top: 0;

  border-top-right-radius: 300px;

  border-bottom-right-radius: 300px;

}

.crumbin_know--inner .know-para {

  position: absolute;

  top: 0;

  margin-top: 11%;

}

.crumbin_know--inner .know-para h3 {

  font-size: 44px;

  color: white;

  font-family: "Fontspring";

}

.crumbin_know--inner .know-para p {

  color: white;

  font-size: 14px;

  font-family: "Poppins";

}

/* know more section end */

/* trending section start */

.crumbin_trending--wrapper {

  padding: 0 0;

  position: relative;

}



.crumbin_trending--inner .collection-head h3 {

  color: #5a2c0d;

  font-size: 50px;

  font-family: "Fontspring";

}

.crumbin_trending--inner .collection-head div img {

  width: 50px;

  height: 50px;

  transition: all 0.5s ease-out;

  cursor: pointer;

}

.crumbin_trending--inner .collection-head div p {

  font-size: 18px;

}

.crumbin_trending--inner .collection-head div a {

  font-size: 20px;

  color: #5a2c0d;

  text-decoration: none;

}

.crumbin_trending--inner .collection-head div img:hover {

  transform: rotateZ(45deg);

}

.crumbin_trending--inner .collection-cards .collection-card {

  width: 260px;

}

.crumbin_trending--inner .collection-cards .collection-card img {

  width: 100%;

  height: 383px;

  object-fit: cover;

  border-radius: 15px;

}

.crumbin_trending--inner .collection-cards .collection-card .card-data {

  width: 100%;

}

.crumbin_trending--inner .collection-cards .collection-card .card-price {

  width: 100%;

  gap:38px

}

.crumbin_trending--inner .collection-cards .collection-card h3 {

  color: #491c0a;

  font-size: 26px;

  font-family: "Fontspring";

}

.crumbin_trending--inner .collection-cards .collection-card p {

  color: #292929;

  font-size: 14px;

  font-family: "Poppins";

}

.crumbin_trending--inner .collection-cards .collection-card .card-price p {

  color: #491c0a;

  font-weight: bold;

  align-items: center;

  font-size: 30px;

  display: flex;

  margin-top: 13px;

}

.crumbin_trending--inner .collection-cards .collection-card .card-price button {

  background-color: #491c0a;

  color: white;

  border-radius: 10px;

  padding: 8px 15px;

  font-family: "Poppins";

  font-size: 14px;

  border: none;

}

.crumbin_trending--inner .collection-cards {

  display: flex;

  justify-content: space-between;

}

/* trending section end */

/* define section start */

.crumbin_define--wrapper {

  padding: 100px 0;



  width: 100%;

  background-repeat: no-repeat;

  background-size: cover;

  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1)),

    url("../images/back.jpg");

  background-size: cover;

  background-position: center;

}

.crumbin_define--inner .define-text h2 {

  font-size: 45px;

  color: white;

  font-family: "Fontspring";

}

.crumbin_define--inner .define-text p {

  color: white;

  font-size: 15px;

  width: 90%;

  font-family: "Poppins";

}

.crumbin_define--inner .define-text .checkOutCollection a {

  color: white;

  font-size: 18px;

  text-decoration: none;

  font-family: "Poppins";

}

.crumbin_define--inner .define-text .checkOutCollection a span img {

  width: 50px;

  height: 50px;

  transition: 0.3s ease-in-out;

}

.crumbin_define--inner .define-text .checkOutCollection a span img::before {

}

.crumbin_define--inner .define-text .checkOutCollection a span img:hover {

  transform: rotateZ(45deg);

  width: 50px;

  height: 50px;

}

.crumbin_define--inner {

  display: flex;

}

.crumbin_define--inner .define-images .define-image-1 {

  position: relative;

  transition: 0.5s ease-in-out;

}

.crumbin_define--inner .define-images .define-image-1 img {

  width: 311px;

  height: 411px;

  box-shadow: 0px 5px 11px rgb(0, 0, 0, 0.3);

  border-radius: 10px;

  position: relative;

  display: block;

}

.crumbin_define--inner .define-images .define-image-1 .overlay {

  position: absolute;

  top: 0;

  border-radius: 10px;

  left: 0;

  width: 100%;

  height: 411px;

  background: rgba(160, 90, 44, 0.4);

}

.crumbin_define--inner .define-images .define-image-1 img::after {

  content: "";

  position: absolute;

  inset: 0;

  background: linear-gradient(to right, rgba(73, 28, 10, 0.6), transparent);

}

.define-images img::after {

  content: "";

  position: absolute;

  left: 0;

  right: 0;

  top: 0;

  height: 50%; /* jitna area dull chahiye utna adjust karo */

  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.6), transparent);

  pointer-events: none; /* click block na ho */

}

.crumbin_define--inner .define-images {

  width: 55%;

  display: flex;

}

.crumbin_define--inner .define-text {

  width: 45%;

  display: flex;



  flex-direction: column;

  justify-content: center;

}

.crumbin_define--inner .define-images .define-images-2 {

  position: relative;



  transition: 0.5s ease-in-out;

}

.crumbin_define--inner .define-images .define-images-2 img {

  margin-top: 100px;

  transform: translateX(-20px);

  width: 311px;

  height: 411px;

  border-radius: 10px;

  box-shadow: 0px 5px 11px rgb(0, 0, 0, 0.3);

  display: block;

  position: relative;

}

.crumbin_define--inner .define-images .define-images-2 .overlay {

  position: absolute;

  top: 100px;

  border-radius: 10px;

  left: -20px;

  width: 100%;

  height: 411px;

  background: rgba(160, 90, 44, 0.4);

}

.crumbin_define--inner .define-images .define-image-1 p {

  position: absolute;

  bottom: 0;

  margin-bottom: 120px;

  margin-left: 20px;

  color: white;

  font-size: 26px;

  font-family: "Fontspring";

}

.crumbin_define--inner .define-images .define-images-2 p {

  position: absolute;

  bottom: 0;

  margin-bottom: 17px;

  margin-left: 20px;

  color: white;

  font-size: 26px;

  font-family: "Fontspring";

}

/* define section end */

/* shop section start */

.crumbin_shop--wrapper {

  position: relative;

  padding: 100px 0;

}

.crumbin_shop--wrapper::before {

  content: "";

  position: absolute;

  left: 0;

  margin-right: 0px;

  top: 0;

  margin-top: 27px;

  width: 245px;

  height: 250px;

  background: url("../images/cookies.png") no-repeat top right;

  background-size: contain;

  pointer-events: none;

}

.crumbin_shop--inner .shop-cards {

  margin-top: 7rem;

  display: flex;

  justify-content: space-between;

}

.crumbin_shop--inner .shop-cards-2 {

  margin-top: 6rem !important;

}

.crumbin_shop--inner .shop-cards .shop-card {

  background-color: #e8e8e8;

  width: 550px;

  padding: 50px 30px;

  border-radius: 15px;

  display: flex;

  position: relative;

}

.crumbin_shop--inner .shop-cards .card-rs img {

  position: absolute;

  bottom: 1px;

  transition: all 0.3s ease-in-out;

  width: 200px;

  height: 300px;

  object-fit: cover;

  margin-left: 29px;

}

.crumbin_shop--inner .shop_head h3 {

  color: #491c0a;

  font-size: 50px;

  font-family: "Fontspring";

}

.crumbin_shop--inner .shop_head p {

  color: #292929;

  font-size: 16px;

  font-family: "Poppins";

}

.crumbin_shop--inner .shop-cards .card-ls {

  width: 57%;

}

.crumbin_shop--inner .shop-cards .card-ls h3 {

  color: #491c0a;

  font-size: 30px;

  font-family: "Fontspring";

}

.crumbin_shop--inner .shop-cards .card-ls p {

  color: #292929;

  font-size: 14px;

  font-family: "Poppins";

}

.crumbin_shop--inner .shop-cards .card-ls div button {

  background-color: #5a2c0d;

  color: white;

  border-radius: 10px;

  font-family: "Poppins";

  font-size: 14px;

  border: none;

  padding: 5px 15px;

  cursor: pointer;

}

.crumbin_shop--inner .shop-cards .card-rs{

  width: 43%;

}

.crumbin_shop--inner .shop-cards .card-rs img:hover {

  transform: translateX(-28px);

}

/* shop section end */

/* voice section start */

.crumbin_voices--wrapper {

  background-color: #491c0a;

  padding: 50px 0;

}

.crumbin_voices--wrapper .voices-underline {

  width: 100%;

  height: 1px;

  background-color: white;

}

.crumbin_voices--wrapper .crumbin_voices--inner {

  padding: 30px 0;

  display: flex;

  gap: 67px;

}

.crumbin_voices--inner .voices-ls {

  width: 35%;

  display: flex;

  flex-direction: column;

  justify-content: center;

}

.crumbin_voices--inner .voices-ls h3 {

  font-size: 47px;

  color: white;

  font-family: "Fontspring";

}

.crumbin_voices--inner .voices-ls p {

  color: white;

  font-size: 16px;

  font-family: "Poppins";

}

.crumbin_voices--inner .voices-md {

  padding: 0 20px;

  border-left: 2px solid white;

}

.crumbin_voices--inner .voices-md .md-head img {

  width: 75px;

  height: 75px;

  object-fit: cover;

  margin-left: -14px;

}

.crumbin_voices--inner .voices-md .md-head {

  display: flex;

}

.crumbin_voices--inner .voices-md .md-head div {

  margin-left: 15px;

}

.crumbin_voices--inner .voices-md .md-head div h4 {

  color: white;

  font-size: 18px;

  font-family: "Poppins";

}

.crumbin_voices--inner .voices-md .md-head div p {

  color: white;

  font-size: 14px;

  font-family: "Poppins";

}

.crumbin_voices--inner .voices-md .md-bottom {

  margin-top: 10px;

}

.crumbin_voices--inner .voices-md .md-bottom p {

  color: white;

  font-size: 16px;

}

.crumbin_voices--inner .voices-rs {

  display: flex;

  gap: 50px;

  width: 50%;

}

.crumbin_voices--inner .voices-rs .voice-arrow {

  display: flex;

  flex-direction: column;

  gap: 15px;

  justify-content: center;

}

.crumbin_voices--inner .voices-rs .voice-arrow .first-arrow {

  transform: rotateZ(-100deg);

  transition: 0.2s ease-in-out;

cursor: pointer;

}

.crumbin_voices--inner .voices-rs .voice-arrow .first-arrow:hover {

  transform: rotateZ(-135deg);

}

.crumbin_voices--inner .voices-rs .voice-arrow .second-arrow:hover {

  transform: rotateZ(45deg);

}

.crumbin_voices--inner .voices-rs .voice-arrow .second-arrow {

  transition: 0.2s ease-in-out;

  cursor: pointer;

}

.crumbin_voices--inner .voices-rs swiper-container {

  width: 100%;

  height: 100%;

}



.crumbin_voices--inner .voices-rs swiper-container swiper-slide {

  display: flex;

  justify-content: center;

  align-items: center;

}



/* voices section end */

/* footer */

.crumbin_footer--wrapper {

  background-color: #252424;

  padding: 50px 0;

}

.crumbin_footer--wrapper .crumbin_footer--inner {

  display: flex;

  justify-content: space-between;

}

.crumbin_footer--inner .footer-ls {

  width: 400px;

}

.crumbin_footer--inner .footer-ls .footer-logo img {

  margin-left: -20px;

}

.crumbin_footer--inner .footer-ls .footer-para p {

  color: white;

  font-size: 16px;

  margin-top: 20px;

  font-family: "Poppins";

}

.crumbin_footer--inner .footer-ls .footer-media {

  display: flex;

  gap: 43px;

  margin-top: 27px;

}

.crumbin_footer--inner .footer-rs {

  display: flex;

  justify-content: space-between;

  gap: 75px;

}

.crumbin_footer--inner .footer-rs ul a {

  color: white;

  text-decoration: none;

  font-family: "Poppins";

}

.crumbin_footer--inner .footer-rs ul a li {

  list-style: none;

}

.crumbin_footer--inner .footer-rs ul {

  display: flex;

  flex-direction: column;

  gap: 30px;

}

.crumbin_footer--inner .footer-rs ul p {

  font-weight: 500;

  color: white;

  font-family: "Poppins";

}



.crumbin_footer--wrapper .footer-last {

  width: 100%;

  height: 1px;

  background-color: white;

  margin-top: 20px;

  display: flex;

  justify-content: space-between;

  color: #717171;

}

.crumbin_footer--wrapper .footer-last div {

  display: flex;

  gap: 25px;

  margin-top: 2px;

}

.crumbin_footer--wrapper .footer-last p {

  margin-top: 13px;

  font-family: "Poppins";

  font-size: 14px;

}







.buy-now{

      background-color: #491c0a;

    color: white;

    border-radius: 10px;

    padding: 8px 15px;

    border: none;

}



/* new styles add bt MTS*/

/* ====== PREMIUM HEADER STYLE ====== */

.crumbin-header {

  z-index: 9999;

  transition: all 0.3s ease;

}

.header-scrolled {

  background: rgba(255,255,255,0.95);

  box-shadow: 0 3px 15px rgba(0,0,0,0.1);

  backdrop-filter: blur(8px);

}



/* Logo animation */

.logo-animate {

  transition: transform 0.3s ease;

}

.logo-animate:hover {

  transform: rotate(-5deg) scale(1.05);

}



/* Nav links */

.nav-link {

  font-weight: 500;

  color: #491c0a;

  transition: color 0.3s ease, transform 0.2s;

}

.nav-link:hover {

  color: #f08a24;

  transform: translateY(-2px);

}



/* Cart button */

.cart-btn {

  position: relative;

  background: #fff;

  border: 1px solid #eee;

  border-radius: 50%;

  width: 42px;

  height: 42px;

  justify-content: center;

  transition: all 0.3s ease;

}

.cart-btn:hover {

  background: #f08a24;

  color: #fff;

  transform: scale(1.1);

}

.cart-count {

  font-size: 11px;

  top: -6px;

  right: -8px;

  padding: 3px 6px;

  font-weight: 600;

}



/* User dropdown */

.user-menu {

  position: relative;

}

.user-dropdown-menu {

  position: absolute;

  top: 120%;

  right: 0;

  min-width: 180px;

  background: #fff;

  border-radius: 10px;

  box-shadow: 0 6px 18px rgba(0,0,0,0.15);

  display: none;

  flex-direction: column;

  overflow: hidden;

  animation: fadeDown 0.3s ease;

  z-index: 99999;

}

.user-dropdown-menu.show {

  display: flex;

}

.user-dropdown-menu a,

.user-dropdown-menu button.logout-btn {

  padding: 10px 15px;

  border: none;

  background: transparent;

  text-align: left;

  color: #491c0a;

  font-size: 15px;

  transition: background 0.3s;

}

.user-dropdown-menu a:hover,

.logout-btn:hover {

  background: #f8f8f8;

}

.user-dropdown-menu hr {

  margin: 4px 0;

}



/* ===== MOBILE OFFCANVAS ===== */

.offcanvas-menu {

  position: fixed;

  top: 0;

  right: -100%;

  width: 80%;

  height: 100vh;

  background: #fff;

  box-shadow: -4px 0 15px rgba(0,0,0,0.1);

  z-index: 99999;

  transition: all 0.4s ease;

}

.offcanvas-menu.open {

  right: 0;

}

.offcanvas-content .mobile-link {

  display: block;

  padding: 10px 0;

  font-weight: 500;

  color: #491c0a;

  text-decoration: none;

}

.offcanvas-content .mobile-link:hover {

  color: #f08a24;

}

.closeMenu {

  cursor: pointer;

}



/* Animations */

@keyframes fadeDown {

  from {opacity: 0; transform: translateY(-10px);}

  to {opacity: 1; transform: translateY(0);}

}



.swal2-container.swal2-top-end {

  animation: slideIn 0.3s ease forwards;

}

@keyframes slideIn {

  from { transform: translateX(20px); opacity: 0; }

  to { transform: translateX(0); opacity: 1; }

}



/* Ensure Font Awesome icons display correctly */

.fa, .fas, .far, .fab {

  font-family: "Font Awesome 5 Free" !important;

  font-weight: 900 !important;

  speak: none;

  display: inline-block;

  text-rendering: auto;

  -webkit-font-smoothing: antialiased;

}

/* for store page css */

.fade-in {

  animation: fadeInUp 0.5s ease-in-out;

}

@keyframes fadeInUp {

  from {opacity: 0; transform: translateY(20px);}

  to {opacity: 1; transform: translateY(0);}

}

.filter-sidebar a {

  text-decoration: none;

  color: #491c0a;

  font-family: 'Poppins';

}

.filter-sidebar a.active {

  color: #f08a24;

  font-weight: 600;

}

.filter-sidebar ul li {

  list-style: none;

}

.text-brown {

  color: #491c0a !important;

}



/* move the in-blade styles into style.css for production */

.filter-sidebar{background:#fff;border-radius:12px;padding:16px;box-shadow:0 6px 20px rgba(0,0,0,.05)}

.product-card img{height:320px;object-fit:cover}

.discount-badge{position:absolute;top:12px;left:12px;background:#f08a24;color:#fff;padding:6px 8px;border-radius:8px}

.wishlist-btn{position:absolute;top:12px;right:12px;background:#fff;border-radius:50%;padding:6px}

.filter-chip{display:inline-block;background:#fff;border:1px solid #eee;padding:6px 10px;border-radius:999px;margin-right:8px;margin-bottom:8px}





/* dabsoard design */

.dashboard-wrapper {

  min-height: 85vh;

  background: #f9f7f5;

  padding: 120px 20px;

  font-family: 'Poppins', sans-serif;

}

.dashboard-container {

  max-width: 1150px;

  margin: 0 auto;

  display: grid;

  grid-template-columns: 260px 1fr;

  gap: 30px;

}

@media(max-width: 900px){

  .dashboard-container { grid-template-columns: 1fr; }

}



/* SIDEBAR */

.account-sidebar {

  background: #fff;

  border-radius: 12px;

  padding: 25px 20px;

  box-shadow: 0 4px 12px rgba(0,0,0,0.08);

  height: fit-content;

  position: sticky;

  top: 80px;

  animation: fadeInLeft 0.6s ease;

}

.account-sidebar .user-section {

  text-align: center;

  margin-bottom: 25px;

}

.account-sidebar .avatar,

.profile-info-inline .avatar {

  width: 90px;

  height: 90px;

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;

  font-weight: 600;

  font-size: 26px;

  color: #fff;

  border: 3px solid #f08a24;

  margin: 0 auto;

  text-transform: uppercase;

  box-shadow: 0 3px 8px rgba(0,0,0,0.08);

}

.account-sidebar .user-section img,

.profile-info-inline img {

  width: 90px;

  height: 90px;

  border-radius: 50%;

  object-fit: cover;

  border: 3px solid #f08a24;

  box-shadow: 0 3px 8px rgba(0,0,0,0.08);

}

.account-sidebar .user-section h4 {

  margin-top: 10px;

  color: #491c0a;

  font-size: 20px;

  font-weight: 600;

}

.account-sidebar .user-section p {

  font-size: 14px;

  color: #777;

}

.account-menu {

  display: flex;

  flex-direction: column;

  gap: 12px;

}

.account-menu a {

  text-decoration: none;

  color: #491c0a;

  font-weight: 500;

  font-size: 15px;

  padding: 10px 14px;

  border-radius: 8px;

  display: flex;

  align-items: center;

  gap: 10px;

  transition: all 0.3s ease;

}

.account-menu a:hover {

  background: #f8f4f2;

  color: #f08a24;

}

.account-menu a.active {

  background: #491c0a;

  color: #fff;

}

.account-menu a i { font-size: 17px; }



/* MAIN CONTENT */

.dashboard-main {

  background: #fff;

  border-radius: 12px;

  padding: 30px;

  box-shadow: 0 4px 12px rgba(0,0,0,0.08);

  animation: fadeInUp 0.7s ease;

}



/* PROFILE HEADER INLINE */

.profile-header {

  display: flex;

  align-items: center;

  justify-content: space-between;

  flex-wrap: wrap;

  gap: 25px;

  margin-bottom: 30px;

}

.profile-info-inline {

  display: flex;

  align-items: center;

  gap: 18px;

}

.profile-info-inline .avatar {

  width: 75px;

  height: 75px;

  font-size: 22px;

}

.profile-info-inline img {

  width: 75px;

  height: 75px;

}

.profile-info-inline .details h3 {

  margin: 0;

  color: #491c0a;

  font-size: 22px;

  font-weight: 600;

}

.profile-info-inline .details p {

  margin: 2px 0;

  color: #666;

  font-size: 15px;

}

.edit-btn {

  background: #f08a24;

  color: #fff;

  border: none;

  border-radius: 8px;

  padding: 8px 18px;

  font-size: 14px;

  cursor: pointer;

  transition: background 0.3s ease;

}

.edit-btn:hover { background: #491c0a; }



/* STATS CARDS */

.stats-cards {

  display: grid;

  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));

  gap: 20px;

}

.stats-card {

  background: #fdf9f7;

  border-radius: 12px;

  padding: 25px;

  text-align: center;

  box-shadow: 0 4px 10px rgba(0,0,0,0.05);

  transition: all 0.3s ease;

  position: relative;

  overflow: hidden;

}

.stats-card::before {

  content: "";

  position: absolute;

  top: 0; left: 0;

  width: 0%;

  height: 100%;

  background: #f08a24;

  opacity: 0.1;

  transition: width 0.4s ease;

  z-index: 0;

}

.stats-card:hover::before { width: 100%; }

.stats-card i {

  font-size: 36px;

  color: #f08a24;

  margin-bottom: 10px;

  position: relative;

  z-index: 1;

}

.stats-card h3 {

  color: #491c0a;

  font-size: 24px;

  font-weight: 700;

  margin-bottom: 5px;

}

.stats-card p { color: #666; font-size: 14px; }



/* RECENT ACTIVITY */

.recent-activity { margin-top: 40px; }

.recent-activity h4 {

  font-family: "Fontspring", sans-serif;

  color: #491c0a;

  font-size: 22px;

  margin-bottom: 20px;

}

.activity-item {

  display: flex;

  align-items: center;

  gap: 15px;

  background: #fdf9f7;

  padding: 15px 20px;

  border-radius: 10px;

  margin-bottom: 12px;

  transition: all 0.3s ease;

}

.activity-item:hover { background: #fff4eb; }

.activity-item i { font-size: 20px; color: #f08a24; }

.activity-item p { margin: 0; color: #333; font-size: 15px; }



/* ANIMATIONS */

@keyframes fadeInLeft { from {opacity: 0; transform: translateX(-30px);} to {opacity: 1; transform: translateX(0);} }

@keyframes fadeInUp { from {opacity: 0; transform: translateY(20px);} to {opacity: 1; transform: translateY(0);} }





/* user menu */

/* 👤 User Dropdown Fix */

.user-menu {

  position: relative;

}

.user-dropdown-menu {

  position: absolute;

  top: 110%;

  right: 0;

  background: #fff;

  border-radius: 10px;

  box-shadow: 0 6px 18px rgba(0,0,0,0.15);

  min-width: 180px;

  display: none;

  flex-direction: column;

  z-index: 9999;

  overflow: hidden;

  transition: all 0.3s ease;

  animation: fadeDown 0.3s ease forwards;

}

.user-dropdown-menu.show {

  display: flex !important;

}



.user-dropdown-menu a,

.user-dropdown-menu button.logout-btn {

  padding: 10px 15px;

  border: none;

  background: transparent;

  text-align: left;

  color: #491c0a;

  font-size: 15px;

  text-decoration: none;

  transition: background 0.3s;

  font-family: "Poppins", sans-serif;

}

.user-dropdown-menu a:hover,

.logout-btn:hover {

  background: #f8f8f8;

}

.user-dropdown-menu hr {

  margin: 4px 0;

  border-color: #eee;

}



/* Dropdown animation */

@keyframes fadeDown {

  from {opacity: 0; transform: translateY(-10px);}

  to {opacity: 1; transform: translateY(0);}

}

  /* === CART BUTTON ANIMATION === */

.cart-btn {

  position: relative;

  width: 45px;

  height: 45px;

  border-radius: 50%;

  border: 1px solid #ddd;

  transition: all 0.3s ease;

}

.cart-btn i {

  transition: transform 0.3s ease;

}

.cart-btn:hover {

  background: #f08a24;

  color: #fff;

  transform: scale(1.1);

  box-shadow: 0 4px 10px rgba(0,0,0,0.1);

}

.cart-btn:hover i {

  transform: rotate(-10deg);

}

.cart-count {

  position: absolute;

  top: -6px;

  right: -6px;

  background: #dc3545;

  color: #fff;

  font-size: 11px;

  padding: 3px 6px;

  border-radius: 50%;

  font-weight: 600;

}



/* === USER MENU DROPDOWN === */

.user-menu {

  position: relative;

}

.user-btn {

  border-radius: 50px;

  font-weight: 500;

  transition: all 0.3s ease;

}

.user-btn:hover {

  background: #f08a24;

  color: #fff;

  border-color: #f08a24;

}

.user-dropdown-menu {

  position: absolute;

  top: 110%;

  right: 0;

  min-width: 200px;

  background: #fff;

  border-radius: 10px;

  box-shadow: 0 8px 20px rgba(0,0,0,0.15);

  display: none;

  flex-direction: column;

  overflow: hidden;

  animation: fadeDown 0.3s ease forwards;

  z-index: 99999;

}

.user-dropdown-menu.show {

  display: flex !important;

}

.user-dropdown-menu a,

.user-dropdown-menu button.logout-btn {

  padding: 10px 15px;

  border: none;

  background: transparent;

  text-align: left;

  color: #491c0a;

  font-size: 15px;

  transition: all 0.3s ease;

}

.user-dropdown-menu a:hover,

.logout-btn:hover {

  background: #f8f8f8;

  color: #f08a24;

}

.user-dropdown-menu hr {

  margin: 4px 0;

  border-color: #eee;

}

@keyframes fadeDown {

  from {opacity: 0; transform: translateY(-8px);}

  to {opacity: 1; transform: translateY(0);}

}



/* === HEADER SCROLL EFFECT === */

#mainHeader {

  transition: all 0.4s ease;

}

#mainHeader.scrolled {

  background: rgba(255,255,255,0.98);

  box-shadow: 0 3px 15px rgba(0,0,0,0.08);

  backdrop-filter: blur(6px);

}



/* === NAV LINK HOVER === */

.nav-link {

  font-weight: 500;

  color: #491c0a;

  position: relative;

  transition: all 0.3s ease;

}

.nav-link:hover,

.nav-link.active {

  color: #f08a24;

}

.nav-link.active::after {

  content: "";

  position: absolute;

  bottom: -2px;

  left: 0;

  width: 100%;

  height: 2px;

  background: #f08a24;

  border-radius: 4px;

  transition: width 0.3s;

}





/* prodcut card css start here */



/* ===========================

   MODERN PRODUCT SHOWCASE

=========================== */

.product-showcase {

  background: #fffaf5;

  padding: 100px 0;

  text-align: center;

}



.section-heading {

  font-family: "Fontspring";

  font-size: 48px;

  color: #491C0B;

  margin-bottom: 60px;

  position: relative;

}



/* GRID LAYOUT */

.product-container {

  display: flex;

  flex-wrap: wrap;

  justify-content: center;

  gap: 40px;

}



/* CARD BASE */

.pro-card {

  width: 280px;

  background: #fff;

  border-radius: 18px;

  overflow: hidden;

  box-shadow: 0 6px 18px rgba(0,0,0,0.1);

  transition: all 0.35s ease;

  position: relative;

  cursor: pointer;

}

.pro-card:hover {

  transform: translateY(-10px);

  box-shadow: 0 12px 30px rgba(73,28,11,0.25);

}



/* IMAGE AREA */

.pro-img {

  position: relative;

  overflow: hidden;

}

.pro-img img {

  width: 100%;

  height: 330px;

  object-fit: cover;

  transition: transform 0.5s ease;

}

.pro-card:hover .pro-img img {

  transform: scale(1.08);

}



/* Shine animation */

.pro-img::after {

  content: "";

  position: absolute;

  top: 0; left: -75%;

  width: 50%; height: 100%;

  background: linear-gradient(120deg, rgba(255,255,255,0.3) 0%, transparent 100%);

  transform: skewX(-25deg);

}

.pro-card:hover .pro-img::after {

  animation: shine 1s ease forwards;

}

@keyframes shine {

  100% { left: 125%; }

}



/* BADGE */

.badge {

  position: absolute;

  top: 12px;

  left: 12px;

  background: #ff9f43;

  color: #491C0B;

  font-family: "Poppins";

  font-size: 12px;

  font-weight: 600;

  padding: 4px 10px;

  border-radius: 8px;

}

.badge.hot {

  background: #e63946;

  color: #fff;

}



/* INFO */

.pro-info {

  padding: 16px 18px 10px;

  text-align: left;

}

.pro-info h3 {

  font-family: "Fontspring";

  font-size: 20px;

  color: #491C0B;

  margin-bottom: 5px;

}

.pro-info p {

  font-family: "Poppins";

  font-size: 14px;

  color: #555;

  line-height: 1.4;

  margin-bottom: 10px;

}

.stars {

  color: #ffb400;

  font-size: 14px;

  margin-bottom: 6px;

}

.price {

  font-family: "Poppins";

  font-size: 22px;

  color: #491C0B;

  font-weight: 700;

}



/* ACTION BUTTONS */

.pro-actions {

  display: flex;

  justify-content: space-between;

  padding: 15px 18px 20px;

  border-top: 1px solid #eee;

  background: #fff;

}

.pro-actions button {

  flex: 1;

  margin: 0 5px;

  border: none;

  border-radius: 10px;

  padding: 10px 0;

  font-family: "Poppins";

  font-size: 14px;

  font-weight: 600;

  cursor: pointer;

  transition: all 0.3s ease;

}

.add-cart {

  background: #fff;

  border: 2px solid #491C0B;

  color: #491C0B;

}

.add-cart:hover {

  background: #491C0B;

  color: #fff;

}

.buy-now {

  background: #ff9f43;

  color: #491C0B;

}

.buy-now:hover {

  background: #ffc875;

}



/* ===========================

   RESPONSIVE DESIGN

=========================== */



/* Tablets */

@media (max-width: 991px) {

  .product-container {

    gap: 25px;

  }

  .pro-card {

    width: 45%;

  }

  .pro-img img {

    height: 260px;

  }

  .pro-info h3 {

    font-size: 17px;

  }

  .price {

    font-size: 20px;

  }

}



/* Phones */

@media (max-width: 600px) {

  .product-showcase {

    padding: 60px 0;

  }

  .section-heading {

    font-size: 28px;

    margin-bottom: 30px;

  }

  .product-container {

    flex-direction: column;

    align-items: center;

    gap: 20px;

  }

  .pro-card {

    width: 92%;

    border-radius: 20px;

    box-shadow: 0 6px 20px rgba(73, 28, 11, 0.15);

  }

  .pro-img img {

    height: auto;

  }

  .pro-info {

    padding: 14px 16px;

  }

  .pro-info h3 {

    font-size: 17px;

  }

  .pro-info p {

    font-size: 13px;

  }

  .price {

    font-size: 19px;

  }

  .pro-actions {

    padding: 12px 14px 16px;

  }

  .pro-actions button {

    width: 48%;

    padding: 10px 0;

    font-size: 14px;

  }

}



/* Fade in animation on scroll */

@keyframes fadeUp {

  from { opacity: 0; transform: translateY(25px); }

  to { opacity: 1; transform: translateY(0); }

}

.pro-card {

  animation: fadeUp 0.8s ease both;

}



/* product card css end here */