/* Reset Css Start */
:root {
  --fnt-family-Poppins: "Poppins", sans-serif;
  --fnt-size-xs: 0.75rem; /* 12px */ /* for topbars and footers */
  --fnt-size-s: 0.875rem; /* 14px */ /* for body text */
  --fnt-size-md: 1rem; /* 16px */ /* for price tags */
  --fnt-size-lr: 1.125rem; /* 18px */ /* for catagory and card titles */
  --fnt-size-xl: 2rem; /* 32px */ /* for card advertisement text */
  --fnt-size-2xl: 2.25rem; /* 36px */
  --fnt-size-3xl: 2.5rem; /* 40px */
  --fnt-size-4xl: 3rem; /* 48px */
  --white: #ffff;
  --green: #00b207;
  --dark-green: #2c742f;
  --light-grey: #e6e6e6;
  --grey: #999999; /* for small sized desdcription texts*/
  --dark-grey: #4d4d4d; /* for product names in prodcuct cards */
  --deep-grey: #1a1a1a;
  --orange: #ff8a00;
}

body {
  font-family: var(--fnt-family-Poppins);
}

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

a {
  text-decoration: none;
}

li {
  list-style: none;
}

/* Reset Css End */

/* Murat - JA-8 / Implement the Header Section START */

.header_ecobazar {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.header-content_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  max-width: 1320px;
  padding: 0 15px;
}

.locals_signin {
  display: flex;
  width: 100%;
  height: 42px;
  justify-content: space-between;
  align-items: center;
}

.topbar_ja-8 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: var(--fnt-size-xs);
  font-weight: 400;
}

.region_locals {
  display: flex;
  align-items: center;
  gap: 20px;
}

.region_locals button:hover {
  background-color: var(--grey);
  color: var(--deep-grey);
}

#lang-btn,
#currency-btn,
#signin-btn {
  display: flex;
  align-items: center;
  gap: 5px;
  border: none;
  border-radius: 5px;
  color: var(--grey);
  background: none;
  font-size: var(--fnt-size-xs);
  font-weight: 400;
  line-height: 16px;
  cursor: pointer;
}

.signin_signup-ecobazar {
  text-wrap-mode: nowrap;
}
#list-items_ja8 {
  display: none;
  flex-direction: column;
  position: absolute;
  z-index: 100;
  background-color: rgb(245, 245, 245);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 10px 10px;
}

#list-items_ja8 button {
  display: flex;
  border: none;
  border-radius: 5px;
  background: none;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  color: var(--grey);
  cursor: pointer;
}

#list-items_ja8 li {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 3px;
  font-size: 12px;
  font-weight: 400;
}

#list-items_ja8.show {
  display: block;
  flex-direction: column;
  padding: 0;
}

.ecobazar-logo {
  display: flex;
  gap: 10px;
}

.searchbar_ecobazar {
  display: flex;
  width: 100%;
  height: 45px;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
}
.search-icon {
  width: 21px;
  height: 21px;
}

.search-input-ecobazar {
  display: flex;
  width: 100%;
  max-width: 498px;
  height: 45px;
  border: 1px solid;
  border-color: var(--light-grey);
  border-radius: 6px;
  justify-content: center;
  margin: 0 20px;
}

.search-ecobazar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  align-content: center;
  padding: 0 0 0 10px;
}
.form-control {
  flex: 1;
  border: none;
  width: 100%;
  max-width: 350px;
  height: 21px;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  outline: none;
}

.search-btn {
  width: 100%;
  max-width: 98px;
  height: 44px;
  border: none;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background-color: var(--green);
  font-size: var(--fnt-size-s);
  font-weight: 600;
  color: var(--white);
  cursor: pointer;
}
.user_fav-cart {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 191px;
}

.user_fav-cart button {
  display: flex;
  border: none;
  background-color: transparent;
  text-align: initial;
}

.shopping-cart {
  width: 100%;
  max-width: 127px;
  height: 34px;
  justify-content: space-evenly;
  align-items: center;
}

.cart-info {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.user_cart {
  font-size: 11px;
  font-weight: 400;
  color: var(--dark-grey);
}

.cart_total {
  font-size: var(--fnt-size-s);
  font-weight: 500;
  color: var(--deep-grey);
}

/* Navbar Styling */
.navbar_ecobazar {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 60px;
  background-color: var(--dark-grey);
  position: relative;
}

/* Wrapper */
.navbar-content_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1320px;
  padding: 10px 15px;
}

/* Navbar Menu */
.navbar_ja-8 {
  display: flex;
  align-items: center;
}

.navbar_list {
  display: flex;
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.navbar_list li {
  position: relative;
}

/* Navbar Buttons */
.menu-title-button {
  display: flex;
  align-items: center;
  gap: 5px;
  background: none;
  border: none;
  color: var(--white);
  cursor: pointer;
  font-size: var(--fnt-size-s);
}

/* Dropdown Menu */
.menu-title-list {
  display: none;
  position: absolute;
  top: 170%;
  left: 0;
  background-color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 10px;
  width: 150px;
  z-index: 1000;
}

.menu-title-list li {
  padding: 8px 10px;
}

.menu-title-list li:hover {
  background-color: var(--light-grey);
  border-radius: 5px;
}
.menu-title-list a {
  color: var(--dark-grey);
  text-decoration: none;
  display: block;
}

/* Show dropdown */
.menu-title-list.show {
  display: block;
}

/* Hamburger Menu */
.hambrgr-menu {
  display: none;
  flex-direction: column;
  cursor: pointer;
  gap: 5px;
}

.hambrgr-menu span {
  display: block;
  width: 30px;
  height: 3px;
  background-color: var(--white);
  border-radius: 5px;
  transition: all 0.3s ease;
}

#mobileSearchBox {
  display: none;
}

/* Active Hamburger */
.hambrgr-menu.active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.hambrgr-menu.active span:nth-child(2) {
  opacity: 0;
}

.hambrgr-menu.active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

/* Mobile Styles */
@media (max-width: 800px) {
  .hambrgr-menu {
    display: flex;
  }

  #mainSearchBox {
    display: none;
  }

  #mobileSearchBox {
    display: block;
    background-color: var(--light-grey);
    margin-top: 10px;
  }

  .form-control {
    background: transparent;
  }

  .search-btn {
    cursor: pointer;
  }
  .navbar_ja-8 {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background-color: var(--dark-grey);
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 999;
  }

  .navbar_ja-8.show {
    display: flex;
  }

  .navbar_list {
    flex-direction: column;
    width: 100%;
    gap: 0;
  }

  .navbar_list li {
    width: 100%;
    text-align: left;
    font-size: var(--fnt-size-s);
    padding: 5px 0 5px 15px;
  }

  .menu-title-button {
    padding: 5px;
  }

  .menu-title-button:hover {
    background-color: var(--grey);
    border-radius: 5px;
    width: 100%;
  }

  .menu-title-list {
    position: relative;
    background-color: transparent;
    box-shadow: none;
    width: auto;
  }

  .menu-title-list a {
    color: var(--white);
    text-decoration: none;
    display: block;
  }

  .menu-title-list.show {
    display: flex;
    flex-direction: column;
  }

  .menu-item-arrow.show {
    transform: rotate(90deg);
  }

  .menu-title-list li:hover {
    background-color: var(--grey);
    border-radius: 5px;
  }
}

.contact-ecobazar {
  display: flex;
  gap: 10px;
  height: 28px;
  justify-content: center;
  align-items: center;
  color: var(--white);
}

@media (max-width: 580px) {
  .locals_signin {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 5px 5px;
  }
}
/* Murat - JA-8 / Implement the Header Section END */

/*Pelin - JA09 / HEro Section Start*/
.hero-section {
  position: relative;
  width: 100%;
  max-width: 82.5em;
  height: 600px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 1.25em;
  margin: 30px auto;
  margin-block-end: 50px;
}
.hero-img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -10;
}
.hs-img-1 {
  transform: scale(1.25);
  transform-origin: top;
}
.hero-box {
  border-radius: 10px;
}
.hs-box-1 {
  grid-column: 1/3;
  grid-row: 1/3;
  position: relative;
  overflow: hidden;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}
.hero-content-1 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 28px;
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: 1.8em;
  transform: translateY(-50%);
  z-index: 1;
}
.hero-title-1 {
  color: var(--white);
  font-weight: 600;
  font-size: 3.5em;
  font-size: var(--fnt-size-4xl);
}
.hs-desc-1 {
  display: flex;
  align-items: center;
  gap: 10px;
}
.hs-line {
  height: 65px;
  border: 1px solid #84d187;
}

.hs-description-1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.hs-subtitle-1 {
  color: var(--white);
  font-weight: 500;
  font-size: 20px;
}
.hs-sale-1 {
  background-color: var(--orange);
  padding: 4px 12px;
  border-radius: 5px;
}
.hs-text-1 {
  color: var(--white);
  font-size: var(--fnt-size-s);
  opacity: 0.8;
}
.hs-btn-1 {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: var(--white);
  border-radius: 53px;
  color: var(--green);
  font-weight: 600;
  font-size: var(--fnt-size-md);
  cursor: pointer;
  border: none;
  padding: 1em 2.5em;
}
.hs-img-2 {
  object-fit: cover;
  transform: scale(1.3) scaleX(-1);
  transform-origin: top;
}
.hs-box-2 {
  grid-column: 3/4;
  grid-row: 1/2;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5em;
}
.hero-content-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  padding-left: 20px;
  padding-top: 50px;
}
.hs-title-2 {
  color: var(--deep-grey);
  font-weight: 500;
  font-size: var(--fnt-size-s);
  letter-spacing: 3%;
}
.hs-sale-2 {
  font-size: 32px;
  font-weight: 600;
  color: var(--deep-grey);
}
.hs-text-2 {
  color: #666666;
  font-weight: 400;
  font-size: var(--fnt-size-s);
}
.hs-btn-2 {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: transparent;
  color: var(--green);
  font-size: var(--fnt-size-s);
  font-weight: 600px;
  border: none;
  padding-left: 20px;
}
.hs-box-3 {
  grid-column: 3/4;
  grid-row: 2/3;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #00000099;
}
.hs-subtitle-3 {
  color: var(--white);
  font-weight: 500;
  font-size: var(--fnt-size-s);
  letter-spacing: 3%;
  text-align: center;
}
.hs-title-3 {
  color: var(--white);
  font-weight: 600;
  font-size: var(--fnt-size-2xl);
  text-align: center;
}
.hs-btn-3 {
  color: var(--green);
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.hs-btn-1:hover,
.hs-btn-2:hover,
.hs-btn-3:hover {
  scale: 1.1;
}

@media screen and (max-width: 1390px) {
  .hero-section {
    padding-inline: 50px;
  }
  .hs-box-3 {
    padding-inline: 20px;
  }
}

@media screen and (max-width: 1280px) {
  .hero-section {
    font-size: 14px;
  }

  .hs-title-3 {
    font-size: var(--fnt-size-xl);
  }
}
@media screen and (max-width: 768px) {
  .hero-section {
    padding-inline: 20px;
    height: 1000px;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 1fr);
  }

  .hs-box-1 {
    grid-column: 1/2;
    grid-row: 1/3;
  }

  .hs-box-2 {
    grid-column: 1/2;
    grid-row: 3/4;
  }
  .hs-box-3 {
    grid-column: 1/2;
    grid-row: 4/5;
  }
}

@media screen and (max-width: 600px) {
  .hero-section {
    font-size: 12px;
  }
  .hero-title-1 {
    font-size: 40px;
  }
  .hs-btn-text-1 {
    font-size: var(--fnt-size-md);
  }
  .hs-subtitle-1 {
    font-size: var(--fnt-size-md);
  }
}
/*Pelin - JA-09 / HEro Section End*/
/* Nermin - JA-11 / Make the Features Section Responsive Start */
.Make-the-features-container {
  display: flex;
  max-width: 1320px;
  width: 100%;
  gap: 20px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 50px;
}

.box:hover {
  scale: 1.1;
}
.box {
  display: flex;
  flex: 1;
  gap: 15px;
  transition: all 0.3s ease;
  font-family: var(--fnt-family-Poppins);
}

.box-left {
  display: flex;
  flex-direction: column;
}
.box-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 19.2px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--deep-grey);
  padding-bottom: 10px;
}
.box-desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--grey);
  margin: 0;
}
.iconimg {
  display: flex;
  flex-direction: column;
}
.box-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 19.2px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--deep-grey);
  padding-bottom: 10px;
}
.box-desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--grey);
  margin: 0;
}
.iconimg {
  width: 40px;
  height: 40px;
}
/* Nermin - JA-11 / Make the Features Section Responsive End */

/* Seher - JA-16 / Popular Product Section Start */
.product-wrapped {
  max-width: 1440px;
  margin: 0 auto;
}
.product-section {
  width: 90%;
  margin: 0 auto;
}
.product-section-head {
  display: flex;
  justify-content: space-between;
  margin: 25px 0;
}
.ps-popular-prod {
  font-family: var(--fnt-family-Poppins);
  font-size: var(--fnt-size-xl);
  line-height: 38.4px;
  color: var(--deep-grey);
  font-weight: 600;
}
.ps-vw {
  font-family: var(--fnt-family-Poppins);
  font-size: var(--fnt-size-md);
  line-height: 24px;
  font-weight: 500;
  color: var(--green);
}
.ps-viewall {
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: 43px;
  border: none;
  background: none;
  cursor: pointer;
}
.ps-arrow-icon {
  width: 15px;
  height: 12.05px;
  border: 1.5px;
}
.JA-16-product-boxes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.JA-16-product-content {
  border: 1px solid #e6e6e6;
  position: relative;
  cursor: pointer;
}
.JA-16-product-content:hover {
  border: 1px solid var(--dark-green);
  box-shadow: 0px 0px 12px 0px #20b52652;
}
.JA-16-product-content:hover .JA-16-wishlist .JA-16-quickview {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.product-name {
  font-family: var(--fnt-family-Poppins);
  font-size: var(--fnt-size-s);
  font-weight: 400;
  line-height: 21px;
  color: var(--dark-grey);
}
.product-price {
  font-family: var(--fnt-family-Poppins);
  font-size: var(--fnt-size-md);
  font-weight: 500;
  line-height: 24px;
  color: var(--deep-grey);
  display: flex;
  align-items: center;
  gap: 5px;
}

.old-price {
  margin-right: 10px;
  color: #999;
}

.new-price {
  font-weight: bold;
  color: var(--deep-grey);
}
.content-information {
  display: flex;
  justify-content: space-between;
  padding: 12px;
  gap: 6px;
}
.JA-16-sale {
  position: absolute;
  top: 15px;
  left: 15px;
}

/* Seher - JA-16 / Popular Product Section End */

/*pelin - JA-25/Discount Banner Start*/
.ds-banner-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-block: 50px;
  margin-top: 60px;
}
.ds-banner-container .ds-banner {
  position: relative;
  width: 100%;
  max-width: 82.5em;
  height: 23em;
  background: url("./assets/image/discount-banner/discount-banner-background.jpg")
    no-repeat center bottom;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ds-banner-container .ds-banner .ds-banner-content {
  position: absolute;
  right: 0;
  width: 27.5em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 1em;
}
.ds-banner-container .ds-banner .ds-banner-content .ds-banner-sale {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.ds-banner-container .ds-banner .ds-banner-content .ds-banner-sale .ds-h3 {
  font-size: var(--fnt-size-md);
  font-weight: 500;
  color: var(--white);
  letter-spacing: 2%;
}
.ds-banner-container .ds-banner .ds-banner-content .ds-banner-sale .ds-h1 {
  font-size: 3.5em;
  color: var(--orange);
  font-weight: 600;
}
.ds-banner-container
  .ds-banner
  .ds-banner-content
  .ds-banner-sale
  .ds-h1
  .ds-h1-span {
  color: var(--white);
  font-weight: 300;
}

.menu-title-button {
  padding: 5px;
}

.menu-title-button:hover {
  background-color: var(--grey);
  border-radius: 5px;
  width: 100%;
}

.menu-title-list {
  position: relative;
  background-color: transparent;
  box-shadow: none;
  width: auto;
}

.menu-title-list a {
  color: var(--white);
  text-decoration: none;
  display: block;
}

.menu-title-list.show {
  display: flex;
  flex-direction: column;
}

.menu-item-arrow.show {
  transform: rotate(90deg);
}

.menu-title-list li:hover {
  background-color: var(--grey);
  border-radius: 5px;
}

.contact-ecobazar {
  display: flex;
  gap: 10px;
  height: 28px;
  justify-content: center;
  align-items: center;
  color: var(--white);
}

@media (max-width: 580px) {
  .locals_signin {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 5px 5px;
  }
}
/* Murat - JA-8 / Implement the Header Section END */

/* Nermin - JA-11 / Make the Features Section Responsive Start */
.Make-the-features-container {
  display: flex;
  max-width: 1320px;
  width: 100%;
  gap: 20px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 50px;
}

.box:hover {
  scale: 1.1;
}
.box {
  display: flex;
  flex: 1;
  gap: 15px;
  transition: all 0.3s ease;
  font-family: var(--fnt-family-Poppins);
}

.box-left {
  display: flex;
  flex-direction: column;
}
.box-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 19.2px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--deep-grey);
  padding-bottom: 10px;
}
.box-desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--grey);
  margin: 0;
}
.iconimg {
  display: flex;
  flex-direction: column;
}
.box-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 19.2px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--deep-grey);
  padding-bottom: 10px;
}
.box-desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--grey);
  margin: 0;
}
.iconimg {
  width: 40px;
  height: 40px;
}
/* Nermin - JA-11 / Make the Features Section Responsive End */

/* Seher - JA-16 / Popular Product Section Start */
.product-wrapped {
  max-width: 1440px;
  margin: 0 auto;
}
.product-section {
  width: 90%;
  margin: 0 auto;
}
.product-section-head {
  display: flex;
  justify-content: space-between;
  margin: 25px 0;
}
.ps-popular-prod {
  font-family: var(--fnt-family-Poppins);
  font-size: var(--fnt-size-xl);
  line-height: 38.4px;
  color: var(--deep-grey);
  font-weight: 600;
}
.ps-vw {
  font-family: var(--fnt-family-Poppins);
  font-size: var(--fnt-size-md);
  line-height: 24px;
  font-weight: 500;
  color: var(--green);
}
.ps-viewall {
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: 43px;
  border: none;
  background: none;
  cursor: pointer;
}
.ps-arrow-icon {
  width: 15px;
  height: 12.05px;
  border: 1.5px;
}
.JA-16-product-boxes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.JA-16-product-content {
  border: 1px solid #e6e6e6;
  position: relative;
  cursor: pointer;
}
.JA-16-product-content:hover {
  border: 1px solid var(--dark-green);
  box-shadow: 0px 0px 12px 0px #20b52652;
}
.JA-16-product-content:hover .JA-16-wishlist .JA-16-quickview {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.product-name {
  font-family: var(--fnt-family-Poppins);
  font-size: var(--fnt-size-s);
  font-weight: 400;
  line-height: 21px;
  color: var(--dark-grey);
}
.product-price {
  font-family: var(--fnt-family-Poppins);
  font-size: var(--fnt-size-md);
  font-weight: 500;
  line-height: 24px;
  color: var(--deep-grey);
  display: flex;
  align-items: center;
  gap: 5px;
}

.old-price {
  margin-right: 10px;
  color: #999;
}

.new-price {
  font-weight: bold;
  color: var(--deep-grey);
}
.content-information {
  display: flex;
  justify-content: space-between;
  padding: 12px;
  gap: 6px;
}
.JA-16-sale {
  position: absolute;
  top: 15px;
  left: 15px;
}

/* Seher - JA-16 / Popular Product Section End */

/*pelin - JA-25/Discount Banner Start*/
.ds-banner-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-block: 50px;
  margin-top: 60px;
}
.ds-banner-container .ds-banner {
  position: relative;
  width: 100%;
  max-width: 82.5em;
  height: 23em;
  background: url("./assets/image/discount-banner/discount-banner-background.jpg")
    no-repeat center bottom;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ds-banner-container .ds-banner .ds-banner-content {
  position: absolute;
  right: 0;
  width: 27.5em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 1em;
}
.ds-banner-container .ds-banner .ds-banner-content .ds-banner-sale {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.ds-banner-container .ds-banner .ds-banner-content .ds-banner-sale .ds-h3 {
  font-size: var(--fnt-size-md);
  font-weight: 500;
  color: var(--white);
  letter-spacing: 2%;
}
.ds-banner-container .ds-banner .ds-banner-content .ds-banner-sale .ds-h1 {
  font-size: 3.5em;
  color: var(--orange);
  font-weight: 600;
}
.ds-banner-container
  .ds-banner
  .ds-banner-content
  .ds-banner-sale
  .ds-h1
  .ds-h1-span {
  color: var(--white);
  font-weight: 300;
}

.ds-banner-container .ds-banner .ds-banner-content .ds-banner-sale .ds-p {
  font-size: var(--font-size-md);
  font-weight: 400;
  opacity: 70%;
  color: var(--white);
}
.ds-banner-container .ds-banner .ds-banner-content .ds-banner-btn .ds-btn {
  width: 17em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 1em 2.5em;
  background-color: var(--green);
  border-radius: 2.5em;
}
.ds-banner-container
  .ds-banner
  .ds-banner-content
  .ds-banner-btn
  .ds-btn
  .ds-btn-p {
  font-size: var(--fnt-size-md);
  font-weight: 600;
  color: var(--white);
}
@media only screen and (max-width: 1440px) {
  .ds-banner {
    margin-inline: 4em;
  }
}
@media only screen and (max-width: 1280px) {
  .ds-banner {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1024px) {
  .ds-banner {
    font-size: 12px;
  }
}

@media only screen and (max-width: 900px) {
  .ds-banner-container .ds-banner .ds-banner-content {
    right: -20px;
  }
}
@media only screen and (max-width: 768px) {
  .ds-banner-container .ds-banner {
    height: 30em;
  }
  .ds-banner-container .ds-banner {
    background: url("./assets/image/discount-banner/discount-banner-background-vertical.JPG")
      no-repeat center center;
    background-size: cover;
  }
  .ds-banner-container .ds-banner .ds-banner-content {
    right: 0;
    bottom: 0;
    width: 100%;
    align-items: flex-end;
    padding-inline: 2em;
    padding-block-end: 2em;
    flex-direction: row;
  }
}
@media only screen and (max-width: 600px) {
  .ds-banner-container .ds-banner .ds-banner-content {
    flex-direction: column;
    align-items: center;
  }
  .ds-banner-container .ds-banner .ds-banner-content .ds-banner-sale {
    align-items: center;
  }
  .ds-banner-container .ds-banner .ds-banner-content {
    padding-block-end: 1.5em;
  }
  .ds-banner-container
    .ds-banner
    .ds-banner-content
    .ds-banner-btn
    .ds-btn
    .ds-btn-p {
    font-size: var(--fnt-size-s);
  }
}
/*pelin - JA-25/Discount Banner End*/

/* pelin-JA-23/Hot Deals Section Start*/
.hot-deals-section {
  background-color: #f2f2f2;
  width: 100%;
  max-width: 120em;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-block: 3.125em;
  padding-block: 30px;
}
.hot-deals {
  padding-block: 20px;
  max-width: 82.5em;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.hd-header {
  display: flex;
  max-width: 82.5em;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.hd-header-text {
  color: var(--deep-grey);
  font-size: var(--fnt-size-xl);
  font-weight: 600;
}
.hd-view-all {
  display: flex;
  align-items: center;
  gap: 10px;
  border-style: none;
  cursor: pointer;
}
.hd-view-all-text {
  color: var(--green);
  font-size: var(--fnt-size-md);
}
.hd-cards-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(16em, 1fr));
  width: 100%;
  max-width: 90em;
}

.hd-card {
  position: relative;
  background-color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: center;
  border-color: var(--light-grey);
  border: 1px solid var(--light-grey);
  padding-block: 10px;
  height: auto;
}

.hd-card:first-child .hd-card-sale {
  position: absolute;
  left: 25px;
  top: 25px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.hd-card-sale {
  position: absolute;
  left: 10px;
  top: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.sale-label {
  background-color: #ea4b48;
  color: var(--white);
  font-weight: 400;
  font-size: var(--fnt-size-s);
  padding-inline: 5px;
  border-radius: 4px;
  padding: 4px 8px;
}
.best-sale-label {
  background-color: #2388ff;
  padding-inline: 5px;
  color: var(--white);
  font-weight: 400;
  font-size: var(--fnt-size-s);
  border-radius: 4px;
  padding: 4px 8px;
}
.hd-small-card-btn {
  display: none;
}
.hd-card:hover .hd-small-card-btn {
  position: absolute;
  right: 5px;
  top: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.hd-sm {
  width: 36px;
  height: 36px;
  border-radius: 40px;
  background-color: var(--light-grey);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.hd-sm:first-child:hover {
  transition: 0.3s ease;
  background-color: #ea4b48;
  scale: 1.1;
}
.hd-sm:nth-child(2):hover {
  transition: 0.3s ease;
  background-color: var(--green);
  scale: 1.1;
}
.hd-card:first-child {
  grid-column: span 2;
  grid-row: span 2;
  justify-content: center;
  align-items: center;
  gap: 20px;
  border: 1px solid var(--green);
}

.first-hd-card-img img {
  width: 32em;
  height: 27em;
}
.hd-card:first-child .hd-card-btn {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-inline: 20px;
}
.hd-btn {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--light-grey);
  cursor: pointer;
}
.hd-card:first-child .hd-card-btn .hd-btn.hd-view:hover {
  transition: 0.3s ease;
  background-color: var(--green);
  scale: 1.1;
}
.hd-card:first-child .hd-card-btn .hd-btn.hd-like:hover {
  transition: 0.3s ease;
  scale: 1.1;
  background-color: #ea4b48;
}
.hd-btn-cart {
  width: 320px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background-color: var(--green);
  color: var(--white);
  border-radius: 43px;
  cursor: pointer;
}
.hd-btn-cart:hover {
  background-color: var(--dark-green);
}
.first-hd-card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.first-hd-card-name {
  color: var(--dark-green);
  font-size: var(--fnt-size-lr);
  font-weight: 400;
}
.first-hd-card-price {
  color: var(--deep-grey);
  font-weight: 500;
  font-size: 24px;
}
.first-hd-card-price span {
  color: var(--grey);
  font-weight: 400;
  text-decoration: line-through;
}
.first-hd-feedback {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 10px;
}
.first-stars {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.first-stars img {
  transform: scale(1.8);
  transform-origin: center;
}
.first-hd-count-feedback {
  color: #808080;
  font-size: 12px;
  font-weight: 400;
}
.first-hd-text {
  color: var(--grey);
  font-size: var(--fnt-size-xs);
  font-weight: 400;
}
.first-hd-time {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-block-start: 10px;
  padding-block-end: 20px;
}
.first-hd-time .hd-time {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.hd-time-tag {
  color: var(--deep-grey);
  font-size: var(--fnt-size-lr);
  font-weight: 500;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hd-time-tag-text {
  color: var(--grey);
  font-size: 10px;
  font-weight: 500;
}
.hd-time-colon {
  font-size: 20px;
  font-weight: 400;
  color: #808080;
}
.hd-card:first-child:hover {
  border-color: var(--dark-green);
  transition: 0.3s ease;
  box-shadow: 0px 0px 12px 3px #20b52652;
}
.hd-card:hover {
  border-color: var(--dark-green);
  transition: 0.3s ease;
  box-shadow: 0px 0px 12px 0px #20b52652;
}
.hd-card-img img {
  width: 16em;
  height: 15em;
}
.hd-card-content {
  width: 100%;
  padding-inline: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.hd-card-content-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hd-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.hd-card-name {
  color: var(--dark-grey);
  font-size: var(--fnt-size-xs);
  font-weight: 400;
  text-align: left;
}
.hd-card-price {
  color: var(--deep-grey);
  font-weight: 500;
  font-size: var(--fnt-size-md);
  display: flex;
  gap: 5px;
}
.hd-card-price span {
  color: var(--grey);
  font-weight: 400;
  text-decoration: line-through;
}
.hd-content-header-btn {
  width: 2.5em;
  height: 2.5em;
  background-color: #f2f2f2;
  border-style: none;
  border-radius: 50px;
  cursor: pointer;
}
.hd-content-header-btn:hover {
  transition: 0.3s ease;
  background-color: var(--green);
  scale: 1.1;
}
.hd-stars {
  display: flex;
  align-items: center;
}
.hot-deals img {
  cursor: pointer;
}

@media screen and (max-width: 1390px) {
  .hot-deals {
    padding-inline: 20px;
  }
}

@media screen and (max-width: 900px) {
  .hot-deals-section {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .hot-deals-section {
    font-size: 13px;
  }
  .hd-btn-cart {
    width: 270px;
  }
}
@media screen and (max-width: 680px) {
  .hd-btn-cart {
    width: 300px;
  }
  .hd-card-btn {
    gap: 10px;
  }
}
@media screen and (max-width: 480px) {
  .hot-deals-section {
    font-size: 14px;
  }
}

@media screen and (max-width: 900px) {
  .hot-deals-section {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .hot-deals-section {
    font-size: 13px;
  }
  .hd-btn-cart {
    width: 270px;
  }
}
@media screen and (max-width: 680px) {
  .hd-btn-cart {
    width: 300px;
  }
  .hd-card-btn {
    gap: 10px;
  }
}
@media screen and (max-width: 480px) {
  .hot-deals-section {
    font-size: 14px;
  }
  .hd-btn-cart {
    width: 300px;
  }
  .hd-card-btn {
    gap: 10px;
  }
  .hd-card:first-child {
    grid-row: span 1;
    grid-column: span 1;
  }
  .first-hd-card-img img {
    width: 20em;
    height: unset;
  }
  .hd-card-btn {
    flex-wrap: wrap;
  }
  .hd-card:first-child.hd-view {
    order: -1;
  }
  .hd-card:first-child.hd-like {
    order: -1;
  }
  .hd-btn-cart {
    order: 1;
    width: 100%;
  }
  .hd-card-img {
    margin: 0 auto;
  }

  .hd-card-content {
    margin: 0 auto;
  }
  .hd-card-name {
    font-size: var(--fnt-size-s);
  }
}
@media screen and (max-width: 380px) {
  .hot-deals-section {
    font-size: 12px;
  }
}
/* pelin-JA-23/ Hot Deals Section End*/

/* Seher - JA-29 / Latest News Section Start*/
.latest-news-wrapped {
  max-width: 1440px;
  margin: 0 auto;
}
.latest-news-section {
  width: 95%;
  margin: 0 auto;
}
.lns-title {
  font-family: var(--fnt-family-Poppins);
  font-size: var(--fnt-size-xl);
  line-height: 38.4px;
  color: var(--deep-grey);
  font-weight: 600;
  text-align: center;
  margin: 45px;
}
.lns-boxes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(355px, 1.1fr));
}
.lns-box:hover .lns-exp {
  color: var(--dark-green);
  cursor: pointer;
}
.lns-box {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-bottom: 45px;
}
.lns-box:hover {
  transform: scale(1.1);
}

.lns-exp {
  font-family: var(--fnt-family-Poppins);
  font-size: var(--fnt-size-lr);
  line-height: 27px;
  color: var(--deep-grey);
  font-weight: 500;
}
.ls-btn {
  font-family: var(--fnt-family-Poppins);
  font-size: var(--fnt-size-md);
  font-weight: 600;
  line-height: 19.2px;
  border: none;
  background: none;
  cursor: pointer;
  color: var(--green);
}
.ls-readmore {
  display: flex;
  align-items: center;
  gap: 12px;
}
.ls-explanation {
  display: flex;
  gap: 15px;
  flex-direction: column;
}
.ls-content {
  max-width: 424px;
  display: flex;
  gap: 12px;
  flex-direction: column;
  border-radius: 8px;
  border: 1px solid var(--light-grey);
  padding: 24px;
}
.ls-tags {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.lns-img {
  max-width: fit-content;
  cursor: pointer;
  border-radius: 8px;
  position: relative;
}
.lns-date {
  font-family: var(--fnt-family-Poppins);
  font-size: var(--fnt-size-s);
  font-weight: 500;
  line-height: 12px;
  width: 58px;
  height: 58px;
  border-radius: 4px;
  background-color: var(--white);
  position: absolute;
  left: 20px;
  bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
.lns-image {
  position: relative;
}

@media (max-width: 746px) {
  .lns-box {
    margin: 0 auto;
    margin-bottom: 35px;
  }
}

/* Seher - JA-29 / Latest News Section End*/

/* pelin- JA-18 / Testimonials Sestion Start */
.testimonials-section {
  background-color: #f2f2f2;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-block-start: 50px;
}

.testimonials {
  padding-block: 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  max-width: 82.5em;
  margin: 0 auto;
  gap: 2em;
}
.testimonials-section .testimonials .ts-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonials-section .testimonials .ts-header h1 {
  width: 100%;
  color: var(--deep-grey);
  font-size: var(--fnt-size-xl);
  font-weight: 600;
}
.testimonials-section .testimonials .ts-header .ts-buttons {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25em;
}
.testimonials-section .testimonials .ts-header .ts-buttons .ts-btn {
  width: 45px;
  height: 45px;
  border: none;
  background-color: red;
  border-radius: 50px;
}
.testimonials-section .testimonials .ts-header .ts-buttons .ts-btn.left {
  background-color: var(--light-grey);
  cursor: pointer;
}
.testimonials-section .testimonials .ts-header .ts-buttons .ts-btn.right {
  background-color: var(--green);
  cursor: pointer;
}

.testimonials-section .testimonials .swiper {
  width: 100%;
  height: 340px;
  margin-left: auto;
  margin-right: auto;
}

.testimonials-section .testimonials .ts-cards-container .ts-card {
  height: 300px;
  background-color: var(--white);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 1.6em;
  gap: 10px;
  border-radius: 8px;
}
.testimonials-section .testimonials .ts-cards-container .ts-card p {
  flex: 1;
  color: var(--dark-grey);
  font-size: var(--fnt-size-s);
}
.testimonials-section
  .testimonials
  .ts-cards-container
  .ts-card
  .ts-review-card {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonials-section
  .testimonials
  .ts-cards-container
  .ts-card
  .ts-review-card
  .ts-user {
  display: flex;
  align-items: center;
  gap: 10px;
}
.testimonials-section
  .testimonials
  .ts-cards-container
  .ts-card
  .ts-review-card
  .ts-user
  .ts-user-header {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.testimonials-section
  .testimonials
  .ts-cards-container
  .ts-card
  .ts-review-card
  .ts-user
  .ts-user-header
  h3 {
  font-size: var(--fnt-size-md);
  color: var(--deep-grey);
  font-weight: 500;
}
.testimonials-section
  .testimonials
  .ts-cards-container
  .ts-card
  .ts-review-card
  .ts-user
  .ts-user-header
  h5 {
  font-size: var(--fnt-size-s);
  color: var(--grey);
  font-weight: 400;
}
.testimonials-section
  .testimonials
  .ts-cards-container
  .ts-card
  .ts-review-card
  .ts-user-stars {
  display: flex;
  align-items: center;
}
.testimonials-section .testimonials .swiper .swiper-pagination {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 5px;
}
.testimonials-section
  .testimonials
  .swiper
  .swiper-pagination
  .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: var(--dark-grey);
  opacity: 0.7;
  border-radius: 50%;
  margin: 0 5px;
  transition: all 0.2s ease;
}
.testimonials-section
  .testimonials
  .swiper
  .swiper-pagination
  .swiper-pagination-bullet-active {
  background-color: var(--green);
  transform: scale(1.4);
  opacity: 1;
}

@media only screen and (max-width: 1440px) {
  .testimonials-section {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1280px) {
  .testimonials-section {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1024px) {
  .testimonials-section {
    font-size: 10px;
  }

  .testimonials-section .testimonials .swiper {
    height: 380px;
  }
  .testimonials-section .testimonials .ts-cards-container .ts-card {
    height: 350px;
  }

  .testimonials-section
    .testimonials
    .ts-cards-container
    .ts-card
    .ts-review-card {
    gap: 10px;
    align-items: flex-start;
    flex-direction: column-reverse;
  }
  .testimonials-section
    .testimonials
    .ts-cards-container
    .ts-card
    .ts-review-card
    .ts-user
    .ts-user-header
    h3 {
    font-size: 1.5em;
  }
  .testimonials-section
    .testimonials
    .ts-cards-container
    .ts-card
    .ts-review-card
    .ts-user
    .ts-user-header
    h5 {
    font-size: 1.4em;
  }
  .testimonials-section .testimonials .swiper .swiper-pagination {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -3px;
  }
}
@media only screen and (max-width: 900px) {
  .testimonials-section {
    font-size: 8px;
  }

  .testimonials-section .testimonials .swiper {
    height: 330px;
  }
  .testimonials-section .testimonials .ts-cards-container .ts-card {
    height: 290px;
  }
  .testimonials-section
    .testimonials
    .ts-cards-container
    .ts-card
    .ts-review-card
    .ts-user
    .ts-user-header
    h3 {
    font-size: 1.8em;
  }
  .hd-btn-cart {
    width: 300px;
  }
  .hd-card-btn {
    gap: 10px;
  }
  .hd-card:first-child {
    grid-row: span 1;
    grid-column: span 1;
  }
  .first-hd-card-img img {
    width: 20em;
    height: unset;
  }
  .hd-card-btn {
    flex-wrap: wrap;
  }
  .hd-card:first-child.hd-view {
    order: -1;
  }
  .hd-card:first-child.hd-like {
    order: -1;
  }
  .hd-btn-cart {
    order: 1;
    width: 100%;
  }
  .hd-card-img {
    margin: 0 auto;
  }

  .hd-card-content {
    margin: 0 auto;
  }
  .hd-card-name {
    font-size: var(--fnt-size-s);
  }
}
@media screen and (max-width: 380px) {
  .hot-deals-section {
    font-size: 12px;
  }
}
/* pelin-JA-23/ Hot Deals Section End*/

/* Seher - JA-29 / Latest News Section Start*/
.latest-news-wrapped {
  max-width: 1440px;
  margin: 0 auto;
}
.latest-news-section {
  width: 95%;
  margin: 0 auto;
}
.lns-title {
  font-family: var(--fnt-family-Poppins);
  font-size: var(--fnt-size-xl);
  line-height: 38.4px;
  color: var(--deep-grey);
  font-weight: 600;
  text-align: center;
  margin: 45px;
}
.lns-boxes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(355px, 1.1fr));
}
.lns-box:hover .lns-exp {
  color: var(--dark-green);
  cursor: pointer;
}
.lns-box {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-bottom: 45px;
}
.lns-box:hover {
  transform: scale(1.1);
}

.lns-exp {
  font-family: var(--fnt-family-Poppins);
  font-size: var(--fnt-size-lr);
  line-height: 27px;
  color: var(--deep-grey);
  font-weight: 500;
}
.ls-btn {
  font-family: var(--fnt-family-Poppins);
  font-size: var(--fnt-size-md);
  font-weight: 600;
  line-height: 19.2px;
  border: none;
  background: none;
  cursor: pointer;
  color: var(--green);
}
.ls-readmore {
  display: flex;
  align-items: center;
  gap: 12px;
}
.ls-explanation {
  display: flex;
  gap: 15px;
  flex-direction: column;
}
.ls-content {
  max-width: 424px;
  display: flex;
  gap: 12px;
  flex-direction: column;
  border-radius: 8px;
  border: 1px solid var(--light-grey);
  padding: 24px;
}
.ls-tags {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.lns-img {
  max-width: fit-content;
  cursor: pointer;
  border-radius: 8px;
  position: relative;
}
.lns-date {
  font-family: var(--fnt-family-Poppins);
  font-size: var(--fnt-size-s);
  font-weight: 500;
  line-height: 12px;
  width: 58px;
  height: 58px;
  border-radius: 4px;
  background-color: var(--white);
  position: absolute;
  left: 20px;
  bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
.lns-image {
  position: relative;
}

@media (max-width: 746px) {
  .lns-box {
    margin: 0 auto;
    margin-bottom: 35px;
  }
}

/* Seher - JA-29 / Latest News Section End*/

/* pelin- JA-18 / Testimonials Sestion Start */
.testimonials-section {
  background-color: #f2f2f2;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-block-start: 50px;
}

.testimonials {
  padding-block: 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  max-width: 82.5em;
  margin: 0 auto;
  gap: 2em;
}
.testimonials-section .testimonials .ts-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonials-section .testimonials .ts-header h1 {
  width: 100%;
  color: var(--deep-grey);
  font-size: var(--fnt-size-xl);
  font-weight: 600;
}
.testimonials-section .testimonials .ts-header .ts-buttons {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25em;
}
.testimonials-section .testimonials .ts-header .ts-buttons .ts-btn {
  width: 45px;
  height: 45px;
  border: none;
  background-color: red;
  border-radius: 50px;
}
.testimonials-section .testimonials .ts-header .ts-buttons .ts-btn.left {
  background-color: var(--light-grey);
  cursor: pointer;
}
.testimonials-section .testimonials .ts-header .ts-buttons .ts-btn.right {
  background-color: var(--green);
  cursor: pointer;
}

.testimonials-section .testimonials .swiper {
  width: 100%;
  height: 340px;
  margin-left: auto;
  margin-right: auto;
}

.testimonials-section .testimonials .ts-cards-container .ts-card {
  height: 300px;
  background-color: var(--white);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 1.6em;
  gap: 10px;
  border-radius: 8px;
}
.testimonials-section .testimonials .ts-cards-container .ts-card p {
  flex: 1;
  color: var(--dark-grey);
  font-size: var(--fnt-size-s);
}
.testimonials-section
  .testimonials
  .ts-cards-container
  .ts-card
  .ts-review-card {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonials-section
  .testimonials
  .ts-cards-container
  .ts-card
  .ts-review-card
  .ts-user {
  display: flex;
  align-items: center;
  gap: 10px;
}
.testimonials-section
  .testimonials
  .ts-cards-container
  .ts-card
  .ts-review-card
  .ts-user
  .ts-user-header {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.testimonials-section
  .testimonials
  .ts-cards-container
  .ts-card
  .ts-review-card
  .ts-user
  .ts-user-header
  h3 {
  font-size: var(--fnt-size-md);
  color: var(--deep-grey);
  font-weight: 500;
}
.testimonials-section
  .testimonials
  .ts-cards-container
  .ts-card
  .ts-review-card
  .ts-user
  .ts-user-header
  h5 {
  font-size: var(--fnt-size-s);
  color: var(--grey);
  font-weight: 400;
}
.testimonials-section
  .testimonials
  .ts-cards-container
  .ts-card
  .ts-review-card
  .ts-user-stars {
  display: flex;
  align-items: center;
}
.testimonials-section .testimonials .swiper .swiper-pagination {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 5px;
}
.testimonials-section
  .testimonials
  .swiper
  .swiper-pagination
  .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: var(--dark-grey);
  opacity: 0.7;
  border-radius: 50%;
  margin: 0 5px;
  transition: all 0.2s ease;
}
.testimonials-section
  .testimonials
  .swiper
  .swiper-pagination
  .swiper-pagination-bullet-active {
  background-color: var(--green);
  transform: scale(1.4);
  opacity: 1;
}

@media only screen and (max-width: 1440px) {
  .testimonials-section {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1280px) {
  .testimonials-section {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1024px) {
  .testimonials-section {
    font-size: 10px;
  }

  .testimonials-section .testimonials .swiper {
    height: 380px;
  }
  .testimonials-section .testimonials .ts-cards-container .ts-card {
    height: 350px;
  }

  .testimonials-section
    .testimonials
    .ts-cards-container
    .ts-card
    .ts-review-card {
    gap: 10px;
    align-items: flex-start;
    flex-direction: column-reverse;
  }
  .testimonials-section
    .testimonials
    .ts-cards-container
    .ts-card
    .ts-review-card
    .ts-user
    .ts-user-header
    h3 {
    font-size: 1.5em;
  }
  .testimonials-section
    .testimonials
    .ts-cards-container
    .ts-card
    .ts-review-card
    .ts-user
    .ts-user-header
    h5 {
    font-size: 1.4em;
  }
  .testimonials-section .testimonials .swiper .swiper-pagination {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -3px;
  }
}
@media only screen and (max-width: 900px) {
  .testimonials-section {
    font-size: 8px;
  }

  .testimonials-section .testimonials .swiper {
    height: 330px;
  }
  .testimonials-section .testimonials .ts-cards-container .ts-card {
    height: 290px;
  }
  .testimonials-section
    .testimonials
    .ts-cards-container
    .ts-card
    .ts-review-card
    .ts-user
    .ts-user-header
    h3 {
    font-size: 1.8em;
  }
  .testimonials-section
    .testimonials
    .ts-cards-container
    .ts-card
    .ts-review-card
    .ts-user
    .ts-user-header
    h5 {
    font-size: 1.6em;
  }
  .testimonials-section .testimonials .swiper .swiper-pagination {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .testimonials-section {
    font-size: 6px;
  }
  .testimonials-section .testimonials .ts-header {
    flex-direction: column;
  }
  .testimonials-section .testimonials .ts-header h1 {
    text-align: center;
  }
  .testimonials-section .testimonials .ts-header .ts-buttons {
    justify-content: space-between;
  }
  .testimonials-section .testimonials .swiper {
    height: 310px;
  }
  .testimonials-section .testimonials .ts-cards-container .ts-card {
    height: 280px;
  }
  .testimonials-section .testimonials .ts-cards-container .ts-card p {
    font-size: 2.1em;
  }
  .testimonials-section
    .testimonials
    .ts-cards-container
    .ts-card
    .ts-review-card
    .ts-user
    .ts-user-header
    h3 {
    font-size: 2.4em;
  }
  .testimonials-section
    .testimonials
    .ts-cards-container
    .ts-card
    .ts-review-card
    .ts-user
    .ts-user-header
    h5 {
    font-size: 2em;
  }
}
@media only screen and (max-width: 600px) {
  .testimonials-section {
    font-size: 4px;
  }
  .testimonials-section .testimonials .ts-header .ts-buttons {
    justify-content: space-around;
  }

  .testimonials-section .testimonials .ts-cards-container .ts-card {
    padding: 30px;
  }

  .testimonials-section .testimonials .ts-cards-container .ts-card p {
    font-size: 3.2em;
  }
  .testimonials-section
    .testimonials
    .ts-cards-container
    .ts-card
    .ts-review-card
    .ts-user
    .ts-user-header
    h3 {
    font-size: 3.6em;
  }
  .testimonials-section
    .testimonials
    .ts-cards-container
    .ts-card
    .ts-review-card
    .ts-user
    .ts-user-header
    h5 {
    font-size: 3em;
  }
  .testimonials-section .testimonials .swiper .swiper-pagination {
    display: none;
  }
  .testimonials-section
    .testimonials
    .swiper
    .swiper-pagination
    .swiper-pagination-bullet {
    margin: 5px 0;
  }
}
/* pelin- JA-18 / Testimonials Section End */
/*peln -JA-19 / Company Section Start*/
.company {
  width: 100%;
  max-width: 1920px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.company-box-container {
  width: 100%;
  max-width: 1440px;
  min-height: 120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: center;
}
.company-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.company-icon {
  width: 100%;
  max-width: 120px;
  height: 40px;
}
.company-line {
  height: 32px;
  border: 1px solid var(--light-grey);
}
.company-icon:hover {
  scale: 1.1;
}

@media screen and (max-width: 1024px) {
  .company-box-container {
    padding-block: 20px;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
  .company-box:nth-child(3) .company-line {
    display: none;
  }
  .company-box {
    gap: 40%;
  }
}
@media screen and (max-width: 600px) {
  .company-box-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .company-box {
    gap: 50%;
  }

  .company-box:nth-child(3) .company-line {
    display: block;
  }
  .company-box:nth-child(2) .company-line,
  .company-box:nth-child(4) .company-line {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .company-box-container {
    grid-template-columns: 1fr;
  }
  .company-box:nth-child(3) .company-line {
    display: none;
  }
  .company-line {
    display: none;
  }
}

/*pelin - JA-31 /Follow Us Section  Start*/
.follow-us {
  width: 100%;
  max-width: 1440px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding-block: 30px;
  margin: 0 auto;
}

.follow-title {
  font-size: var(--fnt-size-xl);
  font-weight: 600;
  text-align: center;
  color: var(--deep-grey);
}

.fu-cards-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  gap: 20px;
  overflow: hidden;
  width: 100%;
  max-width: 1440px;
}

.fu-card {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  width: 100%;
  max-width: 200px;
  height: 100%;
  max-height: 200px;
  position: relative;
  transition: transform 1s ease;
}

.fu-card-img {
  width: 100%;
  max-width: 200px;
  height: 100%;
  max-height: 200px;
  object-fit: cover;
  border-radius: 20px;
  z-index: -10;
}

.fu-ins-icon {
  display: none;
}
.fu-card:hover {
  border-radius: 20px;
  background-color: #2b572ecc;
  transform: 0.3s ease;
}
.fu-card:hover .fu-ins-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .fu-card {
    width: 100%;
    max-width: 150px;
    height: 100%;
    max-height: 150px;
  }
  .fu-card-img {
    width: 100%;
    max-width: 150px;
    height: 100%;
    max-height: 150px;
  }
}
/*pelin - JA-31 /Follow Us Section  End*/
/*
@media screen and (max-width: 900px) {
  .company {
    padding-block: 20px;
    padding-inline: 40px;
  }
  .company-box-container {
    gap: 30px;
  }
  .company-line {
    display: none;
  }
}
/*peln -JA-19 / Company Section End*/
/* pelin - JA-34 / Footer Section Start*/
.footer-section {
  background-color: var(--deep-grey);
  width: 100%;
  max-width: 120em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-block-start: 50px;
  margin: 0 auto;
}
.footer-top {
  width: 100%;
  max-width: 90em;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  align-items: flex-start;
  gap: 3em;
  margin: 0 auto;
}
.footer-content {
  grid-column: 1 / 2;
  height: 230px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.footer-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.fl-title {
  font-size: var(--fnt-size-xl);
  font-weight: 500;
  color: var(--white);
  letter-spacing: -3%;
}
.footer-text {
  font-size: var(--fnt-size-s);
  font-weight: 400;
  color: #808080;
}
.footer-contact {
  display: flex;
  align-items: center;
  gap: 10px;
}
.fc-1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
.fc1-text {
  color: var(--white);
  font-size: var(--fnt-size-s);
  font-weight: 500;
}
.fc1-line {
  border: 1px solid var(--green);
  width: 6.25em;
}
.fc-3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
.fc3-text {
  color: var(--white);
  font-size: var(--fnt-size-s);
  font-weight: 500;
  width: 8.125em;
}
.fc3-line {
  border: 1px solid var(--green);
  width: 8.125em;
}
.fc-2 {
  font-size: var(--fnt-size-s);
  color: #808080;
  font-weight: 400;
}
.footer-box-container {
  grid-column: 2/ 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-box {
  height: 230px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer-box-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.footer-box-header {
  font-size: 14px;
  font-weight: 500;
  color: var(--white);
}
.footer-box-link {
  font-weight: 400;
  font-size: var(--fnt-size-s);
  color: var(--grey);
}
.footer-box-link:hover {
  scale: 1.1;
  color: var(--white);
}
.footer-line {
  width: 100%;
  max-width: 90em;
  border: 1px solid var(--dark-grey);
  margin: 0 auto;
}
.footer-bottom {
  width: 100%;
  max-width: 90em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 10px;
  margin: 0 auto;
}
.fb-first {
  color: #808080;
  font-size: var(--fnt-size-s);
}
.fb-second {
  display: flex;
  align-items: center;
  gap: 10px;
}

@media only screen and (max-width: 1490px) {
  .footer-section {
    padding-inline: 50px;
  }
}

@media only screen and (max-width: 1024px) {
  .footer-top {
    display: flex;
    flex-direction: column;
    gap: 3em;
  }
  .footer-content {
    height: auto;
  }
  .footer-box-container {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .footer-box-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-bottom {
    flex-direction: column-reverse;
    gap: 20px;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 480px) {
  .footer-contact {
    flex-direction: column;
    align-items: flex-start;
  }
  .fc-2 {
    text-align: center;
  }
}

@media only screen and (max-width: 390px) {
  .footer-box-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .fb-second {
    flex-wrap: wrap;
  }
}

/* pelin - JA-34 / Footer Section End */

/* Nermin - JA-27 / Implement Featured Products Section Start */
.product-wrapped {
  max-width: 1320px;
  margin: 0 auto;
}
.product-section {
  width: 100%;
  margin: 0 auto;
}
.product-section-head {
  display: flex;
  justify-content: space-between;
  margin: 25px 0;
}
.featured-prod {
  font-family: var(--fnt-family-Poppins);
  font-size: var(--fnt-size-xl);
  font-weight: 600;
  line-height: 38.4px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--deep-grey);
}
.featred-vw {
  font-family: var(--fnt-family-Poppins);
  font-size: var(--fnt-size-md);
  line-height: 24px;
  font-weight: 500;
  color: var(--green);
}
.featured-viewall {
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: 43px;
  border: none;
  background: none;
  cursor: pointer;
}
.JA-27-featured-boxes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.JA-27-featured-boxes-content {
  border: 1px solid var(--light-grey);
  position: relative;
  cursor: pointer;
  padding: 15px;
  transition: border 0.3s ease-in-out;
}

.JA-27-img {
  width: 100%;
}

.JA-27-featured-boxes-content:hover {
  border-color: var(--green);
}
.JA-27-icons {
  position: absolute;
  top: 16px;
  left: 208px;
  display: none;
  flex-direction: column;
  gap: 15px;
  border: 1px solid #f2f2f2;
  padding: 8px;
  border-radius: 5px;
  border: none;
}

.JA-27-icons img {
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: transform 0.2s ease-in-out, background-color 0.3s ease,
    border-color 0.3s ease;
  position: relative;
  border-radius: 50%;
  padding: 10px;
  background-color: #f2f2f2;
  border: 2px solid transparent;
}

.JA-27-icons img:hover {
  background-color: var(--green);
  border-color: var(--green);
  transform: scale(1.1);
}
.JA-27-featured-boxes-content:hover .JA-27-icons {
  display: flex;
}

.product-name,
.product-price,
.content-information {
  padding: 12px;
}

.content-information {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.product-info-cont {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.product-info-cont img {
  width: 70px;
  height: 18px;
  margin-top: 0;
}

.product-name {
  font-family: var(--fnt-family-Poppins);
  font-size: var(--fnt-size-s);
  font-weight: 400;
  line-height: 21px;
  color: var(--dark-grey);
}
.product-price {
  font-family: var(--fnt-family-Poppins);
  font-size: var(--fnt-size-md);
  font-weight: 500;
  line-height: 24px;
  color: var(--deep-grey);
  display: flex;
  align-items: center;
  gap: 0px;
  position: relative;
}

.product-price .price-icon {
  position: absolute;
  left: 100%;
  top: 75%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url("assets/Rectangle.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.add-to-chart {
  display: flex;
  width: 40px;
  height: 40px;
  background: #f2f2f2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 263.5px;
  left: 208px;
  transition: background 0.3s ease-in-out;
}

.add-to-chart img {
  width: 40px;
  height: 40px;
  transition: filter 0.3s ease-in-out;
}

.add-to-chart:hover {
  background: var(--green);
}

.add-to-chart:hover img {
  /* filter: brightness(0) invert(1); */
}

.old-price {
  margin-right: 10px;
  color: #999;
  text-decoration: line-through;
}

@media only screen and (max-width: 768px) {
  .testimonials-section {
    font-size: 6px;
  }
  .testimonials-section .testimonials .ts-header {
    flex-direction: column;
  }
  .testimonials-section .testimonials .ts-header h1 {
    text-align: center;
  }
  .testimonials-section .testimonials .ts-header .ts-buttons {
    justify-content: space-between;
  }
  .testimonials-section .testimonials .swiper {
    height: 310px;
  }
  .testimonials-section .testimonials .ts-cards-container .ts-card {
    height: 280px;
  }
  .testimonials-section .testimonials .ts-cards-container .ts-card p {
    font-size: 2.1em;
  }
  .testimonials-section
    .testimonials
    .ts-cards-container
    .ts-card
    .ts-review-card
    .ts-user
    .ts-user-header
    h3 {
    font-size: 2.4em;
  }
  .testimonials-section
    .testimonials
    .ts-cards-container
    .ts-card
    .ts-review-card
    .ts-user
    .ts-user-header
    h5 {
    font-size: 2em;
  }
}
@media only screen and (max-width: 600px) {
  .testimonials-section {
    font-size: 4px;
  }
  .testimonials-section .testimonials .ts-header .ts-buttons {
    justify-content: space-around;
  }

  .testimonials-section .testimonials .ts-cards-container .ts-card {
    padding: 30px;
  }

  .testimonials-section .testimonials .ts-cards-container .ts-card p {
    font-size: 3.2em;
  }
  .testimonials-section
    .testimonials
    .ts-cards-container
    .ts-card
    .ts-review-card
    .ts-user
    .ts-user-header
    h3 {
    font-size: 3.6em;
  }
  .testimonials-section
    .testimonials
    .ts-cards-container
    .ts-card
    .ts-review-card
    .ts-user
    .ts-user-header
    h5 {
    font-size: 3em;
  }
  .testimonials-section .testimonials .swiper .swiper-pagination {
    display: none;
  }
  .testimonials-section
    .testimonials
    .swiper
    .swiper-pagination
    .swiper-pagination-bullet {
    margin: 5px 0;
  }
}
/* pelin- JA-18 / Testimonials Section End */
/* pelin - JA-34 / Footer Section Start*/
.footer-section {
  background-color: var(--deep-grey);
  width: 100%;
  max-width: 120em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-block-start: 50px;
  margin: 0 auto;
}
.footer-top {
  width: 100%;
  max-width: 90em;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  align-items: flex-start;
  gap: 3em;
  margin: 0 auto;
}
.footer-content {
  grid-column: 1 / 2;
  height: 230px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.footer-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.fl-title {
  font-size: var(--fnt-size-xl);
  font-weight: 500;
  color: var(--white);
  letter-spacing: -3%;
}
.footer-text {
  font-size: var(--fnt-size-s);
  font-weight: 400;
  color: #808080;
}
.footer-contact {
  display: flex;
  align-items: center;
  gap: 10px;
}
.fc-1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
.fc1-text {
  color: var(--white);
  font-size: var(--fnt-size-s);
  font-weight: 500;
}
.fc1-line {
  border: 1px solid var(--green);
  width: 6.25em;
}
.fc-3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
.fc3-text {
  color: var(--white);
  font-size: var(--fnt-size-s);
  font-weight: 500;
  width: 8.125em;
}
.fc3-line {
  border: 1px solid var(--green);
  width: 8.125em;
}
.fc-2 {
  font-size: var(--fnt-size-s);
  color: #808080;
  font-weight: 400;
}
.footer-box-container {
  grid-column: 2/ 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-box {
  height: 230px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer-box-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.footer-box-header {
  font-size: 14px;
  font-weight: 500;
  color: var(--white);
}
.footer-box-link {
  font-weight: 400;
  font-size: var(--fnt-size-s);
  color: var(--grey);
}
.footer-box-link:hover {
  scale: 1.1;
  color: var(--white);
}
.footer-line {
  width: 100%;
  max-width: 90em;
  border: 1px solid var(--dark-grey);
  margin: 0 auto;
}
.footer-bottom {
  width: 100%;
  max-width: 90em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 10px;
  margin: 0 auto;
}
.fb-first {
  color: #808080;
  font-size: var(--fnt-size-s);
}
.fb-second {
  display: flex;
  align-items: center;
  gap: 10px;
}

@media only screen and (max-width: 1490px) {
  .footer-section {
    padding-inline: 50px;
  }
}

@media only screen and (max-width: 1024px) {
  .footer-top {
    display: flex;
    flex-direction: column;
    gap: 3em;
  }
  .footer-content {
    height: auto;
  }
  .footer-box-container {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .footer-box-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-bottom {
    flex-direction: column-reverse;
    gap: 20px;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 480px) {
  .footer-contact {
    flex-direction: column;
    align-items: flex-start;
  }
  .fc-2 {
    text-align: center;
  }
}

@media only screen and (max-width: 390px) {
  .footer-box-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .fb-second {
    flex-wrap: wrap;
  }
}

/* pelin - JA-34 / Footer Section End */

/* Nermin - JA-27 / Implement Featured Products Section Start */
.product-wrapped {
  max-width: 1320px;
  margin: 0 auto;
}
.product-section {
  width: 100%;
  margin: 0 auto;
}
.product-section-head {
  display: flex;
  justify-content: space-between;
  margin: 25px 0;
}
.featured-prod {
  font-family: var(--fnt-family-Poppins);
  font-size: var(--fnt-size-xl);
  font-weight: 600;
  line-height: 38.4px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--deep-grey);
}
.featred-vw {
  font-family: var(--fnt-family-Poppins);
  font-size: var(--fnt-size-md);
  line-height: 24px;
  font-weight: 500;
  color: var(--green);
}
.featured-viewall {
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: 43px;
  border: none;
  background: none;
  cursor: pointer;
}
.JA-27-featured-boxes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.JA-27-featured-boxes-content {
  border: 1px solid var(--light-grey);
  position: relative;
  cursor: pointer;
  padding: 15px;
  transition: border 0.3s ease-in-out;
}

.JA-27-img {
  width: 100%;
}

.JA-27-featured-boxes-content:hover {
  border-color: var(--green);
}
.JA-27-icons {
  position: absolute;
  top: 16px;
  left: 208px;
  display: none;
  flex-direction: column;
  gap: 15px;
  border: 1px solid #f2f2f2;
  padding: 8px;
  border-radius: 5px;
  border: none;
}

.JA-27-icons img {
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: transform 0.2s ease-in-out, background-color 0.3s ease,
    border-color 0.3s ease;
  position: relative;
  border-radius: 50%;
  padding: 10px;
  background-color: #f2f2f2;
  border: 2px solid transparent;
}

.JA-27-icons img:hover {
  background-color: var(--green);
  border-color: var(--green);
  transform: scale(1.1);
}
.JA-27-featured-boxes-content:hover .JA-27-icons {
  display: flex;
}

.product-name,
.product-price,
.content-information {
  padding: 12px;
}

.content-information {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.product-info-cont {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.product-info-cont img {
  width: 70px;
  height: 18px;
  margin-top: 0;
}

.product-name {
  font-family: var(--fnt-family-Poppins);
  font-size: var(--fnt-size-s);
  font-weight: 400;
  line-height: 21px;
  color: var(--dark-grey);
}
.product-price {
  font-family: var(--fnt-family-Poppins);
  font-size: var(--fnt-size-md);
  font-weight: 500;
  line-height: 24px;
  color: var(--deep-grey);
  display: flex;
  align-items: center;
  gap: 0px;
  position: relative;
}

.product-price .price-icon {
  position: absolute;
  left: 100%;
  top: 75%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url("assets/Rectangle.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.add-to-chart {
  display: flex;
  width: 40px;
  height: 40px;
  background: #f2f2f2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 263.5px;
  left: 208px;
  transition: background 0.3s ease-in-out;
}

.add-to-chart img {
  width: 40px;
  height: 40px;
  transition: filter 0.3s ease-in-out;
}

.add-to-chart:hover {
  background: var(--green);
}

.add-to-chart:hover img {
  /* filter: brightness(0) invert(1); */
}

.old-price {
  margin-right: 10px;
  color: #999;
  text-decoration: line-through;
}
.new-price {
  font-weight: bold;
  color: var(--deep-grey);
}

.content-information {
  display: flex;
  justify-content: space-between;
  padding: 12px;
  gap: 6px;
}
.JA-27-sale {
  position: absolute;
  top: 15px;
  left: 15px;
}

/* Nermin - JA-27 / Implement Featured Products Section End */

/* Seher - JA-42 / Detailed Product Component Start */
.detailed-product-wrapped {
  width: 100vw;
  height: 100vh;
  margin: 0 auto;
  position: absolute;
  top: 5px;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  display: none;
}
.detailed-product-section {
  max-width: 1390px;
  background-color: var(--white);
  box-shadow: 5px 5px 24px #000;
  border-radius: 10px;
}
.dps-close {
  position: absolute;
  top: -35px;
  right: -10px;
  cursor: pointer;
}
.dps-close:hover {
  transform: scale(1.1);
}
.detailed-product-images {
  display: flex;
  flex: 1;
  min-width: 300px;
  max-width: 50%;
}
.product-image {
  width: 100%;
}
.dps-slider {
  display: grid;
  margin-left: 15px;
}
.product-image-arrow {
  margin: 0 auto;
}
.slider-images {
  overflow: hidden;
  position: relative;
}

.product-image-slider {
  width: 100%;
  display: block;
  transition: transform 0.3s ease;
}
.product-image-slider:hover {
  border: 1px solid var(--green);
  border-radius: 2px;
  cursor: pointer;
}
.product-image-arrow:hover {
  cursor: pointer;
}
.detailed-product {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.detailed-product-info {
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: 1;
  max-width: 50%;
  min-width: 300px;
}
.quantity {
  display: flex;
  border: 1px solid var(--light-grey);
  padding: 8px;
  gap: 10px;
  align-items: center;
  border-radius: 170px;
}
.dps-cta {
  max-width: 568px;
  display: flex;
  gap: 12px;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 18px;
  justify-content: space-between;
}
.add-to-cart {
  color: var(--white);
  background-color: var(--green);
  font-family: var(--fnt-family-Poppins);
  font-weight: 600;
  font-size: clamp(var(--fnt-size-xs), 1vw, var(--fnt-size-md));
  line-height: 19.2px;
  border-radius: 43px;
  width: 368px;
  cursor: pointer;
}
.add-to-cart:hover {
  background-color: var(--dark-green);
}
.small-details-head {
  font-family: var(--fnt-family-Poppins);
  font-weight: 500;
  font-size: var(--fnt-size-s);
  line-height: 21px;
  color: var(--deep-grey);
  margin-bottom: 15px;
}
.dps-explanation {
  max-width: 568px;
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 16px;
}
.dps-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dps-brand {
  display: flex;
  gap: 8px;
  align-items: center;
}
.dps-brand-name {
  font-family: var(--fnt-family-Poppins);
  font-weight: 400;
  font-size: var(--fnt-size-s);
  line-height: 21px;
  color: var(--deep-grey);
}
.dps-shares {
  display: flex;
  gap: 10px;
  align-items: center;
}
.dps-exp-parag {
  font-family: var(--fnt-family-Poppins);
  font-weight: 400;
  font-size: var(--fnt-size-s);
  line-height: 21px;
  color: #808080;
}
.dps-reviewstars {
  display: flex;
  gap: 2px;
}
.dps-namestock {
  display: flex;
  gap: 8px;
  align-items: center;
}
.dps-title {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-bottom: 1px solid #e6e6e6;
}
.dps-brand-title {
  font-family: var(--fnt-family-Poppins);
  font-weight: 600;
  font-size: clamp(var(--fnt-size-2xl), 2vw, var(--fnt-size-md));
  line-height: 43.2px;
  color: var(--deep-grey);
}
.review-num {
  font-family: var(--fnt-family-Poppins);
  font-weight: 400;
  font-size: var(--fnt-size-s);
  line-height: 21px;
  color: #666;
}
.dps-review-sku {
  display: flex;
  gap: 12px;
}
.dps-sku {
  font-family: var(--fnt-family-Poppins);
  font-weight: 500;
  font-size: var(--fnt-size-s);
  line-height: 21px;
  color: #333;
}
.dps-dot {
  font-family: var(--fnt-family-Poppins);
  font-weight: 500;
  font-size: var(--fnt-size-s);
  line-height: 21px;
  color: #b3b3b3;
  align-items: center;
}
.sku-value {
  font-family: var(--fnt-family-Poppins);
  font-weight: 400;
  font-size: var(--fnt-size-s);
  line-height: 21px;
  color: #666;
}
.dps-price {
  display: flex;
  gap: 12px;
}
.dps-price-info {
  display: flex;
  gap: 4px;
  align-items: center;
}
.dps-old-price {
  font-family: var(--fnt-family-Poppins);
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #b3b3b3;
  text-decoration: line-through;
}
.dps-discount-price {
  font-family: var(--fnt-family-Poppins);
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: var(--dark-green);
}
.dps-tags {
  font-family: var(--fnt-family-Poppins);
  font-weight: 400;
  font-size: var(--fnt-size-s);
  line-height: 21px;
  color: #808080;
}
.pds-stocknum {
  font-family: var(--fnt-family-Poppins);
  font-weight: 400;
  font-size: var(--fnt-size-md);
  line-height: 24px;
  color: var(--deep-grey);
  text-align: center;
  width: 18px;
}
.pds-heart {
  background: none;
  border: none;
}
.pds-heart:hover {
  background-color: var(--green);
  border-radius: 100px;
  cursor: pointer;
}
.shareimg {
  cursor: pointer;
}
.pds-minus {
  cursor: pointer;
}
.pds-plus {
  cursor: pointer;
}

@media (max-width: 800px) {
  .detailed-product-wrapped {
    width: 100vw;
    height: 100vh;
    top: 5px;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .detailed-product-section {
    margin-top: 870px;
  }
  .detailed-product {
    flex-direction: column;
  }
  .product-image {
    width: 100%;
  }
  .detailed-product-images {
    flex-direction: column;
  }
  .dps-slider {
    display: flex;
    order: 2;
    margin-bottom: 10px;
  }
  .dps-header {
    flex-direction: column;
    gap: 15px;
  }
}
/* Seher - JA-42 / Detailed Product Component End */

/* Nermin - JA -32 / Implement the NewsletterSection Start */

.subscribe-section {
  width: 100%;
  max-width: 1920px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 50px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  background: #f7f7f7;
  margin: 30px auto;
}

.subscribe-content {
  width: 448px;
  max-width: 100%;
  height: auto;
  margin-left: 100px;
}

.subscribe-content .subscribe-title {
  width: 100%;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
}

.subscribe-content .subscribe-desc {
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #999999;
}

.subscribe-form {
  max-width: 580px;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
  border-radius: 46px;
  border: 1px solid #ccc;
  padding: 7px 5px;
}

.email-input {
  width: 100%;
  max-width: 400px;
  font-size: 16px;
  line-height: 24px;
  border: none;
  background-color: transparent;
  outline: none;
  padding: 10px 15px;
}

.subscribe-button {
  max-width: 120px;
  width: 100%;
  height: 48px;
  background: #00b207;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  border: none;
  cursor: pointer;
  border-radius: 46px;
  padding: 14px 24px;
}

.social-icons {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
}

.social-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
  position: relative;
}

.social-icon img {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 11px;
  left: 11px;
}

.social-icon[data-media="Facebook"] {
  background-color: #0000001e;
}

.social-icon:hover {
  background: #00b207;
}

.social-icon:hover img {
  filter: brightness(0) invert(1);
}

@media (max-width: 1000px) {
  .subscribe-section {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
  }

  .subscribe-content {
    margin-left: 0;
    width: 90%;
    margin-bottom: 20px;
  }

  .subscribe-content .subscribe-title {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .subscribe-content .subscribe-desc {
    font-size: 14px;
  }

  .subscribe-form {
    align-items: center;
    width: 100%;
    justify-content: center;
  }

  .email-input {
    width: 100%;
    max-width: 300px;
    margin-right: 0;
  }

  .subscribe-button {
    width: auto;
    padding: 14px 24px;
    margin-top: 0;
  }

  .social-icons {
    flex-direction: row;
    margin-top: 20px;
  }

  .social-icon {
    margin: 0 10px;
  }
}

@media (max-width: 768px) {
  .subscribe-button {
    font-size: 14px;
    padding: 12px 20px;
  }

  .email-input {
    font-size: 14px;
    padding: 12px;
  }

  .social-icons {
    flex-wrap: wrap;
    gap: 4px;
  }

  .social-icon {
    width: 36px;
    height: 36px;
  }

  .social-icon img {
    width: 16px;
    height: 16px;
  }
}

@media (max-width: 600px) {
  .social-icons {
    align-items: center;
  }

  .social-icon {
    margin: 10px 0;
  }
}
@media (max-width: 1200px) {
  .subscribe-form {
    max-width: 500px;
  }
}

@media (max-width: 992px) {
  .subscribe-form {
    max-width: 400px;
  }
}

@media (max-width: 768px) {
  .subscribe-form {
    width: 100%;
    align-items: center;
  }

  .email-input {
    max-width: 100%;
    margin-bottom: 10px;
  }

  .subscribe-button {
    width: auto;
  }
}

@media (max-width: 480px) {
  .subscribe-form {
    max-width: 300px;
  }
  .email-input {
    font-size: 14px;
    padding: 10px;
  }

  .subscribe-button {
    font-size: 14px;
    padding: 10px 16px;
  }
}

/* Nermin - JA -32 / Implement the NewsletterSection End */

/*pelin - JA-13 / Popular Categories Section Start */
.popular-categories {
  width: 100%;
  max-width: 1920px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  margin-block: 50px;
  margin: 0 auto;
}

.pc-header {
  width: 100%;
  max-width: 1320px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}

.pc-title {
  font-weight: 600;
  color: var(--deep-grey);
  font-size: var(--fnt-size-xl);
}

.pc-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  border-style: none;
  cursor: pointer;
  background-color: transparent;
}

.pc-btn-text {
  font-weight: 500;
  color: var(--green);
  font-size: var(--fnt-size-md);
}

.pc-cards-container {
  width: 100%;
  max-width: 1320px;
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  margin: 0 auto;
}

.pc-card {
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  padding-block: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.pc-card-title {
  color: var(--deep-grey);
  font-size: var(--fnt-size-lr);
  font-weight: 500;
  text-align: center;
}

.pc-card-img {
  cursor: pointer;
}

.pc-card:hover {
  border: 1px solid var(--dark-green);
  box-shadow: 0px 0px 12px 0px #20b52652;
  scale: 1.1;
  transform: 0.3s ease;
}

.pc-card:hover .pc-card-title {
  color: var(--dark-green);
}

@media screen and (max-width: 1390px) {
  .popular-categories {
    padding-inline: 50px;
  }
}

@media screen and (max-width: 600px) {
  .pc-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
/*pelin - JA-13 / Popular Categories Section End */
