@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&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}

/* Global utility class - Tailwind replacement */
.hidden {
  display: none !important;
}

a,
a:hover {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}

.flex-center {
  align-items: center;
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Mobile sticky bar için body padding */
@media (max-width: 820px) {
  body {
    padding-bottom: 80px;
  }
}

section {
  padding: 50px 0;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* display: flex;
    justify-content: center;
    align-items: center; */
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Content Wrapper START*/
.content-wrapper {
  background-color: #f9f9f9;
  box-shadow: 0 5px 10px -8px var(--color-4);
  padding: 30px 20px;
  margin-top: 15px;
  margin-bottom: 50px;
  border-radius: 5px;
}

.content-wrapper p {
  padding: 5px;
  color: #000;
}

.content-wrapper img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper-title {
  font-weight: 600;
  font-size: 25px;
  padding-bottom: 10px;
  text-align: center;
}

.content-wrapper ul {
  padding: 0 20px 20px 20px;
}

.content-wrapper ul li {
  list-style-type: circle;
}

.content-wrapper h1 {
  font-size: 25px;
}

.content-wrapper h2 {
  font-size: 23px;
  font-weight: 500;
}

.content-wrapper h3 {
  font-size: 21px;
  font-weight: 500;
}
/* Content Wrapper END*/

/* HEADER START */
/* HEADER-TOP START */

.header-top .row {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-right-icons,
.desktop-search-input,
.desktop-logo {
  display: flex;
  align-items: center;
}

.desktop-search-input {
  display: flex;
  align-items: center;
  justify-content: center;
}

.desktop-search-input input {
  position: relative !important;
  width: 100% !important;
  padding: 10px 10px 10px 20px !important;
  border: none !important;
  border-radius: 8px !important;
  box-shadow: var(--color-5) 0px 3px 4px 0px !important;
}

.desktop-search-input input:focus {
  border: none;
  outline: none;
}

.header-right-icons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}

.header-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.header-icon a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #f1ab6d;
}

.header-icon i {
  font-size: 30px;
}

.desktop-logo img {
  max-width: 250px;
  width: 100%;
  object-fit: contain;
  max-height: 130px;
}

@media (max-width: 1200px) {
  .header-icon a {
    font-size: 13px;
  }

  .header-icon i {
    font-size: 25px;
  }

  .header-right-icons {
    gap: 15px;
  }

  .desktop-search {
    left: 66%;
  }
}

@media (max-width: 992px) {
  .header-icon a {
    display: flex;
    align-items: center;
    white-space: nowrap;
    gap: 5px;
  }

  .header-right-icons {
    gap: 10px;
  }

  .desktop-search {
    left: 58%;
  }
}

@media (max-width: 820px) {
  .desktop-search-input {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .desktop-search-input input {
    margin-bottom: 0;
    margin-top: 0;
  }
}
/* HEADER-TOP END */

/* HEADER-BOTTOM START */
/* Not: Header menü stilleri style.css dosyasında tanımlıdır */
/* HEADER-BOTTOM END */

/* HEADER-MOBILE START */
.header-mobile {
  display: none;
}

.header-mobile-top {
  background-color: var(--color-4);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
}

.mobile-logo {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  transform: translateX(30px);
}

.header-mobile-top a {
  color: #fff;
}

.mobile-truck {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-mobile-top ul {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header-mobile-center {
  background-color: #fff;
  padding: 5px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobile-logo img {
  max-width: 200px;
  max-height: 80px;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.mobile-basket {
  color: #000;
  font-size: 24px;
}

.header-mobile-bottom {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  position: sticky;
  top: 0;
  z-index: 99;
  background-color: #fff;
}

.header-mobile-bottom .search-area {
  width: 100%;
}

.header-mobile-bottom .search-form {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}

.header-mobile-bottom .search-form input {
  width: 100%;
  padding: 12px 45px 12px 15px;
  border: 2px solid #f2ab6d;
  border-radius: 25px;
  font-size: 14px;
  background-color: #fff;
}

.header-mobile-bottom .search-form input:focus {
  outline: none;
  border-color: #e8965a;
}

.header-mobile-bottom .search-form button {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: #f2ab6d;
  border: none;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.header-mobile-bottom .search-form button img {
  width: 16px;
  height: 16px;
  filter: brightness(0) invert(1);
}

.desktop-search-input {
  display: flex;
  align-items: center;
  width: 100%;
}

.mobile-input {
  position: relative;
  width: 100%;
  padding: 10px 15px;
  box-sizing: border-box;
  border: none;
  background-color: #f8f8f8;
  border-radius: 10px;
  margin-bottom: 40px;
}

.mobile-search {
  position: absolute;
  top: 40%;
  left: 85%;
}

.hamburger-menu {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  padding: 10px 15px;
  border-radius: 8px;
  text-decoration: none;
}

.hamburger-menu .menu-text {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.hamburger-menu .hamburger-lines {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 26px;
  height: 16px;
}

.hamburger-menu .hamburger-lines span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #333;
  border-radius: 2px;
}

@media (max-width: 820px) {
  .header-desktop,
  .header-bottom {
    display: none;
  }

  .header-mobile {
    display: block;
  }

  .header-modal {
    display: none;
  }

  .mobile-search {
    position: absolute;
    top: 40%;
    left: 85%;
  }
}

@media (max-width: 768px) {
  .mobile-search {
    position: absolute;
    top: 40%;
    left: 82%;
  }
}

@media (max-width: 576px) {
  .page-header-list {
    display: flex;
    align-items: center;
  }

  .mobile-search {
    top: 40%;
    left: 77%;
  }
}

@media (max-width: 460px) {
  .mobile-search {
    top: 40%;
    left: 74%;
  }
}

@media (max-width: 395px) {
  .mobile-logo img {
    padding-top: 10px;
    max-width: 200px;
    height: auto;
    width: 100%;
    object-fit: contain;
  }

  .mobile-search {
    top: 40%;
    left: 70%;
  }
}

/* HEADER-MOBILE END */

/* HEADER-MODAL START */
.header-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  opacity: 0;
  transform: translateX(-100%);
  transition:
    opacity 0.5s ease,
    transform 0.5s ease;
  z-index: 999999999999999;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: scroll;
}

@media (max-width: 992px) {
  .header-modal .container {
    padding-right: 0;
    padding-left: 0;
  }
}

.header-modal.active {
  opacity: 1;
  transform: translateX(0);
}

.modal-icon {
  color: #333;
  display: flex;
  align-items: center;
  gap: 10px;
}

.modal-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 30px 20px 30px;
}

.modal-logo img {
  width: auto;
  height: auto;
  max-width: 200px;
  max-height: 75px;
  object-fit: contain;
}

.modal-search {
  position: absolute;
  left: 85%;
  top: 25px;
}

.modal-icons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
}

.modal-icons a {
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  font-size: 20px;
}

.modal-icons i {
  color: #333;
  font-size: 30px;
}

.modal-menu {
  padding-bottom: 100px;
}

.modal-menu > ul > li.modal-menu-title {
  margin-bottom: 20px;
}

.modal-menu > ul > li.modal-menu-title > a {
  font-size: 25px;
  font-weight: bold;
  color: #000;
  margin-bottom: 20px;
}

.modal-menu > ul > li:not(.modal-menu-title) {
  padding-bottom: 20px;
}

.modal-menu > ul > li:not(.modal-menu-title) > a {
  font-size: 22px;
  color: #000;
  padding-bottom: 20px;
}

.modal-menu li {
  padding: 8px;
  border-bottom: 1px solid #1c1c1e;
}

.modal-menu li a {
  text-transform: uppercase;
  color: #1c1c1e;
  font-size: 15px;
}

.submenu {
  display: none;
  max-height: 0;
  overflow: scroll;
  background: #f0f0f0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 0 20px;
  margin-top: 10px;
  border-radius: 4px;
  transition: max-height 0.3s ease;
  display: flex;
  flex-wrap: wrap;
}

.modal-menu .submenu li {
  padding: 10px 0;
}

.modal-menu .submenu li a {
  color: #333;
  font-size: 15px;
}

.modal-menu .submenu li a:hover {
  color: #007bff;
}

.modal-menu-title:hover .submenu {
  max-height: 300px;
  padding: 20px;
}

.header-modal-footer {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 20px;
  padding: 20px;
  border-radius: 20px;
  flex-wrap: wrap;
}

.modal-icon-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  border-right: 2px solid var(--color-4);
  padding-right: 20px;
}

.modal-contact {
  display: flex;
  align-items: center;
  gap: 20px;
}
/* HEADER-MODAL END */
/* HEADER END */

/* HOME-IMAGES START */
.home-images img {
  width: 100%;
}

.home-slider-section {
  position: relative;
  padding: 0;
}

.mobile-home-slider {
  display: none;
}

.mobile-home-slider img {
  max-width: 100%;
  display: block;
  min-height: 250px;
  object-fit: cover;
}

@media (max-width: 1200px) {
  .left-content-title {
    font-size: 36px;
    line-height: 50px;
    width: 75%;
  }

  .left-content-desc {
    font-size: 22px;
    line-height: 27px;
  }
}

@media (max-width: 1024px) {
  .left-content-title {
    font-size: 30px;
    line-height: 40px;
    width: 75%;
  }

  .left-content-desc {
    font-size: 18px;
    line-height: 27px;
  }
}

@media (max-width: 992px) {
  .left-content-title {
    font-size: 28px;
    line-height: 40px;
    width: 100%;
  }

  .left-content-desc {
    font-size: 13px;
    line-height: 22px;
    width: 100%;
  }
}

@media (max-width: 820px) {
  .left-content {
    display: none;
  }

  .mobile-home-slider {
    display: block;
    padding-top: 5px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .home-slider-section {
    display: none;
  }
}
/* HOME-IMAGES END */

/* ICON-SLIDER START */
.icons-slider-section {
  padding: 20px 0;
  overflow: visible;
}

.steps-grid {
  display: flex;
  gap: 15px;
}

.steps-grid .icon-box {
  flex: 1;
  margin-inline: 0;
}

.icon-box {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding: 20px 10px;
  margin-inline: 20px;
  border: none;
  border-radius: 8px;
  background-color: #f2ab6d;
  gap: 15px;
  transition: all 0.3s ease;
  width: 100%;
}

@media (max-width: 768px) {
  .steps-grid {
    flex-wrap: wrap;
  }
  .steps-grid .icon-box {
    flex: 1 1 45%;
  }
}

.icon-box:hover {
  background-color: var(--color-3);
  color: #fff;
}

.icon-box:hover i,
.icon-box:hover span,
.icon-box:hover a {
  color: #fff;
}

.icon-box i {
  font-size: 30px;
  color: var(--color-4);
}

.icon-box span,
.icon-box a {
  font-size: 16px;
  color: white;
  text-decoration: none;
}

.iconSwiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0;
}

.swiper-slide .icon-box:hover {
  background-color: #f2ab6d;
}

@media (max-width: 1200px) {
  .icon-box span,
  .icon-box a {
    font-size: 14px;
  }
}

@media (max-width: 992px) {
  .icon-box span,
  .icon-box a {
    font-size: 14px;
  }

  .icon-box i {
    font-size: 25px;
  }
}

@media (max-width: 576px) {
  .icon-box {
    gap: 5px;
  }
  .icon-box span,
  .icon-box a {
    font-size: 12px;
  }

  .icon-box i {
    font-size: 20px;
  }
}
/* ICON-SLIDER END */

/* CAMPAIGN START */
.campaign-title {
  font-weight: 300;
  font-size: 50px;
  text-align: center;
  color: var(--color-5);
  padding-bottom: 50px;
}

.compaign-box {
  display: flex;
  min-height: 100%;
}

.img-box {
  width: 100%;
}

.campaign-img {
  min-width: 300px;
  width: 100%;
  max-height: 420px;
  height: auto;
  object-fit: contain;
  position: relative;
}

.campaign-text {
  position: absolute;
  top: 166px;
  left: -106px;
  width: 100%;
  background-color: var(--color-4);
  color: #fff;
  padding: 6px 20px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  transform: rotate(-45deg);
  transform-origin: left top;
}

.text-box {
  background-color: var(--color-7);
  padding: 10px;
}

@media (min-width: 992px) {
  .text-box {
    background-color: var(--color-7);
    padding: 10px;
    min-width: 500px;
    width: 100%;
  }
}

.text-box-title {
  font-weight: 500;
  font-size: 35px;
  line-height: 42px;
  color: #f2ab6d;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.text-box-title img {
  max-width: 75px;
  width: 100%;
}

.text-box-desc {
  color: #f2ab6d;
  font-size: 15px;
  font-weight: 500;
  padding-bottom: 13px;
}

.pro-name {
  font-size: 25px;
  color: #f2ab6d;
  font-weight: 500;
  padding-bottom: 20px;
}

.price-box {
  padding-bottom: 40px;
}

.sold-out {
  padding-bottom: 18px;
  font-size: 20px;
  text-decoration: line-through;
  color: var(--color-5);
}

.new-price {
  font-size: 30px;
  color: black;
  font-weight: 700;
}

.new-price span {
  font-size: 15px;
}

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

.last-time span {
  background-color: var(--color-1);
  color: #fff;
  padding: 3px 8px;
}

.campaign-btn {
  background-color: var(--color-4);
  color: #fff;
  padding: 5px 20px;
  transition: all 0.3s ease;
}

.campaign-btn:hover {
  background-color: var(--color-1);
  color: #fff;
}

.swiper-pagination span {
  display: none; /* Sayfa numaralarını gizle */
}

.swiper-pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.swiper-pagination span {
  display: block;
  width: 30px;
  height: 4px;
  background: #000;
  margin: 0 5px;
  border-radius: 2px;
}

.smallSwiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.smallSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1200px) {
  .text-box-title {
    font-size: 20px;
    padding-bottom: 10px;
  }

  .text-box-title img {
    max-width: 40px;
  }

  .text-box-desc {
    font-size: 13px;
    padding-bottom: 10px;
  }

  .last-time {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .last-time span {
    padding: 5px 15px;
    font-size: 10px;
  }

  .smallSwiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }

  .smallSwiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .pro-name {
    font-size: 17px;
    padding-bottom: 5px;
  }

  .campaign-section {
    padding-top: 0;
    font-size: 12px;
  }

  .campaign-text {
    top: 118px;
    left: -55px;
  }

  .price-box {
    padding-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media (max-width: 1024px) {
  .text-box-title {
    font-size: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    padding-bottom: 10px;
  }

  .text-box-title img {
    max-width: 40px;
  }

  .text-box-desc {
    font-size: 12px;
    padding-bottom: 13px;
  }

  .last-time {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .smallSwiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }

  .smallSwiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}

@media (max-width: 992px) {
  .campaign-title {
    font-size: 40px;
  }

  .smallSwiper {
    display: none;
  }

  .compaign-box {
    display: flex;
  }

  .img-box,
  .text-box {
    width: 100%;
  }

  .img-box {
    width: 100%;
  }

  .campaign-img {
    width: 100%;
    height: auto;
    display: block;
  }

  .last-time {
    display: flex;
    flex-direction: row;
  }

  .campaign-text {
    top: 42%;
    left: -28%;
  }

  .text-box-title {
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 5px;
  }

  .text-box-title img {
    max-width: 29px;
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  .campaign-title {
    font-size: 30px;
  }

  .iconSwiper .swiper-slide {
    padding: 20px 0;
  }

  .text-box {
    padding: 10px 20px;
  }

  .text-box-title {
    font-size: 20px;
    padding-bottom: 15px;
  }

  .text-box-desc {
    font-size: 14px;
    padding-bottom: 15px;
  }

  .pro-name {
    font-size: 20px;
    padding-bottom: 5px;
  }

  .compaign-box {
    display: flex;
    margin-bottom: 30px;
  }
}

@media (max-width: 576px) {
  .compaign-box {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .campaign-title {
    font-size: 22px;
    padding-bottom: 10px;
  }

  @media (max-width: 576px) {
    .compaign-box {
      display: block;
      padding: 10px;
    }

    .img-box,
    .text-box {
      width: 100%;
      margin-bottom: 15px;
    }

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

    .text-box {
      font-size: 14px;
    }

    .price-box {
      font-size: 16px;
    }

    .campaign-img {
      width: 100%;
      max-width: 200px;
      max-height: 200px;
      height: auto;
      display: block;
      margin-right: auto;
      margin-left: auto;
    }
  }
}

@media (max-width: 375px) {
  .campaign-title {
    font-size: 17px;
  }
}
/* CAMPAIGN END */

.home-products-section {
  padding-top: 50px;
  position: relative;
}

@media (max-width: 768px) {
  .home-products-section {
    padding-top: 10px;
  }
}

/* PRODUCT-BOX START */
.product-image {
  position: relative;
}

.product-image:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  opacity: 0;
  transition: all 0.3s ease;
}

.product-image:before {
  opacity: 1;
}

.product-box {
  position: relative;
  display: block;
  width: 100%;
  border: 1px solid var(--color-8);
  overflow: hidden;
  transition:
    background-color 0.3s ease,
    transform 0.3s ease;
}

.product-image {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  transition:
    background-color 0.3s ease,
    transform 0.3s ease;
}

.product-image img {
  width: 100%;
  height: auto;
  display: block;
}

.product-image::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.product-box:hover .product-image::before {
  opacity: 1;
}

.pro-content,
.add-to-cart,
.notify-button,
.detail-view {
  position: relative;
  z-index: 2;
}

.pro-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--color-10);
  padding: 10px 0px 0px 0px;
  background-color: #fff;
  position: relative;
  z-index: 2;
}

.pro-box-title {
  font-weight: 500;
  font-size: 17px;
  text-align: center;
  padding-bottom: 15px;
}

.pro-span {
  padding-bottom: 25px;
}

.price-section {
  display: flex;
  align-items: center;
  gap: 50px;
  padding-bottom: 20px;
}

.new-price {
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
  color: black;
}

.old-price {
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
  color: #c4c4c4;
  text-decoration: line-through;
}

.add-to-cart,
.notify-button {
  padding: 15px 0px;
  background: var(--color-3);
  color: white;
  font-weight: 300;
  font-size: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  transition: all 0.4s ease;
  width: 100%;
  opacity: 0;
  border: none;
  transform: translateY(45px);
  bottom: 20px;
  position: absolute;
}

.notify-button:hover {
  color: #fff;
}

.add-to-cart i,
.notify-button i {
  color: white;
}

.product-box:hover .add-to-cart,
.product-box:hover .notify-button {
  bottom: 0px;
  opacity: 1;
  transform: translateY(0px);
}

.detail-view {
  position: absolute;
  left: -100%;
  bottom: 0px;
  color: #fff;
  font-size: 15px;
  padding: 10px;
  background-color: transparent;
  opacity: 0;
  transition: all 0.4s ease;
  display: flex;
  gap: 7px;
  align-items: center;
}

.product-box:hover .detail-view {
  left: 5px;
  opacity: 1;
}

.detail-view i {
  font-size: 10px;
}

.sold-button {
  background-color: var(--color-3);
  color: #fff;
  padding: 10px 30px;
  border-radius: 5px;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.sold-button:hover {
  background-color: #fff;
  color: var(--color-3);
}

/* Zil ikonu sadece hover durumunda sallansın */
.sold-button:hover i {
  animation: shake 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

/* @keyframes shake animasyonu */
@keyframes shake {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

/* Satırda 4 ürün varsa */
.discount-text {
  position: absolute;
  top: 4%;
  left: 5%;
  background-color: var(--color-4);
  color: #fff;
  padding: 6px 25px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  z-index: 100;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  overflow: hidden;
}

.discount-text:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #fff;
  color: var(--color-4);
  top: -100%;
  left: 0;
  z-index: -1;
  transition: 0.3s;
}

.discount-text:hover {
  color: var(--color-4);
}

.discount-text:hover:before {
  top: 0;
}

.discount-text:hover:after {
  top: 0;
}

.new-product {
  position: absolute;
  top: 6%;
  left: 5%;
  background-color: var(--color-3);
  color: #fff;
  padding: 8px 20px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  border-radius: 5px;
  z-index: 100;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  overflow: hidden;
}

.new-product:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #fff;
  color: var(--color-3);
  top: -100%;
  left: 0;
  z-index: -1;
  transition: 0.3s;
}

.new-product:hover {
  color: var(--color-3);
}

.new-product:hover:before {
  top: 0;
}

.new-product:hover:after {
  top: 0;
}

@media (max-width: 1200px) {
  .price-section {
    gap: 20px;
  }

  .old-price,
  .new-price {
    font-size: 18px;
    /* padding-bottom: 5px; */
  }
}

@media (max-width: 460px) {
  .price-section {
    gap: 10px;
  }

  .old-price {
    font-size: 12px;
  }

  .new-product {
    padding: 5px 15px;
    font-size: 8px;
  }

  .discount-text {
    padding: 5px 15px;
    font-size: 10px;
  }
}

/* PRODUCT-BOX END */

/* COMMENT START */
.comment-section {
  position: relative;
  margin-bottom: 100px;
}

.commen-first {
  width: 100%;
  max-width: 500px;
  margin: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
}

.comment-desc {
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #807373;
  margin-bottom: 10px;
  width: 100%;
  max-width: none;
}

.commen-first img {
  width: 100%;
  height: auto;
  max-width: 90px;
  border-radius: 50%;
  border: 3px solid #fff;
}

.comment-prev,
.comment-next {
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  z-index: 99999;
}

.comment-prev {
  left: 16%;
}

.comment-next {
  right: 16%;
}

.comment-prev i,
.comment-next i {
  font-size: 24px;
  color: #807373;
}

.commentSwiper {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.commentSwiper .swiper-slide {
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: transparent;
  border-radius: 10px;
}

.leaf-01,
.leaf-02,
.leaf-03 {
  position: absolute;
  width: 100px;
  height: auto;
  opacity: 0.7;
}

.leaf-01 {
  position: absolute;
  bottom: -5px;
  left: -5%;
  width: 200px;
}

.leaf-02 {
  top: -50px;
  right: -5%;
  width: 175px;
}

.leaf-03 {
  bottom: -20px;
  right: -5%;
  width: 175px;
}

.area {
  position: relative;
  padding: 30px 0;
  width: 100%;
}

@media (max-width: 1200px) {
  .leaf-01 {
    left: 5%;
  }

  .leaf-02,
  .leaf-03 {
    right: 5%;
  }
}

@media (max-width: 1024px) {
  .leaf-01 {
    left: -3%;
  }

  .leaf-02,
  .leaf-03 {
    right: -2%;
  }
}

@media (max-width: 992px) {
  .leaf-01,
  .leaf-02,
  .leaf-03 {
    display: none;
  }

  .comment-prev,
  .comment-next {
    position: absolute;
    top: 90%;
    transform: translateY(-50%);
    z-index: 99999;
  }

  .comment-prev {
    left: 45%;
  }

  .comment-next {
    right: 45%;
  }
}

@media (max-width: 576px) {
  .comment-section {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
  }

  .comment-prev,
  .comment-next {
    position: absolute;
    top: 90%;
    transform: translateY(-50%);
    z-index: 99999;
  }

  .comment-prev {
    left: 40%;
  }

  .comment-next {
    right: 40%;
  }
}

@media (max-width: 820px) {
}

@media (max-width: 768px) {
}

@media (max-width: 576px) {
  .comment-desc {
    font-size: 15px;
  }
}
/* COMMENT END */

/* DISCOUNTED START */
.discounted-section {
  background-color: var(--color-6);
  padding: 80px 0;
}

.discounted-section .last-row {
  margin-bottom: 30px;
}

.section-title {
  position: relative;
  font-size: 35px;
  color: #1c1c1e;
  text-align: center;
  margin-bottom: 60px;
}

.section-title::after {
  content: "";
  position: absolute;
  bottom: -5px; /* Çizginin başlığa olan mesafesi */
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background-color: #1c1c1e;
}

@media (max-width: 820px) {
  .home-blog-section .section-title {
    margin-bottom: 25px;
  }
}

/* DISCOUNTED END */

/* CTA-AREA START */
.cta-section {
  padding-top: 250px;
  margin-top: -265px;
  background-color: white;
}

.cta-area {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  color: white;
  padding: 70px;
}

.cta-title {
  font-weight: bold;
  font-size: 48px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: solid 2px var(--color-4);
  color: #fff;
}

.cta-title span {
  display: block;
  font-size: 38px;
  font-weight: 400;
}

.cta-btn {
  display: inline;
  border: 1px solid var(--color-4);
  border-radius: 30px;
  padding: 10px 50px;
  color: #fff;
  transition: all 0.3s ease;
}

.cta-btn:hover {
  background-color: var(--color-4);
  color: #fff;
}

@media (max-width: 992px) {
  .cta-title {
    font-size: 35px;
    border: none;
  }

  .cta-title span {
    font-size: 28px;
    padding: 25px 0 10px 0;
  }

  .cta-btn {
    font-size: 25px;
  }
}

@media (max-width: 820px) {
  .cta-title {
    font-size: 30px;
    border: none;
  }

  .cta-title span {
    font-size: 23px;
    padding: 25px 0 5px 0;
  }

  .cta-btn {
    font-size: 25px;
  }
}

@media (max-width: 576px) {
  .cta-area {
    padding: 50px 20px;
  }

  .cta-btn {
    font-size: 12px;
    padding: 5px 30px;
  }

  .cta-title {
    font-size: 21px;
    border: none;
    padding-bottom: 10px;
  }

  .cta-title span {
    font-size: 14px;
    padding: 15px 0 0px 0;
  }
}

/* CTA-AREA END */

/* FOOTER START */
/* FOOTER-TOP START */

footer {
  padding: 60px 0 30px 0;
  border-top: 20px solid #f2ab6d;
}

.footer-desc {
  display: block;
  padding-top: 15px;
  color: #333;
}

.footer-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
}

.footer-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #f2ab6d;
  position: absolute;
  bottom: 0;
  left: 0;
}

.footer-box {
  padding-bottom: 50px;
}

.footer-box ul li {
  max-width: 300px;
  text-wrap: wrap;
  padding-bottom: 8px;
}

.footer-box ul li a {
  font-size: 15px;
  color: #333;
}

.footer-box ul li a:hover {
  opacity: 0.8;
}

.footer-logo img {
  width: auto;
  height: auto;
  object-fit: cover;
  max-height: 100px;
}

@media (max-width: 992px) {
  .footer-desc {
    padding-bottom: 30px;
  }

  .footer-logo img {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
}

@media (max-width: 576px) {
  footer {
    padding: 0;
  }

  .footer-desc {
    padding-bottom: 10px;
  }
}
/* FOOTER-TOP END */

/* FOOTER-BOTTOM START */
.footer-bottom .row {
  border-top: 1px solid #c4c4c4;
  padding-top: 20px;
  color: black;
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
}

.social {
  color: black;
  border: solid 1px black;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  padding: 8px;
  transition: all 0.3s ease;
}

.social:hover {
  color: #000;
  border-color: #000;
}

.footer-mail {
  display: flex;
  justify-content: flex-end;
  color: #adadb5;
}

@media (max-width: 576px) {
  .footer-bottom {
    padding-bottom: 100px;
  }

  .footer-mail {
    display: flex;
    justify-content: center;
    padding-top: 20px;
  }

  .footer-social {
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
  }
}
/* FOOTER-TOP END */
/* FOOTER END */

/* CATEGORY.PHP START */
.category-section {
  position: relative;
}

.page-header-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page-header {
  padding: 50px 0;
}

.page-title {
  font-size: 25px;
  color: var(--color-3);
  text-align: center;
}

.category-dropdown {
  position: relative;
}

.custom-select-container {
  position: relative;
}

.custom-dropdown {
  position: relative;
  display: flex;
}

.custom-dropdown select {
  background: transparent;
  padding: 10px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  background: transparent;
  cursor: pointer;
}

.selected-option {
  background-color: transparent;
  border: none;
  border-radius: 4px;
  padding: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.arrow-icon {
  margin-left: 10px;
  transition: transform 0.3s ease;
  color: var(--color-4);
}

.arrow-icon.up {
  transform: rotate(180deg); /* Yukarı döndürme */
}

.dropdown-options {
  display: none;
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  right: 0;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 4px;
  z-index: 1000;
  width: 100%;
}

.option {
  padding: 10px;
  cursor: pointer;
  text-decoration: none;
  color: #333;
  display: block;
}

.option:hover {
  background-color: transparent;
}

@media (max-width: 992px) {
  .selected-option {
    font-size: 12px;
  }
}

@media (max-width: 576px) {
  .page-header-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-top: 5px;
  }

  .page-header {
    padding: 20px 0;
  }

  .page-p,
  .category-form {
    width: 100%;
    margin: 5px 0;
  }

  .category-form {
    display: flex;
    justify-content: center; /* Formu ortala */
    width: 100%; /* Formun tam genişlikte olmasını sağla */
  }

  .selected-option {
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .page-title {
    font-size: 20px;
    text-align: center;
    margin-bottom: 0;
  }

  .page-p {
    display: none;
  }

  .page-header {
    padding: 5px 0;
  }

  .form-select {
    width: 90%;
    margin: 0;
  }
}
/* CATEGORY.PHP END */

/* Slider ana görünüm */
.product-section .mySwiper2 {
  width: 100%;
  height: auto;
}

.product-section .mySwiper2 .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}

.product-section .mySwiper2 img {
  width: 100%;
  object-fit: contain;
  border-radius: 10px;
}

.product-section .mySwiper {
  margin-top: 20px;
  height: auto;
}

.product-section .mySwiper .swiper-slide {
  width: 100px;
  height: auto;
  opacity: 0.4;
  transition: opacity 0.3s ease;
}

.product-section .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.product-section .mySwiper img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 5px;
}

/* PRODUCT START */
.product-title {
  font-size: 26px;
  font-weight: 600;
  padding-bottom: 20px;
  color: black;
  margin: 0;
}

.product-p {
  font-size: 25px;
  font-weight: 600;
  padding-bottom: 20px;
  text-shadow: 2px 4px 6px rgba(0, 0, 0, 0.3);
}

.delivery-location {
  margin: 20px 0;
  position: relative;
  width: 100%;
  box-shadow: 0 5px 10px -8px var(--color-4);
  border: none;
  padding: 10px;
  appearance: none;
}

.delivery-location select {
  padding: 10px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  background: transparent;
  cursor: pointer;
  width: 100%;
  appearance: none;
}

select:focus {
  outline: none;
  box-shadow: 0 0 8px var(--color-4);
}

.single-arrow {
  position: absolute;
  font-size: 25px;
  top: 26%;
  right: 3%;
}

.pro-price-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 5px 10px -8px var(--color-4);
}

.single-price-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.single-new-price {
  display: flex;
  align-items: center;
  gap: 10px;
}

.new-amount {
  font-size: 40px;
  font-weight: 400;
}

.new-span-box {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  font-weight: 500;
}

.single-old-price {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  color: gray;
}

.old-amount {
  font-size: 40px;
  font-weight: 400;
  text-decoration: line-through;
}

.old-span-box {
  display: flex;
  flex-direction: column;
  font-size: 12px;
}

.sold-out-text {
  font-size: 30px;
  font-weight: 500;
  text-decoration: line-through;
  color: gray;
}

.product-btn {
  background-color: var(--color-3);
  color: #fff;
  padding: 15px 50px;
  border-radius: 10px;
  border: 2px solid var(--color-3);
  transition: all 0.3s ease;
  display: inline-block;
}

.product-btn i {
  margin-left: 5px;
  transition: transform 0.3s;
}

.product-btn:hover {
  background-color: #fff;
  color: var(--color-3);
}

.product-btn:hover i {
  transform: translateX(5px);
  color: var(--color-8);
}

.product-icon-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 5px 10px -8px var(--color-4);
  padding: 20px;
  margin-bottom: 25px;
}

.pro-icon-box {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pro-icon-box:nth-child(2) i {
  font-size: 40px;
  color: var(--color-1);
}

.pro-icon-box:nth-child(3) i {
  font-size: 40px;
}

.flower {
  max-width: 80px;
  width: 100%;
}

.payment-info {
  box-shadow: 0 5px 10px -8px var(--color-4);
  padding: 20px;
  display: flex;
  flex-direction: column;
}

.payment-title {
  font-size: 17px;
  font-weight: 600;
  text-shadow: 2px 4px 6px rgba(0, 0, 0, 0.3);
}

.payment {
  max-width: 300px;
  width: 100%;
  padding-block: 20px;
}

.paymen-info span {
  color: var(--color-1);
}

.pro-comments {
  display: flex;
  flex-direction: column;
  box-shadow: 0 5px 10px -8px var(--color-4);
}

.pro-comment {
  font-size: 17px;
  padding-bottom: 10px;
}

.pro-comment-form input[type="text"],
.pro-comment-form textarea {
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  border: none;
}

.pro-comment-form textarea {
  resize: vertical;
  border: none;
  margin-block: 2rem;
}

.pro-comment-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.no-stock-message {
  background-color: red;
  color: #fff;
  padding: 10px;
  margin-bottom: 40px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  font-weight: 500;
  font-size: 17px;
}

.no-stock-message:hover {
  background-color: red;
  color: #fff;
}

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

.overlay-title {
  border-bottom: 1px solid #000;
  padding: 20px 30px 10px 30px;
  font-size: 25px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}

.notification-form-body,
.notification-form-bottom {
  padding: 10px 30px;
}

.notification-form-body {
  border-bottom: 1px solid #000;
  z-index: 9999;
}

.notification-form-bottom {
  display: flex;
  justify-content: flex-end;
  gap: 25px;
  padding: 20px;
}

.notification-form-bottom button {
  border: none;
  padding: 10px 25px;
}

.notification-form-bottom button:first-child {
  background-color: #000;
  color: #fff;
}

.notification-form-bottom button:last-child {
  background-color: var(--color-5);
  color: #fff;
}

.form-robo {
  width: 100%;
  object-fit: cover;
}

.notification-form {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #ccc;
  background-color: white;
  z-index: 1000;
  display: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  width: 35%;
}

.notification-form input {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  margin-bottom: 10px;
}

.notification-form button {
  padding: 10px 20px;
  cursor: pointer;
}

.pro-desc {
  font-size: 15px;
  padding-bottom: 0px;
  margin: 0;
}

.product-features {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.feature-item {
  display: flex;
}

.feature-title {
  min-width: 120px;
  font-weight: bold;
  color: black;
  position: relative;
  padding-right: 5px;
  font-size: 15px;
}

.feature-title::after {
  content: ":";
  position: absolute;
  right: 5px;
}

.feature-item span:last-child {
  padding-left: 3px;
}

.box-right {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1200px) {
  .feature-item {
    flex-direction: column;
    margin-bottom: 15px;
    gap: 5px;
  }
  .product-icon-list {
    padding: 10px;
  }

  .flower {
    max-width: 65px;
  }

  .pro-icon-box:nth-child(2) i {
    font-size: 25px;
    color: var(--color-1);
  }

  .pro-icon-box:nth-child(3) i {
    font-size: 25px;
    color: #f2ab6d;
  }
}

@media (max-width: 992px) {
  .pro-icon-box {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .box-right {
    display: flex;
    flex-direction: row;
    gap: 5px;
    font-size: 12px;
  }

  .flower {
    max-width: 32px;
  }

  .product-btn {
    padding: 10px 25px;
    font-size: 13px;
  }

  .new-amount,
  .old-amount {
    font-size: 25px;
  }

  .new-span-box {
    font-size: 10px;
  }

  select {
    font-size: 12px;
  }

  .payment-info span {
    font-size: 14px;
  }

  .product-p {
    padding: 0 10px 20px 10px;
  }
}

@media (max-width: 820px) {
  .no-stock-message {
    font-size: 12px;
    margin-top: 35px;
  }

  .product-section {
    padding-top: 0;
  }

  .new-amount {
    font-size: 30px;
    font-weight: 600;
  }
}

@media (max-width: 768px) {
  .product-btn {
    font-size: 15px;
  }

  .single-new-price {
    gap: 5px;
  }

  .product-btn {
    padding: 5px 18px;
    font-size: 10px;
    border-radius: 5px;
  }

  .box-right {
    font-size: 12px;
  }

  .pro-icon-box:nth-child(2) i {
    font-size: 20px;
    color: var(--color-1);
  }

  .pro-icon-box:nth-child(3) i {
    font-size: 20px;
  }

  .product-p {
    font-size: 20px;
    padding-block: 10px;
  }

  .content-wrapper {
    margin-bottom: 19px;
  }

  .new-amount {
    font-size: 25px;
    font-weight: 600;
  }
}

@media (max-width: 576px) {
  .pro-comment-btn {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 20px;
  }

  .no-stock-message {
    font-size: 9px;
    margin-bottom: 10px;
    margin-top: 20px;
  }

  .sold-out-text {
    font-size: 20px;
  }

  .product-btn {
    font-size: 15px;
  }
}

/* stars */
.rate {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  height: 40px;
  margin-bottom: 1rem;
}

.rate input {
  display: none;
}

.rate:not(:checked) > label {
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 30px;
  color: #ccc;
}

.rate:not(:checked) > label:before {
  content: "★ ";
}

.rate > input:checked ~ label {
  color: #ffc700;
}

.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
  color: #deb217;
}

.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
  color: #c59b08;
}

.star-color {
  color: #ffc700;
}

.comment-robo {
  width: 300px;
}
/* stars END*/

.similar-pro-container {
  background-color: var(--color-6);
  padding: 50px 0;
}

.similar-pro-container .last-row {
  margin-bottom: 50px;
}

.similar-pro-title {
  font-size: 30px;
  font-weight: 600;
  position: relative;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: 15px;
}

.similar-pro-title::before {
  content: "";
  position: absolute;
  width: 30%;
  padding: 2px;
  background-color: var(--color-8);
  top: -5px;
  left: 35%;
}

.similar-pro-title::after {
  content: "";
  position: absolute;
  width: 30%;
  padding: 2px;
  background-color: var(--color-8);
  bottom: -5px;
  left: 35%;
}
/* PRODUCT END */

/* HOMEBLOGS-SECTION START */
.home-blog-section {
  position: relative;
}

.blog-box {
  display: block;
  padding: 20px;
  background-color: #fef5ed42;
  margin-bottom: 50px;
}

.blog-img {
  width: 100%;
  height: auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}

.blog-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.blog-title {
  font-size: 17px;
  font-weight: 500;
  padding-bottom: 10px;
  color: var(--color-3);
}

.blog-desc {
  padding-bottom: 30px;
  font-size: 14px;
  color: var(--color-3);
}

.blog-btn,
.blog-btn button {
  border: none;
  background-color: #fff;
  border: 2px solid var(--color-8);
  padding: 5px 30px;
  color: var(--color-3);
  display: inline-flex;
  gap: 15px;
  align-items: center;
  position: relative;
  overflow: hidden;
  transition: color 0.3s ease;
  font-size: 14px;
  font-weight: 600;
}

.blog-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: var(--color-5);
  transform: translateX(-100%);
  transition: transform 0.5s ease;
  z-index: 0;
}

.blog-btn:hover {
  color: #fff;
}

.blog-box:hover .blog-btn:before {
  transform: translateX(0);
}

.blog-btn button {
  border: none;
  z-index: 1;
  background-color: transparent;
}

.custom-prev,
.custom-next {
  position: absolute;
  top: 85%;
  transform: translateY(-50%);
  z-index: 9;
  background-color: var(--color-3);
  padding: 10px 15px;
}

.custom-prev {
  left: 45%;
}

.custom-next {
  right: 44%;
}

.custom-prev i,
.custom-next i {
  font-size: 24px;
  color: #fff;
}

.swiper {
  width: 100%;
  height: 100%;
}

/* .homeBlogs .swiper-slide {
    width: auto;
    flex-shrink: 0;
} */

/* Responsive ayarlar */
@media (max-width: 1200px) {
  .custom-prev {
    left: 43%;
  }

  .custom-next {
    right: 43%;
  }

  .blog-title {
    font-size: 16px;
  }
}

@media (max-width: 992px) {
  .custom-prev,
  .custom-next {
    top: 80%;
    font-size: 20px;
  }

  .custom-prev::after,
  .custom-next::after {
    padding: 10px;
  }

  .custom-prev {
    left: 41%;
  }

  .custom-next {
    right: 41%;
  }
}

@media (max-width: 768px) {
  .custom-prev,
  .custom-next {
    top: 85%;
    font-size: 20px;
  }

  .custom-prev {
    left: 42%;
  }

  .custom-next {
    right: 41%;
  }

  .blog-box {
    padding: 10px;
  }

  .blog-desc {
    padding-bottom: 20px;
  }

  .blog-btn {
    padding: 3px 30px;
  }
}

@media (max-width: 576px) {
  .custom-prev,
  .custom-next {
    font-size: 18px;
  }

  .custom-prev::after,
  .custom-next::after {
    padding: 8px;
  }

  .custom-prev {
    left: 37%;
  }

  .custom-next {
    right: 37%;
  }
}

@media (max-width: 430px) {
  .custom-prev,
  .custom-next {
    font-size: 18px;
  }

  .custom-prev::after,
  .custom-next::after {
    padding: 8px;
  }

  .custom-prev {
    left: 35%;
  }

  .custom-next {
    right: 35%;
  }

  .blog-title {
    font-size: 14px;
  }

  .blog-desc {
    font-size: 10px;
  }

  .blog-btn {
    padding: 2px 10px;
    font-size: 13px;
    display: flex;
    gap: 10px;
  }
}

/* HOMEBLOGS-SECTION END */

/* TEMPLATE-BLOGS START */
.blog-section {
  margin-bottom: 150px;
}

.blog-detail-section {
  padding-top: 0;
}

.other-names span {
  color: #000;
  font-weight: bold;
  margin-right: 5px;
}

.blog-detail-box {
  padding: 10px 0;
}

.blog-detail-title {
  color: var(--color-3);
  font-weight: bold;
  font-size: 20px;
}

.aside-title {
  font-size: 22px;
  font-weight: 500;
}

/* TEMPLATE-BLOGS END */

/* ABOUT-US-SECTION START */
.about-us-section {
  padding: 0 0 80px 0;
}

.about-content-wrapper {
  margin-top: 0;
  padding-top: 0;
}

/* ABOUT-US-SECTION END */

/* CONTACT START */
.contact-section {
  padding: 30px 0;
}

.contact-title {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 25px;
  color: var(--color-3);
  position: relative;
}

.contact-title::after {
  content: "";
  width: 10%;
  padding: 1px;
  background-color: #f2ab6d;
  position: absolute;
  bottom: 0;
  left: 10%;
}

.contact-right {
  padding-bottom: 50px;
}

.contact-right ul {
  background-color: #fff;
  padding-block: 5px;
  border-radius: 20px;
}

.contact-right ul li a {
  padding-bottom: 10px;
  font-size: 16px;
  color: #000;
  display: block;
  max-width: 300px;
  white-space: normal;
  word-wrap: break-word;
}

.contact-right ul li a span {
  font-weight: 500;
  font-size: 18px;
  color: var(--color-3);
}

.contact-right ul i {
  font-size: 20px;
}

.contact-icons {
  display: flex;
  gap: 15px;
  padding: 0 20px;
  border-radius: 20px;
}

.contact-icons a {
  color: #adadb5;
  border: solid 1px #adadb5;
  min-width: 30px;
  min-height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  padding: 5px;
  transition: all 0.3s ease;
}

.contact-icons a:hover {
  color: #000;
  border-color: #000;
}

.contact-icons i {
  font-size: 23px;
}

.contact-page-form,
.contact-location {
  box-shadow: 0 0 10px var(--color-4);
  padding: 30px;
  border-radius: 20px;
  margin: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-form-title,
.contact-location-title {
  font-size: 30px;
  font-weight: 600;
  padding: 5px 0;
}

iframe {
  width: 100%;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 6px 10px;
  border: solid 1px #d4d4d4;
  margin-bottom: 15px;
  border-radius: 2px;
  outline: none;
}

.contact-btn {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transition: all 0.3s ease;
  margin-bottom: 60px;
}

.contact-btn a {
  background-color: var(--color-1);
  display: inline-flex;
  padding: 10px 40px;
  border-radius: 5px;
  max-width: 150px;
  width: 100%;
  color: #fff;
  text-align: center;
}

.contact-btn a:hover {
  color: var(--color-1);
}

.contact-robo {
  max-width: 200px;
  width: 100%;
  margin-bottom: 15px;
}

.contact-location iframe {
  margin-top: 45px;
}

.checkbox-label {
  padding-bottom: 80px;
}

.checkbox-label a {
  color: var(--color-4);
  font-weight: 500;
}

@media (max-width: 992px) {
  .contact-btn {
    display: flex;
  }

  .contact-title {
    font-size: 23px;
  }

  .contact-left ul li a {
    font-size: 17px;
  }
}

@media (max-width: 576px) {
  .contact-desc {
    font-size: 20px;
  }
}

/* CONTACT END */

/* 404 START */
.not-found-section {
  padding: 80px 0 150px 0;
}

.not-found-section .row {
  display: flex;
  align-items: center;
  justify-content: center;
}

.error-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.error-text {
  font-size: 100px;
  font-weight: 500;
  color: var(--color-3);
}

.error-desc {
  font-size: 20px;
  text-align: center;
  padding-bottom: 50px;
}

.error-title {
  font-size: 35px;
  font-weight: 500;
  padding-bottom: 15px;
  color: var(--color-3);
}

.error-form input,
.error-form textarea {
  width: 100%;
  padding: 8px 10px;
  border: solid 1px #d4d4d4;
  margin-bottom: 15px;
  border-radius: 2px;
  outline: none;
}

.error-form input:focus {
  border-color: #271721;
}

.btn-404 {
  background-color: var(--color-5);
  color: var(--color-3);
  padding: 15px 30px;
  border-radius: 30px;
  transition: all 0.3s ease;
  margin-bottom: 50px;
}

.btn-404:hover {
  background-color: var(--color-3);
  color: var(--color-5);
}

@media (max-width: 576px) {
  .error-box {
    margin-top: -50px;
  }

  .error-text {
    font-size: 75px;
  }
}
/* 404 END */

.viewed-products-section .discount-text {
  top: -287%;
}

/* WhatsApp START*/
.wp-img {
  color: #fff;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.mypage-alo-ph-circle {
  width: 90px;
  height: 90px;
  top: 12px;
  left: 12px;
  position: absolute;
  background-color: transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid rgba(30, 30, 30, 0.4);
  opacity: 0.1;
  opacity: 0.5;
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.mypage-alo-ph-circle-fill {
  width: 60px;
  height: 60px;
  top: 28px;
  left: 28px;
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0.4 !important;
}

.mypage-alo-ph-img-circle {
  width: 30px;
  height: 30px;
  top: 43px;
  left: 43px;
  position: absolute;
  background: rgba(30, 30, 30, 0.1)
    url(https://www.google.com/url?sa=i&url=https%3A%2F%2Fwww.inetmar.com%2Fblog%2Fweb-sitesine-whatsapp-butonu-ekleme%2F&psig=AOvVaw24o_fVXdJxPaz-ZYw6fVc_&ust=1728734068863000&source=images&cd=vfe&opi=89978449&ved=0CBQQjRxqFwoTCKi3trKihokDFQAAAAAdAAAAABAE)
    no-repeat center center;
  background-size: 100%;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  background-size: 100%;
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.header .container {
  position: relative;
}

.mypage-alo-phone {
  position: absolute;
  top: -10px;
  right: 0px;
  z-index: 9999999;
}

.mypage-alo-ph-circle {
  border-color: #43b91e;
}

.mypage-alo-ph-circle-fill {
  background-color: #43b91e;
}

.mypage-alo-ph-img-circle {
  background-color: #43b91e;
}

.mypage-alo-phone:hover .mypage-alo-ph-circle {
  border-color: #43b91e;
}

.mypage-alo-phone:hover .mypage-alo-ph-circle-fill {
  background-color: #43b91e;
}

.mypage-alo-phone:hover .mypage-alo-ph-img-circle {
  background-color: #43b91e;
}

.hotlinemp {
  position: fixed;
  right: 139px;
  bottom: 130px;
  z-index: 9999;
}

@media (max-width: 992px) {
  .hotlinemp {
    display: none;
  }
}
/* WHATSAPP END*/

/* FOOTER-STICKY START*/
.footer-sticky-bar {
  display: none;
  position: fixed !important;
  bottom: 0 !important;
  top: auto !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  padding: 15px 5px;
  padding-bottom: calc(15px + env(safe-area-inset-bottom, 0px));
  background: #f2ab6d;
  z-index: 9999 !important;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 820px) {
  .footer-sticky-bar {
    display: block !important;
  }
}

.footer-sticky-bar .sticky-area {
  display: flex;
  align-items: center;
}

.footer-sticky-bar .sticky-area .sticky-box {
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.footer-sticky-bar .sticky-area .sticky-box .sticky-title {
  font-size: 12px;
  font-weight: 500;
  color: white;
}

.footer-sticky-bar .sticky-area .sticky-box a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.footer-sticky-bar .sticky-area .sticky-box a i {
  font-size: 22px;
  color: white;
}

.footer-sticky-bar .sticky-area .sticky-box svg {
  margin-bottom: 4px;
  width: 24px;
  height: 24px;
}

.sticky-box i {
  color: var(--color-6);
}
/* FOOTER-STICKY END*/

.product-img-area {
  position: relative;
}

.product-img-area::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  transition: all 0.3s ease;
  opacity: 0;
}

.product-box:hover .product-img-area::before {
  opacity: 1;
}

/* FOOTER STICKY SEARCH START */
.footer-search-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-3);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  transition:
    opacity 0.4s ease,
    transform 0.4s ease,
    visibility 0.4s ease;
}

.footer-search-modal {
  display: none;
}

.footer-search-modal.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
  z-index: 9999999999999999999999999999999999999;
}

.footer-search-modal.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.footer-modal-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  text-align: center;
  overflow-y: hidden;
  overflow-x: hidden;
  overflow: hidden;
}

.footer-close {
  align-self: flex-end;
  margin-bottom: auto;
}

.footer-close i {
  font-size: 40px;
  color: #fff;
  cursor: pointer;
  padding: 0px;
}

.footer-text {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
  color: white;
}

.footer-form {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
}

.footer-form input[type="text"] {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  min-width: 300px;
}

.footer-search-icon {
  position: absolute;
  left: 87%;
  color: var(--color-3);
}
/* FOOTER STICKY SEARCH END */

.breadcrumbs {
  background-color: #f8f8f8;
  padding: 15px 0;
  font-size: 14px;
}

.breadcrumbs ul {
  display: flex;
  align-items: center;
}

.breadcrumbs ul li a {
  color: #929da8;
  text-decoration: none;
  font-weight: 600;
  padding-right: 10px;
}

.breadcrumbs ul li a::before {
  content: ">";
  padding-right: 5px;
  margin-right: 8px;
}

.breadcrumbs ul li:first-child a::before {
  content: none;
}

.breadcrumbs ul li:last-child {
  font-weight: 700;
  color: #929da8;
}

@media (max-width: 576px) {
  .breadcrumbs ul {
    padding-inline: 10px;
  }

  .breadcrumbs ul li a {
    font-size: 9px;
  }
}

/* Swiper kapsayıcıları arasındaki boşlukları sıfırlayın */
.home-slider-section .swiper,
.home-slider-section .swiper-wrapper,
.home-slider-section .swiper-slide {
  margin: 0;
  padding: 0;
}

/* Swiper slide'larının tüm genişliği kapsaması için */
.home-slider-section .swiper-slide {
  width: 100%;
  flex-shrink: 0;
}

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

/* Görünürlüğü kontrol eden sınıf */
.visible {
  display: block;
}

/* Bildirim formu */
.notification-form {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #ccc;
  background-color: white;
  z-index: 1000;
  display: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  width: 35%;
  padding: 20px;
  border-radius: 8px;
}

/* Çarpı butonu */
.close-button {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  background-color: red;
  padding: 10px 25px;
}

.notification-form input {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  margin-bottom: 10px;
}

.notification-form button {
  padding: 10px 20px;
  cursor: pointer;
}

.category-section .last-row > div {
  margin-bottom: 50px;
}

.compaign-box .img-box img {
  min-width: 100%;
  min-height: 100%;
}

section.products-month {
  margin-bottom: -50px;
}

.right-list .menu-list li i {
  display: none;
}

.breadcrumb-area {
  padding: 0;
}

.breadcrumbs {
  background-color: inherit;
  padding: 0px;
}

.head-area {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.head-area h1 {
  margin: 0;
}

.list-head {
  padding: 10px 0px;
  color: #000;
  background-color: #fff;
}

.product-box {
  margin-bottom: 30px;
}

section.products {
  padding: 0px 0px;
}

.products {
  margin-bottom: 90px;
}

.easy-autocomplete.eac-square {
  width: 100% !important;
}

.desktop-search {
  position: relative;
  right: 35px !important;
}

.easy-autocomplete.eac-square input {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
}

img.steps-img {
  max-width: 40px;
}

.icon-box:hover .steps-img:nth-child(1) {
  display: none;
}
.icon-box .steps-img:nth-child(2) {
  display: none;
}

.icon-box:hover .steps-img:nth-child(2) {
  display: block;
}

.footer-box li i {
  display: none;
}

.signature-img {
  max-width: 130px;
}

.signature-area {
  display: flex;
  justify-content: center;
}

.footer-bottom-text {
  display: flex;
  justify-content: center;
  text-align: center;
}

.header-mobile-bottom {
  display: none;
}
@media (max-width: 992px) {
  .box.login-form {
    margin-bottom: 85px;
  }
  .home-images img {
    width: 100%;
    border-radius: 0 !important;
    padding: 10px;
  }
  .footer-search-modal #headerProductSearchBox {
    min-width: 314px;
  }
  .header-mobile-bottom {
    display: flex;
  }

  .header-mobile-bottom .search-area {
    width: 100%;
    box-shadow: none;
    border-radius: 9px;
  }

  .header-mobile-bottom .search-area .input-text {
    background: #f8f8f8;
  }

  form.search-form {
    display: flex;
    align-items: center;
    padding: 0px 10px;
  }
  .easy-autocomplete.eac-square input {
    border: none;
  }
  .header-mobile-bottom {
    padding: 10px 20px;
  }
  .easy-autocomplete input {
    box-shadow: none !important;
  }
}

.swiper-button-next,
.swiper-button-prev {
  background-image: unset !important;
}

.product-desc {
  padding: 20px;
}

.box.order-area.order-create.mobile-order-1 {
  background: none !important;
  box-shadow: none !important;
}

.order-now-title {
  font-size: 22px;
  font-weight: 500;
  margin: 20px 0px;
  color: black;
}

.modal-menu .submenu li i {
  display: none;
}

.footer-modal-content .search-img {
  position: absolute;
  right: 5%;
}

body.modal-active {
  overflow: hidden; /* Kaydırmayı tamamen devre dışı bırakır */
}

@media (max-width: 992px) {
  .list-head .dropdown {
    float: none;
    text-align: center;
    display: flex;
    align-items: center;
    margin: 0px;
  }

  .head-area .count {
    display: none;
  }

  .custom-prev,
  .custom-next {
    top: 100%;
  }
}

section.blog-detail-page {
  padding: 0;
}

.home-blog-section {
  position: relative;
  padding: 0;
}

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

@media (min-width: 992px) {
  .detail-list-title {
    padding: 30px 0px 0px 0px;
  }
}

section.seo-text {
  margin-top: -146px;
}

.home-blog-section {
  position: relative;
  padding: 0;
  margin-bottom: 80px;
  margin-top: 70px;
}

section.standart.p80 {
  padding: 0;
}

section.breadcrumb-area {
  margin: 0;
  padding: 0;
  background: inherit;
  border: none;
}

.breadcrumbs .breadcrumb {
  padding: 0;
}

section.blog-detail-page {
  padding: 30px 0px;
}

.breadss {
  padding: 20px 0px;
}

.product-slider-area.swiper-box {
  padding: 10px;
}

.bread-product {
  padding: 20px 0px 30px 0px;
}

.modal-menu li i:not(:nth-of-type(1)) {
  display: none;
}

.submenu {
  display: block !important;
}

.number {
  position: absolute;
  background-color: black;
  color: white;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  top: 8px;
  right: 0px;
}

.header-right-icons,
.header-icon {
  position: relative;
}

.contact-box {
  color: black;
  height: 250px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.contact-box-title {
  font-size: 22px;
  margin: 10px 0;
  font-weight: bold;
}
.contact-box i {
  font-size: 32px;
  color: #f2ab6d;
}

@media (max-width: 992px) {
  .contact-box {
    color: black;
    height: 148px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    font-size: 12px;
    padding: 3px;
  }
}

@media (min-width: 992px) {
  .contact-bottom-form-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.submit-btns {
  background: #f2ab6d;
  padding: 15px 60px;
  border-radius: 7px;
  color: white;
  transition: all 0.3s ease;
  border: 2px solid #f2ab6d;
}

.submit-btns:hover {
  background: transparent;
  color: #f2ab6d;
}

@media (max-width: 992px) {
  .contact-bottom-form-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }

  .icon-box * {
    font-size: 12px;
  }
  .footer-bottom .row {
    gap: 10px;
  }
  .price .order-button {
    background: #f2ab6d !important;
    color: #fff !important;
    font-size: 17px !important;
    border-radius: 5px !important;
    padding: 19px 40px !important;
    min-width: 169px !important;
    margin-left: 0 !important;
    position: relative !important;
    border: none !important;
    outline: none !important;
    display: flex !important;
    cursor: pointer !important;
    align-items: center !important;
  }
}

.contact-form input,
.contact-form textarea {
  border-radius: 5px;
}

.pro-icon-box i {
  font-size: 40px;
  color: var(--color-1);
}

@media (max-width: 992px) {
  .pro-icon-box i {
    font-size: 20px;
  }
}

.product-image-container {
  position: relative;
  width: 100%;
  /* Görsel boyutuna göre ayarlanabilir */
  overflow: hidden;
  /* İkinci görsel dışarı taşmasın */
}

.product-image-container img {
  display: block;
  width: 100%;
  /* Görsellerin tam oturması için */
  transition: opacity 0.5s ease-in-out;
}

.product-image-container .hover-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  /* İlk başta görünmez */
  transition: opacity 0.5s ease-in-out;
  /* Geçiş animasyonu */
}

.product-image-container:hover .hover-image {
  opacity: 1;
  /* Hover sırasında görünecek */
}

.product-image-container:hover .product-image {
  opacity: 0;
  /* Hover sırasında ana görsel gizlenecek */
}

/* Eğer hover-image yoksa hover animasyonlarını devre dışı bırak */
.product-image-container:not(:has(.hover-image)):hover .product-image {
  opacity: 1;
  /* İlk görsel görünmeye devam edecek */
}

.product-image-container:not(:has(.hover-image)):hover .hover-image {
  opacity: 0;
  /* Hover sırasında hover-image etkilenmeyecek */
}

@media (min-width: 992px) {
  section.swiper.headerMobileSwiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    display: none !important;
  }
}

span.all-products {
  color: white !important;
  background: #f2ab6d;
}

span.all-products:hover {
  color: white !important;
  background-color: #f2ab6d !important;
}

/* ========================================
   MARS-CROPS CUSTOM GRID SYSTEM
   Bootstrap'tan bağımsız grid sistemi
======================================== */

/* Container */
.mc-container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
}

/* Grid System */
.mc-grid {
  display: grid;
  gap: 20px;
}

.mc-grid-2 {
  grid-template-columns: repeat(2, 1fr);
}

.mc-grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.mc-grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

.mc-grid-5 {
  grid-template-columns: repeat(5, 1fr);
}

.mc-grid-6 {
  grid-template-columns: repeat(6, 1fr);
}

/* Flex Row (Bootstrap row alternatifi) */
.mc-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.mc-row > * {
  padding: 0 15px;
  box-sizing: border-box;
}

/* Column System */
.mc-col-1 {
  width: 8.333333%;
}
.mc-col-2 {
  width: 16.666667%;
}
.mc-col-3 {
  width: 25%;
}
.mc-col-4 {
  width: 33.333333%;
}
.mc-col-5 {
  width: 41.666667%;
}
.mc-col-6 {
  width: 50%;
}
.mc-col-7 {
  width: 58.333333%;
}
.mc-col-8 {
  width: 66.666667%;
}
.mc-col-9 {
  width: 75%;
}
.mc-col-10 {
  width: 83.333333%;
}
.mc-col-11 {
  width: 91.666667%;
}
.mc-col-12 {
  width: 100%;
}

/* Responsive Breakpoints */
@media (max-width: 1200px) {
  .mc-grid-4 {
    grid-template-columns: repeat(3, 1fr);
  }
  .mc-grid-5 {
    grid-template-columns: repeat(4, 1fr);
  }
  .mc-grid-6 {
    grid-template-columns: repeat(4, 1fr);
  }

  .mc-col-lg-3 {
    width: 25%;
  }
  .mc-col-lg-4 {
    width: 33.333333%;
  }
  .mc-col-lg-6 {
    width: 50%;
  }
}

@media (max-width: 992px) {
  .mc-grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
  .mc-grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .mc-grid-5 {
    grid-template-columns: repeat(3, 1fr);
  }
  .mc-grid-6 {
    grid-template-columns: repeat(3, 1fr);
  }

  .mc-col-md-4 {
    width: 33.333333%;
  }
  .mc-col-md-6 {
    width: 50%;
  }
  .mc-col-md-12 {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .mc-grid-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .mc-grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
  .mc-grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .mc-grid-5 {
    grid-template-columns: repeat(2, 1fr);
  }
  .mc-grid-6 {
    grid-template-columns: repeat(2, 1fr);
  }

  .mc-col-sm-6 {
    width: 50%;
  }
  .mc-col-sm-12 {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .mc-grid-2,
  .mc-grid-3,
  .mc-grid-4,
  .mc-grid-5,
  .mc-grid-6 {
    grid-template-columns: 1fr;
  }

  .mc-col-xs-6 {
    width: 50%;
  }
  .mc-col-xs-12 {
    width: 100%;
  }
}

/* ========================================
   VANILLA JS HERO SLIDER STYLES
======================================== */
.hero-slider-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  cursor: grab;
}

.hero-slider-container:active {
  cursor: grabbing;
}

.hero-slider-track {
  display: flex;
  transition: transform 0.5s ease;
  will-change: transform;
}

.hero-slider-track.no-transition {
  transition: none !important;
}

.hero-slide {
  min-width: 100%;
  width: 100%;
  flex-shrink: 0;
}

.hero-slide img {
  width: 100%;
  height: auto;
  display: block;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}

.hero-slide a {
  display: block;
  width: 100%;
}

.hero-slider-prev,
.hero-slider-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}

.hero-slider-prev:hover,
.hero-slider-next:hover {
  background: rgba(0, 0, 0, 0.8);
}

.hero-slider-prev {
  left: 15px;
}

.hero-slider-next {
  right: 15px;
}

.hero-slider-pagination {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 14px;
}

/* Slider section - tam genişlik */
.home-slider-section {
  width: 100%;
  padding: 0;
  margin: 0;
}

.home-slider-section .container-fluid {
  padding: 0;
  max-width: 100%;
}

.home-slider-section .hero-slider-container {
  margin: 0;
}

/* Mobile slider section */
.mobile-home-slider {
  display: none;
}

.mobile-home-slider .container {
  padding: 0;
  max-width: 100%;
}

@media (max-width: 992px) {
  .home-slider-section {
    display: none;
  }

  .mobile-home-slider {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .mobile-home-slider .container-fluid {
    padding: 0;
  }
}

/* Home image */
.home-img {
  width: 100%;
  height: auto;
  display: block;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}

/* ========================================
   PRODUCT DETAIL PAGE
======================================== */

.product-detail {
  margin-top: 20px;
}

/* Sağ kısım - ürün bilgileri alanı */
.product-detail-box {
  padding: 20px 0;
}

.product-detail-box .product-desc {
  padding-bottom: 20px;
}

.product-detail-box .product-title {
  margin-bottom: 15px;
}

/* Ürün açıklaması paragrafları */
.product-detail-box .box-product-desc p,
.product-detail-box .pro-desc p,
.content-wrapper p {
  margin-bottom: 15px;
  line-height: 1.7;
}

.product-detail-box .box-product-desc p:last-child,
.product-detail-box .pro-desc p:last-child,
.content-wrapper p:last-child {
  margin-bottom: 0;
}

/* Ürün özellikleri listesi */
.product-features {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #eee;
}

.product-features .feature-item {
  padding: 8px 0;
}

/* Sipariş alanı */
.order-area {
  padding: 20px 0;
  margin-top: 15px;
}

/* Ürün ikon listesi */
.product-icon-list {
  padding: 20px 0;
  margin-top: 15px;
  border-top: 1px solid #eee;
}

/* Ödeme bilgisi */
.payment-info {
  padding: 20px 0;
  margin-top: 15px;
  border-top: 1px solid #eee;
}

/* Ürün detayları (care_content) */
.box-padding {
  padding: 25px;
}

.box-padding p {
  margin-bottom: 15px;
  line-height: 1.7;
}

.box-padding p:last-child {
  margin-bottom: 0;
}

/* ========================================
   LOCATION SELECTOR
======================================== */
.location-search {
  position: relative;
  width: 100%;
}

.location-search .search {
  position: relative;
  display: flex;
  align-items: center;
}

.location-search .search > i {
  position: absolute;
  left: 15px;
  color: #888;
  pointer-events: none;
}

.location-input {
  width: 100%;
  padding: 12px 40px 12px 45px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
  transition: border-color 0.3s ease;
}

.location-input:focus {
  outline: none;
  border-color: var(--color-4, #f2ab6d);
}

.location-input::placeholder {
  color: #999;
}

.location-clear {
  position: absolute;
  right: 10px;
  background: none;
  border: none;
  font-size: 20px;
  color: #888;
  cursor: pointer;
  padding: 5px;
  line-height: 1;
}

.location-clear:hover {
  color: #333;
}

.location-clear.hidden {
  display: none;
}

.location-results {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #ddd;
  border-top: none;
  border-radius: 0 0 8px 8px;
  max-height: 250px;
  overflow-y: auto;
  z-index: 100;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.location-results.hidden {
  display: none;
}

.location-search {
  margin-bottom: 20px;
}

.location-results li {
  padding: 12px 15px;
  cursor: pointer;
  border-bottom: 1px solid #f0f0f0;
  transition: background 0.2s ease;
}

.location-results li:last-child {
  border-bottom: none;
}

.location-results li:hover,
.location-results li.highlighted {
  background: #f8f8f8;
}

.location-results li.no-result {
  color: #888;
  cursor: default;
  text-align: center;
}

.location-results li.no-result:hover {
  background: none;
}

.loading-dates {
  padding: 15px;
  text-align: center;
  color: #888;
}

.error-dates {
  padding: 15px;
  text-align: center;
  color: #dc3545;
}

/* ========================================
   DELIVERY DATES (Product Page)
======================================== */
.product-detail .order-create .form .dates ul,
#order-dates ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.product-detail .order-create .form .dates ul li,
#order-dates ul li {
  list-style: none;
  padding: 0;
  margin: 0 !important;
  float: none !important;
  flex-shrink: 0;
}

/* Has-special class için 5 kutu */
.product-detail .order-create .form .dates ul.has-special li,
#order-dates ul.has-special li {
  width: calc(20% - 8px);
}

/* Normal 4 kutu */
.product-detail .order-create .form .dates ul:not(.has-special) li,
#order-dates ul:not(.has-special) li {
  width: calc(25% - 8px);
}

@media (max-width: 991px) {
  .product-detail .order-create .form .dates ul li,
  .product-detail .order-create .form .dates ul.has-special li,
  #order-dates ul li,
  #order-dates ul.has-special li {
    width: calc(50% - 5px);
  }
}

@media (max-width: 480px) {
  .product-detail .order-create .form .dates ul li,
  .product-detail .order-create .form .dates ul.has-special li,
  #order-dates ul li,
  #order-dates ul.has-special li {
    width: 100%;
  }
}

/* Tarih kutuları label stilleri */
#order-dates ul li label {
  display: block;
  width: 100%;
  height: 80px;
  border: 1px solid #ebebeb;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  line-height: 26px;
  padding: 10px 0 0;
  margin: 0;
  background: #fff;
  box-sizing: border-box;
  transition: all 0.3s ease;
}

#order-dates ul li label:hover {
  border-color: var(--color-4, #f2ab6d);
}

#order-dates ul li label.selected {
  color: #fff;
  background: var(--color-4, #f2ab6d);
  border-color: var(--color-4, #f2ab6d);
}

#order-dates ul li label strong {
  font-weight: 500;
  font-size: 16px;
  display: block;
}

#order-dates ul li label i {
  font-size: 26px;
}

#order-dates ul li input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

#order-dates ul li input:disabled + label {
  opacity: 0.5;
  cursor: not-allowed;
}

/* Takvim kutusu */
#order-dates ul li label.date-selector {
  padding-top: 15px;
}

#order-dates ul li label.date-selector.date-selected {
  padding: 14px 10px 0;
  line-height: 20px;
}

/* Datepicker gizle */
#order-dates .datepicker {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* Özel gün stili */
#order-dates ul li.special-day label {
  background: linear-gradient(135deg, #ff6b6b 0%, #ee5a5a 100%);
  color: #fff;
  border-color: #ee5a5a;
}

#order-dates ul li.special-day label i {
  color: #fff;
}

/* ========================================
   DELIVERY TIME SELECTOR
======================================== */
.deliveryTimes {
  margin-top: 20px;
}

.deliveryTimes .form-group {
  margin-bottom: 15px;
}

.time-selector {
  position: relative;
  display: flex;
  align-items: center;
}

.time-selector > i {
  position: absolute;
  left: 15px;
  color: #888;
  font-size: 18px;
  pointer-events: none;
  z-index: 1;
}

.time-selector select,
.time-selector .form-control,
#deliveryTime {
  width: 100%;
  padding: 14px 15px 14px 45px;
  border: 2px solid var(--color-4, #f2ab6d);
  border-radius: 10px;
  font-size: 15px;
  font-weight: 500;
  color: #333;
  background: #fff;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  transition:
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

.time-selector select:hover,
.time-selector .form-control:hover,
#deliveryTime:hover {
  border-color: var(--color-3, #333);
}

.time-selector select:focus,
.time-selector .form-control:focus,
#deliveryTime:focus {
  outline: none;
  border-color: var(--color-4, #f2ab6d);
  box-shadow: 0 0 0 3px rgba(242, 171, 109, 0.2);
}

/* Special times */
.specialTimes {
  margin-top: 15px;
  padding: 15px;
  background: #fff9f5;
  border-radius: 10px;
  border: 1px solid #ffe0c7;
}

.specialTimes .time-selector select {
  border-color: #ffb380;
}

/* ========================================
   LOGIN PANEL (Slide-in from right)
======================================== */
.login-panel {
  position: fixed;
  top: 0;
  right: -420px;
  width: 400px;
  max-width: 100vw;
  height: 100vh;
  background: #fff;
  z-index: 10000;
  box-shadow: -5px 0 30px rgba(0, 0, 0, 0.15);
  transition: right 0.3s ease;
  display: flex;
  flex-direction: column;
  visibility: hidden;
}

.login-panel.active {
  right: 0;
  visibility: visible;
}

/* Overlay */
.login-panel-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

.login-panel.active + .login-panel-overlay {
  opacity: 1;
  visibility: visible;
}

/* Close button */
.login-panel-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 36px;
  height: 36px;
  background: #f3f4f6;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
}

.login-panel-close i {
  font-size: 16px;
  color: #6b7280;
}

.login-panel-close:hover {
  background: var(--color-4, #f2ab6d);
}

.login-panel-close:hover i {
  color: #fff;
}

/* Content wrapper */
.login-panel-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 30px;
  overflow-y: auto;
}

/* Header section */
.login-panel-header {
  text-align: center;
  padding: 40px 0 30px;
  border-bottom: 1px solid #f3f4f6;
  margin-bottom: 30px;
}

.login-panel-logo {
  margin-bottom: 20px;
}

.login-panel-logo img {
  max-height: 60px;
  width: auto;
}

.login-panel-title {
  font-size: 22px;
  font-weight: 700;
  color: #1f2937;
  margin: 0 0 8px 0;
}

.login-panel-subtitle {
  font-size: 14px;
  color: #9ca3af;
  margin: 0;
}

/* Action buttons */
.login-panel-actions {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.login-panel-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 16px 24px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}

.login-panel-btn i {
  font-size: 18px;
}

/* Primary button (Üye Girişi) */
.login-panel-btn-primary {
  background: linear-gradient(135deg, var(--color-4, #f2ab6d) 0%, #e89a5a 100%);
  color: #fff;
  box-shadow: 0 4px 15px rgba(242, 171, 109, 0.3);
}

.login-panel-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(242, 171, 109, 0.4);
  color: #fff;
}

/* Facebook button */
.login-panel-btn-facebook {
  background: linear-gradient(135deg, #1877f2 0%, #0e5fbb 100%);
  color: #fff;
  box-shadow: 0 4px 15px rgba(24, 119, 242, 0.3);
}

.login-panel-btn-facebook:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(24, 119, 242, 0.4);
  color: #fff;
}

/* Secondary button (Üye Olmadan Devam) */
.login-panel-btn-secondary {
  background: #f8fafc;
  color: #374151;
  border: 2px solid #e5e7eb;
}

.login-panel-btn-secondary:hover {
  background: #fff7ed;
  border-color: var(--color-4, #f2ab6d);
  color: var(--color-4, #f2ab6d);
}

/* Divider */
.login-panel-divider {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 10px 0;
}

.login-panel-divider::before,
.login-panel-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #e5e7eb;
}

.login-panel-divider span {
  font-size: 13px;
  color: #9ca3af;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Promo section */
.login-panel-promo {
  margin-top: 30px;
  padding: 20px;
  background: linear-gradient(135deg, #fff7ed 0%, #fef3e2 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.login-panel-promo-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--color-4, #f2ab6d) 0%, #e89a5a 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.login-panel-promo-icon i {
  font-size: 22px;
  color: #fff;
}

.login-panel-promo-content strong {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 4px;
}

.login-panel-promo-content p {
  font-size: 13px;
  color: #6b7280;
  margin: 0;
  line-height: 1.4;
}

/* Mobile responsive */
@media (max-width: 576px) {
  .login-panel {
    width: 100%;
    right: -100%;
  }

  .login-panel-content {
    padding: 20px;
  }

  .login-panel-header {
    padding: 30px 0 20px;
  }

  .login-panel-title {
    font-size: 20px;
  }

  .login-panel-btn {
    padding: 14px 20px;
    font-size: 14px;
  }
}

/* ========================================
   VANILLA JS CAROUSEL STYLES (Blogs, Comments)
======================================== */
.carousel-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-track {
  display: flex;
  transition: transform 0.4s ease;
}

.carousel-slide {
  flex-shrink: 0;
}

.carousel-prev,
.carousel-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: var(--color-3, #333);
  color: #fff;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.carousel-prev:hover,
.carousel-next:hover {
  background: var(--color-4, #f2ab6d);
}

.carousel-prev {
  left: 0;
}

.carousel-next {
  right: 0;
}

/* ========================================
   COMMENT SLIDER STYLES
======================================== */
.comment-slider-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.comment-slider-track {
  display: flex;
  transition: transform 0.5s ease;
}

.comment-slide {
  min-width: 100%;
  flex-shrink: 0;
}

/* ========================================
   PRODUCT GALLERY STYLES (Vanilla JS)
======================================== */
.product-gallery-main {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}

.product-gallery-main .gallery-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.product-gallery-main .gallery-slide:first-child {
  position: relative;
  opacity: 1;
  pointer-events: auto;
}

.product-gallery-main .gallery-slide.active {
  opacity: 1;
  pointer-events: auto;
  z-index: 10;
}

.product-gallery-main .gallery-slide img {
  width: 100%;
  height: auto;
  display: block;
}

.gallery-prev,
.gallery-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}

.gallery-prev:hover,
.gallery-next:hover {
  background: rgba(0, 0, 0, 0.8);
}

.gallery-prev {
  left: 10px;
}

.gallery-next {
  right: 10px;
}

.product-gallery-thumbs {
  display: flex;
  gap: 10px;
  margin-top: 15px;
  overflow-x: auto;
}

.gallery-thumb {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.3s ease;
  border: 2px solid transparent;
  border-radius: 5px;
  overflow: hidden;
}

.gallery-thumb:hover,
.gallery-thumb.active {
  opacity: 1;
  border-color: var(--color-4, #f2ab6d);
}

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

/* ========================================
   BOOTSTRAP-LIKE GRID SYSTEM
   Bootstrap CDN yerine kullanılacak
======================================== */

/* Container */
.container {
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

/* Row */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.row > * {
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

/* Columns - Default (xs) */
.col-1 {
  width: 8.333333%;
}
.col-2 {
  width: 16.666667%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.333333%;
}
.col-5 {
  width: 41.666667%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.333333%;
}
.col-8 {
  width: 66.666667%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.333333%;
}
.col-11 {
  width: 91.666667%;
}
.col-12 {
  width: 100%;
}

/* Small devices (576px and up) */
@media (min-width: 576px) {
  .col-sm-1 {
    width: 8.333333%;
  }
  .col-sm-2 {
    width: 16.666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.333333%;
  }
  .col-sm-5 {
    width: 41.666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.333333%;
  }
  .col-sm-8 {
    width: 66.666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.333333%;
  }
  .col-sm-11 {
    width: 91.666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
}

/* Medium devices (768px and up) */
@media (min-width: 768px) {
  .col-md-1 {
    width: 8.333333%;
  }
  .col-md-2 {
    width: 16.666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.333333%;
  }
  .col-md-5 {
    width: 41.666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.333333%;
  }
  .col-md-8 {
    width: 66.666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.333333%;
  }
  .col-md-11 {
    width: 91.666667%;
  }
  .col-md-12 {
    width: 100%;
  }
}

/* Large devices (992px and up) */
@media (min-width: 992px) {
  .col-lg-1 {
    width: 8.333333%;
  }
  .col-lg-2 {
    width: 16.666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.333333%;
  }
  .col-lg-5 {
    width: 41.666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.333333%;
  }
  .col-lg-8 {
    width: 66.666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.333333%;
  }
  .col-lg-11 {
    width: 91.666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
}

/* Extra large devices (1200px and up) */
@media (min-width: 1200px) {
  .col-xl-1 {
    width: 8.333333%;
  }
  .col-xl-2 {
    width: 16.666667%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-4 {
    width: 33.333333%;
  }
  .col-xl-5 {
    width: 41.666667%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-7 {
    width: 58.333333%;
  }
  .col-xl-8 {
    width: 66.666667%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-10 {
    width: 83.333333%;
  }
  .col-xl-11 {
    width: 91.666667%;
  }
  .col-xl-12 {
    width: 100%;
  }
}

/* Utility classes */
.justify-content-center {
  justify-content: center;
}
.justify-content-between {
  justify-content: space-between;
}
.justify-content-end {
  justify-content: flex-end;
}
.align-items-center {
  align-items: center;
}
.text-center {
  text-align: center;
}
.d-flex {
  display: flex;
}
.d-none {
  display: none;
}
.d-block {
  display: block;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* Responsive display utilities */
@media (max-width: 767.98px) {
  .d-md-none {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
}
@media (max-width: 991.98px) {
  .d-lg-none {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }
}

/* Dropdown */
.dropdown {
  position: relative;
}
.dropdown-toggle {
  cursor: pointer;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
}
.dropdown-menu.show {
  display: block;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  background-color: transparent;
  border: 0;
  text-align: left;
  cursor: pointer;
}
.dropdown-item:hover {
  background-color: #f8f9fa;
}

/* Button */
.btn {
  display: inline-block;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  border: 1px solid transparent;
  cursor: pointer;
  text-align: center;
  transition: all 0.15s ease-in-out;
}

/* Breadcrumb (Bootstrap-like) */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
  background-color: transparent;
}

.breadcrumb-item {
  display: flex;
  align-items: center;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: ">";
}

.breadcrumb-item a {
  color: #929da8;
  text-decoration: none;
  font-weight: 600;
}

.breadcrumb-item a:hover {
  color: #5a6268;
  text-decoration: underline;
}

.breadcrumb-item.active {
  color: #929da8;
  font-weight: 700;
}

/* Breadcrumb wrapper */
.breadcrumb-wrapper {
  position: relative;
}

/* Mobile breadcrumb (desktop'ta gizle) */
@media (min-width: 821px) {
  .breadcrumb-wrapper .mobile-bread {
    display: none;
  }
  .breadcrumb-wrapper .js-bread-list {
    display: none;
  }
}

/* ========================================
   PAGE HEADER (Breadcrumb Area)
======================================== */
.page-header {
  padding: 20px 0;
}

.page-header--centered {
  text-align: center;
}

.page-header--with-sort {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.page-title {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  color: var(--color-3, #333);
}

.page-sort {
  position: relative;
}

.page-sort-select {
  padding: 10px 35px 10px 15px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  transition: border-color 0.3s ease;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  min-width: 180px;
}

.page-sort-select:hover {
  border-color: var(--color-4, #f2ab6d);
}

.page-sort-select:focus {
  outline: none;
  border-color: var(--color-4, #f2ab6d);
}

@media (max-width: 576px) {
  .page-header--with-sort {
    flex-direction: column;
    align-items: flex-start;
  }

  .page-title {
    font-size: 20px;
  }

  .page-sort {
    width: 100%;
  }

  .page-sort-select {
    width: 100%;
  }
}

/* ========================================
   VIDEO MODAL
======================================== */
.video-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-modal-content {
  position: relative;
  width: 90%;
  max-width: 900px;
  aspect-ratio: 16/9;
}

.video-modal-content iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.video-modal-close {
  position: absolute;
  top: -40px;
  right: 0;
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 32px;
  cursor: pointer;
  padding: 5px 10px;
  line-height: 1;
}

.video-modal-close:hover {
  color: #ccc;
}

/* ========================================
   HEADER INLINE STYLE FIXES
======================================== */
.desktop-logo {
  justify-content: center;
}

.header-mobile-center {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.mobile-logo img {
  max-height: 100px;
}

.hamburger-menu {
  z-index: 10;
}

/* ========================================
   FOOTER INLINE STYLE FIXES
======================================== */
.footer-bottom .row {
  justify-content: space-between;
  align-items: center;
}

.signature-area {
  text-align: right;
}

/* ========================================
   SIDEBAR CART ITEM
======================================== */
.sidebar-cart-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem;
  background: #f8fafc;
  border-radius: 10px;
  transition: all 0.2s ease;
}

.sidebar-cart-item:hover {
  background: #f1f5f9;
}

.sidebar-cart-item .item-image {
  flex-shrink: 0;
}

.sidebar-cart-item .item-image img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 8px;
  border: 2px solid #e5e7eb;
}

.sidebar-cart-item .item-details {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
}

.sidebar-cart-item .item-type {
  font-size: 0.6875rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #0891b2;
  letter-spacing: 0.5px;
}

.sidebar-cart-item .item-title {
  font-size: 0.8125rem;
  color: #6b7280;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sidebar-cart-item .item-price-action {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
}

.sidebar-cart-item .item-price {
  font-size: 0.875rem;
  font-weight: 700;
  color: #1f2937;
  white-space: nowrap;
}

.sidebar-cart-item .item-delete {
  width: 28px;
  height: 28px;
  border: none;
  background: #fee2e2;
  color: #ef4444;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.sidebar-cart-item .item-delete:hover {
  background: #ef4444;
  color: #fff;
}

.sidebar-cart-item .item-delete i {
  font-size: 0.75rem;
}

/* ========================================
   ORDER SIDEBAR
======================================== */
.order-sidebar {
  position: relative;
}

.cf-sidebar-sticky {
  position: sticky;
  top: 1.5rem;
}

.sidebar-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 1.25rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid #e5e7eb;
}

.sidebar-header i {
  color: #0891b2;
}

.sidebar-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.sidebar-product-section {
  padding: 1.25rem;
  border-bottom: 1px solid #f3f4f6;
}

.sidebar-product-section:last-of-type {
  border-bottom: none;
}

.product-section-header {
  margin-bottom: 1rem;
}

.section-badge {
  background: linear-gradient(135deg, #0891b2 0%, #0e7490 100%);
  color: #fff;
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
}

.sidebar-items {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.delivery-details {
  background: #f8fafc;
  border-radius: 10px;
  padding: 1rem;
  margin-bottom: 1rem;
}

.delivery-title {
  font-size: 0.875rem;
  font-weight: 600;
  color: #0891b2;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.delivery-text {
  font-size: 0.8125rem;
  color: #6b7280;
  margin: 0 0 0.75rem 0;
  line-height: 1.5;
}

.fee-row {
  display: flex;
  justify-content: space-between;
  font-size: 0.8125rem;
  color: #6b7280;
  padding: 0.25rem 0;
}

.fee-value {
  font-weight: 600;
  color: #1f2937;
}

.fee-value.free {
  color: #10b981;
}

.product-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
  border-radius: 10px;
}

.total-label {
  display: flex;
  flex-direction: column;
}

.total-label span {
  font-weight: 600;
  color: #1f2937;
}

.total-label small {
  font-size: 0.75rem;
  color: #9ca3af;
}

.total-value {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0891b2;
}

.total-value small {
  font-size: 0.875rem;
}

/* Kupon Bölümü */
.coupon-section {
  border-top: 1px solid #f3f4f6;
}

.coupon-toggle {
  width: 100%;
  padding: 1rem 1.25rem;
  background: #f8fafc;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 600;
  color: #4b5563;
  transition: all 0.2s ease;
}

.coupon-toggle:hover {
  background: #f1f5f9;
}

.coupon-toggle i.fa-chevron-down {
  transition: transform 0.3s ease;
}

.coupon-toggle i.fa-chevron-down.rotate {
  transform: rotate(180deg);
}

.coupon-form {
  padding: 1rem 1.25rem;
  background: #fff;
}

.coupon-input-wrapper {
  display: flex;
  gap: 0.5rem;
}

.coupon-input {
  flex: 1;
  padding: 0.625rem 1rem;
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  font-size: 0.875rem;
  transition: border-color 0.2s ease;
}

.coupon-input:focus {
  outline: none;
  border-color: #0891b2;
}

.coupon-btn {
  padding: 0.625rem 1.25rem;
  background: linear-gradient(135deg, #0891b2 0%, #0e7490 100%);
  color: #fff;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.875rem;
  cursor: pointer;
  transition: all 0.2s ease;
}

.coupon-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(8, 145, 178, 0.3);
}

/* Fiyat Özeti */
.price-summary {
  padding: 1.25rem;
  background: #f8fafc;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.875rem;
  color: #6b7280;
}

.summary-row i {
  margin-right: 0.5rem;
  width: 16px;
}

.summary-row.discount .discount-value {
  color: #10b981;
  font-weight: 600;
}

.summary-row.total {
  padding-top: 0.75rem;
  border-top: 2px dashed #e5e7eb;
  font-size: 1rem;
  color: #1f2937;
  font-weight: 600;
}

.summary-row.total .total-amount {
  font-size: 1.375rem;
  font-weight: 700;
  color: #0891b2;
}

/* ========================================
   PAYMENT PAGE
======================================== */
.cf-payment-header {
  margin-bottom: 1rem;
}

@media (min-width: 1024px) {
  .cf-payment-header {
    margin-bottom: 2rem;
  }
}

.cf-payment-title {
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
}

.cf-payment-subtitle {
  color: #9ca3af;
  margin: 0;
}

.cf-payment-box {
  background: white;
  padding: 1rem;
  border-radius: 0.25rem;
}

.cf-payment-options {
  display: grid;
  grid-template-columns: 1fr;
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 4rem;
}

.cf-payment-option {
  display: flex;
  align-items: center;
  padding-left: 1rem;
  border-bottom: 1px solid #e5e7eb;
}

.cf-payment-option:last-child {
  border-bottom: none;
}

.cf-radio {
  width: 1rem;
  height: 1rem;
  accent-color: #0891b2;
}

.cf-payment-label {
  margin-left: 0.5rem;
  padding: 0.75rem 0;
  font-size: 0.875rem;
  font-weight: 500;
  color: #111827;
  flex-grow: 1;
  margin: 0;
  cursor: pointer;
}

.cf-payment-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.5rem 0;
  gap: 1rem;
}

.cf-total-price-wrapper {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.cf-total-price-label {
  display: grid;
  gap: 0.25rem;
  text-align: center;
}

.cf-total-price-text {
  font-size: 1.125rem;
}

.cf-total-price-vat {
  color: #6b7280;
}

.cf-total-price-value {
  font-size: 1.5rem;
}

.cf-button {
  background: linear-gradient(135deg, #0891b2 0%, #0e7490 100%);
  padding: 0.75rem 1.25rem;
  border-radius: 0.5rem;
  color: white;
  text-align: center;
  border: none;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  font-weight: 600;
  transition: all 0.2s ease;
}

.cf-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(8, 145, 178, 0.3);
  color: white;
}

.cf-checkbox {
  width: 1rem;
  height: 1rem;
  accent-color: #0891b2;
}

/* ========================================
   PRODUCT GALLERY
======================================== */
.product-gallery-main {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.product-gallery-main .gallery-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 1;
  pointer-events: none;
}

.product-gallery-main .gallery-slide:first-child {
  position: relative;
}

.product-gallery-main .gallery-slide.active {
  z-index: 10;
  pointer-events: auto;
}

.product-gallery-main .gallery-slide.fade-out {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.product-gallery-main .gallery-slide img {
  width: 100%;
  height: auto;
  display: block;
}

.product-gallery-main .gallery-prev,
.product-gallery-main .gallery-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.9);
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #333;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  transition: all 0.2s ease;
  z-index: 10;
}

.product-gallery-main .gallery-prev:hover,
.product-gallery-main .gallery-next:hover {
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.product-gallery-main .gallery-prev {
  left: 15px;
}

.product-gallery-main .gallery-next {
  right: 15px;
}

.product-gallery-thumbs {
  display: flex;
  gap: 10px;
  margin-top: 15px;
  overflow-x: auto;
  padding-bottom: 5px;
}

.product-gallery-thumbs::-webkit-scrollbar {
  height: 4px;
}

.product-gallery-thumbs::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 2px;
}

.product-gallery-thumbs::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 2px;
}

.product-gallery-thumbs .gallery-thumb {
  flex: 0 0 auto;
  width: 80px;
  height: 80px;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.5;
  transition:
    opacity 0.2s ease,
    box-shadow 0.2s ease;
  border: 2px solid transparent;
}

.product-gallery-thumbs .gallery-thumb:hover {
  opacity: 0.8;
}

.product-gallery-thumbs .gallery-thumb.active {
  opacity: 1;
  border-color: var(--primary-color, #333);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.product-gallery-thumbs .gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-gallery-thumbs .gallery-thumb a {
  display: block;
  width: 100%;
  height: 100%;
}

/* ========================================
   EFT / BANKA BİLGİLERİ
======================================== */
.cf-eft-wrapper {
  padding: 0 1rem;
}

.cf-bank-list {
  display: grid;
  gap: 1rem;
}

.cf-bank-card {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  padding: 0 0.5rem;
  background: white;
  transition: background-color 0.15s;
}

.cf-bank-card:hover {
  background-color: #f9fafb;
}

.cf-bank-card.selected {
  background-color: #f3f4f6;
}

.cf-bank-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
}

@media (min-width: 768px) {
  .cf-bank-content {
    flex-direction: row;
  }
}

.cf-bank-logo {
  object-fit: cover;
  border-radius: 0.5rem 0.5rem 0 0;
  height: auto;
  width: 12rem;
}

@media (min-width: 768px) {
  .cf-bank-logo {
    border-radius: 0.5rem 0 0 0.5rem;
  }
}

.cf-bank-details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem;
  line-height: 1.5;
  flex-grow: 1;
}

.cf-bank-title {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #111827;
}

.cf-bank-recipient {
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: #111827;
}

.cf-bank-info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  list-style: none;
  padding: 0;
  margin: 0;
}

.cf-info-label {
  font-size: 1.125rem;
  color: #4b5563;
  font-weight: 700;
}

.cf-check-icon {
  width: 2rem;
  height: 2rem;
  stroke: #22c55e;
  position: absolute;
  right: 0.5rem;
}
/* ========================================
   ORDER LAYOUT
======================================== */
.order-layout-main {
  padding: 1.5rem 0;
}

@media (min-width: 1024px) {
  .order-layout-main {
    padding: 3rem 0;
  }
}

.order-layout-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem;
}

@media (min-width: 640px) {
  .order-layout-container {
    padding: 0 1.5rem;
  }
}

@media (min-width: 1024px) {
  .order-layout-container {
    padding: 0 2rem;
  }
}

.order-layout-grid {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

@media (min-width: 1024px) {
  .order-layout-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 1.5rem;
  }
}

.order-layout-content {
  min-width: 0;
}

.order-layout-sidebar {
  min-width: 0;
}

/* ========================================
   PAYMENT SUCCESS LAYOUT
======================================== */
.cf-success-container {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1rem;
}

.cf-success-grid {
  display: block;
}

@media (min-width: 1024px) {
  .cf-success-grid {
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 1.5rem;
  }
}

.cf-success-header {
  margin-bottom: 1rem;
  padding: 0 0.5rem;
}

@media (min-width: 1024px) {
  .cf-success-header {
    margin-bottom: 1.5rem;
  }
}

.cf-success-title {
  color: #374151;
  font-weight: 700;
  font-size: 1.125rem;
}

@media (min-width: 1024px) {
  .cf-success-title {
    font-size: 1.5rem;
  }
}

.cf-success-desc {
  color: #e5e7eb;
  font-size: 1rem;
}

.cf-order-details {
  margin-bottom: 1rem;
}

.cf-details-title {
  color: #4b5563;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.cf-details-text {
  color: #6b7280;
}

.cf-divider {
  margin: 1rem 0;
  border: none;
  border-top: 1px solid #e5e7eb;
}

.cf-price-section {
  margin-bottom: 1rem;
}

.cf-price-wrapper {
  display: flex;
  justify-content: center;
  gap: 1rem;
  align-items: center;
}

.cf-price-label {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cf-price-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #374151;
}

.cf-price-vat {
  font-size: 0.875rem;
  color: #9ca3af;
}

.cf-price-value {
  font-size: 1.25rem;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .cf-price-value {
    font-size: 1.5rem;
  }
}

/* ========================================
   ORDER FORM
======================================== */
.cf-order-form-wrapper {
  position: sticky;
  top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.cf-form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem 1.5rem;
}

.cf-col-full {
  grid-column: span 2;
}

.cf-col-half {
  grid-column: span 1;
}

.cf-col-lg-half {
  grid-column: span 2;
}

@media (min-width: 1024px) {
  .cf-col-lg-half {
    grid-column: span 1;
  }
}

.cf-product-header {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}

.cf-product-title {
  font-size: 1.5rem;
  font-weight: 900;
  color: #155e75;
}

.cf-product-info {
  color: #9ca3af;
  margin: 0;
}

.cf-duplicate-btn-wrapper {
  display: flex;
  justify-content: flex-end;
}

/* ========================================
   CART PAGE
======================================== */
.cart-products-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.cart-product-divider {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.5rem 0;
}

.cart-product-divider::before,
.cart-product-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, #cbd5e1, transparent);
}

.cart-product-divider span {
  font-size: 0.75rem;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 1px;
  white-space: nowrap;
}

.cf-empty-cart {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 600;
  color: #4b5563;
}

/* ========================================
   ORDER TRACKING
======================================== */
.cf-tracking-alert {
  background-color: #dbeafe;
  border: 1px solid #93c5fd;
  color: #1e40af;
  padding: 0.75rem 1rem;
  border-radius: 0.25rem;
  margin-bottom: 1rem;
}

.cf-tracking-alert-content {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

@media (min-width: 768px) {
  .cf-tracking-alert-content {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.cf-tracking-alert-note {
  color: #2563eb;
  display: block;
  margin-top: 0.25rem;
}

.cf-tracking-close-btn {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  border: 1px solid #9ca3af;
  color: #4b5563;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  text-decoration: none;
  transition: background-color 0.15s;
}

.cf-tracking-close-btn:hover {
  background-color: #f3f4f6;
}

.order-tracking-page {
  padding: 40px 0 60px;
}

.order-tracking-page .contact-form-title {
  font-size: 28px;
  margin-bottom: 10px;
}

.order-tracking-page .contact-form-wrapper {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
}

.order-tracking-page input.form-control {
  width: 100%;
  font-size: 15px;
  min-height: 48px;
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.order-tracking-page input.form-control:focus {
  border-color: #9c867a;
  box-shadow: 0 0 0 2px rgba(156, 134, 122, 0.15);
  outline: none;
}

.order-tracking-page .contact-button {
  padding: 12px 40px;
  font-size: 16px;
}

.order-tracking-page .g-recaptcha {
  display: flex;
  justify-content: center;
}

/* ========================================
   PAYMENT IFRAME (PayTR, iyzico)
======================================== */
.cf-payment-container {
  max-width: 72rem;
  margin: 0 auto;
  padding: 0 1rem;
}

.cf-payment-iframe-box {
  padding: 1.25rem 1.5rem;
  background: white;
  color: #1f2937;
  border-radius: 0.5rem;
  box-shadow: 0 10px 15px -3px rgba(156, 163, 175, 0.2);
  max-width: 72rem;
  margin: 0 auto;
}

/* ========================================
   ADMIN BAR (Click Status)
======================================== */
.click-admin-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #1a202c;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  color: #fff;
  font-family: sans-serif;
  font-size: 14px;
  overflow-x: auto;
  z-index: 99999999;
}

.click-admin-bar a {
  color: #fff;
  text-decoration: none;
}

.click-admin-bar-item {
  padding: 5px 10px;
  width: 100%;
  white-space: nowrap;
  text-align: center;
}

.click-admin-bar-item:nth-child(even) {
  background-color: #2d3748;
}

.click-admin-bar-item.click-danger {
  background-color: #e53e3e;
}

.click-admin-bar-item.click-warning {
  background-color: #dd6b20;
}

/* ========================================
   STATUS BAR
======================================== */
.cf-status-bar {
  padding: 0.5rem 0;
}

.cf-status-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem;
}

.cf-status-content {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.cf-status-icon {
  width: 3.5rem;
  height: auto;
  flex-shrink: 0;
}

.cf-status-title {
  font-weight: 600;
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.cf-status-text {
  font-size: 0.875rem;
  margin: 0;
  opacity: 0.9;
}

.cf-status-success {
  background-color: #dcfce7;
  color: #166534;
}

.cf-status-fail {
  background-color: #fee2e2;
  color: #991b1b;
}

/* ========================================
   TRACKING SIDEBAR
======================================== */
.cf-tracking-sidebar {
  margin-top: 1.5rem;
}

@media (min-width: 1024px) {
  .cf-tracking-sidebar {
    margin-top: 0;
  }
}

.cf-tracking-title {
  color: #374151;
  font-weight: 700;
  font-size: 1.125rem;
  margin-bottom: 0.75rem;
  padding: 0 0.5rem;
}

@media (min-width: 1024px) {
  .cf-tracking-title {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

.cf-tracking-header {
  margin-bottom: 1rem;
}

.cf-tracking-heading {
  color: #374151;
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0 0 0.25rem 0;
}

.cf-tracking-code {
  color: #6b7280;
  margin: 0;
}

.cf-tracking-box {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.cf-tracking-icon img {
  width: 3rem;
  height: auto;
}

.cf-tracking-info {
  flex-grow: 1;
}

.cf-tracking-label {
  font-weight: 700;
  font-size: 1.125rem;
}

.cf-tracking-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.cf-tracking-input {
  border: none;
  border-bottom: 1px solid #6b7280;
  background: transparent;
  padding: 0.25rem;
  flex-grow: 1;
}

.cf-tracking-link {
  display: flex;
  align-items: center;
}

.cf-arrow-icon {
  width: 1.5rem;
  height: 1.5rem;
}

/* ========================================
   STOCK MODAL
======================================== */
.cf-stock-modal-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.cf-stock-modal {
  background: white;
  border-radius: 0.5rem;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  max-width: 28rem;
  width: 100%;
  margin: 1rem;
  padding: 1.5rem;
}

.cf-stock-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.cf-stock-modal-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #111827;
  margin: 0;
}

.cf-stock-modal-close {
  background: none;
  border: none;
  font-size: 1.5rem;
  color: #6b7280;
  cursor: pointer;
  padding: 0.25rem;
  line-height: 1;
}

.cf-stock-modal-close:hover {
  color: #374151;
}

.cf-stock-modal-desc {
  color: #6b7280;
  margin-bottom: 1rem;
}

.cf-stock-form-group {
  margin-bottom: 1rem;
}

.cf-stock-form-group label {
  display: block;
  font-weight: 500;
  color: #374151;
  margin-bottom: 0.25rem;
}

.cf-stock-form-group input {
  width: 100%;
  padding: 0.5rem 0.75rem;
  border: 1px solid #d1d5db;
  border-radius: 0.375rem;
  font-size: 1rem;
}

.cf-stock-form-group input:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.cf-stock-submit-btn {
  width: 100%;
  padding: 0.75rem 1rem;
  background-color: #3b82f6;
  color: white;
  border: none;
  border-radius: 0.375rem;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.15s;
}

.cf-stock-submit-btn:hover {
  background-color: #2563eb;
}

/* ========================================
   ORDER TRACKING FORM (Mars-crops specific)
======================================== */
.order-tracking-page .cf-tracking-wrapper {
  display: flex;
  justify-content: center;
}

.order-tracking-page .cf-tracking-content {
  width: 100%;
  max-width: 500px;
}

.order-tracking-page .cf-tracking-subtitle {
  text-align: center;
  color: #6b7280;
  margin-bottom: 1rem;
}

.order-tracking-page .form-field {
  margin-bottom: 15px;
}

.order-tracking-page .cf-tracking-submit {
  text-align: center;
}

.order-tracking-page input.form-input {
  width: 100%;
  font-size: 15px;
  min-height: 48px;
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.order-tracking-page input.form-input:focus {
  border-color: #9c867a;
  box-shadow: 0 0 0 2px rgba(156, 134, 122, 0.15);
  outline: none;
}

.cf-white-box .h4,
.cf-white-box .h5 {
  font-weight: 600;
  color: #1f2937;
}

.cf-white-box dl {
  margin: 0;
}

.cf-white-box dt {
  font-weight: 600;
  color: #374151;
  margin-top: 0.75rem;
}

.cf-white-box dt:first-child {
  margin-top: 0;
}

.cf-white-box dd {
  margin: 0.25rem 0 0 0;
  color: #4b5563;
}

.cf-white-box .cart-list {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px dashed #e5e7eb;
}

.cf-white-box .cart-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
}

.cf-white-box .cart-item .img {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
}

.cf-white-box .cart-item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.375rem;
}

/* ========================================
   STATUS BAR (Mars-crops specific overrides)
======================================== */
.cf-status-bar {
  width: 100%;
  padding: 1rem 0;
  margin-bottom: 3rem;
}

.cf-status-success {
  background-color: #16a34a;
}

.cf-status-fail {
  background-color: #ef4444;
}

.cf-status-container {
  max-width: 72rem;
  margin: 0 auto;
  padding: 0 1rem;
}

@media (min-width: 1024px) {
  .cf-status-container {
    padding: 0;
  }
}

.cf-status-content {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.cf-status-icon {
  width: auto;
  height: 3rem;
}

@media (min-width: 1024px) {
  .cf-status-icon {
    height: 8rem;
  }
}

.cf-status-title {
  color: white;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0;
}

.cf-status-text {
  color: #e5e7eb;
  font-size: 0.875rem;
  margin: 0.25rem 0 0 0;
}

/* ========================================
   TRACKING SIDEBAR (Mars-crops specific)
======================================== */
.cf-tracking-sidebar {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 0 1rem;
}

.cf-tracking-title {
  color: #4b5563;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.cf-tracking-header {
  margin-bottom: 1rem;
}

.cf-tracking-heading {
  font-weight: 700;
  font-size: 1.125rem;
  margin: 0 0 0.25rem 0;
}

.cf-tracking-code {
  color: #9ca3af;
  margin: 0;
}

.cf-tracking-box {
  display: grid;
  grid-template-columns: 1fr 3fr;
  align-items: center;
  padding: 1.5rem 0.5rem;
  border: 4px solid #dc2626;
  border-radius: 0.5rem;
}

.cf-tracking-icon img {
  max-width: 100%;
}

.cf-tracking-label {
  font-weight: 700;
  font-size: 1.125rem;
}

.cf-tracking-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.cf-tracking-input {
  border: none;
  border-bottom: 1px solid #6b7280;
  background: transparent;
  padding: 0.25rem;
  flex-grow: 1;
}

.cf-tracking-link {
  display: flex;
  align-items: center;
}

.cf-arrow-icon {
  width: 1.5rem;
  height: 1.5rem;
}

/* ========================================
   BANK CARD (Transfer Page)
======================================== */
.cf-bank-card {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  padding: 0 0.5rem;
  background: white;
  margin-bottom: 1rem;
}

.cf-bank-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
}

@media (min-width: 768px) {
  .cf-bank-content {
    flex-direction: row;
  }
}

.cf-bank-logo {
  object-fit: cover;
  border-radius: 0.5rem 0.5rem 0 0;
  height: auto;
  width: 12rem;
}

@media (min-width: 768px) {
  .cf-bank-logo {
    border-radius: 0.5rem 0 0 0.5rem;
  }
}

/* ========================================
   STOCK NOTIFY MODAL
======================================== */
.stock-notify-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

.stock-notify-modal.show {
  display: flex;
}

.stock-notify-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

.stock-notify-dialog {
  position: relative;
  background: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 450px;
  margin: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.stock-notify-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #e5e5e5;
}

.stock-notify-title {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #333;
}

.stock-notify-close {
  background: none;
  border: none;
  font-size: 18px;
  color: #999;
  cursor: pointer;
  padding: 5px;
}

.stock-notify-close:hover {
  color: #333;
}

.stock-notify-body {
  padding: 20px;
}

.stock-notify-body .form-field {
  margin-bottom: 15px;
}

.stock-notify-body label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: #333;
}

.stock-notify-body .form-input {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  font-size: 14px;
}

.stock-notify-body .form-input:focus {
  outline: none;
  border-color: #f2ab6d;
}

.stock-notify-footer {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding: 15px 20px;
  border-top: 1px solid #e5e5e5;
}

.stock-notify-btn {
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.stock-notify-btn.cancel {
  background: #f3f4f6;
  border: 1px solid #e5e5e5;
  color: #666;
}

.stock-notify-btn.cancel:hover {
  background: #e5e7eb;
}

.stock-notify-btn.submit {
  background: #f2ab6d;
  border: none;
  color: #fff;
}

.stock-notify-btn.submit:hover {
  background: #e8965a;
}

/* EVENTS PAGE START */

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* Tablet */
@media (max-width: 992px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

/* Mobil */
@media (max-width: 576px) {
  .gallery-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

.gallery-grid .gallery-item {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.gallery-grid .gallery-item img {
    width: 100%;
    display: block;
}
    .events-contact .contact-form-title {
    margin-bottom: 15px;
}

@media (max-width:992px) {
    .events-contact .contact-form-title {
    font-size: 22px;
}
}

/* EVENTS PAGE END */
