body {
  font-family: "Segoe UI", sans-serif;
  background-color: #f8f0d9 !important;
}

.page-wrapper {
  background: white;
  max-width: 960px;
  margin: auto;
  border: 1px solid #ddd;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}

.header-logo-wrapper {
  background-color: #fff;
  padding: 5px;
  border-radius: 50%;
}

.main-nav-bar,
.nav-bar-custom,
.mobile-icon-bar {
  /* background-color: #a65e2e; */
  background-color: #f834b5;
}

.nav-btn,
.btn-pamir {
  padding: 6px 20px;
  /* background-color: #a65e2e; */
  background-color: #f834b5;
  color: white;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 500;
}

.nav-btn:hover,
.nav-btn.active,
.btn-pamir:hover {
  /* background-color: #8a4b20; */
  background-color: #d0269f;
}

footer {
  background-color: #f8e5d1;
}

footer a:hover {
  text-decoration: underline;
}

.category-slider {
  background: #f3e8dc;
  padding: 30px 0;
}

.category-slider .category-tile {
  background: white;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s;
}

.category-slider .category-tile:hover {
  transform: scale(1.05);
  cursor: pointer;
}

.reviews-section {
  background-color: #ffffff;
  padding: 40px 0;
}

.review-card {
  background-color: #fefefe;
  transition: transform 0.2s, box-shadow 0.2s;
  font-size: 0.95rem;
}

.review-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

header img {
  filter: none;
}

.pickup-discount-banner {
  background: linear-gradient(90deg, #f834b5, #d66d9c);

  /*
  background: linear-gradient(90deg, #a65e2e, #c1835f);
  */
  padding: 15px;
  border-radius: 5px;
  font-size: 1.1rem;
  color: white;
}

.footer-link {
  color: #333;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-section {
  font-size: 0.9rem;
  background-color: #fff;
  color: #333;
}

.footer-section h6 {
  /* color: #a65e2e; */
  color: #f834b5;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.footer-section ul li {
  padding-bottom: 4px;
}

.footer-section .footer-link {
  color: #000;
  text-decoration: none;
}

.footer-section .footer-link:hover {
  text-decoration: underline;
}

.moving-header-bar {
  /* background-color: #5c3b26; */
  background-color: #f834b5;
  color: white;
}

.reviews-categories-section {
  font-size: 0.95rem;
}

.reviews-categories-section i.fa-star,
.reviews-categories-section i.fa-star-half-alt {
  margin-right: 2px;
}

@media (max-width: 768px) {
  .footer-section h6 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }

  .footer-section p,
  .footer-section li {
    font-size: 0.9rem;
  }

  .nav-bar-custom,
  .moving-header-bar {
    display: none;
  }

  .mobile-icon-bar {
    display: flex;
    justify-content: space-between;
    /*  background-color: #a65e2e; */
    background-color: #f834b5;
    padding: 10px 15px;
    border-radius: 0 0 10px 10px;
  }

  .mobile-icon-bar button {
    background: none;
    border: none;
    font-size: 1.6rem;
    color: white;
  }
}

#mobileNav a {
  font-size: 1.1rem;
  font-weight: 500;
}

.category-slider .category-tile {
  width: 150px;
  min-width: 130px;
}

@media (max-width: 576px) {
  .category-slider .category-tile {
    width: 120px;
  }
}
.bg-pamir {
  /* background-color: #a65e2e; */ /* Warm copper tone */
  background-color: #f834b5;
}

.bg-pamir_footer {
  background-color: #fdf4e5; /* Warm copper tone */
}

.btn-pamir {
  /* background-color: #a65e2e; */
  background-color: #f834b5;
  color: white;
  border: none;
}

.btn-pamir:hover {
  background-color: #d0269f;
  /* background-color: #8b4723; */
  color: white;
}
.text-pamir {
  /* color: #a65e2e !important; /* or use your exact brand copper shade */
  color: #f834b5 !important;
}

.footer-link {
  color: #333;
  text-decoration: none;
}

.footer-link:hover {
  /* color: #a65e2e; */
  color: #d0269f;
  text-decoration: underline;
}
.pamir-icon {
  /*  color: #a65e2e; /* Pamir warm tone */
  color: #f834b5;
  font-size: 1.1rem;
}

.header-item {
  display: flex;
  align-items: center;
  font-size: 0.95rem;
  color: #333;
}

.header-item:hover .pamir-icon {
  /* color: #7c4121; */ /* darker shade on hover */
  color: #d0269f;
}

.header-item:hover {
  color: #d0269f;
  /* color: #a65e2e; */
}
.dropdown-menu {
  font-size: 0.95rem;
  min-width: 130px;
}

.dropdown-item:hover {
  background-color: #f4e1cd;
  /* color: #a7633b; */
  color: #d0269f;
}
.moving-header-bar {
  background-color: #f834b5;
  /* background-color: #5c3b26; */
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  z-index: 1000;
  height: 40px;
}

.moving-text {
  display: inline-block;
  padding-left: 100%;
  animation: scroll-left 30s linear infinite;
  font-size: 0.95rem;
  color: white;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* Loader Overlay */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f8f0d9;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 1;
  transition: opacity 0.5s ease;
}

/* Loader Container */
.loader-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

/* Logo */
.loader-content img {
  /* height: 120px; */
  height: 200px;
  animation: fadeIn 0.6s ease-in-out;
}

/* Spinner */
.spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #f834b5;
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin 1.2s linear infinite;
}

/* Animations */
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes fadeIn {
  from { opacity: 0; transform: scale(0.9); }
  to { opacity: 1; transform: scale(1); }
}


.btn-pamir {
  background-color: #f834b5;
  /* background-color: #a45b31; */
  color: white;
}
.btn-pamir:hover {
  background-color: #d0269f;
  /*
  background-color: #854626;
  */
}

.btn-outline-pamir {
  border: 1px solid #d0269f;
  color: #f834b5;
  /*
  color: #a45b31;
  */
}
.btn-outline-pamir:hover {
  /*
  background-color: #a45b31;
  */
  background-color: #d0269f;
  color: white;
}

.toggle-password {
  border: none;
  background: none;
}
a.header-item {
  color: #f834b5 !important;
  /*
  color: #6a3914 !important;
  */
  text-decoration: none;
  font-weight: 500;
}
a.header-item:hover {
  text-decoration: underline;
}
.modal-body .form-control,
.modal-body .form-select {
  padding: 0.4rem 0.75rem;
  font-size: 0.9rem;
}
.modal-body .mb-3 {
  margin-bottom: 0.6rem !important;
}

.form-check {
  margin-top: 10px;
}
.btn-pamir {
  /* background-color: #a05a2c; */
  background-color: #f834b5;
  color: white;
  border: none;
}
.btn-pamir:hover {
  background-color: #d0269f;
  /*
  background-color: #814923;
  */
}

.btn-outline-pamir {
  border: 1px solid #f834b5;
  /*
  border: 1px solid #a05a2c;
  */
  color: #a05a2c;
}
.btn-outline-pamir:hover {
  background-color: #d0269f;
  /* background-color: #a05a2c; */
  color: white;
}

/* Responsive modal sizing */
@media (min-width: 576px) {
  .modal-custom-size {
    max-width: 600px;
  }
}
@media (max-width: 575.98px) {
  .modal-custom-size {
    margin: 0 1rem;
  }
}
.nav-pills .nav-link {
  color: #a05a2c;
  font-weight: 500;
}
.nav-pills .nav-link.active {
  background-color: #f834b5;
  /* background-color: #a05a2c; */
}
.modal-title {
  font-size: 1.25rem;
}
@media (max-width: 480px) {
  .modal-title {
    font-size: 1.1rem;
  }
}
.toggle-password {
  border: none;
  background: none;
  padding: 0 0.75rem;
}

#cartDrawer::-webkit-scrollbar {
  width: 6px;
}
#cartDrawer::-webkit-scrollbar-thumb {
  background-color: #f834b5;
  /* background-color: #a05a2c; */
  border-radius: 4px;
}

#specialRequestModal {
  z-index: 1080 !important;
}

#authModal {
  z-index: 1080 !important;
}

#redeemModal {
  z-index: 1080 !important;
}

#guestCheckoutModal {
  z-index: 1080 !important;
}

.modal-dialog {
  max-height: 90vh;
}

.modal-body {
  overflow-y: auto;
  max-height: 65vh;
}

hr.my-4 {
  border-top: 2px dashed #f834b5;
  /*
  border-top: 2px dashed #b87333;
  */
  opacity: 0.5;
}

body.rtl {
  direction: rtl;
  text-align: right;
}

body.rtl .text-start {
  text-align: right !important;
}

body.rtl .text-end {
  text-align: left !important;
}

body.rtl .me-2 {
  margin-left: 0.5rem !important;
  margin-right: 0 !important;
}

.dropdown-item.active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: #f834b5 !important;
  /*
    background-color: #a65e2e !important;
    */
}

.slider_home {
  background: rgba(248, 52, 181, 0.7); /* translucent pink overlay */
  color: #fff; /* white text for contrast */
  font-size: 2rem;
  padding: 0.75rem 1.5rem;
  display: inline-block;
  border-radius: 8px;
  backdrop-filter: blur(2px);
  box-shadow: 0 0 10px rgba(248, 52, 181, 0.3);
}

.btn-pink {
  background-color: #f834b5;
  color: #fff;
  padding: 0.4rem 1.2rem;
  font-weight: bold;
  border-radius: 8px;
  border: none;
}
.btn-pink:hover {
  background-color: #d0269f;
}

@media (max-width: 768px) {
  .slider_home {
    font-size: 1.2rem;
    padding: 0.4rem 1rem;
  }

  .carousel-caption .btn-pink {
    font-size: 0.9rem;
    padding: 0.3rem 0.9rem;
    margin-top: 0.4rem;
  }

  .carousel-caption {
    bottom: 10% !important;
  }
}

.text_center {
  text-align: center;
  color: white;
  font-family: "Segoe UI", sans-serif;
  font-weight: 700 !important;
  font-size: 1em !important;
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
  opacity: 1;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
