@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Inter";
}

/* Header */
.header_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  background-color: white;
}

.header-left {
  display: flex;
  align-items: center;
  gap: 15px;
}

.menu-btn {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  display: none;
  /* Hidden by default */
}

.header-center {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 500px;
}

.search-input {
  width: 400px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 0.9em;
}

.search-container {
  text-align: center;
  display: flex;
  justify-content: space-between;
  border: 1px solid #36374033;
  user-select: none;
  border-radius: 4px;
}

.search-container input[type="text"] {
  padding: 10px 15px;
  border: none;
  /* border-radius: 4px; */
  height: 44px;
  padding-left: 16px;
  outline: none;
  transition: border-color 0.3s ease;
  color: #757575;
  width: 400px;
}

.popular-searches {
  display: flex;
  flex-direction: column;
  align-items: start;
  text-align: left;
}

.popular-searches ul li a {
  text-decoration: none;
  color: #3b4758;
  font-size: 11px;
}

.search-container input::placeholder {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  color: #757575;
}

.search-container button {
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  background-color: #edeff2;
  height: 100%;
  padding: 0px 18px;
}

.header-right {
  display: flex;
  gap: 15px;
}

.header-right a {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #1f2026;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
}

/* Sidebar */
.sidebar {
  position: fixed;
  top: 0;
  right: -100%;
  width: 250px;
  height: 100%;
  background-color: #fff;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  display: flex;
  flex-direction: column;
  transition: right 0.3s ease;
}

.sidebar-link {
  margin: 15px 0;
  font-size: 16px;
  text-decoration: none;
  color: #333;
  font-weight: 500;
}

.close-btn {
  align-self: flex-end;
  width: 100%;
  text-align: start;
  border-bottom: 1px solid #ddd;
  background: #f7f7f7;
  border: none;
  padding: 15px;
  font-size: 20px;
}

/* Overlay */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
}

.catalog-btn {
  background-color: #cafcaf;
  border: none;
  padding: 11px 22px;
  cursor: pointer;
  border-radius: 4px;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.catalog-btn p {
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.08399999886751175px;
  color: #4ea021;
}

.catalog-column {
  flex: 1;
}

.catalog-column h3 {
  font-size: 1.2em;
  margin-bottom: 10px;
  color: #000;
}

.catalog-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.catalog-column ul li {
  margin-bottom: 5px;
  font-size: 0.9em;
  color: #555;
}

.relative {
  position: relative;
}

.header-top {
  background-color: #e1dfdf;
}

.header-top-grid {
  display: flex;
  justify-content: space-between;
  padding: 10px 0px;
}

.header-top-grid-right {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}

.header-right {
  display: flex;
  user-select: none;
}

.header-right a img {
  margin-right: 5px;
}

.navbar-brand {
  width: 179px;
  height: auto;
  overflow: hidden;
}

.navbar-brand img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.catalog-menu {
  position: absolute;
  left: 0;
  right: 0;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: auto;
  z-index: 1000;
  width: 100%;
  border-radius: 8px;
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
}

#catalogMenu {
  display: none;
}

#catalogCloseIcon {
  display: none;
}

.header-top-grid-left p {
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  color: #1f2026;
}

.header-top-grid-left {
  display: flex;
  align-items: center;
}

.header-top-grid-right a:nth-child(1) {
  color: #7f4dff;
}

.header-top-grid-right a {
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  text-decoration: none;
  color: #4d4f59;
}

.header-top-grid-right a:hover {
  text-decoration: underline;
}

/* dil css */

.language-selector {
  font-family: "Cormorant Infant", serif;
  position: relative;
  color: #444444;
  width: 8.5rem;
  user-select: none;
}

.selected-language svg {
  width: 8px;
  height: 8px;
  fill: #444444;
  float: right;
  margin-top: 10px;
  margin-right: 5px;
}

.selected-language {
  cursor: pointer;
  align-items: center;
  gap: 0.5rem;
  position: relative;
  padding: 5px 0px;

  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  padding: 5px 0px;
  border: 1px solid lightgrey;
  margin-bottom: 2px;
  border-radius: 5px;
  background: white;
}


.language-options {
  list-style: none;
  padding: 0;
  /* width: 100%; */
  margin: 0;
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
}



.language-options li {
  cursor: pointer;
  text-align: start;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  padding: 5px 0px;
  border: 1px solid lightgrey;
  margin-bottom: 2px;
  border-radius: 5px;
  background: white;

}

.language-options li:hover {
  color: #444444;
}

.flag-icon{
  margin-left: 5px;
}
.language-options.show {
  display: block;
  color: #444444;
  z-index: 99;
  width: 100%;    border: 1px solid #80808014;
  border-radius: 5px;
}

.flag-icon {
  width: 20px;
  height: 14px;
  vertical-align: middle;
}

/* Desktop Menu */
#catalogMenu {
  display: none;
  /* Show desktop menu by default */
}

#catalogMenu h3 {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: bold;
}

#catalogMenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#catalogMenu ul li {
  margin-bottom: 0;
}

#catalogMenu ul li a {
  text-decoration: none;
  color: #81838d;
  font-size: 14px;
}

/* Sidebar Menu - Hidden by Default */
.sidebar-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  background: #fff;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  overflow-y: auto;
  transform: translateX(-100%);
  transition: transform 0.3s ease-in-out;
}

.sidebar-menu.active {
  transform: translateX(0);
  /* Slide-in the sidebar */
}

.sidebar-header {
  display: flex;
  justify-content: end;
  align-items: center;
  padding: 15px;
  border-bottom: 1px solid #ddd;
  background: #f7f7f7;
}

.sidebar-header h2 {
  font-size: 20px;
  margin: 0;
}

.sidebar-header button {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
}

.accordion {
  padding: 15px;
}

.accordion-item {
  border: none;
  margin-bottom: 10px;
  user-select: none;
}

.accordion-header {
  padding: 15px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  background: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  gap: 10px;
  padding: 5px;
}

.accordion-header::after {
  content: "+";
  font-size: 18px;
  transition: transform 0.3s ease;
}

.accordion-header.active::after {
  content: "-";
  transform: rotate(180deg);
}

.accordion-body {
  display: none;
  padding: 0 15px;
  background: #fff;
  font-size: 14px;
  color: #555;
}

.accordion-body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.accordion-body ul li {
  margin-bottom: 8px;
}

.accordion-body ul li a {
  text-decoration: none;
  color: #333;
}

.right-padd-sidebar {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 15px;
}

.right-padd-sidebar a img {
  margin-right: 1rem;
}

.right-padd-sidebar a {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #1f2026;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
}

/* Responsive Styles */
@media (max-width: 768px) {
  #catalogMenu {
    display: none;
    /* Hide desktop menu on mobile */
  }

  .sidebar-menu {
    display: block;
    /* Sidebar menu becomes visible */
  }

  .catalog-btn {
    padding: 11px 11px;
  }

  .header_content {
    gap: 5px;
  }
}

/* Search container */

.search-container {
  position: relative;
  z-index: 10;
}

#searchInput {
  position: relative;
  z-index: 20;
  cursor: pointer;
}

.search-results {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  /* padding: 15px; */
  opacity: 0;
  /* İlk olaraq görünməsin */
  transform: translateY(-10px);
  /* Yuxarı mövqedə başlayır */
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
}

.search-results.show {
  opacity: 1;
  /* Görünən hala gətir */
  transform: translateY(0);
  /* Normal mövqeyə keç */
  pointer-events: auto;
}

.search-results h4 {
  font-size: 12px;
  color: #929aa2;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 600;
  padding: 11px 15px 0px 15px;
}

.search-results ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.search-results ul li {
  padding: 5px 15px;
  cursor: pointer;
  font-size: 16px;
  width: 100%;
}

.search-results ul li:hover {
  background-color: #f0f0f0;
  border-radius: 5px;
}

.search-container div:nth-child(1) {
  display: flex;
}

/* Black Blur Backdrop */
.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  /* Qara rəngli şəffaflıq */
  backdrop-filter: blur(2px);
  /* Bulanıq effekt */
  z-index: 5;
  display: none;
  /* İlk girişdə gizli */
}

/* Media Sorğular */
/* Planşetlər üçün */
@media (max-width: 768px) {
  .search-container {
    max-width: 90%;
  }

  #searchInput {
    font-size: 14px;
  }

  .search-results ul li {
    font-size: 14px;
  }
}

/* Mobil üçün */
@media (max-width: 480px) {
  .search-container {
    max-width: 100%;
  }

  #searchInput {
    font-size: 13px;
    padding: 10px;
  }

  .search-results h4 {
    font-size: 16px;
  }

  .search-results ul li {
    font-size: 13px;
    padding: 6px 0;
  }
}

#catalogMenu {
  position: relative;
}

.menucat {
  position: absolute;
  z-index: 999;
  top: 0;
  right: 0;
  left: 0;
  background: white;
  padding: 3rem 0rem;
}

/* Home Carouel */

.carousel div {
  position: relative;
  width: 100%;
  height: 400px;
  /* Slider yüksekliğini belirleyin */
  overflow: hidden;
}

.carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Resmi slider alanına uygun hale getirir */
}

.carousel {
  border-radius: 20px;
  overflow: hidden;
}

.slick-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex !important;
  justify-content: center;
}

.slick-dots li {
  margin: 0 5px;
}

.slick-dots li button:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background-color: #eaeaeab7;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s ease;
}

.slick-dots li {
  width: 6px;
}

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

/* img boxes 4 */

.img_boxes_home {
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  gap: 1rem;
  height: 100%;
  width: 100%;
  border-radius: 20px;
}

.img-box-h img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.img-box-h {
  overflow: hidden;
}

.slick-dotted.slick-slider {
  margin: 0 !important;
}

/* Item card section */

.grid4_cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* 4 sütunlu grid */
  gap: 20px;
  /* Kartlar arası məsafə */
  background-color: #f4f1ec;
  border-radius: 15px;
  user-select: none;
}

.item_card {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 15px;
  gap: 1rem;
  align-items: center;
  text-align: center;
}

.circle_item_card {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
}

.circle_item_card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.text_item_card {
  font-family: Rubik;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: #000;
}

.item_card_column {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px;
  gap: 1rem;
  align-items: center;
  text-align: center;
}
.grid10_cards {
  display: flex;
  gap: 10px;
  border-radius: 15px;
  padding: 10px;
}

.slick-prev-10, .slick-next-10 {
  background: none;
  border: none;
  color: #333; /* İstəyə uyğun rəng */
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

  width: 40px;
  height: 40px;
  display: flex
;
  justify-content: center;
  align-items: center;
}
.slick-prev-10 i, .slick-next-10 i{
font-size: 16px;
}
.slick-prev-10 {
  left: -40px; /* Sola çək */
}

.slick-next-10 {
  right: -40px; /* Sağa çək */
}



/* Tabs Product */
.slide_head_textt {
  font-family: Poppins;
  font-size: 24px;
  font-weight: 700;
  line-height: 33.6px;
  letter-spacing: 0.02em;
  color: #2d2d2d;
}

.tabs_head_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-pills li button {
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 19.6px;
  letter-spacing: 0.02em;
  color: #2d2d2d;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #f6f6f6;
  border-radius: 20px;
  color: #2d2d2d;
}

.nav-pills .nav-link:focus,
.nav-pills .nav-link:hover {
  color: #2d2d2d;
}

.nav-pills {
  gap: 20px;
}

/* tabs content product */
.card_pro {
  /* width: 238px; */
  height: auto;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  user-select: none;
}

.card_pro_img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.card_pro_img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.card-body_product {
  padding: 15px;
}

.card-body_product h3 {
  font-family: Rubik;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: black;
  margin-bottom: 10px;
}

.card-body_product .price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0;
}

.price_product del {
  font-family: Rubik;
  font-size: 11px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  color: #ada1a1;
}

.price_product span {
  font-family: Rubik;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;

  color: #000;
}

.price_product {
  display: flex;
  flex-direction: column;
}

.over_img_items .discount {
  font-family: Rubik;
  font-size: 10px;
  font-weight: 400;
  line-height: 24px;
  color: #ffffff;
  background-color: #ff5733;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 79px;
  height: 19px;
}

.left-overimg{
  font-family: Rubik;
  font-size: 10px;
  font-weight: 400;
  line-height: 24px;
  color: #ffffff;
  background-color: #ff5733;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
 top: 15px;
  left: 10px;
  width: 79px;
  height: 19px;
}

.left-overimg ul{
  display: flex;
  flex-direction: row;
  padding: 0;
  margin: 0;
  gap: 3px;
}

li.seperator{
  color: white;
  font-size: 12px;
}
.left-overimg ul li span{
  color: white;
  font-size: 12px;
}
.store_product {
  font-family: Rubik;
  font-size: 11px;
  font-weight: 400;
  line-height: 15px;
  color: #000;
}

.store_product span {
  font-family: Rubik;
  font-size: 11px;
  font-weight: 400;
  line-height: 15px;
  color: #bdb3b3;
  margin-right: 5px;
}

.over_img_items .wishlist {
  font-size: 24px;
  color: #1f2026;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  text-decoration: none !important;
}

.over_img_items .wishlist:hover {
  text-decoration: none !important;
}

.wishlist i {
  transition: all 0.3s ease-out;
}

.wishlist i:hover {
  color: red;
  transition: all 0.3s ease;
  transform: scale(1.1);
  /* Hover zamanı böyümə effekti */
}

.add_basket {
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  width: 37px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  /* Animasiya üçün keçid */
}

.add_basket:hover {
  box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.2);
  /* Hover zamanı box-shadow */
  transform: scale(1.1);
  /* Hover zamanı böyümə effekti */
}

.add_basket svg {
  stroke: black;
  transition: stroke 0.3s ease;
  /* SVG rəngi üçün keçid */
}

.add_basket:hover svg {
  stroke: green;
}

.flex-products {
  display: flex;
  justify-content: space-between;
}

.wishlist .fa-solid {
  color: red;
  display: none;
}

.product a {
  text-decoration: none;
}

.grid-products-card {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
}

.hidden {
  display: none;
}

.daha_cox_mehsul {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 2rem 0rem;
}

.loadMore {
  border-radius: 65px;
  background-color: #f4f1ec;
  color: #2d2d2d;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 700;
  line-height: 25.2px;
  letter-spacing: 0.02em;
  text-align: center;
  width: 27%;
  padding: 0.7rem;
  border: none;
  transition: all 0.3s;
}

.loadMore:hover,
.loadMore:hover {
  background-color: #e2e2e2;
  transition: all 0.3s;
}

/* Banner */
.banner-img {
  width: 100%;
  height: 214px;
  border-radius: 40px;
}

.banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 40px;
}

/* Satici kartari */
.satici_kartlari {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
  width: 100%;
}

.satici_kart img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.satici_kart {
  height: 70px;
}

.kartlar_flex {
  display: flex;
  gap: 1rem;
}

.satici_ol_kart {
  position: relative;
  z-index: 1;
  height: 70px;
  overflow: hidden;
  width: 20%;
}

.satici_ol_kart img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.over_text {
  position: absolute;
  top: 19px;
  left: 27%;
  font-family: Poppins;
  font-size: 24px;
  font-weight: 700;
  line-height: 33.6px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #2d2d2d;
}

.satici_ol_kart a {
  text-decoration: none;
  cursor: pointer;
}

.grid-products-card div a {
  text-decoration: none;
}

/* Footer css */

footer {
  background-color: #fff;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 5rem;
}

.footer-column h3 {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  color: #1f2026;
  margin-bottom: 10px;
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column ul li {
  margin-bottom: 5px;
}

.footer-column ul li a {
  text-decoration: none;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
  color: #8b8e99;

  transition: color 0.3s;
}

.footer-column ul li a:hover {
  color: #4ea021;
}

.social-icons {
  display: flex;
  gap: 10px;
}

.social-icons a img {
  width: 24px;
  height: 24px;
}

.footer-bottom {
  text-align: center;
  border-top: 1px solid #ccc;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  padding: 1rem 0rem;
}

.footer-bottom a {
  text-decoration: none;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  color: #1f2026;
  margin-bottom: 10px;
}

.footer-bottom div {
  display: flex;
  gap: 3rem;
}

.footer-bottom a:hover {
  text-decoration: underline;
}

.svg_daxil_ol {
  width: 24px;
  height: 24px;
  background-image: url("../svg/daxilol.svg");
  /* Normal rəngdə olan SVG faylı */
  background-size: cover;
  transition: background-image 0.3s ease;
}

.svg_daxil_ol:hover {
  background-image: url("../svg/daxilol_hover.svg");
  /* Normal rəngdə olan SVG faylı */
}

.svg_secilmisler {
  width: 24px;
  height: 24px;
  background-image: url("../svg/secilmisler.svg");
  /* Normal rəngdə olan SVG faylı */
  background-size: cover;
  transition: background-image 0.3s ease;
}

.svg_sebetim {
  width: 24px;
  height: 24px;
  background-image: url("../svg/sebetim.svg");
  /* Normal rəngdə olan SVG faylı */
  background-size: cover;
  transition: background-image 0.3s ease;
}

.header-right a:hover {
  color: #4ea021;
}

.header-right a:hover .svg_sebetim {
  color: #4ea021;
  background-image: url("../svg/svg_sebetim_hover.svg");
  transition: all 0.3s ease;
}

.header-right a:hover .svg_secilmisler {
  color: #4ea021;
  background-image: url("../svg/secilmisler_hover.svg");
}

.header-right a:hover .svg_daxil_ol {
  color: #4ea021;
  background-image: url("../svg/daxilol_hover.svg");
  transition: all 0.3s ease;
}

.catalog-btn:hover {
  background-color: #b3e399ea;
  transition: all 0.3s ease;
}

.header-top-grid-left p:hover {
  color: #4ea021;
  user-select: none;
}

.img-box-h a img {
  transition: transform 0.3s ease-in-out;
  /* Hover animasiyası üçün */
  overflow: hidden;
}

.img-box-h a {
  overflow: hidden;
  border-radius: 20px;
}

.img-box-h {
  border-radius: 20px;
  height: 190px;
  overflow: hidden;
}

.img-box-h a:hover img {
  transform: scale(1.1);
  /* Hover zamanı böyüdülmüş vəziyyət */
}

.social-icons a:hover {
  transform: scale(1.1);
  filter: brightness(1.2);
  transition: all 0.3s;
}

/* Section initial and animated states */
.section {
  opacity: 0.3;
  transform: translateY(50px);
  /* Section starts below */
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.section.visible {
  opacity: 1;
  transform: translateY(0);
  /* Section animates to its original position */
}

.item_card_column {
  opacity: 0;
  transform: translateY(-25px);
  /* Cards start slightly above */
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.item_card_column.visible {
  opacity: 1;
  transform: translateY(0);
  /* Cards animate to their original position */
}

.fade {
  transition: opacity 0.3s linear;
}

/* Product pages */

.page_root_top {
  width: 100%;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: start;
  text-align: start;
  background-color: #f4ffee;
}

.flex-page-root {
  display: flex;
  align-items: center;
  gap: 8px;
}

.flex-page-root i {
  font-size: 8px;
}

.column_root_page {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 5px;
}

/* Category list */

.flex-page-root a {
  text-decoration: none;
  font-family: Inter;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  color: #4d4f59;
  transition: all 0.3s;
}

.flex-page-root a:hover {
  opacity: 0.6;
  transition: all 0.3s;
  transform: scale(0.9);
  color: #4ea021;
}

.column_root_page p {
  font-family: Inter;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  color: #1f2026;
  margin: 0;
}

.category_list_title h3 {
  font-family: Inter;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: #1f2026;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

.category_list ul li a {
  font-family: Inter;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: #1f2026;
  padding: 5px;
}

.category-link.active {
  color: #1f2026;
  font-weight: bold;
  background-color: #f2f1f1;
  padding: 5px;
  border-radius: 4px;
  font-family: Inter;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
}

.mehsullar_main_flex {
  display: grid;
  grid-template-columns: 1fr 3.5fr;
  gap: 40px;
}

/* Price range */
.progress {
  height: 2px;
  background: #5eea1d;
}

.price-input {
  width: 100%;
  display: flex;
  margin: 0px 0 21px;
  gap: 7px;
}

.price-input .field_range {
  display: flex;
  width: 100%;
  height: 40px;
  align-items: center;
}

.field_range input {
  width: 100%;
  height: 100%;
  outline: none;
  border-radius: 4px;
  text-align: left;
  padding: 0px 10px;
  border: 1px solid #999;
  -moz-appearance: textfield;
  font-family: Inter;
  font-size: 16px;
  font-weight: 300;
  line-height: 14px;
  color: #87888d;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.slider_range {
  height: 2px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}

.range-input {
  position: relative;
}

.range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.range-input input {
  left: 0;
}

input[type="range"]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: white;
  pointer-events: auto;
  -webkit-appearance: none;
  border: 1px solid #60dc27;
  cursor: pointer;
}

input[type="range"]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: none;
  pointer-events: auto;
  -moz-appearance: none;
}

.field_range {
  position: relative;
  display: inline-block;
  flex: 1;
}

.field_range .label {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #333;
  pointer-events: none;
  font-family: Inter;
  font-size: 16px;
  font-weight: 300;
  line-height: 14px;
  color: #87888d;
}

.price_head_text h3,
.category_head_text h3 {
  font-family: Inter;
  font-size: 16px;
  font-weight: 700;
  line-height: 14px;
  color: #1f2026;
  margin-bottom: 1.5rem;
}

/* Filter category */
.filter-containerCategory {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 3rem;
}

.filterCategory {
  background-color: #fff;
  width: 100%;
  border-radius: 5px;
}

.filterCategory h3 {
  margin-top: 0;
}

.filter-listCategory {
  list-style: none;
  padding: 0;
}

.filter-listCategory {
  margin: 0;
}

.filter-listCategory li {
  margin: 10px 0;
}

.filter-listCategory li label {
  font-family: Inter;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: #1f2026;
  display: flex;
  align-items: center;
}

.filter-listCategory input[type="checkbox"] {
  margin-right: 5px;
}

.show-more {
  text-decoration: none;
  font-family: Inter;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  text-align: left;
  text-decoration-line: underline;
  text-decoration-style: solid;
  color: #64656e;
}

.show-more:hover {
  color: black;
}

.show-more:hover {
  text-decoration: underline;
}

.filter-listCategory input[type="checkbox"] {
  /* Hide the default checkbox */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 15px;
  height: 15px;
  border: 1px solid #3a4858;
  /* Border color */
  border-radius: 4px;
  /* Rounded corners */
  margin-right: 10px;
  position: relative;
  cursor: pointer;
  outline: none;
}

.filter-listCategory input[type="checkbox"]:checked {
  background-color: white;
  border-color: #3a4858;
}

.filter-listCategory input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 4px;
  width: 6px;
  height: 10px;
  border: solid #5eea1d;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.reset_filter p {
  font-family: Poppins;
  font-size: 20px;
  font-weight: 700;
  line-height: 25.2px;
  letter-spacing: 0.02em;
  color: #2d2d2d;
  margin: 0;
}

.reset_filter {
  width: 100%;
  border-radius: 65px;
  background-color: #f4f1ec;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0.8rem 2rem;
  transition: all 0.3s;
  cursor: pointer;
}

.reset_filter:hover {
  background-color: #dad7d3;
  transition: all 0.3s;
}

.right_filter_products_items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

/* Sirala */
.dropdown_filterr {
  position: relative;
  display: inline-block;
  padding: 10px 0rem;
  border-radius: 4px;
  cursor: pointer;
  width: 170px;
  user-select: none;
}

/* Seçilen değer ve ok simgesi */
.dropdown_filterr .selected {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border: 1px solid #36374033;
  padding: 10px;
  border-radius: 4px;
}

/* Ok simgesinin dönüşü */
.dropdown_filterr .arrow {
  transition: transform 0.3s;
}

/* Açılır menü */
.dropdown_filterr .options {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-top: 5px;
  z-index: 10;
  opacity: 0;
  transform: translateY(-10px);
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
  padding-left: 0;
}

/* Menü açıkken seçenekleri göster */
.dropdown_filterr.open .options {
  opacity: 1;
  pointer-events: auto;
  padding-left: 0;
}

/* Seçenekler */
.dropdown_filterr .option {
  padding: 10px;
  cursor: pointer;
  transition: background-color 0.3s;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  color: #757575;
}

/* Seçeneğin üzerine gelince arka plan değiştir */
.dropdown_filterr .option:hover {
  background-color: #f0f0f0;
}

/* Aktif olan seçeneği vurgula */
.dropdown_filterr .option.active {
  background-color: #e0e0e0;
  font-weight: bold;
}

#selected-value {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  color: #757575;
}

.right_mehsullar {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 20px;
}

.hidden {
  display: none;
}

.load_div_product {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 2rem;
}

.load-more-btn {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 700;
  line-height: 25.2px;
  letter-spacing: 0.02em;
  color: #2d2d2d;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  width: 40%;
  border-radius: 65px;
  background-color: #f4f1ec;
  padding: 0.8rem 2rem;
  transition: all 0.3s;
  cursor: pointer;
}

.load-more-btn:hover {
  background-color: #dad7d3;
  transition: all 0.3s;
}

/* Pagination */

.pagination {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: Arial, sans-serif;
}

.pagination a,
.pagination span {
  text-decoration: none;
  color: black;
  padding: 5px 14px;
  border: 1px solid white;
  border-radius: 4px;
  transition: background-color 0.3s;
  font-family: Inter;
  font-size: 13px;
  font-weight: 500;
  line-height: 14px;
}

.pagination i {
  margin: 0px 10px;
}
.pagination a:hover {
  background-color: #f1f1f1;
}

.pagination a.active {
  background-color: white;
  color: rgb(0, 0, 0);
  border-color: black;
}

.pagination a.disabled {
  color: #ccc;
  pointer-events: none;
}

.pagination a.disabled i,
.pagination a.disabled span {
  color: #ccc;
}

.center_pagination {
  display: flex;
  justify-content: center;
  width: 100%;
}

.filter-listCategory.collapsed li:nth-child(n + 5) {
  display: none;
}

.show-more-category {
  text-decoration: none;
  font-family: Inter;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  text-align: left;
  text-decoration-line: underline;
  text-decoration-style: solid;
  color: #64656e;
  cursor: pointer;
}

.show-more-category:hover {
  text-decoration: none;
  color: black;
}

.banner_page {
  height: 211px;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.banner_page img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.store-header {
  display: flex;
  align-items: start;
  margin-bottom: 20px;
  gap: 1rem;
}

.storeColumn{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.store-logo{
  width: 91px;
  height: 54px;
  border-radius: 20px;
  overflow: hidden;
}

.store-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-right: 15px;
}

.store-info h1 {
  font-family: Poppins;
  font-size: 15px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0.02em;
  margin: 0;
  color: #2d2d2d;
}

.store-info p {
  margin: 0;
  font-size: 16px;
  color: #777;
}

.rating i {
  color: #f5a622 !important;
  width: 12px;
  height: 10px;
  margin-right: 5px;
}
.rating {
  font-family: Roboto;
  font-size: 12px;
  font-weight: 500;
  line-height: 14.06px;
  color: black;
}

.store-description {
  font-family: Poppins;
  font-size: 12px;
  font-weight: 400;
  line-height: 16.8px;
  letter-spacing: 0.02em;
  color: #000000;
}


.reviews {
  font-family: Roboto;
  font-size: 12px;
  font-weight: 500;
  line-height: 14.06px;
  color: #928f8f;
}
.navbar.scrolled .language-options {
  background-color: white;
}

.language-options,
.selected-language{
  padding-left: 5px !important;
}
.slick-initialized .slick-slide div{    border-radius: 20px;}
