@charset "UTF-8";
/*
Theme Name: iqon
Description: Content & Main styles
*/



/* General Container */
.iqon-container {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 8%;
}

/* FQA Section */
.acf-fqa-section .container {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 158px;
}
.acf-fqa-section .section-header {
  margin-bottom: 60px;
}
.acf-fqa-section .section-header .section-title-fqa {
  /* font-family: "Bodoni Moda", serif; */
  font-size: 44px;
  font-weight: 800;
  color: #121212;
  line-height: normal;
  margin: 0;
}
.acf-fqa-section .fqa-accordion {
  display: flex;
  flex-direction: column;
}
.acf-fqa-section .fqa-accordion .fqa-item {
  overflow: hidden;
  transition: all 0.3s ease;
  border-bottom: 1px solid #ECEEEF;
  padding: 32px 0px;
}
.acf-fqa-section .fqa-accordion .fqa-item:last-child {
  border-bottom: none;
  padding: 32px 0 0 0px;
}
.acf-fqa-section .fqa-accordion .fqa-item .fqa-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  background-color: #FFFFFF;
  transition: all 0.3s ease;
}
.acf-fqa-section .fqa-accordion .fqa-item .fqa-header .fqa-title {
  /* font-family: "Bodoni Moda", serif; */
  font-size: 24px;
  font-weight: 700;
  color: #121212;
  margin: 0;
  flex: 1;
  padding-right: 0px;
  padding-left: 0px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.acf-fqa-section .fqa-accordion .fqa-item .fqa-header .fqa-title::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #121212;
  border-radius: 50%;
  flex-shrink: 0;
}
.acf-fqa-section .fqa-accordion .fqa-item .fqa-header .fqa-toggle {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}
.acf-fqa-section .fqa-accordion .fqa-item .fqa-header .fqa-toggle img {
  width: 40px;
  height: 40px;
  position: absolute;
  transition: all 0.3s ease;
}
.acf-fqa-section .fqa-accordion .fqa-item .fqa-header .fqa-toggle .fqa-close-icon {
  opacity: 0;
  transform: rotate(-90deg);
}
.acf-fqa-section .fqa-accordion .fqa-item .fqa-header .fqa-toggle .fqa-open-icon {
  opacity: 1;
  transform: rotate(0deg);
}
.acf-fqa-section .fqa-accordion .fqa-item .fqa-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.acf-fqa-section .fqa-accordion .fqa-item .fqa-content .fqa-description {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #121212;
  line-height: normal;
}
.acf-fqa-section .fqa-accordion .fqa-item .fqa-content .fqa-description p {
  margin: 0 0 12px 0;
}
.acf-fqa-section .fqa-accordion .fqa-item .fqa-content .fqa-description p:last-child {
  margin-bottom: 0;
}
.acf-fqa-section .fqa-accordion .fqa-item.active .fqa-header .fqa-toggle .fqa-close-icon {
  opacity: 1;
  transform: rotate(0deg);
}
.acf-fqa-section .fqa-accordion .fqa-item.active .fqa-header .fqa-toggle .fqa-open-icon {
  opacity: 0;
  transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
  .acf-fqa-section .section-header {
    margin-bottom: 40px;
  }
  .acf-fqa-section .section-header .section-title-fqa {
    font-size: 28px;
  }
  .acf-fqa-section .fqa-accordion .fqa-item {
    padding: 0 !important;
  }
  .acf-fqa-section .fqa-accordion .fqa-item .fqa-header {
    padding: 0px 0;
  }
  .acf-fqa-section .fqa-accordion .fqa-item .fqa-header .fqa-title {
    font-size: 18px !important;
    line-height: 24px !important;
    align-items: center !important;
    padding: 0 20px 0 0px !important;
    margin: 18px 0 !important;
  }
  .acf-fqa-section .fqa-accordion .fqa-item .fqa-header .fqa-toggle {
    width: 32px;
    height: 32px;
  }
  .acf-fqa-section .fqa-accordion .fqa-item .fqa-header .fqa-toggle img {
    width: 32px;
    height: 32px;
  }
  .acf-fqa-section .fqa-accordion .fqa-item .fqa-content .fqa-description {
    padding: 0 20px 20px 0px;
    font-size: 16px !important;
    line-height: 20px !important;
  }
}

/* General Page Styles */
.general-page {
  padding: 0 0 180px 0;
}
@media (min-width: 767px) and (max-width: 1023px) {
  .general-page {
    padding: 0 0 70px 0;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .general-page {
    padding: 0 0 70px 0;
  }
}
@media (max-width: 767px) {
  .general-page {
    padding: 0 0 70px 0;
  }
}
.general-page .page-title-hero {
 /* /* font-family: "Bodoni Moda", serif; */
  font-size: 54px;
  font-weight: 800;*/
  color: #121212;
  line-height: 62px;
  padding: 72px 0 12px 0;
  margin-top: 30px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .general-page .page-title-hero {
    font-size: 28px;
    padding: 42px 0 18px 0;
    margin-top: 0;
    line-height: 34px;
  }
}
.general-page .page-description {
  margin: 0 0 72px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #121212;
  line-height: 20px;
  max-width: 900px;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .general-page .page-description {
    margin: 0 0 42px 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .general-page .page-description {
    margin: 0 0 42px 0;
  }
}
@media (max-width: 767px) {
  .general-page .page-description {
    margin: 0;
  }
}
.general-page .page-divider {
  border: none;
  border-top: 1px solid #ECEEEF;
  margin: 0 0 60px 0;
}
.general-page h3 {
  /* font-family: "Bodoni Moda", serif; */
  font-size: 20px;
  font-weight: 600;
  color: #121212;
  line-height: 1.4;
  margin: 52px 0 20px 0;
}

/* General Button Style */
.iqon-button {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding: 19px 24px;
  background-color: #121212;
  border: 1px solid #121212;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
  width: -moz-max-content;
  width: max-content;
  border-radius: 12px;
}
.iqon-button span {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  letter-spacing: -0.2px;
}
.iqon-button .button-arrow {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}
.iqon-button:hover {
  background-color: #333;
}
.iqon-button:hover .button-arrow {
  transform: translateX(5px);
}

/* Hero Section */
.hero-section {
  padding-top: 72px;
  display: flex;
  justify-content: space-between;
  gap: 105px;
}
.hero-section .hero-left {
  flex: 1;
}
.hero-section .hero-left .hero-title {
  /* font-family: "Bodoni Moda", serif; */
  font-size: 62px;
  font-weight: 800;
  color: #121212;
  line-height: 64px;
}
.hero-section .hero-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  justify-content: flex-end;
  align-items: end;
}
.hero-section .hero-right .hero-description {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #121212;
  line-height: normal;
  margin-bottom: 40px;
  text-align: right;
  letter-spacing: -0.3px !important;
}

/* Marquee Section */
.marquee-section {
  width: 100%;
  overflow: hidden;
  background-color: #F4F4F4;
  margin-bottom: 180px;
}
.marquee-section .marquee-container {
  width: 100%;
  overflow: hidden;
}
.marquee-section .marquee-content {
  display: flex;
  gap: 100px;
  will-change: transform;
}
.marquee-section .marquee-text {
  font-family: "Montserrat", sans-serif;
  font-size: 150px;
  font-weight: 800;
  color: #595756 !important;
  white-space: nowrap;
  text-transform: uppercase;
  font-style: italic;
}

/* Lifestyle Section */
.lifestyle-section {
  padding: 0 0 180px 0;
}
.lifestyle-section .lifestyle-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
.lifestyle-section .lifestyle-header .lifestyle-title-wrapper {
  display: flex;
  align-items: center;
  gap: 24px;
}
.lifestyle-section .lifestyle-header .lifestyle-title-wrapper .lifestyle-logo {
  width: 26px;
  height: auto;
  flex-shrink: 0;
}
.lifestyle-section .lifestyle-header .lifestyle-title-wrapper .lifestyle-title {
  /* font-family: "Bodoni Moda", serif; */
  font-size: 44px;
  font-weight: 800;
  color: #121212;
  margin: 0;
  line-height: normal;
}
.lifestyle-section .lifestyle-header .lifestyle-description {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #121212;
  max-width: 700px;
  margin: 0;
  line-height: 20px;
  line-height: normal;
  text-align: right;
  letter-spacing: -0.3px !important;
}
.lifestyle-section .lifestyle-content {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.lifestyle-section .lifestyle-content .lifestyle-image {
  width: 100%;
}
.lifestyle-section .lifestyle-content .lifestyle-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.lifestyle-section .lifestyle-content .lifestyle-image:nth-child(2) {
  display: none;
}
.lifestyle-section .lifestyle-content .lifestyle-bottom {
  display: flex;
  gap: 245px;
  align-items: center;
}
.lifestyle-section .lifestyle-content .lifestyle-bottom .lifestyle-logo-bottom {
  flex-shrink: 0;
}
.lifestyle-section .lifestyle-content .lifestyle-bottom .lifestyle-logo-bottom img {
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.lifestyle-section .lifestyle-content .lifestyle-text {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.lifestyle-section .lifestyle-content .lifestyle-text .lifestyle-text-description {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #121212;
  line-height: 20px;
  margin: 0;
  text-align: right;
  letter-spacing: -0.3px !important;
}
.lifestyle-section .lifestyle-content .lifestyle-text .lifestyle-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 40px;
}
.lifestyle-section .lifestyle-content .lifestyle-text .iqon-button {
  flex-shrink: 0;
}
.lifestyle-section .lifestyle-content .lifestyle-text .lifestyle-social {
  display: flex;
  gap: 10px;
  align-items: center;
}
.lifestyle-section .lifestyle-content .lifestyle-text .lifestyle-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.lifestyle-section .lifestyle-content .lifestyle-text .lifestyle-social a img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
.lifestyle-section .lifestyle-content .lifestyle-text .lifestyle-social a:hover {
  transform: scale(1.1);
  opacity: 0.8;
}

/* Discovery Section */
.discovery-section {
  width: 100%;
  background-color: #383533;
  padding: 180px 0;
}
@media (min-width: 767px) and (max-width: 1023px) {
  .discovery-section {
    padding: 70px 0;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .discovery-section {
    padding: 70px 0;
  }
}
.discovery-section .discovery-header {
  margin-bottom: 60px;
}
.discovery-section .discovery-header .discovery-title {
  /* font-family: "Bodoni Moda", serif; */
  font-size: 44px;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 52px;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .discovery-section .discovery-header .discovery-title {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .discovery-section .discovery-header .discovery-title {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 12px;
  }
}
.discovery-section .discovery-header .discovery-title img {
  margin-right: 16px;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .discovery-section .discovery-header .discovery-title img {
    width: 26px;
    margin-right: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .discovery-section .discovery-header .discovery-title img {
    width: 26px;
    margin-right: 12px;
  }
}
.discovery-section .discovery-header .discovery-header-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
.discovery-section .discovery-header .discovery-description {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 22px;
  margin: 0;
  flex: 1;
  max-width: 880px;
}
.discovery-section .discovery-header .discovery-navigation {
  display: flex;
  gap: 35px;
  flex-shrink: 0;
}
.discovery-section .discovery-header .discovery-navigation button {
  background: transparent;
  box-shadow: none;
  border: 1px solid #fff;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.3s ease, transform 0.2s ease;
  padding: 16px 17px;
  border-radius: 50px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.discovery-section .discovery-header .discovery-navigation button::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border-radius: 50px;
  border: 2px solid transparent;
  border-top-color: #fff;
  border-right-color: #fff;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.discovery-section .discovery-header .discovery-navigation button:hover::before {
  opacity: 1;
  animation: rotateBorder 1.2s linear infinite;
}
.discovery-section .discovery-header .discovery-navigation button.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}
.discovery-section .discovery-header .discovery-navigation button.swiper-button-disabled:hover {
  transform: scale(1);
}
.discovery-section .discovery-header .discovery-navigation button.swiper-button-disabled:hover::before {
  opacity: 0;
  animation: none;
}
.discovery-section .discoverySwiper {
  overflow: hidden;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}
.discovery-section .discoverySwiper .swiper-wrapper {
  display: flex;
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  perspective: 1000px;
  -webkit-perspective: 1000px;
}
.discovery-section .discoverySwiper .swiper-slide {
  height: auto;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}
.discovery-section .discovery-mobile-controls {
  display: none;
  margin-top: 28px;
}
.discovery-section .discovery-mobile-controls .discovery-mobile-arrows {
  display: flex;
  align-items: center;
  gap: 22px;
}
.discovery-section .discovery-mobile-controls .discovery-mobile-prev,
.discovery-section .discovery-mobile-controls .discovery-mobile-next {
  background: transparent;
  box-shadow: none;
  border: 1px solid #fff;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.3s ease, transform 0.2s ease;
  padding: 10px 11px;
  border-radius: 50px;
}
.discovery-section .discovery-mobile-controls .discovery-mobile-prev img,
.discovery-section .discovery-mobile-controls .discovery-mobile-next img {
  width: 17px;
  height: 17px;
}
.discovery-section .discovery-mobile-controls .discovery-mobile-prev:hover,
.discovery-section .discovery-mobile-controls .discovery-mobile-next:hover {
  opacity: 0.8;
}
.discovery-section .discovery-mobile-controls .discovery-mobile-prev:active,
.discovery-section .discovery-mobile-controls .discovery-mobile-next:active {
  transform: scale(0.95);
}
.discovery-section .discovery-mobile-controls .discovery-pagination {
  display: flex;
  align-items: center;
  position: inherit;
}
.discovery-section .discovery-mobile-controls .discovery-pagination .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid transparent;
  opacity: 1;
  margin: 0 10px;
  transition: all 0.3s ease;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
.discovery-section .discovery-mobile-controls .discovery-pagination .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 22px;
  height: 22px;
  border: 1px solid rgba(255, 255, 255, 0);
  border-radius: 50%;
}
.discovery-section .discovery-mobile-controls .discovery-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
  width: 7px;
  height: 7px;
}
.discovery-section .discovery-mobile-controls .discovery-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 22px;
  height: 22px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
}
.discovery-section .swiper-slide .discovery-card::before {
  content: "";
  position: absolute;
  left: -18px;
  top: 27%;
  width: 120px;
  height: 120px;
  background-image: url("/wp-content/themes/iqon/img/IQON-Shape-2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
  pointer-events: none;
  transform: rotate(270deg);
}
.discovery-section .swiper-slide .discovery-card::after {
  content: "";
  position: absolute;
  right: -18px;
  top: 27%;
  width: 120px;
  height: 120px;
  background-image: url("/wp-content/themes/iqon/img/IQON-Shape-2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
  pointer-events: none;
  transform: rotate(90deg);
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .discovery-section .swiper-slide .discovery-card::before {
    content: "";
    position: absolute;
    left: -12px;
    top: 27%;
    width: 60px;
    height: 60px;
    z-index: 2;
    transform: rotate(270deg);
  }
  .discovery-section .swiper-slide .discovery-card::after {
    content: "";
    position: absolute;
    right: -12px;
    top: 27%;
    width: 60px;
    height: 60px;
    z-index: 2;
    transform: rotate(90deg);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .discovery-section .swiper-slide .discovery-card::before {
    content: "";
    position: absolute;
    left: -9px;
    top: 27%;
    width: 60px;
    height: 60px;
    z-index: 2;
    transform: rotate(270deg);
  }
  .discovery-section .swiper-slide .discovery-card::after {
    content: "";
    position: absolute;
    right: -9px;
    top: 27%;
    width: 60px;
    height: 60px;
    z-index: 2;
    transform: rotate(90deg);
  }
}
@media (max-width: 767px) {
  .discovery-section .swiper-slide .discovery-card::after {
    content: "";
    position: absolute;
    right: -15px;
    top: 27%;
    width: 60px;
    height: 60px;
    background-image: url(/wp-content/themes/iqon/img/IQON-Shape-2.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
    transform: rotate(90deg);
    pointer-events: none;
  }
  .discovery-section .swiper-slide .discovery-card::before {
    content: "";
    position: absolute;
    left: -15px;
    top: 27%;
    width: 60px;
    height: 60px;
    z-index: 2;
    transform: rotate(270deg);
  }
}
.discovery-section .discovery-card {
  border-radius: 24px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  background: #fff;
}
.discovery-section .discovery-card .discovery-card-image {
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
}
.discovery-section .discovery-card .discovery-card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.discovery-section .discovery-card:hover .discovery-card-image img {
  transform: scale(1.05);
}
.discovery-section .discovery-card .discovery-card-content {
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.discovery-section .discovery-card .discovery-card-content:hover .iqon-button {
  background: transparent;
  border: 1px solid #121212;
  transform: none;
}
.discovery-section .discovery-card .discovery-card-content:hover .iqon-button span {
  color: #121212;
}
.discovery-section .discovery-card .discovery-card-content .discovery-card-title {
  /* font-family: "Bodoni Moda", serif; */
  font-size: 32px;
  font-weight: 700;
  color: #121212;
  margin: 0 0 12px 0;
}
@media (min-width: 767px) and (max-width: 1023px) {
  .discovery-section .discovery-card .discovery-card-content .discovery-card-title {
    font-size: 28px;
    margin: 0;
  }
}
.discovery-section .discovery-card .discovery-card-content .discovery-card-description {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #121212;
  flex: 1;
  line-height: 20px;
  letter-spacing: 0;
}
.discovery-section .discovery-card .discovery-card-content .discovery-card-link {
  display: inline-flex;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #121212;
  text-decoration: none;
  transition: color 0.3s ease;
  align-self: flex-start;
}
.discovery-section .discovery-card .discovery-card-content .discovery-card-link:hover {
  color: #121212;
}
.discovery-section .discovery-card .discovery-card-content a {
  text-decoration: none;
}
.discovery-section .discovery-card .discovery-card-content a.iqon-button {
  margin-top: 32px;
  padding: 18px 24px;
  border: 1px solid #121212;
}

/* Express Section */
.express-section {
  padding: 180px 0;
  background-color: #FFFFFF;
}
@media (min-width: 767px) and (max-width: 1023px) {
  .express-section {
    padding: 70px 0 0 0;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .express-section {
    padding: 70px 0 0 0;
  }
}
.express-section .express-content {
  display: flex;
  gap: 60px;
  align-items: flex-start;
}
.express-section .express-images {
  display: flex;
  gap: 15px;
  width: 100%;
}
.express-section .express-images .express-image-left {
  flex: 1;
  position: relative;
}
.express-section .express-images .express-image-left::before {
  content: "";
  position: absolute;
  top: -19px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 120px;
  background-image: url("/wp-content/themes/iqon/img/shape-beyaz.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
.express-section .express-images .express-image-left img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
  margin-bottom: 55px;
  position: relative;
}
.express-section .express-images .express-image-left .express-subdescription {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #121212;
  line-height: 20px;
  margin: 0px;
}
.express-section .express-images .express-image-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
}
.express-section .express-images .express-image-right::after {
  content: "";
  position: absolute;
  bottom: -19px;
  left: 50%;
  width: 120px;
  height: 120px;
  background-image: url("/wp-content/themes/iqon/img/shape-beyaz.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  transform: rotate(180deg);
}
.express-section .express-images .express-image-right .express-title {
  /* font-family: "Bodoni Moda", serif; */
  font-size: 32px;
  font-weight: 800;
  color: #121212;
  line-height: 38px;
  margin: 42px 0 8px 0;
}
.express-section .express-images .express-image-right .express-description {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #121212;
  line-height: normal;
  margin: 0px 0 42px 0;
}
@media (min-width: 767px) and (max-width: 1023px) {
  .express-section .express-images .express-image-right .express-description {
    margin: 0px 0 2 0px 0;
  }
}
.express-section .express-images .express-image-right img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
  position: relative;
}

/* Categories Section */
.categories-section {
  padding: 0 0 180px 0;
}
.categories-section .categories-title {
  /* font-family: "Bodoni Moda", serif; */
  font-size: 44px;
  font-weight: 800;
  color: #121212;
  line-height: 52px;
  margin: 0 0 12px 0;
}
.categories-section .categories-title img {
  margin-right: 16px;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .categories-section .categories-title img {
    width: 26px;
    margin-right: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .categories-section .categories-title img {
    width: 26px;
    margin-right: 12px;
  }
}
.categories-section .categories-description {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #121212;
  line-height: 20px;
  margin: 0 0 60px 0;
  max-width: 800px;
}
.categories-section .categories-grid {
  display: grid;
  grid-template-columns: 7.24fr 6.4fr 1.4fr 6.4fr;
  grid-template-rows: repeat(6, 1fr);
  gap: 10px;
  height: 930px;
}
.categories-section .category-card {
  position: relative;
  display: block;
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.categories-section .category-card img {
  transition: transform 0.3s ease;
}
.categories-section .category-card:hover img {
  transform: scale(1.05);
}
.categories-section .category-card:nth-child(1) {
  grid-row: 1/5;
  grid-column: 1;
  background-color: #829D9F;
}
.categories-section .category-card:nth-child(2) {
  grid-row: 1/3;
  grid-column: 2/4;
  background-color: #E57B5D;
}
.categories-section .category-card:nth-child(3) {
  grid-row: 1/3;
  grid-column: 4;
  background-color: #9E8D9B;
}
.categories-section .category-card:nth-child(4) {
  grid-row: 3/5;
  grid-column: 2;
  background-color: #A84D59;
}
.categories-section .category-card:nth-child(4) img {
  width: 100% !important;
  transform: translateX(-15%);
  bottom: -91px;
  position: relative;
}
.categories-section .category-card:nth-child(5) {
  grid-row: 3/5;
  grid-column: 3/5;
  background-color: #435491;
}
.categories-section .category-card:nth-child(5) img {
  width: 100%;
  transform: translateX(33%);
  bottom: -46px;
  position: relative;
}
.categories-section .category-card:nth-child(6) {
  grid-row: 5/7;
  grid-column: 1;
  background-color: #42644E;
}
.categories-section .category-card:nth-child(7) {
  grid-row: 5/7;
  grid-column: 2/5;
  background-color: #95463F;
}
.categories-section .category-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.5s ease;
}
.categories-section .category-card:nth-child(2) img, .categories-section .category-card:nth-child(3) img, .categories-section .category-card:nth-child(4) img, .categories-section .category-card:nth-child(6) img, .categories-section .category-card:nth-child(7) img {
  -o-object-position: right;
     object-position: right;
  float: right;
  width: 80%;
  text-align: right;
}
.categories-section .category-card.category-0 img {
  -o-object-fit: contain !important;
     object-fit: contain !important;
  transform: none !important;
}
.categories-section .category-card.category-0:hover img {
  transform: scale(1.05) !important;
}
.categories-section .category-card:nth-child(1) .category-name, .categories-section .category-card.category-1 .category-name {
  text-align: center;
}
.categories-section .category-card:nth-child(1) img, .categories-section .category-card.category-1 img {
  -o-object-fit: cover;
     object-fit: cover;
  transform: translateX(10%) scale(1);
}
.categories-section .category-card:nth-child(1):hover img, .categories-section .category-card.category-1:hover img {
  transform: translateX(10%) scale(1.05);
}
.categories-section .category-card:nth-child(2) .category-name {
  top: 0;
  bottom: auto;
  text-align: left;
}
.categories-section .category-card:nth-child(3) .category-name, .categories-section .category-card.category-3 .category-name {
  top: 0;
  bottom: auto;
  text-align: left;
}
.categories-section .category-card:nth-child(3) img, .categories-section .category-card.category-3 img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100% !important;
  transform: translateX(33%) scale(1);
}
.categories-section .category-card:nth-child(3):hover img, .categories-section .category-card.category-3:hover img {
  transform: translateX(33%) scale(1.05);
}
.categories-section .category-card:nth-child(4) .category-name, .categories-section .category-card.category-4 .category-name {
  text-align: center;
  top: auto;
}
.categories-section .category-card:nth-child(4) img, .categories-section .category-card.category-4 img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100% !important;
  transform: translateX(-18%) scale(1);
}
.categories-section .category-card:nth-child(4):hover img, .categories-section .category-card.category-4:hover img {
  transform: translateX(-18%) scale(1.05);
}
.categories-section .category-card:nth-child(5) .category-name {
  bottom: 0;
  text-align: left;
}
.categories-section .category-card:nth-child(5) img {
  transform: translateX(21%) scale(1);
}
.categories-section .category-card:nth-child(5):hover img {
  transform: translateX(21%) scale(1.05);
}
.categories-section .category-card:nth-child(6) .category-name {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  text-align: left;
}
.categories-section .category-card:nth-child(7) .category-name {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  text-align: left;
}
.categories-section .category-card .category-name {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px;
  /* font-family: "Bodoni Moda", serif; */
  font-size: 28px;
  font-weight: 400;
  color: #FFFFFF;
  margin: 0;
  text-align: left;
}

/* Utility Classes */
.mobile-hide {
  display: block;
}

.desktop-hide {
  display: none;
}

/* Blog Section */
.blog-section {
  padding: 0 0 180px 0;
  background-color: #FFFFFF;
  position: relative;
}
.blog-section .blog-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
.blog-section .blog-header .blog-header-left {
  flex: 1;
}
.blog-section .blog-header .blog-title {
  /* font-family: "Bodoni Moda", serif; */
  font-size: 44px;
  font-weight: 800;
  color: #121212;
  line-height: 52px;
  margin: 0 0 12px 0;
}
.blog-section .blog-header .blog-title img {
  margin-right: 12px;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .blog-section .blog-header .blog-title {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (min-width: 767px) and (max-width: 1023px) {
  .blog-section .blog-header .blog-title {
    font-size: 30px;
    line-height: 35px;
  }
}
.blog-section .blog-header .blog-description {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #121212;
  line-height: normal;
  margin: 0;
  max-width: 600px;
}
.blog-section .blog-header .blog-button {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #FFFFFF;
  background-color: #121212;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 19px 24px;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.blog-section .blog-header .blog-button img {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}
.blog-section .blog-header .blog-button:hover {
  background-color: #2a2a2a;
  transform: translateY(-2px);
}
.blog-section .blog-header .blog-button:hover img {
  transform: translateX(4px);
}
@media (min-width: 1366px) {
  .blog-section .blogSwiper .swiper-slide:nth-child(3n+2) {
    width: calc(50% - 10px) !important;
  }
  .blog-section .blogSwiper .swiper-slide:nth-child(3n+2) .blog-card .blog-card-image {
    aspect-ratio: 4/3;
  }
  .blog-section .blogSwiper .swiper-slide:nth-child(3n+2) .blog-card .blog-card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5) 85%, transparent 100%);
    padding: 40px 20px;
    z-index: 5;
    border-radius: 16px;
  }
  .blog-section .blogSwiper .swiper-slide:nth-child(3n+2) .blog-card .blog-card-content .blog-card-title {
    color: #FFFFFF;
  }
  .blog-section .blogSwiper .swiper-slide:nth-child(3n+2) .blog-card .blog-card-content .blog-card-excerpt {
    color: #FFFFFF;
  }
  .blog-section .blogSwiper .swiper-slide:nth-child(3n+2) .blog-card .blog-card-content .blog-card-link {
    color: #FFFFFF;
  }
  .blog-section .blogSwiper .swiper-slide:nth-child(3n+2) .blog-card .blog-card-content .blog-card-link img {
    filter: brightness(0) invert(1);
  }
  .blog-section .blogSwiper .swiper-slide:nth-child(3n+1), .blog-section .blogSwiper .swiper-slide:nth-child(3n) {
    width: calc(25% - 16px) !important;
  }
  .blog-section .blogSwiper .swiper-slide:nth-child(3n+1) .blog-card .blog-card-excerpt, .blog-section .blogSwiper .swiper-slide:nth-child(3n) .blog-card .blog-card-excerpt {
    display: none !important;
  }
}
.blog-section .blog-card {
  display: block;
  text-decoration: none;
  background-color: #FFFFFF;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: auto;
  position: relative;
}
.blog-section .blog-card .blog-card-image {
  position: relative;
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
}
.blog-section .blog-card .blog-card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
  border-radius: 16px;
}
.blog-section .blog-card .blog-card-image .blog-card-category {
  background: rgba(0, 0, 0, 0.3);
  padding: 8px 12px;
  border-radius: 20px;
  color: #fff;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin-bottom: 19px !important;
  display: block;
  position: absolute;
  top: 20px;
  left: 15px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.blog-section .blog-card .blog-card-content {
  padding: 15px 0;
}
.blog-section .blog-card .blog-card-content .blog-card-title {
  /* font-family: "Bodoni Moda", serif; */
  font-size: 24px;
  font-weight: 700;
  color: #121212;
  line-height: 1.3;
  margin: 0 0 18px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-section .blog-card .blog-card-content .blog-card-excerpt {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #121212;
  line-height: normal;
  margin: 0 0 24px 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-section .blog-card .blog-card-content .blog-card-link {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #121212;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: gap 0.3s ease;
}
.blog-section .blog-card .blog-card-content .blog-card-link img {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}
.blog-section .blog-card:hover .blog-card-link {
  gap: 12px;
}
.blog-section .blog-card:hover .blog-card-link img {
  transform: translateX(4px);
}
.blog-section .blog-navigation {
  position: absolute;
  bottom: 3px;
  right: 3px;
  display: flex;
  gap: 36px;
  z-index: 10;
}
.blog-section .blog-button-prev,
.blog-section .blog-button-next {
  background: transparent;
  box-shadow: none;
  border: 1px solid #D2CFC9;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.3s ease, transform 0.2s ease;
  padding: 16px 17px;
  border-radius: 50px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-section .blog-button-prev::before,
.blog-section .blog-button-next::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border-radius: 50px;
  border: 2px solid transparent;
  border-top-color: #121212;
  border-right-color: #121212;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.blog-section .blog-button-prev img,
.blog-section .blog-button-next img {
  width: 20px;
  height: 20px;
  position: relative;
  z-index: 1;
}
.blog-section .blog-button-prev:hover::before,
.blog-section .blog-button-next:hover::before {
  opacity: 1;
  animation: rotateBorder 1.2s linear infinite;
}
.blog-section .blog-button-prev.swiper-button-disabled,
.blog-section .blog-button-next.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}
.blog-section .blog-button-prev.swiper-button-disabled:hover::before,
.blog-section .blog-button-next.swiper-button-disabled:hover::before {
  opacity: 0;
  animation: none;
}
.blog-section .blog-mobile-controls {
  display: none;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  padding: 0 20px;
}
.blog-section .blog-mobile-controls .blog-pagination {
  display: flex;
  gap: 0px;
  align-items: center;
  position: inherit;
}
.blog-section .blog-mobile-controls .blog-pagination .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  background: #E3E3E3;
  opacity: 1;
  margin: 0 10px;
  transition: all 0.3s ease;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
.blog-section .blog-mobile-controls .blog-pagination .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 22px;
  height: 22px;
  border: 1px solid rgba(18, 18, 18, 0);
  border-radius: 50%;
}
.blog-section .blog-mobile-controls .blog-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #121212;
  width: 7px;
  height: 7px;
}
.blog-section .blog-mobile-controls .blog-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 22px;
  height: 22px;
  border: 1px solid #121212;
  border-radius: 50%;
}
.blog-section .blog-mobile-controls .blog-mobile-arrows {
  display: flex;
  gap: 22px;
}
.blog-section .blog-mobile-controls .blog-mobile-arrows button {
  background: transparent;
  box-shadow: none;
  border: 1px solid #D2CFC9;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.3s ease, transform 0.2s ease;
  padding: 10px 11px;
  border-radius: 50px;
}
.blog-section .blog-mobile-controls .blog-mobile-arrows button img {
  width: 20px;
  height: 20px;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .blog-section .blog-mobile-controls .blog-mobile-arrows button img {
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .blog-section .blog-mobile-controls .blog-mobile-arrows button img {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 767px) {
  .blog-section .blog-mobile-controls .blog-mobile-arrows button img {
    width: 17px;
    height: 17px;
  }
}
.blog-section .blog-mobile-controls .blog-mobile-arrows button.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
@media screen and (max-width: 767px) {
  .blog-section {
    padding: 70px 0;
  }
  .blog-section .blog-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    margin-bottom: 0px;
  }
  .blog-section .blogSwiper .swiper-slide {
    height: auto !important;
    width: 100% !important;
  }
  .blog-section .blogSwiper .swiper-slide .blog-card-excerpt {
    display: block !important;
    color: #121212;
    margin-bottom: 20px;
  }
  .blog-section .blogSwiper .swiper-slide .blog-card-content {
    padding: 16px 0 0 0;
  }
  .blog-section .blogSwiper .swiper-slide .blog-card-content .blog-card-category {
    position: absolute;
    top: 20px;
    left: 20px;
    margin-bottom: 0 !important;
    z-index: 5;
  }
  .blog-section .blogSwiper .swiper-slide .blog-card-image {
    aspect-ratio: 3/2 !important;
    height: auto !important;
    position: relative;
  }
  .blog-section .blogSwiper .swiper-slide:nth-child(even) {
    width: 100% !important;
  }
  .blog-section .blogSwiper .swiper-slide:nth-child(even) .blog-card .blog-card-image {
    aspect-ratio: 3/2 !important;
    height: auto !important;
  }
  .blog-section .blogSwiper .swiper-slide:nth-child(even) .blog-card .blog-card-content {
    position: static;
    background: transparent;
    padding: 20px 0;
  }
  .blog-section .blogSwiper .swiper-slide:nth-child(even) .blog-card .blog-card-content .blog-card-title {
    color: #121212;
    font-size: 20px;
  }
  .blog-section .blogSwiper .swiper-slide:nth-child(even) .blog-card .blog-card-content .blog-card-excerpt {
    display: block !important;
    color: #121212;
    margin-bottom: 20px;
    display: none !important;
  }
  .blog-section .blogSwiper .swiper-slide:nth-child(even) .blog-card .blog-card-content .blog-card-link {
    color: #121212;
  }
  .blog-section .blog-navigation {
    display: none;
  }
  .blog-section .blog-mobile-controls {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 0;
    margin-top: 0px;
  }
}

/* Popular Products Section */
.popular-products-section {
  margin: 0 0 180px 0;
  padding: 180px 0 180px 0;
  background-color: #F0EEEA;
}
.popular-products-section .popular-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.popular-products-section .popular-header .popular-header-left {
  flex: 1;
}
.popular-products-section .popular-header .popular-title {
  /* font-family: "Bodoni Moda", serif; */
  font-size: 44px;
  font-weight: 800;
  color: #121212;
  line-height: 52px;
  margin: 0 0 12px 0;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .popular-products-section .popular-header .popular-title {
    font-size: 30px !important;
    line-height: 35px;
  }
}
@media (min-width: 767px) and (max-width: 1023px) {
  .popular-products-section .popular-header .popular-title {
    font-size: 30px !important;
    line-height: 35px;
    margin-bottom: 12px;
  }
  .popular-products-section .popular-header .popular-title img {
    width: 26px;
  }
}
@media (max-width: 767px) {
  .popular-products-section .popular-header .popular-title {
    font-size: 24px !important;
    line-height: 30px !important;
    margin-bottom: 12px !important;
  }
}
@media (max-width: 767px) {
  .popular-products-section .popular-header .popular-title img {
    height: 18px;
  }
}
.popular-products-section .popular-header .popular-description {
  max-width: 600px;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #121212;
  line-height: 20px;
  margin: 0 0 60px 0;
}
@media (max-width: 767px) {
  .popular-products-section .popular-header .popular-description {
    font-size: 16px !important;
    line-height: 20px !important;
  }
}
.popular-products-section .popular-header .popular-navigation {
  display: flex;
  gap: 16px;
  align-items: center;
}
.popular-products-section .popular-header .popular-button-prev,
.popular-products-section .popular-header .popular-button-next {
  width: 56px;
  height: 56px;
  background-color: #FFFFFF;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.popular-products-section .popular-header .popular-button-prev img,
.popular-products-section .popular-header .popular-button-next img {
  width: 20px;
  height: 20px;
}
.popular-products-section .popular-header .popular-button-prev:hover,
.popular-products-section .popular-header .popular-button-next:hover {
  background-color: #121212;
  transform: scale(1.05);
}
.popular-products-section .popular-header .popular-button-prev:hover img,
.popular-products-section .popular-header .popular-button-next:hover img {
  filter: brightness(0) invert(1);
}
.popular-products-section .popular-header .popular-button-prev.swiper-button-disabled,
.popular-products-section .popular-header .popular-button-next.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}
.popular-products-section .genel-popular-section {
  display: flex;
  justify-content: space-between;
  gap: 150px;
}
.popular-products-section .popular-header .popular-title img {
  margin-right: 12px;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .popular-products-section .popular-header .popular-title img {
    width: 26px;
    margin-right: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .popular-products-section .popular-header .popular-title img {
    width: 26px;
    margin-right: 12px;
  }
}
.popular-products-section .popular-header .popular-description {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #121212;
  line-height: 20px;
  margin: 0;
  max-width: 100%;
}
.popular-products-section .popular-products-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: start;
}
.popular-products-section .popular-products-left {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  gap: 130px;
}
.popular-products-section .popularSwiper {
  overflow: hidden;
  width: 100%;
}
.popular-products-section .swiper-wrapper {
  display: flex;
}
.popular-products-section .swiper-slide {
  flex-shrink: 0;
  width: 100%;
}
.popular-products-section .popular-products-right {
  position: relative;
}
.popular-products-section .popular-card-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.popular-products-section .popular-card-image-small {
  display: flex;
  margin-bottom: 24px;
}
.popular-products-section .popular-card-image-small img {
  border-radius: 16px;
  width: 100%;
}
.popular-products-section .popular-card-content {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.popular-products-section .popular-card-content .popular-card-title {
  /* font-family: "Bodoni Moda", serif; */
  font-size: 24px;
  font-weight: 700;
  color: #121212;
  line-height: 1.3;
  margin: 0 0 12px 0;
}
.popular-products-section .popular-card-content .popular-card-description {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #121212;
  line-height: normal;
  margin: 0 0 24px 0;
}
.popular-products-section .popular-card-link {
  font-family: "Montserrat", sans-serif;
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding: 19px 24px;
  background-color: #121212;
  border: 1px solid #121212;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
  width: -moz-max-content;
  width: max-content;
  border-radius: 12px;
}
.popular-products-section .popular-card-link:hover {
  background-color: #2a2a2a;
  transform: translateY(-2px);
}
.popular-products-section .popular-right-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 43px;
  gap: 20px;
}
.popular-products-section .popular-right-navigation {
  display: flex;
  gap: 36px;
  align-items: center;
}
.popular-products-section .popular-right-button-prev,
.popular-products-section .popular-right-button-next {
  background: transparent;
  box-shadow: none;
  border: 1px solid #D2CFC9;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.3s ease, transform 0.2s ease;
  padding: 16px 17px;
  border-radius: 50px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -1px;
}
.popular-products-section .popular-right-button-prev::before,
.popular-products-section .popular-right-button-next::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border-radius: 50px;
  border: 2px solid transparent;
  border-top-color: #121212;
  border-right-color: #121212;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.popular-products-section .popular-right-button-prev img,
.popular-products-section .popular-right-button-next img {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .popular-products-section .popular-right-button-prev img,
  .popular-products-section .popular-right-button-next img {
    width: 20px;
    height: 20px;
  }
}
.popular-products-section .popular-right-button-prev:hover::before,
.popular-products-section .popular-right-button-next:hover::before {
  opacity: 1;
  animation: rotateBorder 1.2s linear infinite;
}
.popular-products-section .popular-right-button-prev.swiper-button-disabled,
.popular-products-section .popular-right-button-next.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}
.popular-products-section .popular-card-image-large {
  border-radius: 14px;
  overflow: hidden;
  position: relative;
}
.popular-products-section .popular-card-image-large img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity 0.4s ease-in-out;
}
.popular-products-section .popular-card-image-large::before {
  content: "";
  position: absolute;
  left: -19px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  width: 120px;
  height: 120px;
  background-image: url("/wp-content/themes/iqon/img/IQON-Shape-3.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
  pointer-events: none;
  transform: rotate(270deg);
}
.popular-products-section .popular-card-image-large::after {
  content: "";
  position: absolute;
  right: -19px;
  top: 50%;
  transform: translateY(-50%);
  width: 120px;
  height: 120px;
  background-image: url("/wp-content/themes/iqon/img/IQON-Shape-3.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
  pointer-events: none;
  transform: rotate(90deg);
}
.popular-products-section .popular-card-image-large img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
}
.popular-products-section .popular-mobile-controls {
  display: none;
  margin-top: 40px;
  align-items: center;
  justify-content: space-between;
}
.popular-products-section .popular-mobile-controls .popular-pagination {
  display: flex;
}
.popular-products-section .popular-mobile-controls .popular-pagination .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  background-color: #D9D9D9;
  opacity: 1;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.popular-products-section .popular-mobile-controls .popular-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 22px;
  height: 22px;
  background-color: #121212;
}
.popular-products-section .popular-mobile-controls .popular-mobile-arrows {
  display: flex;
  gap: 12px;
}
.popular-products-section .popular-mobile-controls .popular-mobile-prev,
.popular-products-section .popular-mobile-controls .popular-mobile-next {
  width: 44px;
  height: 44px;
  background-color: #FFFFFF;
  border: 1px solid #E0E0E0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.popular-products-section .popular-mobile-controls .popular-mobile-prev img,
.popular-products-section .popular-mobile-controls .popular-mobile-next img {
  width: 20px;
  height: 20px;
}
.popular-products-section .popular-mobile-controls .popular-mobile-prev:hover,
.popular-products-section .popular-mobile-controls .popular-mobile-next:hover {
  background-color: #121212;
  border-color: #121212;
}
.popular-products-section .popular-mobile-controls .popular-mobile-prev:hover img,
.popular-products-section .popular-mobile-controls .popular-mobile-next:hover img {
  filter: brightness(0) invert(1);
}

/* Slider Section */
.slider-section {
  margin-top: 72px;
  margin-bottom: 60px;
  margin-left: -10%;
  margin-right: -9.5%;
  padding: 0 158px;
  position: relative;
}
.slider-section:before {
  content: "";
  position: absolute;
  left: 300px;
  width: 120px;
  height: 120px;
  background: url(/wp-content/themes/iqon/img/shape-beyaz.svg) no-repeat center;
  background-size: contain;
  z-index: 10;
  pointer-events: none;
  top: -19px;
}
.slider-section:after {
  content: "";
  position: absolute;
  bottom: -19px;
  right: 300px;
  width: 120px;
  height: 120px;
  background: url(/wp-content/themes/iqon/img/shape-beyaz.svg) no-repeat center;
  background-size: contain;
  z-index: 10;
  pointer-events: none;
  transform: rotate(180deg);
}
.slider-section .heroSwiper {
  width: 100%;
  height: 600px;
  border-radius: 32px;
  overflow: hidden;
  position: relative;
}
.slider-section .heroSwiper .swiper-wrapper {
  border-radius: 32px;
}
.slider-section .heroSwiper .swiper-slide {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
  border-radius: 32px;
  overflow: hidden;
}
.slider-section .heroSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 32px;
  transform: scale(normal);
  animation: zoomIn 8s ease-out forwards;
}
.slider-section .heroSwiper .swiper-slide .slider-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 32px;
}
.slider-section .heroSwiper .swiper-slide-active img {
  animation: zoomIn 8s ease-out forwards;
}
@keyframes zoomIn {
  0% {
    transform: scale(normal);
  }
  100% {
    transform: scale(1);
  }
}
.slider-section .heroSwiper .swiper-button-prev,
.slider-section .heroSwiper .swiper-button-next {
  width: 50px;
  height: 50px;
  margin-top: -24px;
}
.slider-section .heroSwiper .swiper-button-prev:after,
.slider-section .heroSwiper .swiper-button-next:after {
  display: none;
}
.slider-section .heroSwiper .swiper-button-prev img,
.slider-section .heroSwiper .swiper-button-next img {
  width: 50px;
  height: 50px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.slider-section .heroSwiper .swiper-button-prev:hover img,
.slider-section .heroSwiper .swiper-button-next:hover img {
  transform: scale(1.1);
}
.slider-section .heroSwiper .swiper-button-prev {
  left: 40px;
}
.slider-section .heroSwiper .swiper-button-next {
  right: 40px;
}
.slider-section .heroSwiper .desktop-pagination {
  bottom: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.slider-section .heroSwiper .desktop-pagination .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  margin: 0 10px;
  transition: all 0.3s ease;
  border-radius: 50%;
  position: relative;
}
.slider-section .heroSwiper .desktop-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
  width: 7px;
  height: 7px;
}
.slider-section .heroSwiper .desktop-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 22px;
  height: 22px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
}
.slider-section .heroSwiper .mobile-pagination {
  display: none;
}

.slider-section .mobile-pagination {
  display: none;
  margin-top: 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: relative;
  z-index: 10;
  bottom: 13px;
}
.slider-section .mobile-pagination span.swiper-pagination-bullet {
  width: 7px !important;
  height: 7px !important;
  background-color: rgba(18, 18, 18, 0.2) !important;
  background: rgba(18, 18, 18, 0.2) !important;
  opacity: 1 !important;
  transition: all 0.3s ease !important;
  border-radius: 50% !important;
  position: relative !important;
  cursor: pointer !important;
  display: inline-block !important;
}
.slider-section .mobile-pagination span.swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 22px;
  height: 22px;
  border: 1px solid rgba(255, 255, 255, 0);
  border-radius: 50%;
}
.slider-section .mobile-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #121212 !important;
  background: #121212 !important;
  width: 7px !important;
  height: 7px !important;
}
.slider-section .mobile-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 22px;
  height: 22px;
  border: 1px solid #777777;
  border-radius: 50%;
}

/* Pagination */
.pagination,
.posts-navigation,
.post-navigation {
  margin: 40px 0;
}
.pagination .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.pagination a,
.posts-navigation a,
.post-navigation a {
  padding: 10px 20px;
  background-color: #f8f8f8;
  color: #121212;
  text-decoration: none;
}
.pagination a:hover,
.posts-navigation a:hover,
.post-navigation a:hover {
  background-color: #121212;
  color: #fff;
}

/* Newsletter Section */
.newsletter-section {
  max-width: 1920px;
  margin: 0 auto 70px auto;
  background-color: #FFFFFF;
  position: relative;
  height: 452px;
}
.newsletter-section .newsletter-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.newsletter-section .newsletter-images-left,
.newsletter-section .newsletter-images-right {
  position: absolute;
  width: 100%;
  height: 100%;
}
.newsletter-section .newsletter-images-left .newsletter-image,
.newsletter-section .newsletter-images-right .newsletter-image {
  position: absolute;
}
.newsletter-section .newsletter-images-left .newsletter-image img,
.newsletter-section .newsletter-images-right .newsletter-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
}
.newsletter-section .newsletter-images-left .newsletter-image:nth-child(1) {
  left: 192px;
  top: 0px;
  width: 240px;
  height: 240px;
}
.newsletter-section .newsletter-images-left .newsletter-image:nth-child(2) {
  left: 158px;
  top: 40%;
  transform: translateY(-50%);
  width: 160px;
  height: 160px;
}
.newsletter-section .newsletter-images-left .newsletter-image:nth-child(3) {
  left: 324px;
  bottom: 0%;
  width: 190px;
  height: 190px;
}
.newsletter-section .newsletter-images-right .newsletter-image:nth-child(1) {
  right: 147px;
  top: 0px;
  width: 260px;
  height: 260px;
}
.newsletter-section .newsletter-images-right .newsletter-image:nth-child(2) {
  right: 293px;
  top: 35%;
  width: 216px;
  height: 216px;
}
.newsletter-section .newsletter-content {
  position: relative;
  z-index: 10;
  margin: 0 auto;
  text-align: center;
  width: 650px;
}
.newsletter-section .newsletter-content .newsletter-title {
  /* font-family: "Bodoni Moda", serif; */
  font-size: 44px;
  font-weight: 800;
  color: #121212;
  line-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-bottom: 12px;
}
.newsletter-section .newsletter-content .newsletter-title img {
  width: 26px;
  height: auto;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .newsletter-section .newsletter-content .newsletter-title img {
    width: 26px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .newsletter-section .newsletter-content .newsletter-title img {
    width: 26px;
  }
}
@media (max-width: 767px) {
  .newsletter-section .newsletter-content .newsletter-title img {
    width: 18px;
    gap: 14px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .newsletter-section .newsletter-content .newsletter-title {
    font-size: 30px;
    line-height: 35px;
    gap: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .newsletter-section .newsletter-content .newsletter-title {
    font-size: 35px;
    line-height: 30px;
    gap: 14px;
  }
}
@media (max-width: 767px) {
  .newsletter-section .newsletter-content .newsletter-title {
    font-size: 24px;
    line-height: 30px;
    gap: 14px;
  }
}
.newsletter-section .newsletter-content .newsletter-description {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #121212;
  line-height: normal;
  margin: 0 0 71px 0;
}
.newsletter-section .newsletter-content .newsletter-form .newsletter-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 24px;
  justify-content: center;
  text-align: left;
}
.newsletter-section .newsletter-content .newsletter-form .newsletter-checkbox input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  cursor: pointer;
  accent-color: #121212;
  flex-shrink: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: 1px solid #121212;
  border-radius: 40px;
  background-color: transparent;
  position: relative;
}
.newsletter-section .newsletter-content .newsletter-form .newsletter-checkbox input[type=checkbox]:checked {
  background-color: #121212;
}
.newsletter-section .newsletter-content .newsletter-form .newsletter-checkbox input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 1px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.newsletter-section .newsletter-content .newsletter-form .newsletter-checkbox label {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #121212;
  line-height: normal;
  cursor: pointer;
}
.newsletter-section .newsletter-content .newsletter-form .newsletter-input-wrapper {
  display: flex;
  gap: 12px;
}
.newsletter-section .newsletter-content .newsletter-form .newsletter-input-wrapper .newsletter-input {
  flex: 1;
  padding: 20px 24px;
  border: 1px solid #E5E5E5;
  border-radius: 12px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #121212;
  transition: all 0.3s ease;
}
.newsletter-section .newsletter-content .newsletter-form .newsletter-input-wrapper .newsletter-input:focus {
  outline: none;
  border-color: #121212;
}
.newsletter-section .newsletter-content .newsletter-form .newsletter-input-wrapper .newsletter-input::-moz-placeholder {
  color: #121212;
}
.newsletter-section .newsletter-content .newsletter-form .newsletter-input-wrapper .newsletter-input::placeholder {
  color: #121212;
}
.newsletter-section .newsletter-content .newsletter-form .newsletter-input-wrapper .newsletter-button {
  padding: 20px 32px;
  background-color: #121212;
  color: #FFFFFF;
  border: none;
  border-radius: 12px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.newsletter-section .newsletter-content .newsletter-form .newsletter-input-wrapper .newsletter-button svg {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}
.newsletter-section .newsletter-content .newsletter-form .newsletter-input-wrapper .newsletter-button:hover {
  background-color: #333;
  transform: translateY(-2px);
}
.newsletter-section .newsletter-content .newsletter-form .newsletter-input-wrapper .newsletter-button:hover svg {
  transform: translateX(4px);
}
@media screen and (max-width: 767px) {
  .newsletter-section {
    height: auto !important;
    padding: 0 15px 100px 15px;
  }
  .newsletter-section .newsletter-wrapper {
    flex-direction: column;
    gap: 40px;
  }
  .newsletter-section .newsletter-images-left,
  .newsletter-section .newsletter-images-right {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .newsletter-section .newsletter-images-left .newsletter-image,
  .newsletter-section .newsletter-images-right .newsletter-image {
    position: relative;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    transform: none !important;
    width: calc(50% - 10px) !important;
    height: 200px !important;
  }
  .newsletter-section .newsletter-images-left .newsletter-image:nth-child(3),
  .newsletter-section .newsletter-images-right .newsletter-image:nth-child(3) {
    width: 100% !important;
  }
  .newsletter-section .newsletter-content .newsletter-description {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .newsletter-section .newsletter-content .newsletter-form .newsletter-checkbox {
    justify-content: flex-start;
  }
  .newsletter-section .newsletter-content .newsletter-form .newsletter-input-wrapper {
    flex-direction: column;
  }
  .newsletter-section .newsletter-content .newsletter-form .newsletter-input-wrapper .newsletter-button {
    width: 100%;
    justify-content: center;
  }
}

/* Sidebar */
.widget-area {
  padding: 40px 20px;
}

.widget {
  margin-bottom: 40px;
}
.widget .widget-title {
  /* font-family: "Bodoni Moda", serif; */
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #121212;
}
.widget ul {
  list-style: none;
  padding: 0;
}
.widget ul li {
  margin-bottom: 10px;
}
.widget ul li a {
  color: #333;
  text-decoration: none;
}
.widget ul li a:hover {
  color: #121212;
}

/* Comments */
.comments-area {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid #e5e5e5;
}

.comment-list {
  list-style: none;
  padding: 0;
}

.comment {
  margin-bottom: 30px;
}

.comment-body {
  padding: 20px;
  background-color: #f8f8f8;
}

.comment-author {
  font-weight: 700;
  margin-bottom: 10px;
}

.comment-meta {
  font-size: 12px;
  color: #121212;
  margin-bottom: 15px;
}

/* Responsive Breakpoints */
/* 1200px - 1365px: Orta Desktop */
@media screen and (min-width: 1200px) and (max-width: 1366px) {

  .iqon-container {
    padding: 0 4%;
  }
  .slider-section {
    margin-left: -80px;
    margin-right: -80px;
    padding: 0 80px;
  }
}
/* 1024px - 1199px: Küçük Desktop */
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .discovery-section {
    padding: 70px 0;
  }
  .marquee-section {
    margin-bottom: 70px;
  }
  .popular-products-section {
    margin: 0 0 70px 0;
    padding: 70px 0 60px;
  }
  .popular-products-section .popular-card-image-large::before {
    content: "";
    position: absolute;
    left: -13px;
    top: 50%;
    transform: translateY(-50%) rotate(270deg);
    width: 60px;
    height: 60px;
    background-image: url(/wp-content/themes/iqon/img/IQON-Shape-3.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
    pointer-events: none;
  }
  .popular-products-section .popular-card-image-large::after {
    content: "";
    position: absolute;
    right: -13px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    width: 60px;
    height: 60px;
    background-image: url(/wp-content/themes/iqon/img/IQON-Shape-3.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
    pointer-events: none;
  }
  .iqon-container {
    padding: 0 4%;
  }
  .hero-section {
    padding-top: 42px;
    gap: 10px;
  }
  .hero-section .hero-left .hero-title {
    font-size: 42px;
    line-height: 48px;
  }
  .hero-section .hero-right .hero-description {
    font-size: 18px;
    line-height: 24px;
  }
  .lifestyle-section {
    padding: 0 0 70px 0;
  }
  .lifestyle-section .lifestyle-header {
    gap: 40px;
    margin-bottom: 50px;
  }
  .lifestyle-section .lifestyle-header .lifestyle-title-wrapper {
    gap: 12px;
  }
  .lifestyle-section .lifestyle-header .lifestyle-title-wrapper .lifestyle-logo {
    width: 26px;
  }
  .lifestyle-section .lifestyle-header .lifestyle-title-wrapper .lifestyle-title {
    font-size: 30px;
    line-height: 35px;
  }
  .lifestyle-section .lifestyle-header .lifestyle-description {
    font-size: 18px;
    max-width: 500px;
  }
  .lifestyle-section .lifestyle-content {
    gap: 40px;
  }
  .lifestyle-section .lifestyle-content .lifestyle-bottom {
    gap: 40px;
  }
  .lifestyle-section .lifestyle-content .lifestyle-bottom .lifestyle-logo-bottom img {
    width: 350px;
  }
  .lifestyle-section .lifestyle-content .lifestyle-text {
    gap: 30px;
  }
  .lifestyle-section .lifestyle-content .lifestyle-text .lifestyle-text-description {
    font-size: 18px;
  }
  .lifestyle-section .lifestyle-content .lifestyle-text .lifestyle-actions {
    gap: 30px;
  }
  .lifestyle-section .lifestyle-content .lifestyle-text .lifestyle-social {
    gap: 20px;
  }
  .lifestyle-section .lifestyle-content .lifestyle-text .lifestyle-social a img {
    width: 40px;
    height: 40px;
  }
  .slider-section {
    margin: 60px 0;
    padding: 0;
    overflow: hidden;
  }
  .express-section {
    padding: 70px 0 0 0;
  }
  .express-section .express-content {
    gap: 40px;
  }
  .express-section .express-images {
    gap: 24px;
  }
  .express-section .express-images .express-image-right {
    gap: 0px;
  }
  .express-section .express-images .express-image-right .express-title {
    font-size: 30px;
    line-height: 35px;
  }
  .categories-section {
    padding: 70px 0;
  }
  .categories-section .categories-title {
    font-size: 30px;
    line-height: 35px;
  }
  .categories-section .categories-description {
    font-size: 16px;
    margin-bottom: 50px;
  }
  .categories-section .categories-grid {
    gap: 16px;
  }
  .categories-section .category-card .category-name {
    font-size: 24px;
    padding: 24px;
  }
  .general-page .page-title-hero {
    /* font-family: "Bodoni Moda", serif; */
    font-size: 44px;
    font-weight: 800;
    color: #121212;
    line-height: 56px;
    padding: 42px 0 18px 0;
    margin: 0;
  }
  .newsletter-section {
    margin: 0 0 70px 0;
  }
  .newsletter-section .newsletter-wrapper {
    height: auto !important;
    border-top: 1px solid #E6E6E6;
    padding-top: 70px !important;
    margin: 0 !important;
  }
}
/* 767px ve altı: Mobil */
@media screen and (max-width: 768px) {
  .categories-section .category-card .category-name {
    font-size: 18px;
    top: auto !important;
    bottom: 0px !important;
    text-align: center !important;
    transform: none !important;
    padding: 10px 30px;
  }
}
/* 768px - 1023px: Tablet */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .popular-products-section {
    margin: 0 0 70px 0;
    padding: 70px 0;
  }
  .popular-products-section .genel-popular-section {
    display: flex !important;
    justify-content: space-between;
    gap: 50px;
  }
  .popular-products-section .popular-header {
    margin-bottom: 40px !important;
  }
  .popular-products-section .popular-card-image-large::before {
    content: "";
    position: absolute;
    left: -9px;
    top: 50%;
    transform: translateY(-50%) rotate(270deg);
    width: 60px;
    height: 60px;
    background-image: url(/wp-content/themes/iqon/img/IQON-Shape-3.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
    pointer-events: none;
  }
  .popular-products-section .popular-card-image-large::after {
    content: "";
    position: absolute;
    right: -9px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    width: 60px;
    height: 60px;
    background-image: url(/wp-content/themes/iqon/img/IQON-Shape-3.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
    pointer-events: none;
  }
  .categories-section {
    padding: 70px 0;
  }
  .categories-section .categories-description {
    font-size: 16px;
    margin-bottom: 40px;
    line-height: 20px;
  }
  .categories-section .categories-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    gap: 12px;
    height: auto;
  }
  .categories-section .category-card:nth-child(1), .categories-section .category-card:nth-child(2), .categories-section .category-card:nth-child(3), .categories-section .category-card:nth-child(4), .categories-section .category-card:nth-child(5), .categories-section .category-card:nth-child(6) {
    grid-row: auto !important;
    grid-column: auto !important;
  }
  .categories-section .category-card:nth-child(7) {
    grid-column: 1/3;
    grid-row: inherit;
  }
  .categories-section .category-card img {
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: contain !important;
       object-fit: contain !important;
    -o-object-position: center center !important;
       object-position: center center !important;
    transform: none !important;
    position: static !important;
    float: none !important;
    padding: 10px 20px 45px 20px;
  }
  .categories-section .category-card .category-name {
    font-size: 18px;
    top: auto !important;
    bottom: 0px !important;
    text-align: center !important;
    transform: none !important;
    padding: 10px 30px;
  }
  .iqon-container {
    padding: 0 4%;
  }
  .marquee-section {
    margin-bottom: 0px;
  }
  .marquee-section .marquee-text {
    font-size: 100px;
  }
  .hero-section {
    padding-top: 60px;
    gap: 20px;
    flex-direction: column;
  }
  .hero-section .hero-left .hero-title {
    font-size: 31px;
    line-height: 36px;
    text-align: left;
  }
  .hero-section .hero-right .hero-description {
    font-size: 16px;
    line-height: 20px;
    text-align: left;
  }
  .hero-section .hero-right {
    align-items: start;
  }
  .lifestyle-section {
    padding: 70px 0;
  }
  .lifestyle-section .lifestyle-header {
    flex-direction: column;
    gap: 12px;
    margin-bottom: 40px;
    align-items: start;
  }
  .lifestyle-section .lifestyle-header .lifestyle-title-wrapper {
    gap: 12px;
  }
  .lifestyle-section .lifestyle-header .lifestyle-title-wrapper .lifestyle-logo {
    width: 26px;
  }
  .lifestyle-section .lifestyle-header .lifestyle-title-wrapper .lifestyle-title {
    font-size: 30px;
    line-height: 35px;
  }
  .lifestyle-section .lifestyle-header .lifestyle-description {
    font-size: 16px;
    max-width: 100%;
    text-align: left;
    line-height: 20px;
  }
  .lifestyle-section .lifestyle-content {
    gap: 30px;
  }
  .lifestyle-section .lifestyle-content .lifestyle-image img {
    height: 106px;
  }
  .lifestyle-section .lifestyle-content .lifestyle-bottom {
    flex-direction: column;
    gap: 40px;
  }
  .lifestyle-section .lifestyle-content .lifestyle-bottom .lifestyle-logo-bottom img {
    height: 42px !important;
    width: 100%;
  }
  .lifestyle-section .lifestyle-content .lifestyle-text {
    gap: 24px;
  }
  .lifestyle-section .lifestyle-content .lifestyle-text .lifestyle-text-description {
    font-size: 16px;
    text-align: left;
    line-height: 20px;
  }
  .lifestyle-section .lifestyle-content .lifestyle-text .lifestyle-actions {
    align-items: center;
    gap: 20px;
    justify-content: space-between;
  }
  .lifestyle-section .lifestyle-content .lifestyle-text .lifestyle-social {
    gap: 16px;
  }
  .lifestyle-section .lifestyle-content .lifestyle-text .lifestyle-social a img {
    width: 36px;
    height: 36px;
  }
  .lifestyle-section .lifestyle-mobile-row {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
    width: 100% !important;
  }
  .lifestyle-section .lifestyle-mobile-row .lifestyle-logo-bottom {
    flex: 0 0 auto !important;
    width: auto !important;
  }
  .lifestyle-section .lifestyle-mobile-row .lifestyle-logo-bottom .lifestyle-img {
    max-width: 180px !important;
    height: auto !important;
  }
  .lifestyle-section .lifestyle-mobile-row .lifestyle-social {
    display: flex !important;
    gap: 10px;
  }
  .lifestyle-section .lifestyle-mobile-row .lifestyle-social a {
    display: block !important;
  }
  .lifestyle-section .lifestyle-mobile-row .lifestyle-social a img {
    width: 42px !important;
    height: 42px !important;
  }
  .lifestyle-section .lifestyle-logo-bottom.mobile-hide {
    display: none !important;
  }
  .lifestyle-section .lifestyle-social.mobile-hide {
    display: none !important;
  }
  .lifestyle-section .lifestyle-social.desktop-hide {
    display: flex !important;
  }
  .slider-section {
    margin: 70px 0;
    padding: 0;
    overflow: hidden;
  }
  .slider-section:before {
    left: 60px;
    width: 60px;
    height: 60px;
    top: -10px;
  }
  .slider-section:after {
    right: 60px;
    width: 60px;
    height: 60px;
    bottom: 31px !important;
  }
  .slider-section .heroSwiper {
    border-radius: 24px;
    height: 380px;
  }
  .slider-section .heroSwiper .swiper-wrapper {
    border-radius: 24px;
  }
  .slider-section .heroSwiper .swiper-slide {
    border-radius: 24px;
  }
  .slider-section .heroSwiper .swiper-slide img {
    border-radius: 24px;
  }
  .slider-section .heroSwiper .swiper-slide .slider-video {
    border-radius: 24px;
  }
  .slider-section .heroSwiper .swiper-button-prev {
    left: 20px;
  }
  .slider-section .heroSwiper .swiper-button-next {
    right: 20px;
  }
  .express-section .express-content {
    gap: 40px;
  }
  .express-section .express-images {
    flex-direction: column;
    gap: 40px;
  }
  .express-section .express-images .express-image-left img {
    margin-bottom: 20px;
  }
  .express-section .express-images .express-image-right .express-title {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 12px;
  }
  .categories-section .categories-description {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .categories-section .category-card {
    aspect-ratio: auto;
  }
  .categories-section .category-card .category-name {
    font-size: 22px;
    padding: 20px;
  }
  .general-page .page-title-hero {
    /* font-family: "Bodoni Moda", serif; */
    font-size: 28px;
    font-weight: 800;
    color: #121212;
    line-height: 34px;
    margin: 42px 0 18px 0;
    padding: 0;
  }
  .blog-grid-shortcode .blog-featured-large {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    min-height: 430px;
  }
  .blog-grid-shortcode .blog-card-image img {
    border-radius: 10px;
    min-height: auto;
  }
  .newsletter-section {
    margin: 0;
  }
  .newsletter-section .newsletter-wrapper {
    height: auto !important;
    border-top: 1px solid #E6E6E6;
    padding-top: 70px !important;
    margin: 0 !important;
  }
}
/* ≤767px: Mobil */
@media screen and (max-width: 767px) {
  .newsletter-images-right, .newsletter-images-left {
    display: none !important;
  }
  .newsletter-section {
    margin: 0;
  }
  .newsletter-section .newsletter-wrapper {
    height: auto !important;
    border-top: 1px solid #E6E6E6;
    padding-top: 70px !important;
    margin: 0 !important;
  }
  .mobile-hide {
    display: none !important;
  }
  .desktop-hide {
    display: block !important;
  }
  .iqon-container {
    padding: 0 4%;
  }
  .marquee-section {
    padding: 0px 0;
    margin: 42px 0 70px 0;
  }
  .marquee-section .marquee-text {
    font-size: 90px;
  }
  .marquee-section .marquee-content {
    gap: 50px;
  }
  .discovery-section {
    padding: 60px 0;
  }
  .discovery-section .discovery-header {
    margin-bottom: 40px;
  }
  .discovery-section .discovery-header .discovery-title {
    font-size: 24px;
    margin-bottom: 12px;
    line-height: 30px;
  }
  .discovery-section .discovery-header .discovery-title img {
    margin-right: 12px;
    width: 18px;
  }
  .discovery-section .discovery-header .discovery-header-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .discovery-section .discovery-header .discovery-description {
    font-size: 16px;
    max-width: 100%;
  }
  .discovery-section .discovery-header .discovery-navigation {
    display: none;
  }
  .discovery-section .discovery-mobile-controls {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
  }
  .discovery-section .discovery-card .discovery-card-content {
    padding: 20px;
    gap: 8px;
  }
  .discovery-section .discovery-card .discovery-card-content a.iqon-button {
    margin-top: 0px;
  }
  .discovery-section .discovery-card .discovery-card-content .discovery-card-title {
    font-size: 22px;
    margin: 0;
  }
  .discovery-section .discovery-card .discovery-card-content .discovery-card-description {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .hero-section {
    padding-top: 42px;
    flex-direction: column;
    overflow: hidden;
    width: 100%;
  }
  .hero-section .hero-left {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }
  .hero-section .hero-left .hero-title {
    font-size: 32px;
    word-break: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
    line-height: 38px;
  }
  .hero-section .hero-right {
    width: 100%;
    max-width: 100%;
    justify-content: start;
    align-items: start;
    overflow: hidden;
  }
  .hero-section .hero-right .hero-description {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 32px;
    text-align: left;
    word-break: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
  }
  .iqon-button {
    padding: 18px 24pxpx;
  }
  .iqon-button span {
    font-size: 16px;
  }
  .iqon-button .button-arrow {
    width: 16px;
    height: 16px;
  }
  .lifestyle-section {
    padding: 0px 0;
  }
  .lifestyle-section .lifestyle-header {
    flex-direction: column;
    gap: 12px;
    margin-bottom: 40px;
  }
  .lifestyle-section .lifestyle-header .lifestyle-title-wrapper {
    align-items: center;
    gap: 12px;
  }
  .lifestyle-section .lifestyle-header .lifestyle-title-wrapper .lifestyle-logo {
    width: 18px;
  }
  .lifestyle-section .lifestyle-header .lifestyle-title-wrapper .lifestyle-title {
    font-size: 24px;
    line-height: 30px;
  }
  .lifestyle-section .lifestyle-header .lifestyle-description {
    font-size: 16px;
    max-width: 100%;
    text-align: left;
    line-height: 20px;
  }
  .lifestyle-section .lifestyle-content {
    gap: 30px;
  }
  .lifestyle-section .lifestyle-content .lifestyle-image img {
    height: 106px;
  }
  .lifestyle-section .lifestyle-content .lifestyle-bottom {
    flex-direction: column;
    gap: 40px;
  }
  .lifestyle-section .lifestyle-content .lifestyle-bottom .lifestyle-logo-bottom img {
    height: 42px !important;
    width: 100%;
  }
  .lifestyle-section .lifestyle-content .lifestyle-text {
    gap: 24px;
  }
  .lifestyle-section .lifestyle-content .lifestyle-text .lifestyle-text-description {
    font-size: 16px;
    text-align: left;
    line-height: 20px;
  }
  .lifestyle-section .lifestyle-content .lifestyle-text .lifestyle-actions {
    align-items: center;
    gap: 20px;
    justify-content: space-between;
  }
  .lifestyle-section .lifestyle-content .lifestyle-text .lifestyle-social {
    gap: 16px;
  }
  .lifestyle-section .lifestyle-content .lifestyle-text .lifestyle-social a img {
    width: 36px;
    height: 36px;
  }
  .slider-section {
    margin: 56px 0 0 0;
    padding: 0;
    overflow: hidden;
  }
  .slider-section:before {
    content: "";
    position: absolute;
    left: 60px !important;
    width: 60px;
    top: -54px;
  }
  .slider-section:after {
    content: "";
    width: 60px;
    bottom: -5px;
    right: 55px !important;
  }
  .heroSwiper {
    height: 280px !important;
    border-radius: 16px;
    margin-bottom: 40px;
  }
  .heroSwiper .swiper-wrapper {
    border-radius: 16px;
  }
  .heroSwiper .swiper-slide {
    border-radius: 16px;
  }
  .heroSwiper .swiper-slide img {
    border-radius: 16px;
  }
  .heroSwiper .swiper-slide .slider-video {
    border-radius: 16px;
  }
  .heroSwiper .desktop-pagination {
    display: none !important;
  }
  .mobile-pagination {
    display: flex !important;
  }
  .heroSwiper .swiper-button-prev,
  .heroSwiper .swiper-button-next {
    width: 36px;
    height: 36px;
    margin-top: -18px;
  }
  .heroSwiper .swiper-button-prev svg,
  .heroSwiper .swiper-button-next svg {
    width: 36px;
    height: 36px;
  }
  .heroSwiper .swiper-button-prev {
    left: 12px;
  }
  .heroSwiper .swiper-button-next {
    right: 12px;
  }
  .heroSwiper .swiper-pagination {
    bottom: 16px;
  }
  .heroSwiper .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .heroSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 14px;
    height: 14px;
  }
  .lifestyle-section .lifestyle-mobile-row {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
    width: 100% !important;
  }
  .lifestyle-section .lifestyle-mobile-row .lifestyle-logo-bottom {
    flex: 0 0 auto !important;
    width: auto !important;
  }
  .lifestyle-section .lifestyle-mobile-row .lifestyle-logo-bottom .lifestyle-img {
    max-width: 180px !important;
    height: auto !important;
  }
  .lifestyle-section .lifestyle-mobile-row .lifestyle-social {
    display: flex !important;
    gap: 10px;
  }
  .lifestyle-section .lifestyle-mobile-row .lifestyle-social a {
    display: block !important;
  }
  .lifestyle-section .lifestyle-mobile-row .lifestyle-social a img {
    width: 42px !important;
    height: 42px !important;
  }
  .discovery-section {
    padding: 70px 0;
    margin: 70px 0;
  }
  .discovery-section .discovery-header .discovery-header-bottom {
    display: block !important;
  }
  .express-section {
    padding: 0px 0;
  }
  .express-section .express-mobile-layout {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .express-section .express-mobile-layout .express-title {
    /* font-family: "Bodoni Moda", serif; */
    font-size: 24px;
    font-weight: 800;
    color: #121212;
    line-height: 30px;
    margin: 0 0 12px 0;
  }
  .express-section .express-mobile-layout .express-description {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #121212;
    line-height: 20px;
    margin: 0 0 20px 0;
  }
  .express-section .express-mobile-layout .express-image-1 {
    position: relative;
  }
  .express-section .express-mobile-layout .express-image-1 img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 16px;
  }
  .express-section .express-mobile-layout .express-image-1::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
    background-image: url("/wp-content/themes/iqon/img/shape-beyaz.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
  }
  .express-section .express-mobile-layout .express-subdescription {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #121212;
    line-height: 20px;
    margin: 24px 0;
  }
  .express-section .express-mobile-layout .express-image-2 {
    position: relative;
  }
  .express-section .express-mobile-layout .express-image-2 img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 16px;
  }
  .express-section .express-mobile-layout .express-image-2::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%) rotate(180deg);
    width: 60px;
    height: 60px;
    background-image: url("/wp-content/themes/iqon/img/shape-beyaz.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
  }
  .express-section .express-images {
    flex-direction: column;
  }
  .express-section .express-images .express-image-left {
    order: 2;
    display: flex;
    flex-direction: column-reverse;
  }
  .express-section .express-images .express-image-left img {
    margin-top: 15px;
    margin-bottom: 0px;
  }
  .express-section .express-images .express-image-left .express-subdescription {
    font-size: 16px;
    line-height: 20px;
  }
  .express-section .express-images .express-image-right {
    order: 1;
  }
  .express-section .express-images .express-image-right .express-title {
    font-size: 24px;
    margin: 0 0 0px 0;
  }
  .express-section .express-images .express-image-right .express-description {
    font-size: 16px;
    line-height: 20px;
    margin: 5px 0 20px 0 !important;
  }
  .categories-section {
    padding: 70px 0;
  }
  .categories-section .categories-title {
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 30px;
  }
  .categories-section .categories-title img {
    width: 18px;
    margin-right: 12px;
  }
  .categories-section .categories-description {
    font-size: 16px;
    margin-bottom: 40px;
    line-height: 20px;
  }
  .categories-section .categories-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    gap: 12px;
    height: auto;
  }
  .categories-section .category-card:nth-child(1), .categories-section .category-card:nth-child(2), .categories-section .category-card:nth-child(3), .categories-section .category-card:nth-child(4), .categories-section .category-card:nth-child(5), .categories-section .category-card:nth-child(6) {
    grid-row: auto !important;
    grid-column: auto !important;
  }
  .categories-section .category-card:nth-child(7) {
    grid-column: 1/3;
    grid-row: inherit;
  }
  .categories-section .category-card img {
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: contain !important;
       object-fit: contain !important;
    -o-object-position: center center !important;
       object-position: center center !important;
    transform: none !important;
    position: static !important;
    float: none !important;
    padding: 10px 20px 45px 20px;
  }
  .categories-section .category-card .category-name {
    font-size: 18px;
    top: auto !important;
    bottom: 0px !important;
    text-align: center !important;
    transform: none !important;
    padding: 10px 30px;
  }
  .popular-products-section {
    margin: 0 0 70px 0;
    padding: 70px 0;
  }
  .popular-products-section .genel-popular-section {
    display: block !important;
    justify-content: space-between;
    gap: 150px;
  }
  .popular-products-section .popular-products-wrapper {
    flex-direction: column;
    gap: 60px;
  }
  .popular-products-section .popular-products-left .popular-header {
    flex-direction: column;
    gap: 30px;
    padding: 0px;
    margin-bottom: 0;
    display: block;
  }
  .popular-products-section .popular-products-left .popular-header .popular-title {
    font-size: 24px;
    margin-bottom: 16px;
    line-height: 30px;
  }
  .popular-products-section .popular-products-left .popular-header .popular-description {
    max-width: 100%;
    font-size: 16px;
    margin-bottom: 40px;
    line-height: 20px;
  }
  .popular-products-section .popular-products-left .popular-header .popular-navigation {
    display: none;
  }
  .popular-products-section .popular-products-left .popular-card-image-small {
    padding: 20px 0;
    width: 100%;
  }
  .popular-products-section .popular-products-left .popular-card-image-small img {
    border-radius: 14px;
  }
  .popular-products-section .popular-products-left .popular-card-content {
    padding: 0;
  }
  .popular-products-section .popular-products-left .popular-card-content .popular-card-title {
    font-size: 22px;
    margin-bottom: 12px;
  }
  .popular-products-section .popular-products-left .popular-card-content .popular-card-description {
    font-size: 14px;
    margin-bottom: 0px;
  }
  .popular-products-section .popular-products-left .popular-card-content .popular-card-link {
    font-size: 16px;
    line-height: 20px;
  }
  .popular-products-section .popular-products-left .popular-card-content .popular-card-link img {
    width: 16px;
    height: 16px;
  }
  .popular-products-section .popular-card-image-large {
    margin-top: 40px;
  }
  .popular-products-section .popular-card-image-large::before {
    content: "";
    position: absolute;
    left: -9px;
    top: 50%;
    transform: translateY(-50%) rotate(270deg);
    width: 60px;
    height: 60px;
    background-image: url(/wp-content/themes/iqon/img/IQON-Shape-3.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
    pointer-events: none;
  }
  .popular-products-section .popular-card-image-large::after {
    content: "";
    position: absolute;
    right: -9px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    width: 60px;
    height: 60px;
    background-image: url(/wp-content/themes/iqon/img/IQON-Shape-3.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
    pointer-events: none;
  }
  .popular-products-section .popular-mobile-controls {
    display: flex !important;
  }
  .blog-section {
    padding: 0 0 70px 0;
  }
  .blog-section .blog-header .blog-title {
    font-size: 24px;
    margin-bottom: 12px;
    line-height: 30px;
  }
  .blog-section .blog-header .blog-title img {
    margin-right: 12px;
    height: 18px;
  }
  .blog-section .blog-header .blog-description {
    font-size: 16px;
    max-width: 100%;
    margin-bottom: 40px;
  }
  .blog-section .blog-header .blog-button {
    width: -moz-max-content;
    width: max-content;
    justify-content: center;
  }
  .blog-section .blogSwiper {
    margin-bottom: 0;
  }
  .blog-section .blog-card .blog-card-image {
    height: 250px;
  }
  .blog-section .blog-card .blog-card-content {
    padding: 20px 0;
  }
  .blog-section .blog-card .blog-card-content .blog-card-title {
    font-size: 20px;
    margin-bottom: 18px;
  }
  .blog-section .blog-card .blog-card-content .blog-card-excerpt {
    font-size: 14px;
    margin-bottom: 20px;
    display: none !important;
  }
  .blog-section .blog-card .blog-card-content .blog-card-link {
    font-size: 16px;
    line-height: 20px;
  }
  .blog-section .blog-card .blog-card-content .blog-card-link img {
    width: 16px;
    height: 16px;
  }
  .blog-section .blog-mobile-controls {
    display: flex !important;
  }
  .general-page .page-title-hero {
    /* font-family: "Bodoni Moda", serif; */
    font-size: 28px;
    font-weight: 800;
    color: #121212;
    line-height: 34px;
    margin: 42px 0 18px 0;
    padding: 0;
  }
  .blog-grid-shortcode .blog-card-image img {
    border-radius: 10px;
    min-height: auto !important;
  }
}
.form-iletisim-info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 0px 0 100px 0;
  margin: 0 auto;
}
.form-iletisim-info .info-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding: 24px;
  border-radius: 16px;
  border: 1px solid #ECEEEF;
  transition: all 0.3s ease;
}
.form-iletisim-info .info-card .info-header {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
}
.form-iletisim-info .info-card .iletisim-icon {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
}
.form-iletisim-info .info-card .info-title {
  /* font-family: "Bodoni Moda", serif; */
  font-size: 24px;
  font-weight: 700;
  color: #121212;
  margin: 0;
}
.form-iletisim-info .info-card .info-text {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #121212;
  line-height: normal;
  margin: 0;
  text-decoration: none;
  width: 100%;
}
.form-iletisim-info .info-card .info-text:hover {
  color: #121212;
}
.form-iletisim-info .info-card p.info-text {
  color: #121212;
}
@media screen and (max-width: 767px) {
  .form-iletisim-info {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 55px 0;
  }
  .form-iletisim-info .info-card .info-header {
    gap: 11px;
  }
  .form-iletisim-info .info-card .iletisim-icon {
    width: 14px;
    height: 14px;
    -o-object-fit: contain;
       object-fit: contain;
    flex-shrink: 0;
  }
  .form-iletisim-info .info-card .info-title {
    font-size: 18px;
  }
  .form-iletisim-info .info-card .info-text {
    font-size: 16px;
    line-height: 20px;
  }
}

.iletisim-wrapper {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 80px;
  align-items: start;
  margin: 0 auto;
  padding: 0 0 0px 0;
}
.iletisim-wrapper .iletisim-left {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.iletisim-wrapper .iletisim-title {
  /* font-family: "Bodoni Moda", serif; */
  font-size: 24px;
  font-weight: 800;
  color: #121212;
  margin: 0;
}
.iletisim-wrapper .form-iletisim {
  border-radius: 24px;
}
.iletisim-wrapper .form-iletisim .two-column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 0;
  align-items: start;
}
.iletisim-wrapper .form-iletisim .one-column {
  width: 100%;
}
.iletisim-wrapper .form-iletisim input[type=text],
.iletisim-wrapper .form-iletisim input[type=email],
.iletisim-wrapper .form-iletisim input[type=tel],
.iletisim-wrapper .form-iletisim textarea {
  width: 100%;
  padding: 16px 0;
  border: none;
  border-bottom: 1px solid #E6E6E6;
  border-radius: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #121212;
  background-color: transparent;
  margin-bottom: 30px;
  transition: all 0.3s ease;
}
.iletisim-wrapper .form-iletisim input[type=text]:focus,
.iletisim-wrapper .form-iletisim input[type=email]:focus,
.iletisim-wrapper .form-iletisim input[type=tel]:focus,
.iletisim-wrapper .form-iletisim textarea:focus {
  outline: none;
  border-bottom-color: #121212;
}
.iletisim-wrapper .form-iletisim input[type=text]::-moz-placeholder, .iletisim-wrapper .form-iletisim input[type=email]::-moz-placeholder, .iletisim-wrapper .form-iletisim input[type=tel]::-moz-placeholder, .iletisim-wrapper .form-iletisim textarea::-moz-placeholder {
  color: #121212;
}
.iletisim-wrapper .form-iletisim input[type=text]::placeholder,
.iletisim-wrapper .form-iletisim input[type=email]::placeholder,
.iletisim-wrapper .form-iletisim input[type=tel]::placeholder,
.iletisim-wrapper .form-iletisim textarea::placeholder {
  color: #121212;
}
.iletisim-wrapper .form-iletisim textarea {
  min-height: 150px;
  resize: vertical;
}
.iletisim-wrapper .form-iletisim input[type=submit] {
  background-color: #121212;
  color: #FFFFFF;
  padding: 16px 40px;
  border: none;
  border-radius: 8px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
.iletisim-wrapper .form-iletisim input[type=submit]:hover {
  background-color: #2D2D2D;
  transform: translateY(-2px);
}
.iletisim-wrapper .form-iletisim .wpcf7-form-control-wrap {
  position: relative;
  display: block;
  width: 100%;
  min-height: 70px;
}
.iletisim-wrapper .form-iletisim .wpcf7-not-valid-tip {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  color: #dc3232;
  position: absolute;
  margin: 0;
  white-space: nowrap;
  float: right;
  right: 0;
  top: 16px;
}
.iletisim-wrapper .form-iletisim .wpcf7-not-valid {
  border-bottom-color: #dc3232 !important;
}
@media screen and (max-width: 767px) {
  .iletisim-wrapper .form-iletisim {
    padding: 30px 20px;
  }
  .iletisim-wrapper .form-iletisim .iletisim-left {
    gap: 32px;
  }
  .iletisim-wrapper .form-iletisim .two-column {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.iletisim-wrapper .iletisim-right {
  position: relative;
  height: 100%;
}
.iletisim-wrapper .iletisim-right::before {
  content: "";
  position: absolute;
  left: -19px;
  top: 50%;
  transform: translateY(-50%) rotate(270deg);
  width: 120px;
  height: 120px;
  background-image: url("/wp-content/themes/iqon/img/shape-beyaz.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
  pointer-events: none;
}
.iletisim-wrapper .iletisim-right::after {
  content: "";
  position: absolute;
  right: -19px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  width: 120px;
  height: 120px;
  background-image: url("/wp-content/themes/iqon/img/shape-beyaz.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
  pointer-events: none;
}
.iletisim-wrapper .iletisim-right .iletisim-image {
  width: 100%;
  height: 100%;
  border-radius: 24px;
}
@media screen and (max-width: 767px) {
  .iletisim-wrapper .iletisim-right {
    margin: 70px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .iletisim-wrapper {
    display: contents;
    flex-direction: column-reverse;
    gap: 40px;
    padding: 0 0 70px 0;
  }
  .iletisim-wrapper .iletisim-title {
    font-size: 18px;
  }
  .iletisim-wrapper .form-iletisim {
    padding: 0px;
  }
}

.error-404-section {
  align-items: center;
  justify-content: center;
  padding: 130px 0;
  background-color: #F0EEEA;
  position: relative;
  margin: -5px 0 62px 0;
}
.error-404-section .error-404-content {
  text-align: center;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.error-404-section .error-404-number {
  /* font-family: "Bodoni Moda", serif; */
  font-size: 200px;
  font-weight: 800;
  color: #121212;
  line-height: 1;
  margin: 0 0 60px 0;
  letter-spacing: -0.02em;
  border-bottom: 1px solid #D1CFCC;
  border-top: 1px solid #D1CFCC;
  padding: 81px 0;
}
.error-404-section .error-404-title {
  /* font-family: "Bodoni Moda", serif; */
  font-size: 32px;
  font-weight: 700;
  color: #121212;
  margin: 0 0 16px 0;
  letter-spacing: -0.01em;
}
.error-404-section .error-404-description {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #121212;
  line-height: normal;
  margin: 0 0 50px 0;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.error-404-section .error-404-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.error-404-section .error-404-buttons .iqon-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 40px;
  background-color: #121212;
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 12px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.error-404-section .error-404-buttons .iqon-button:hover {
  background-color: #2D2D2D;
  transform: translateX(4px);
}
.error-404-section .error-404-buttons .iqon-button .button-arrow {
  transition: transform 0.3s ease;
}
.error-404-section .error-404-buttons .iqon-button:hover .button-arrow {
  transform: translateX(4px);
}
@media screen and (max-width: 767px) {
  .error-404-section {
    align-items: center;
    justify-content: center;
    padding: 60px 0;
    background-color: #F0EEEA;
    position: relative;
    margin: 0 0 62px 0;
  }
  .error-404-section .error-404-content {
    padding: 0;
  }
  .error-404-section .error-404-content::before {
    margin-bottom: 60px;
  }
  .error-404-section .error-404-content::after {
    margin-top: 60px;
  }
  .error-404-section .error-404-number {
    padding: 0px 0;
    width: 80%;
    margin: 0px auto 20px auto;
  }
  .error-404-section .error-404-number img {
    width: 100%;
  }
  .error-404-section .error-404-title {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .error-404-section .error-404-description {
    font-size: 14px;
    margin-bottom: 40px;
  }
  .error-404-section .error-404-buttons .iqon-button {
    padding: 18px 24px;
    font-size: 14px;
  }
}

.satis-noktalari-section {
  padding: 0px 0;
  background-color: #FFFFFF;
}
.satis-noktalari-section .satis-noktalari-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.satis-noktalari-section .satis-nokta-card {
  display: flex;
  flex-direction: column;
  background-color: #FFFFFF;
  transition: all 0.3s ease;
  border-radius: 24px;
  overflow: hidden;
}
.satis-noktalari-section .satis-nokta-card:hover .satis-nokta-image img {
  transform: scale(1.05);
}
.satis-noktalari-section .satis-nokta-card {
  position: relative;
}
.satis-noktalari-section .satis-nokta-card:nth-child(1) .satis-nokta-image::after {
  content: "";
  position: absolute;
  right: -19px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  width: 120px;
  height: 120px;
  background-image: url("/wp-content/themes/iqon/img/shape-beyaz.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
  pointer-events: none;
}
.satis-noktalari-section .satis-nokta-card:nth-child(2) .satis-nokta-image::before {
  content: "";
  position: absolute;
  left: -19px;
  top: 50%;
  transform: translateY(-50%) rotate(270deg);
  width: 120px;
  height: 120px;
  background-image: url("/wp-content/themes/iqon/img/shape-beyaz.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
  pointer-events: none;
}
.satis-noktalari-section .satis-nokta-image {
  width: 100%;
  overflow: hidden;
  z-index: 99;
  position: relative;
}
.satis-noktalari-section .satis-nokta-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
  border-radius: 30px;
}
.satis-noktalari-section .satis-noktalari-content {
  background-color: #F0EEEA;
  padding: 52px 32px 32px 32px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  border-radius: 24px;
  margin-top: -32px;
}
.satis-noktalari-section .satis-noktalari-content a {
  text-decoration: none;
}
.satis-noktalari-section .satis-nokta-title {
  /* font-family: "Bodoni Moda", serif; */
  font-size: 24px;
  font-weight: 700;
  color: #121212;
  margin: 0;
  line-height: 1.3;
}
.satis-noktalari-section .satis-nokta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 24px;
  background-color: #121212;
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 300;
  transition: all 0.3s ease;
  width: -moz-fit-content;
  width: fit-content;
  gap: 12px;
}
.satis-noktalari-section .satis-nokta-button:hover {
  background-color: #2D2D2D;
}
@media screen and (max-width: 1024px) {
  .satis-noktalari-section {
    padding: 60px 0 0 0;
  }
  .satis-noktalari-section .satis-noktalari-grid {
    gap: 25px;
  }
  .satis-noktalari-section .satis-nokta-button {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .satis-noktalari-section {
    padding: 52px 0 0px 0;
  }
  .satis-noktalari-section .satis-noktalari-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .satis-noktalari-section .satis-nokta-card {
    border-radius: 16px;
  }
  .satis-noktalari-section .satis-nokta-card .satis-nokta-image::after {
    content: "";
    position: absolute;
    right: -9px !important;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    width: 60px !important;
    height: 60px !important;
    background-image: url("/wp-content/themes/iqon/img/shape-beyaz.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
    pointer-events: none;
  }
  .satis-noktalari-section .satis-nokta-card .satis-nokta-image::before {
    content: "";
    position: absolute;
    left: -9px !important;
    top: 50%;
    transform: translateY(-50%) rotate(270deg);
    width: 60px !important;
    height: 60px !important;
    background-image: url("/wp-content/themes/iqon/img/shape-beyaz.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
    pointer-events: none;
  }
  .satis-noktalari-section .satis-noktalari-content {
    padding: 18px;
    gap: 16px;
    border-radius: 24px;
  }
  .satis-noktalari-section .satis-nokta-button {
    padding: 12px 24px;
    margin-bottom: 0px;
  }
}

.acfhakkimizda {
  background-color: #FFFFFF;
}
.acfhakkimizda .hakkimizda-wrapper {
  padding: 42px 0 120px 0;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .acfhakkimizda .hakkimizda-wrapper {
    padding: 0px 0 70px 0;
  }
}
.acfhakkimizda .hakkimizda-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.acfhakkimizda .hakkimizda-title {
  /* font-family: "Bodoni Moda", serif; */
  font-size: 24px;
  font-weight: 800;
  color: #121212;
  margin: 0;
  line-height: 30px;
}
.acfhakkimizda .hakkimizda-description {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #121212;
  line-height: 20px;
}
.acfhakkimizda .hakkimizda-description p {
  margin: 0 0 16px 0;
}
.acfhakkimizda .hakkimizda-description p:last-child {
  margin-bottom: 0;
}
.acfhakkimizda .hakkimizda-marquee {
  background-color: #F4F4F4;
  overflow: hidden;
  position: relative;
  width: 100vw;
  margin-left: calc(-52vw + 51%);
}
.acfhakkimizda .hakkimizda-marquee .marquee-content {
  display: flex;
  gap: 100px;
  will-change: transform;
  white-space: nowrap;
}
.acfhakkimizda .hakkimizda-marquee .marquee-text {
  font-family: "Montserrat", sans-serif;
  font-size: 150px;
  font-weight: 800;
  color: #595756;
  white-space: nowrap;
  text-transform: uppercase;
  font-style: italic;
  display: inline-block;
}
@media (min-width: 767px) and (max-width: 1023px) {
  .acfhakkimizda {
    padding: 42px 0 0 0;
  }
  .acfhakkimizda .hakkimizda-images .hakkimizda-image {
    height: 220px;
  }
  .acfhakkimizda .hakkimizda-title {
    font-size: 24px;
    font-weight: 800;
    line-height: 30px;
  }
  .acfhakkimizda .hakkimizda-marquee .marquee-text {
    font-size: 120px;
  }
}
@media screen and (max-width: 768px) {
  .acfhakkimizda {
    padding: 42px 0 0 0;
  }
  .acfhakkimizda .hakkimizda-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-bottom: 0px;
    padding: 0 0 42px 0;
  }
  .acfhakkimizda .hakkimizda-images {
    gap: 15px;
  }
  .acfhakkimizda .hakkimizda-images .hakkimizda-image {
    height: 180px;
    border-radius: 12px;
  }
  .acfhakkimizda .hakkimizda-content {
    gap: 24px;
  }
  .acfhakkimizda .hakkimizda-title {
    font-size: 24px;
    font-weight: 800;
    line-height: 30px;
  }
  .acfhakkimizda .hakkimizda-description {
    font-size: 16px;
    line-height: 20px;
  }
  .acfhakkimizda .hakkimizda-marquee {
    padding: 0px 0;
  }
  .acfhakkimizda .hakkimizda-marquee .marquee-text {
    font-size: 98px;
    color: #595756;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .acfhakkimizda {
    padding: 42px 0 0px 0;
  }
}

.hakkimizda-v2-section {
  padding: 120px 0 180px 0;
  background-color: #FFFFFF;
}
.hakkimizda-v2-section .hakkimizda-v2-wrapper {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 33px;
  align-items: start;
}
.hakkimizda-v2-section .hakkimizda-v2-images {
  display: flex;
  gap: 20px;
}
.hakkimizda-v2-section .hakkimizda-v2-images .hakkimizda-v2-image {
  flex: 1;
  border-radius: 24px;
}
.hakkimizda-v2-section .hakkimizda-v2-images .hakkimizda-v2-image img {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .hakkimizda-v2-section .hakkimizda-v2-images .hakkimizda-v2-image.mobile-hide-image-hakkimizda {
    display: none !important;
  }
}
.hakkimizda-v2-section .hakkimizda-v2-content {
  display: flex;
  flex-direction: column;
}
.hakkimizda-v2-section .hakkimizda-v2-accordion {
  display: flex;
  flex-direction: column;
}
.hakkimizda-v2-section .hakkimizda-v2-accordion-item {
  border-bottom: 1px solid #ECEEEF;
  overflow: hidden;
  transition: all 0.3s ease;
}
.hakkimizda-v2-section .hakkimizda-v2-accordion-item .accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0px;
  cursor: pointer;
}
.hakkimizda-v2-section .hakkimizda-v2-accordion-item .accordion-title {
  /* font-family: "Bodoni Moda", serif; */
  font-size: 18px;
  font-weight: 700;
  color: #121212;
  margin: 0;
  line-height: normal;
}
.hakkimizda-v2-section .hakkimizda-v2-accordion-item .accordion-toggle {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-shrink: 0;
}
.hakkimizda-v2-section .hakkimizda-v2-accordion-item .accordion-toggle img {
  position: absolute;
  width: 40px;
  height: 40px;
  transition: all 0.3s ease;
}
.hakkimizda-v2-section .hakkimizda-v2-accordion-item .accordion-toggle .accordion-close-icon {
  opacity: 0;
  transform: rotate(-90deg);
}
.hakkimizda-v2-section .hakkimizda-v2-accordion-item .accordion-toggle .accordion-open-icon {
  opacity: 1;
  transform: rotate(0deg);
}
.hakkimizda-v2-section .hakkimizda-v2-accordion-item .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.hakkimizda-v2-section .hakkimizda-v2-accordion-item .accordion-description {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #121212;
  line-height: normal;
  margin: 0;
  padding: 0 0px 27px 0px;
}
.hakkimizda-v2-section .hakkimizda-v2-accordion-item.active .accordion-toggle .accordion-close-icon {
  opacity: 1;
  transform: rotate(0deg);
}
.hakkimizda-v2-section .hakkimizda-v2-accordion-item.active .accordion-toggle .accordion-open-icon {
  opacity: 0;
  transform: rotate(90deg);
}
.hakkimizda-v2-section .hakkimizda-v2-descriptions {
  display: flex;
  flex-direction: column;
}
.hakkimizda-v2-section .hakkimizda-v2-descriptions .left-description {
  padding: 80px 0 32px 0;
  position: relative;
}
.hakkimizda-v2-section .hakkimizda-v2-descriptions .hakkimizda-v2-desc:not(:last-child) {
  border-bottom: 1px solid #ECEEEF;
}
.hakkimizda-v2-section .hakkimizda-v2-descriptions .hakkimizda-v2-desc h2 {
  /* font-family: "Bodoni Moda", serif; */
  font-size: 24px;
  font-weight: 800;
  color: #121212;
  line-height: normal;
  margin: 0 0 28px 0;
}
.hakkimizda-v2-section .hakkimizda-v2-descriptions .hakkimizda-v2-desc p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #121212;
  line-height: 20px;
  margin: 0;
  width: 1100px;
}
.hakkimizda-v2-section .hakkimizda-v2-descriptions .right-description {
  text-align: right;
  float: right;
  padding: 32px 0 0px 0;
}
.hakkimizda-v2-section .hakkimizda-v2-descriptions .right-description p {
  float: right;
}
@media screen and (max-width: 1023px) {
  .hakkimizda-v2-section .hakkimizda-v2-wrapper {
    gap: 60px;
  }
  .hakkimizda-v2-section .hakkimizda-v2-images .hakkimizda-v2-image {
    height: auto;
  }
  .hakkimizda-v2-section .hakkimizda-v2-accordion-item .accordion-header {
    padding: 20px 0px;
  }
  .hakkimizda-v2-section .hakkimizda-v2-accordion-item .accordion-title {
    font-size: 18px;
  }
  .hakkimizda-v2-section .hakkimizda-v2-accordion-item .accordion-description {
    font-size: 16px;
    line-height: 20px;
    padding: 0 0 28px;
  }
  .hakkimizda-v2-section .hakkimizda-v2-descriptions .right-description {
    text-align: left;
    float: left;
  }
  .hakkimizda-v2-section .hakkimizda-v2-descriptions .right-description p {
    float: left;
  }
}
@media screen and (max-width: 767px) {
  .hakkimizda-v2-section {
    padding: 70px 0 70px 0;
  }
  .hakkimizda-v2-section .hakkimizda-v2-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .hakkimizda-v2-section .hakkimizda-v2-images {
    gap: 15px;
  }
  .hakkimizda-v2-section .hakkimizda-v2-images .hakkimizda-v2-image {
    height: auto;
    border-radius: 16px;
  }
  .hakkimizda-v2-section .hakkimizda-v2-accordion-item .accordion-header {
    padding: 14px 0px;
  }
  .hakkimizda-v2-section .hakkimizda-v2-accordion-item .accordion-title {
    font-size: 18px;
  }
  .hakkimizda-v2-section .hakkimizda-v2-accordion-item .accordion-toggle {
    width: 32px;
    height: 32px;
  }
  .hakkimizda-v2-section .hakkimizda-v2-accordion-item .accordion-toggle img {
    width: 32px;
    height: 32px;
  }
  .hakkimizda-v2-section .hakkimizda-v2-accordion-item .accordion-description {
    font-size: 14px;
    line-height: 18px;
    padding: 0 0 14px 0;
    color: #121212;
  }
  .hakkimizda-v2-section .hakkimizda-v2-descriptions {
    margin-top: 0px;
  }
  .hakkimizda-v2-section .hakkimizda-v2-descriptions .hakkimizda-v2-desc {
    padding: 28px 0;
  }
  .hakkimizda-v2-section .hakkimizda-v2-descriptions .hakkimizda-v2-desc p {
    font-size: 16px !important;
    line-height: 20px !important;
    width: auto;
  }
  .hakkimizda-v2-section .hakkimizda-v2-descriptions .right-description {
    text-align: left;
    float: left;
    padding-bottom: 0;
  }
  .hakkimizda-v2-section .hakkimizda-v2-descriptions .right-description p {
    float: left;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .hakkimizda-v2-section {
    padding: 70px 0 70px 0;
  }
}

.hakkimizda-v3-section {
  padding: 180px 0;
  background-color: #F0EEEA;
  width: 100vw;
  margin-left: calc(-52vw + 51.9%);
}
@media (min-width: 767px) and (max-width: 1023px) {
  .hakkimizda-v3-section {
    padding: 70px 0;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .hakkimizda-v3-section {
    padding: 70px 0;
  }
}
.hakkimizda-v3-section .hakkimizda-v3-title {
  /* font-family: "Bodoni Moda", serif; */
  font-size: 32px;
  font-weight: 800;
  color: #121212;
  margin: 0 0 32px 0;
  line-height: 1.4;
  text-align: left;
}
.hakkimizda-v3-section .hakkimizda-v3-description {
  text-align: left;
  margin: 0 auto 60px auto;
}
.hakkimizda-v3-section .hakkimizda-v3-description h2 {
  /* font-family: "Bodoni Moda", serif; */
  font-size: 24px;
  font-weight: 800;
  color: #121212;
  line-height: normal;
  margin: 0 0 28px 0;
}
.hakkimizda-v3-section .hakkimizda-v3-description p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #121212;
  line-height: 20px;
  margin: 0 0 16px 0;
}
.hakkimizda-v3-section .hakkimizda-v3-description p:last-child {
  margin-bottom: 0;
}
.hakkimizda-v3-section .hakkimizda-v3-images {
  display: grid;
  grid-template-columns: 2fr 1.43fr;
  gap: 15px;
}
.hakkimizda-v3-section .hakkimizda-v3-images .hakkimizda-v3-image {
  width: 100%;
  overflow: hidden;
  border-radius: 24px;
}
.hakkimizda-v3-section .hakkimizda-v3-images .hakkimizda-v3-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 1023px) {
  .hakkimizda-v3-section {
    padding: 140px 0;
    margin: 140px 0;
  }
  .hakkimizda-v3-section .hakkimizda-v3-title {
    font-size: 28px;
    margin-bottom: 28px;
  }
  .hakkimizda-v3-section .hakkimizda-v3-description {
    margin-bottom: 60px;
    max-width: 100%;
  }
  .hakkimizda-v3-section .hakkimizda-v3-description p {
    font-size: 16px;
    line-height: 20px;
  }
  .hakkimizda-v3-section .hakkimizda-v3-images {
    gap: 25px;
  }
}
@media screen and (max-width: 767px) {
  .hakkimizda-v3-section {
    padding: 70px 0;
    margin: 0px 0;
    margin-left: calc(-51vw + 51%) !important;
  }
  .hakkimizda-v3-section .hakkimizda-v3-title {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .hakkimizda-v3-section .hakkimizda-v3-description {
    margin-bottom: 36px;
  }
  .hakkimizda-v3-section .hakkimizda-v3-description p {
    font-size: 16px;
    line-height: 20px;
  }
  .hakkimizda-v3-section .hakkimizda-v3-images {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .hakkimizda-v3-section .hakkimizda-v3-images .hakkimizda-v3-image {
    border-radius: 16px;
  }
}

.hakkimizda-v4-section {
  padding: 180px 0;
  background-color: #FFFFFF;
}
.hakkimizda-v4-section .hakkimizda-v4-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px;
  align-items: stretch;
}
.hakkimizda-v4-section .hakkimizda-v4-left {
  display: flex;
  flex-direction: column;
  gap: 32px;
  justify-content: space-between;
  height: 100%;
}
.hakkimizda-v4-section .hakkimizda-v4-title {
  /* font-family: "Bodoni Moda", serif; */
  font-size: 24px;
  font-weight: 800;
  color: #121212;
  margin: 0;
  line-height: 30px;
}
.hakkimizda-v4-section .hakkimizda-v4-description-top p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #121212;
  line-height: 20px;
  margin: 0 0 16px 0;
}
.hakkimizda-v4-section .hakkimizda-v4-description-top p:last-child {
  margin-bottom: 0;
}
.hakkimizda-v4-section .hakkimizda-v4-description-bottom {
  margin-top: auto;
}
.hakkimizda-v4-section .hakkimizda-v4-description-bottom p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #121212;
  line-height: normal;
  margin: 0 0 16px 0;
}
.hakkimizda-v4-section .hakkimizda-v4-description-bottom p:last-child {
  margin-bottom: 0;
}
.hakkimizda-v4-section .hakkimizda-v4-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hakkimizda-v4-section .hakkimizda-v4-image {
  width: 100%;
  overflow: hidden;
}
.hakkimizda-v4-section .hakkimizda-v4-image img {
  width: 100%;
  height: auto;
  display: block;
}
.hakkimizda-v4-section .hakkimizda-v4-right {
  display: flex;
  align-items: center;
}
.hakkimizda-v4-section .hakkimizda-v4-description-right p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #121212;
  line-height: 20px;
  margin: 0 0 16px 0;
}
.hakkimizda-v4-section .hakkimizda-v4-description-right p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .hakkimizda-v4-section {
    padding: 70px 0 0 0;
  }
  .hakkimizda-v4-section .hakkimizda-v4-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .hakkimizda-v4-section .hakkimizda-v4-left {
    gap: 24px;
  }
  .hakkimizda-v4-section .hakkimizda-v4-title {
    font-size: 24px;
  }
  .hakkimizda-v4-section .hakkimizda-v4-image {
    border-radius: 16px;
  }
  .hakkimizda-v4-section .hakkimizda-v4-description-top p,
  .hakkimizda-v4-section .hakkimizda-v4-description-right p {
    font-size: 16px;
    line-height: 20px;
  }
  .hakkimizda-v4-section .hakkimizda-v4-description-bottom {
    margin-top: 0;
  }
  .hakkimizda-v4-section .hakkimizda-v4-description-bottom p {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .hakkimizda-v4-section {
    padding: 70px 0 0 0;
  }
  .hakkimizda-v4-section .hakkimizda-v4-wrapper {
    /*grid-template-columns: 1fr;*/
    gap: 40px;
  }
  .hakkimizda-v4-section .hakkimizda-v4-left {
    gap: 24px;
  }
  .hakkimizda-v4-section .hakkimizda-v4-title {
    font-size: 24px;
  }
  .hakkimizda-v4-section .hakkimizda-v4-image {
    border-radius: 16px;
  }
  .hakkimizda-v4-section .hakkimizda-v4-description-top p,
  .hakkimizda-v4-section .hakkimizda-v4-description-right p {
    font-size: 16px;
    line-height: 20px;
  }
  .hakkimizda-v4-section .hakkimizda-v4-description-bottom {
    margin-top: 0;
  }
  .hakkimizda-v4-section .hakkimizda-v4-description-bottom p {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hakkimizda-v4-section {
    padding: 70px 0;
  }
  .hakkimizda-v4-section .hakkimizda-v4-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .hakkimizda-v4-section .hakkimizda-v4-left {
    gap: 24px;
  }
  .hakkimizda-v4-section .hakkimizda-v4-title {
    font-size: 24px;
  }
  .hakkimizda-v4-section .hakkimizda-v4-image {
    border-radius: 16px;
  }
  .hakkimizda-v4-section .hakkimizda-v4-description-top p,
  .hakkimizda-v4-section .hakkimizda-v4-description-right p {
    font-size: 16px;
    line-height: 20px;
  }
  .hakkimizda-v4-section .hakkimizda-v4-description-bottom {
    margin-top: 0;
  }
  .hakkimizda-v4-section .hakkimizda-v4-description-bottom p {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1365px) {
  .hakkimizda-v4-section {
    padding: 180px 0 0 0;
  }
}

/* ================================
   Single Product Page Styles
   ================================ */
.single-product-page {
  padding: 60px 0;
  margin: 0 auto;
}

.product-container {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 40px;
  padding: 72px 0 0 0;
  margin-top: 30px;
}
@media (min-width: 767px) and (max-width: 1023px) {
  .product-container {
    padding: 0px 0 0 0;
    margin-top: 0px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .product-container {
    padding: 0px 0 0 0;
    margin-top: 42px;
  }
}
@media (min-width: 1200px) and (max-width: 1365px) {
  .product-container {
    padding: 60px 0 0 0;
    margin-top: 0px;
  }
}
@media (max-width: 968px) {
  .product-container {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-top: 0px;
    padding: 0;
  }
}

.product-main-image {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  background-color: #f5f5f5;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 41px;
}
@media (max-width: 767px) {
  .product-main-image {
    margin-bottom: 12px;
  }
}
.product-main-image.product-gallery-clickable::before {
  content: "";
  position: absolute;
  top: -27px;
  left: 60px;
  transform: translateX(-50%) rotate(180deg);
  width: 180px;
  height: 180px;
  background-image: url("/wp-content/themes/iqon/img/shape-beyaz.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
  pointer-events: none;
  transform: rotate(0deg);
}
@media (max-width: 767px) {
  .product-main-image.product-gallery-clickable::before {
    top: -69px;
    left: 14%;
    width: 60px;
    height: 180px;
  }
}
.product-main-image.product-gallery-clickable::after {
  content: "";
  position: absolute;
  bottom: -27px;
  right: 60px;
  transform: translateX(-50%);
  width: 180px;
  height: 180px;
  background-image: url("/wp-content/themes/iqon/img/shape-beyaz.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
  transform: rotate(180deg);
  pointer-events: none;
}
@media (max-width: 767px) {
  .product-main-image.product-gallery-clickable::after {
    bottom: -9px;
    right: 16%;
    left: auto;
    width: 60px;
    height: 60px;
  }
}
.product-main-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity 0.4s ease;
}
.product-main-image.fade-transition img {
  opacity: 0;
}

.gallery-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.9);
  border: none;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
}
.gallery-nav:hover {
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.gallery-nav.prev-image {
  left: 20px;
}
.gallery-nav.next-image {
  right: 20px;
}
.gallery-nav svg {
  width: 24px;
  height: 24px;
  stroke: #121212;
}

.product-thumbnails {
  display: flex;
  gap: 15px;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%; /* sabit px yok */
  cursor: grab;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 767px) {
  .product-thumbnails {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    gap: 8px;
  }
  .product-thumbnails::-webkit-scrollbar {
    display: none;
  }
}

.thumbnail-item {
  aspect-ratio: 1;
  border-radius: 8px;
  overflow: visible;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 0.3s ease;
  position: relative;
}
.thumbnail-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background: #F8F8F8;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .thumbnail-item img {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .thumbnail-item {
    flex: 0 0 130px;
    min-width: 130px;
    width: 130px;
    height: 130px;
    scroll-snap-align: start;
  }
  .thumbnail-item::before {
    width: 30px;
    height: 30px;
    left: -8px;
  }
  .thumbnail-item::after {
    width: 30px;
    height: 30px;
    right: -8px;
  }
}

/* Content Section */
.product-content-section {
  padding-top: 20px;
}
@media (max-width: 767px) {
  .product-content-section {
    padding-top: 0px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-content-section {
    padding-top: 0px;
  }
}

.product-breadcrumb {
  font-size: 14px;
  color: #121212;
  margin-bottom: 24px;
  font-family: "Montserrat", sans-serif;
  border-bottom: 1px solid #E6E6E6;
  padding: 0 0 10px 0;
  display: flex;
  align-items: center;
  align-content: center;
}
.product-breadcrumb img {
  width: 14px;
  height: 14px;
}
.product-breadcrumb a {
  color: #121212;
  text-decoration: none;
  transition: color 0.3s ease;
}
.product-breadcrumb a:hover {
  color: #121212;
}
.product-breadcrumb .separator {
  margin: 0 8px;
  font-size: 10px;
  display: inline-block;
  width: 11px;
  height: 11px;
  background-image: url("/wp-content/themes/iqon/img/separator.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -9999px;
}
.product-breadcrumb .current {
  color: #121212;
}

.product-title {
  /* font-family: "Bodoni Moda", serif; */
  font-size: 38px;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 14px;
  color: #121212;
}
@media (max-width: 768px) {
  .product-title {
    font-size: 24px;
  }
}

.product-description {
  font-family: "Montserrat", sans-serif;
  margin-bottom: 42px;
  font-size: 18px;
  font-weight: 400;
  color: #121212;
  line-height: 24px;
}
.product-description p {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .product-description p {
    font-size: 16px;
    line-height: 20px;
    margin-top: 42px;
  }
}
.product-description p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .product-description {
    margin-bottom: 24px;
  }
}

/* Color Selection */
.product-colors {
  margin-bottom: 72px;
}
@media (max-width: 968px) {
  .product-colors {
    margin-bottom: 40px;
  }
}

.color-label {
  /* font-family: "Bodoni Moda", serif; */
  font-size: 16px;
  font-weight: 800;
  line-height: 20px;
  margin-bottom: 16px;
  color: #121212;
}
.color-label .required {
  color: #d32f2f;
}
.color-label .color-name {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #121212;
  margin-left: 8px;
}

.color-swatches {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.color-swatch {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid transparent;
  background-color: #FFFFFF;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}
.color-swatch::before {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 6px;
  background-color: var(--swatch-color);
  z-index: 1;
}
.color-swatch:hover {
  transform: scale(1.1);
}
.color-swatch.active {
  border-color: #121212 !important;
}
.color-swatch.active::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2121212/svg" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="3"><polyline points="20 6 9 17 4 12"></polyline></svg>') center/contain no-repeat;
  z-index: 2;
}

/* Action Buttons */
.product-actions {
  display: flex;
  gap: 16px;
  margin-bottom: 70px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .product-actions {
    margin-bottom: 42px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-actions {
    margin-bottom: 42px;
  }
}

.btn {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  padding: 16px 32px;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}
.btn.btn-primary {
  background-color: #121212;
  color: #fff;
}
.btn.btn-primary:hover {
  background-color: #333;
}
.btn.btn-secondary {
  background-color: transparent;
  color: #121212;
  border: 1px solid #121212;
}
.btn.btn-secondary:hover {
  background-color: #121212;
  color: #fff;
}
.btn.btn-secondary:hover svg {
  stroke: #fff;
}
.btn.btn-secondary:hover img {
  filter: invert(1);
}
.btn svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
}

.accordion-item {
  border-bottom: 1px solid #e5e5e5;
}

.accordion-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 23px 0;
  background: none;
  border: none;
  cursor: pointer;
  /* font-family: "Bodoni Moda", serif; */
  font-size: 18px;
  font-weight: 600;
  color: #121212;
  text-align: left;
  transition: all 0.3s ease;
}
.accordion-header:hover {
  color: #121212;
}
.accordion-header[aria-expanded=true] .accordion-icon {
  background-image: url("/wp-content/themes/iqon/img/minus-icon.svg");
}

.accordion-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  background-image: url("/wp-content/themes/iqon/img/Open.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s ease;
  display: inline-block;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.accordion-inner {
  padding-bottom: 24px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #121212;
}
.accordion-inner p {
  margin-bottom: 12px;
}
.accordion-inner p:last-child {
  margin-bottom: 0;
}

/* Fabric Colors Grid */
.fabric-colors-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 16px;
}

.fabric-color-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.fabric-color-swatch {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
}

.fabric-color-name {
  font-size: 12px;
  color: #121212;
  text-align: center;
}

/* ================================
   Detailed Gallery Section (New)
   ================================ */
.detailed-gallery-section {
  padding: 180px 0 0 0;
  background-color: #fff;
}
@media (min-width: 767px) and (max-width: 1023px) {
  .detailed-gallery-section {
    padding: 70px 0 0 0;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .detailed-gallery-section {
    padding: 70px 0 0 0;
  }
}
@media (min-width: 1200px) and (max-width: 1365px) {
  .detailed-gallery-section {
    padding: 100px 0 0 0;
  }
}
@media (max-width: 768px) {
  .detailed-gallery-section {
    padding: 42px 0 0 0;
  }
}

.gallery-top-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .gallery-top-row {
    gap: 5px;
    margin-bottom: 5px;
  }
}

.gallery-large-item {
  aspect-ratio: 16/10;
  overflow: hidden;
  border-radius: 8px;
  background-color: #f5f5f5;
}
.gallery-large-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.gallery-large-item:hover img {
  transform: scale(1.05);
}

.gallery-bottom-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 40px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .gallery-bottom-row {
    gap: 5px;
    margin-bottom: 22px;
  }
}

.gallery-small-item {
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 8px;
  background-color: #f5f5f5;
}
.gallery-small-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.gallery-small-item:hover img {
  transform: scale(1.05);
  border-radius: 8px;
}

.gallery-description {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #121212;
  margin: 0 auto;
  font-weight: 400;
}
.gallery-description p {
  margin-bottom: 12px;
}
.gallery-description p:last-child {
  margin-bottom: 0;
}

/* ================================
   Similar Products Section
   ================================ */
.similar-products-section {
  padding: 180px 0;
  background-color: #fff;
}
@media (min-width: 767px) and (max-width: 1023px) {
  .similar-products-section {
    padding: 70px 0;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .similar-products-section {
    padding: 70px 0;
  }
}
@media (min-width: 1200px) and (max-width: 1365px) {
  .similar-products-section {
    padding: 180px 0;
  }
}
@media (max-width: 768px) {
  .similar-products-section {
    padding: 70px 0;
  }
}

.similar-products-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .similar-products-header {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .similar-products-header {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .similar-products-header {
    margin-bottom: 40px;
  }
}

.similar-products-title {
  /* font-family: "Bodoni Moda", serif; */
  font-size: 44px;
  font-weight: 800;
  color: #121212;
  margin: 0;
  align-items: center;
  display: flex;
}
.similar-products-title img {
  margin-right: 16px;
}
@media (max-width: 768px) {
  .similar-products-title img {
    margin-right: 12px;
    width: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .similar-products-title img {
    width: 26px;
  }
}
@media (max-width: 767px) {
  .similar-products-title {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .similar-products-title {
    font-size: 35px;
  }
}

.similar-products-nav {
  display: flex;
  gap: 36px;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .similar-products-nav {
    gap: 22px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .similar-products-nav {
    gap: 22px;
  }
}
@media (max-width: 767px) {
  .similar-products-nav {
    display: none !important;
  }
}

.similar-prev,
.similar-next,
.similar-prev-mobile,
.similar-next-mobile {
  background: transparent;
  box-shadow: none;
  border: 1px solid #D2CFC9;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.3s ease, transform 0.2s ease;
  padding: 16px 17px;
  border-radius: 50px;
  gap: 22px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -1px;
}
.similar-prev::before,
.similar-next::before,
.similar-prev-mobile::before,
.similar-next-mobile::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border-radius: 50px;
  border: 2px solid transparent;
  border-top-color: #121212;
  border-right-color: #121212;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.similar-prev:hover::before,
.similar-next:hover::before,
.similar-prev-mobile:hover::before,
.similar-next-mobile:hover::before {
  opacity: 1;
  animation: rotateBorder 1.2s linear infinite;
}
.similar-prev.swiper-button-disabled,
.similar-next.swiper-button-disabled,
.similar-prev-mobile.swiper-button-disabled,
.similar-next-mobile.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}
.similar-prev.swiper-button-disabled:hover,
.similar-next.swiper-button-disabled:hover,
.similar-prev-mobile.swiper-button-disabled:hover,
.similar-next-mobile.swiper-button-disabled:hover {
  transform: scale(1);
}
.similar-prev.swiper-button-disabled:hover::before,
.similar-next.swiper-button-disabled:hover::before,
.similar-prev-mobile.swiper-button-disabled:hover::before,
.similar-next-mobile.swiper-button-disabled:hover::before {
  opacity: 0;
  animation: none;
}
@media (max-width: 767px) {
  .similar-prev,
  .similar-next,
  .similar-prev-mobile,
  .similar-next-mobile {
    background: transparent;
    box-shadow: none;
    border: 1px solid #D2CFC9;
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.3s ease, transform 0.2s ease;
    padding: 10px 11px;
    border-radius: 50px;
  }
}
.similar-prev img,
.similar-next img,
.similar-prev-mobile img,
.similar-next-mobile img {
  width: 20px;
  height: 20px;
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .similar-prev img,
  .similar-next img,
  .similar-prev-mobile img,
  .similar-next-mobile img {
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .similar-prev img,
  .similar-next img,
  .similar-prev-mobile img,
  .similar-next-mobile img {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 767px) {
  .similar-prev img,
  .similar-next img,
  .similar-prev-mobile img,
  .similar-next-mobile img {
    width: 17px;
    height: 17px;
  }
}
.similar-prev:disabled, .similar-prev.swiper-button-disabled,
.similar-next:disabled,
.similar-next.swiper-button-disabled,
.similar-prev-mobile:disabled,
.similar-prev-mobile.swiper-button-disabled,
.similar-next-mobile:disabled,
.similar-next-mobile.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}
.similar-prev:disabled:hover, .similar-prev.swiper-button-disabled:hover,
.similar-next:disabled:hover,
.similar-next.swiper-button-disabled:hover,
.similar-prev-mobile:disabled:hover,
.similar-prev-mobile.swiper-button-disabled:hover,
.similar-next-mobile:disabled:hover,
.similar-next-mobile.swiper-button-disabled:hover {
  background: #fff;
  border-color: #e5e5e5;
}
.similar-prev:disabled:hover svg, .similar-prev.swiper-button-disabled:hover svg,
.similar-next:disabled:hover svg,
.similar-next.swiper-button-disabled:hover svg,
.similar-prev-mobile:disabled:hover svg,
.similar-prev-mobile.swiper-button-disabled:hover svg,
.similar-next-mobile:disabled:hover svg,
.similar-next-mobile.swiper-button-disabled:hover svg {
  stroke: currentColor;
}
.similar-prev svg,
.similar-next svg,
.similar-prev-mobile svg,
.similar-next-mobile svg {
  width: 24px;
  height: 24px;
  stroke: #121212;
  transition: stroke 0.3s ease;
}

.similar-mobile-controls {
  display: none;
}
@media (max-width: 767px) {
  .similar-mobile-controls {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    margin-top: 28px;
    padding: 0;
  }
}
.similar-mobile-controls .similar-pagination {
  display: flex;
  gap: 0px;
  align-items: center;
  position: inherit;
}
.similar-mobile-controls .similar-pagination .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  background: #E3E3E3;
  opacity: 1;
  margin: 0 10px;
  transition: all 0.3s ease;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
.similar-mobile-controls .similar-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #121212;
  position: relative;
}
.similar-mobile-controls .similar-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 22px;
  height: 22px;
  border: 1px solid #121212;
  border-radius: 50%;
}
.similar-mobile-controls .similar-products-nav-mobile {
  display: flex;
  gap: 22px;
}

.similar-products-slider {
  overflow: hidden;
}
.similar-products-slider .swiper-wrapper {
  display: flex;
}
.similar-products-slider .swiper-slide {
  height: auto;
}

.similar-product-card {
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  background: #fff;
  border: 1px solid #E6E6E6;
  padding: 20px;
  transition: all 0.3s ease;
}
.similar-product-card .secondary-image-hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  border-radius: 10px;
}
.similar-product-card:hover .secondary-image-hover {
  opacity: 1;
  visibility: visible;
}
.similar-product-card:hover .similar-product-info {
  opacity: 0;
  pointer-events: none;
}
.similar-product-card:hover .similar-product-arrow {
  transform: translateX(5px);
}

.similar-product-link {
  display: block;
  text-decoration: none;
  color: inherit;
  height: 100%;
}

.similar-product-image {
  aspect-ratio: 1/1;
  overflow: hidden;
  background-color: #f5f5f5;
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease;
  border-radius: 10px;
}
.similar-product-image .primary-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  position: static;
  z-index: 2;
  transition: opacity 0.4s ease;
  border-radius: 10px;
}

.similar-product-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding-top: 20px;
  transition: opacity 0.3s ease;
}

.similar-product-name {
  /* font-family: "Bodoni Moda", serif; */
  font-size: 20px;
  font-weight: 500;
  color: #121212;
  margin: 0;
  flex: 1;
}
@media (max-width: 768px) {
  .similar-product-name {
    font-size: 18px;
  }
}

.similar-product-arrow {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
}
.similar-product-arrow img {
  width: 16px;
  height: auto;
}

/* ================================
   Products by Category Section
   ================================ */
.products-category-section {
  padding: 0px 0;
  background-color: #fff;
}
@media (max-width: 767px) {
  .products-category-section {
    padding: 50px 0 0 0;
  }
}
@media (min-width: 767px) and (max-width: 1023px) {
  .products-category-section {
    padding: 70px 0 0px 0;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .products-category-section {
    padding: 70px 0 0px 0;
  }
}
@media (min-width: 1200px) and (max-width: 1365px) {
  .products-category-section {
    padding: 0px 0;
  }
}

/* Mobile Category Toggle Button */
.mobile-category-toggle {
  display: none;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 16px 20px;
  background: #fff;
  border: none;
  border-radius: 10px;
  /* font-family: "Bodoni Moda", serif; */
  font-size: 18px;
  font-weight: 600;
  color: #121212;
  cursor: pointer;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}
.mobile-category-toggle svg:first-child {
  flex-shrink: 0;
}
.mobile-category-toggle span {
  flex: 1;
  text-align: left;
}
.mobile-category-toggle .toggle-arrow {
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.mobile-category-toggle.active .toggle-arrow {
  transform: rotate(180deg);
}
@media (min-width: 768px) and (max-width: 1023px) {
  .mobile-category-toggle {
    padding: 0px 0;
    display: flex;
  }
}
@media (max-width: 767px) {
  .mobile-category-toggle {
    padding: 0 0 20px 0;
    margin: 0px;
    padding: 0 0 20px 0;
    margin: 0px;
    display: flex;
  }
}

.products-category-container {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 60px;
}
@media (max-width: 968px) {
  .products-category-container {
    grid-template-columns: 1fr;
    gap: 0;
    position: relative;
  }
}

/* Sidebar: Categories */
@media (max-width: 968px) {
  .category-sidebar {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 100;
    background: #fff;
    border: 1px solid #E6E6E6;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.3s ease;
  }
  .category-sidebar.mobile-open {
    max-height: 500px;
    opacity: 1;
    overflow-y: auto;
    width: -moz-max-content;
    width: max-content;
  }
}

.category-sidebar-header {
  display: none;
}
@media (max-width: 968px) {
  .category-sidebar-header {
    display: none !important;
  }
}

.mobile-category-close {
  display: none !important;
}

@media (max-width: 968px) {
  .category-sidebar-title {
    margin: 0;
    display: none;
  }
}

@media (max-width: 968px) {
  .category-list {
    padding: 24px !important;
  }
}

.category-sidebar-title {
  /* font-family: "Bodoni Moda", serif; */
  font-size: 24px;
  font-weight: 600;
  color: #121212;
  margin: 0 0 24px 0;
}
.category-sidebar-title .parent-category-link {
  color: #121212;
  text-decoration: none;
  transition: color 0.3s ease;
}
.category-sidebar-title .parent-category-link:hover {
  color: #121212;
}

.category-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.category-item:last-child {
  margin-bottom: 0;
}
.category-item .category-link::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("/wp-content/themes/iqon/img/Bullet.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 8px;
  filter: brightness(0) saturate(100%) invert(85%); /* #DBDBDB rengi */
}
@media (max-width: 767px) {
  .category-item .category-link::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("/wp-content/themes/iqon/img/Bullet.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 8px;
    filter: brightness(0) saturate(100%);
  }
}
.category-item.active .category-link {
  color: #121212;
  font-weight: 400;
}
.category-item.active .category-link::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("/wp-content/themes/iqon/img/Bullet.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 8px;
  filter: brightness(0) saturate(100%); /* #121212 rengi - siyah */
}

.category-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 12px 0px;
  color: #121212;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  border-radius: 6px;
  line-height: 20px;
  transition: all 0.3s ease;
}

.category-name {
  flex: 1;
}
@media (max-width: 767px) {
  .category-name {
    color: #121212;
  }
}

.category-count {
  text-align: right;
}

/* Products Grid */
.products-grid-wrapper {
  flex: 1;
  /* Products Grid Pagination */
}
.products-grid-wrapper .products-grid-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 60px;
}
.products-grid-wrapper .products-grid-pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: auto;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #121212;
  background-color: transparent;
  border: none;
  text-decoration: none;
  transition: all 0.3s ease;
}
.products-grid-wrapper .products-grid-pagination .page-numbers:hover {
  color: #121212;
}
.products-grid-wrapper .products-grid-pagination .page-numbers.current {
  color: #DBDBDB;
  font-weight: 400;
  font-size: 16px;
}
.products-grid-wrapper .products-grid-pagination .page-numbers.dots {
  pointer-events: none;
  color: #121212;
}
.products-grid-wrapper .products-grid-pagination .page-numbers.prev, .products-grid-wrapper .products-grid-pagination .page-numbers.next {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #121212;
  gap: 8px;
  display: inline-flex;
  align-items: center;
}
.products-grid-wrapper .products-grid-pagination .page-numbers.prev img, .products-grid-wrapper .products-grid-pagination .page-numbers.next img {
  width: 16px;
  height: 16px;
  display: inline-block;
}
.products-grid-wrapper .products-grid-pagination .page-numbers.prev svg, .products-grid-wrapper .products-grid-pagination .page-numbers.next svg {
  display: none;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
@media (min-width: 1200px) and (max-width: 1365px) {
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media (min-width: 767px) and (max-width: 1023px) {
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .products-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}

.product-grid-item {
  background: #fff;
  border-radius: 10px;
  overflow: visible;
  transition: all 0.3s ease;
  position: relative;
  border: 1px solid #E6E6E6;
  padding: 20px;
}
.product-grid-item .secondary-image-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  border-radius: 10px;
}
.product-grid-item:hover .secondary-image-hover {
  opacity: 1;
  visibility: visible;
}
.product-grid-item:hover .product-grid-info {
  opacity: 0;
  pointer-events: none;
}

.product-grid-link {
  display: block;
  text-decoration: none;
  color: inherit;
  height: 100%;
}

.product-grid-image {
  aspect-ratio: 1/1;
  overflow: visible;
  background-color: #f5f5f5;
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease;
  border-radius: 12px;
}
.product-grid-image .primary-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  position: static;
  z-index: 2;
  transition: opacity 0.4s ease;
}

.product-grid-item:hover .product-grid-image {
  aspect-ratio: 1/1;
  overflow: hidden;
  background-color: #f5f5f5;
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease;
}
.product-grid-item:hover .product-grid-image .secondary-image-hover {
  opacity: 1;
  visibility: visible;
}
.product-grid-item:hover .product-grid-image .primary-image {
  opacity: 0;
}

.product-grid-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 20px 0 0 0;
  border-top: none;
  border-radius: 0 0 10px 10px;
  transition: opacity 0.3s ease;
}

h2.product-grid-name {
  /* font-family: "Bodoni Moda", serif; */
  font-size: 20px;
  font-weight: 700;
  color: #121212;
  margin: 0;
  flex: 1;
}
@media (max-width: 768px) {
  h2.product-grid-name {
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
  }
}

.product-grid-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
}
.product-grid-arrow img {
  width: 18px;
  height: 18px;
}
@media (max-width: 767px) {
  .product-grid-arrow img {
    width: 16px;
    height: 16px;
  }
}

.no-products-message {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #121212;
  text-align: center;
  padding: 60px 20px;
}

/* Pagination */
.products-pagination {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}
.products-pagination .page-numbers {
  list-style: none;
  display: flex;
  gap: 8px;
  margin: 0;
  padding: 0;
  align-items: center;
}
.products-pagination .page-numbers li {
  list-style: none;
}
.products-pagination .page-numbers a, .products-pagination .page-numbers span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 0 16px;
  border: 1px solid #E6E6E6;
  border-radius: 8px;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #121212;
  text-decoration: none;
  transition: all 0.3s ease;
}
.products-pagination .page-numbers a:hover, .products-pagination .page-numbers span:hover {
  background-color: #f5f5f5;
  border-color: #ddd;
  color: #121212;
}
.products-pagination .page-numbers a svg, .products-pagination .page-numbers span svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
}
.products-pagination .page-numbers .current {
  background-color: #121212;
  border-color: #121212;
  color: #fff;
  font-weight: 600;
}
.products-pagination .page-numbers .current:hover {
  background-color: #121212;
  border-color: #121212;
  color: #fff;
}
.products-pagination .page-numbers .dots {
  border: none;
  min-width: auto;
  padding: 0 8px;
}
.products-pagination .page-numbers .dots:hover {
  background: none;
  border: none;
}

/* ================================
   Image Lightbox Modal
   ================================ */
.image-lightbox-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.image-lightbox-modal.active {
  opacity: 1;
  visibility: visible;
}

.image-lightbox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.95);
}

.image-lightbox-content {
  position: relative;
  width: 90%;
  height: 90%;
  margin: 5vh auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10001;
  overflow: hidden;
}

.image-lightbox-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  cursor: pointer;
  padding: 12px;
  border-radius: 50%;
  transition: all 0.3s ease;
  z-index: 10003;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.image-lightbox-close svg {
  width: 24px;
  height: 24px;
  stroke: #121212;
}
.image-lightbox-close:hover {
  background: #fff;
  transform: rotate(90deg);
}
@media (max-width: 768px) {
  .image-lightbox-close {
    top: 10px;
    right: 0px;
    width: 40px;
    height: 40px;
    padding: 8px;
  }
  .image-lightbox-close svg {
    width: 20px;
    height: 20px;
  }
}

.image-lightbox-image-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: auto;
  cursor: grab;
}
.image-lightbox-image-wrapper:active {
  cursor: grabbing;
}

.image-lightbox-img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 8px;
  transition: transform 0.3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.image-lightbox-prev,
.image-lightbox-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.9);
  border: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 10002;
}
.image-lightbox-prev svg,
.image-lightbox-next svg {
  width: 24px;
  height: 24px;
  stroke: #121212;
}
.image-lightbox-prev:hover,
.image-lightbox-next:hover {
  background: #fff;
  transform: translateY(-50%) scale(1.1);
}
@media (max-width: 768px) {
  .image-lightbox-prev,
  .image-lightbox-next {
    width: 40px;
    height: 40px;
  }
  .image-lightbox-prev svg,
  .image-lightbox-next svg {
    width: 20px;
    height: 20px;
  }
}

.image-lightbox-prev {
  left: 20px;
}
@media (max-width: 768px) {
  .image-lightbox-prev {
    left: 10px;
  }
}

.image-lightbox-next {
  right: 20px;
}
@media (max-width: 768px) {
  .image-lightbox-next {
    right: 10px;
  }
}

.image-lightbox-counter {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 8px 16px;
  border-radius: 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  z-index: 10002;
}
@media (max-width: 768px) {
  .image-lightbox-counter {
    bottom: 10px;
    font-size: 12px;
    padding: 6px 12px;
  }
}

.image-lightbox-zoom-controls {
  position: absolute;
  top: 20px;
  left: 20px;
  display: flex;
  gap: 8px;
  z-index: 10002;
}
@media (max-width: 768px) {
  .image-lightbox-zoom-controls {
    top: 10px;
    left: 0px;
    gap: 6px;
  }
}

.image-lightbox-zoom-in,
.image-lightbox-zoom-out {
  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;
  transition: all 0.3s ease;
}
.image-lightbox-zoom-in svg,
.image-lightbox-zoom-out svg {
  width: 20px;
  height: 20px;
  stroke: #121212;
}
.image-lightbox-zoom-in:hover,
.image-lightbox-zoom-out:hover {
  background: #fff;
  transform: scale(1.1);
}
@media (max-width: 768px) {
  .image-lightbox-zoom-in,
  .image-lightbox-zoom-out {
    width: 36px;
    height: 36px;
  }
  .image-lightbox-zoom-in svg,
  .image-lightbox-zoom-out svg {
    width: 18px;
    height: 18px;
  }
}

.gallery-clickable {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
}
.gallery-clickable::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.3s ease;
}
.gallery-clickable:hover::after {
  background-color: rgba(0, 0, 0, 0.1);
}

.product-gallery-clickable .gallery-zoom-indicator {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background: rgba(0, 0, 0, 0.6);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.product-gallery-clickable .gallery-zoom-indicator svg {
  width: 20px;
  height: 20px;
}
.product-gallery-clickable:hover .gallery-zoom-indicator {
  opacity: 1;
}

/* ================================
   Info Form Modal
   ================================ */
.info-form-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.info-form-modal.active {
  opacity: 1;
  visibility: visible;
}

.info-form-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.info-form-content {
  position: relative;
  width: 90%;
  max-width: 600px;
  max-height: 90vh;
  margin: 5vh auto;
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  z-index: 10001;
}

.info-form-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 8px;
  transition: transform 0.3s ease;
  z-index: 10002;
}
.info-form-close svg {
  width: 24px;
  height: 24px;
  stroke: #121212;
}
.info-form-close:hover {
  transform: rotate(90deg);
}

.info-form-inner {
  padding: 60px 40px 40px;
  max-height: 90vh;
  overflow-y: auto;
}
@media (max-width: 768px) {
  .info-form-inner {
    padding: 60px 24px 24px;
  }
}

.info-form-title {
  /* font-family: "Bodoni Moda", serif; */
  font-size: 32px;
  font-weight: 700;
  color: #121212;
  margin: 0 0 32px 0;
  text-align: center;
}
@media (max-width: 768px) {
  .info-form-title {
    font-size: 28px;
    margin-bottom: 24px;
  }
}

.info-form-body {
  font-family: "Montserrat", sans-serif;
}
.info-form-body input[type=text],
.info-form-body input[type=email],
.info-form-body input[type=tel],
.info-form-body textarea,
.info-form-body select {
  width: 100%;
  padding: 16px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  border: 1px solid #E6E6E6;
  border-radius: 8px;
  margin-bottom: 20px;
  transition: border-color 0.3s ease;
}
.info-form-body input[type=text]:focus,
.info-form-body input[type=email]:focus,
.info-form-body input[type=tel]:focus,
.info-form-body textarea:focus,
.info-form-body select:focus {
  outline: none;
  border-color: #121212;
}
.info-form-body textarea {
  min-height: 120px;
  resize: vertical;
}
.info-form-body input[type=submit],
.info-form-body button[type=submit] {
  width: 100%;
  padding: 16px 32px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background-color: #121212;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.info-form-body input[type=submit]:hover,
.info-form-body button[type=submit]:hover {
  background-color: #2a2a2a;
  transform: translateY(-2px);
}
.info-form-body label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #121212;
  margin-bottom: 8px;
}

/* ================================
   360 View Modal
   ================================ */
.view-360-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.view-360-modal.active {
  opacity: 1;
  visibility: visible;
}

.view-360-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}

.view-360-content {
  position: relative;
  width: 90%;
  height: 90%;
  max-width: 1400px;
  margin: 5% auto;
  z-index: 10001;
}

.view-360-close {
  position: absolute;
  top: -50px;
  right: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 8px;
  transition: transform 0.3s ease;
  z-index: 10002;
}
.view-360-close svg {
  width: 32px;
  height: 32px;
  stroke: #fff;
}
.view-360-close:hover {
  transform: rotate(90deg);
}
@media (max-width: 768px) {
  .view-360-close {
    top: -40px;
  }
  .view-360-close svg {
    width: 28px;
    height: 28px;
  }
}

.view-360-frame {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background-color: #fff;
}

/* ================================
   Single Post Styles
   ================================ */
.single-post {
  margin: 0 auto;
}

.post-title {
  /* font-family: "Bodoni Moda", serif; */
  font-size: 54px;
  font-weight: 800;
  line-height: 64px;
  color: #121212;
  margin: 30px 0 0 0;
  padding: 72px 0;
}
@media (max-width: 767px) {
  .post-title {
    font-size: 30px;
    padding: 40px 0;
    line-height: 35px;
    margin: 0px 0 0px 0;
    padding: 42px 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .post-title {
    font-size: 30px;
    line-height: 35px;
    margin: 0px 0 0px 0;
    padding: 42px 0;
  }
}

.post-featured-image {
  margin-bottom: 32px;
  border-radius: 12px;
  overflow: hidden;
}
.post-featured-image img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 768px) {
  .post-featured-image {
    margin-bottom: 24px;
    border-radius: 8px;
    border-width: 3px;
  }
}

.post-meta {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 40px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #121212;
}
@media (max-width: 768px) {
  .post-meta {
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 30px;
  }
}
.post-meta .post-reading-time {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #E6E6E6;
  padding: 8px 12px;
  border-radius: 65px;
}
.post-meta .post-date {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #E6E6E6;
  padding: 8px 12px;
  border-radius: 65px;
}

.post-content {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .post-content {
    padding-bottom: 0px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .post-content {
    padding-bottom: 0px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .post-content {
    padding-bottom: 0px;
  }
}
.post-content h2, .post-content h3, .post-content h4 {
  /* font-family: "Bodoni Moda", serif; */
  font-weight: 700;
  color: #121212;
  margin: 32px 0 20px 0;
  line-height: 1.3;
}
.post-content h2 {
  font-size: 32px;
  /* font-family: "Bodoni Moda", serif; */
}
@media (max-width: 768px) {
  .post-content h2 {
    font-size: 26px;
  }
}
.post-content h3 {
  font-size: 24px;
  /* font-family: "Bodoni Moda", serif; */
}
@media (max-width: 768px) {
  .post-content h3 {
    font-size: 22px;
  }
}
.post-content h4 {
  font-size: 20px;
  /* font-family: "Bodoni Moda", serif; */
}
@media (max-width: 768px) {
  .post-content h4 {
    font-size: 18px;
  }
}
.post-content p {
  margin: 0 0 24px 0;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
}
.post-content p:last-child {
  margin-bottom: 0;
}
.post-content ul, .post-content ol {
  margin: 0 0 24px 0;
  padding-left: 24px;
}
.post-content ul li, .post-content ol li {
  margin-bottom: 12px;
}
.post-content ul li:last-child, .post-content ol li:last-child {
  margin-bottom: 0;
}
.post-content a {
  color: #4A9FD8;
  text-decoration: underline;
  transition: color 0.3s ease;
}
.post-content a:hover {
  color: #357ABD;
}
.post-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 24px 0;
}
.post-content blockquote {
  margin: 32px 0;
  padding: 24px 32px;
  background: #f5f5f5;
  border-left: 4px solid #4A9FD8;
  font-style: italic;
}
.post-content blockquote p {
  margin: 0;
}

/* ================================
   Blog Posts Grid Section (Shortcode)
   ================================ */
.blog-grid-shortcode {
  /* Top Row: 2 Featured Posts */
  /* Large Featured Post */
  /* Normal Featured Post (Second) */
  /* Divider - Blog top row altında */
  /* Bottom Grid: Responsive Grid */
  /* Blog Card Item */
  /* Blog Pagination */
}
.blog-grid-shortcode .blog-posts-grid-section {
  padding: 72px 0;
  background-color: #fff;
}
@media (max-width: 767px) {
  .blog-grid-shortcode .blog-posts-grid-section {
    padding: 40px 0;
  }
}
@media (min-width: 767px) and (max-width: 1023px) {
  .blog-grid-shortcode .blog-posts-grid-section {
    padding: 70px 0;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .blog-grid-shortcode .blog-posts-grid-section {
    padding: 70px 0;
  }
}
@media (min-width: 1200px) and (max-width: 1365px) {
  .blog-grid-shortcode .blog-posts-grid-section {
    padding: 100px 0;
  }
}
.blog-grid-shortcode .blog-top-row {
  display: grid;
  grid-template-columns: 2fr 1.3fr;
  gap: 15px;
  margin-bottom: 40px;
  margin-top: 72px;
  /* If only one post, make it full width */
}
.blog-grid-shortcode .blog-top-row:has(.blog-featured-large:only-child) {
  grid-template-columns: 1fr;
}
@media (max-width: 767px) {
  .blog-grid-shortcode .blog-top-row {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 40px;
  }
}
.blog-grid-shortcode .blog-featured-large {
  position: relative;
  border-radius: 12px;
  min-height: 500px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .blog-grid-shortcode .blog-featured-large {
    min-height: 350px;
    border-radius: 16px;
  }
}
.blog-grid-shortcode .blog-featured-large .blog-card-category-arsiv {
  position: absolute;
  top: 20px;
  left: 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(0, 0, 0, 0.3);
  padding: 8px 12px;
  border-radius: 20px;
  color: #fff;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin-bottom: 19px !important;
  z-index: 3;
  text-decoration: none;
  display: inline-block;
}
.blog-grid-shortcode .blog-featured-link {
  display: block;
  position: relative;
  height: 100%;
  min-height: 500px;
  text-decoration: none;
  color: inherit;
}
.blog-grid-shortcode .blog-featured-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 12px;
  overflow: hidden;
}
.blog-grid-shortcode .blog-featured-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.blog-grid-shortcode .blog-featured-large:hover .blog-featured-image img {
  transform: scale(1.05);
}
.blog-grid-shortcode .blog-featured-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 60%, transparent 100%);
  z-index: 2;
}
.blog-grid-shortcode .blog-featured-overlay p {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin: 8px 0;
}
.blog-grid-shortcode .blog-featured-read-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin-top: 12px;
  transition: all 0.3s ease;
}
.blog-grid-shortcode .blog-featured-read-more img {
  width: 16px;
  height: 16px;
  filter: brightness(0) invert(1);
  transition: transform 0.3s ease;
}
.blog-grid-shortcode .blog-featured-large:hover .blog-featured-read-more img {
  transform: translateX(5px);
}
.blog-grid-shortcode .blog-reading-time {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 16px;
}
.blog-grid-shortcode .blog-reading-time svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.blog-grid-shortcode .blog-featured-title {
  font-family: "Bodoni Moda", serif !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  color: #fff !important;
  margin: 0 !important;
}
@media (max-width: 968px) {
  .blog-grid-shortcode .blog-featured-title {
    font-size: 28px;
  }
}
.blog-grid-shortcode .blog-featured-normal {
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  transition: all 0.3s ease;
  position: relative;
}
.blog-grid-shortcode .blog-featured-normal .blog-card-category-arsiv {
  position: absolute;
  top: 20px;
  left: 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(0, 0, 0, 0.3);
  padding: 8px 12px;
  border-radius: 20px;
  color: #fff;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin-bottom: 19px !important;
  z-index: 3;
  text-decoration: none;
  display: inline-block;
}
.blog-grid-shortcode .blog-divider {
  width: 100%;
  height: 1px;
  background-color: #E6E6E6;
  margin: 40px 0;
}
.blog-grid-shortcode .blog-bottom-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.blog-grid-shortcode .blog-bottom-grid .blog-grid-divider {
  grid-column: 1/-1;
  width: 100%;
  height: 1px;
  background-color: #E6E6E6;
  margin: 40px 0;
  position: relative;
  display: none;
}
.blog-grid-shortcode .blog-bottom-grid .blog-grid-divider[data-count="3"], .blog-grid-shortcode .blog-bottom-grid .blog-grid-divider[data-count="6"], .blog-grid-shortcode .blog-bottom-grid .blog-grid-divider[data-count="9"], .blog-grid-shortcode .blog-bottom-grid .blog-grid-divider[data-count="12"], .blog-grid-shortcode .blog-bottom-grid .blog-grid-divider[data-count="15"], .blog-grid-shortcode .blog-bottom-grid .blog-grid-divider[data-count="18"], .blog-grid-shortcode .blog-bottom-grid .blog-grid-divider[data-count="21"] {
  display: block;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .blog-grid-shortcode .blog-bottom-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .blog-grid-shortcode .blog-bottom-grid .blog-grid-divider {
    margin: 30px 0;
  }
  .blog-grid-shortcode .blog-bottom-grid .blog-grid-divider[data-count="3"], .blog-grid-shortcode .blog-bottom-grid .blog-grid-divider[data-count="6"], .blog-grid-shortcode .blog-bottom-grid .blog-grid-divider[data-count="9"], .blog-grid-shortcode .blog-bottom-grid .blog-grid-divider[data-count="12"], .blog-grid-shortcode .blog-bottom-grid .blog-grid-divider[data-count="15"], .blog-grid-shortcode .blog-bottom-grid .blog-grid-divider[data-count="18"], .blog-grid-shortcode .blog-bottom-grid .blog-grid-divider[data-count="21"] {
    display: none !important;
  }
  .blog-grid-shortcode .blog-bottom-grid .blog-grid-divider[data-count="2"], .blog-grid-shortcode .blog-bottom-grid .blog-grid-divider[data-count="4"], .blog-grid-shortcode .blog-bottom-grid .blog-grid-divider[data-count="6"], .blog-grid-shortcode .blog-bottom-grid .blog-grid-divider[data-count="8"], .blog-grid-shortcode .blog-bottom-grid .blog-grid-divider[data-count="10"], .blog-grid-shortcode .blog-bottom-grid .blog-grid-divider[data-count="12"], .blog-grid-shortcode .blog-bottom-grid .blog-grid-divider[data-count="14"], .blog-grid-shortcode .blog-bottom-grid .blog-grid-divider[data-count="16"], .blog-grid-shortcode .blog-bottom-grid .blog-grid-divider[data-count="18"], .blog-grid-shortcode .blog-bottom-grid .blog-grid-divider[data-count="20"] {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .blog-grid-shortcode .blog-bottom-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .blog-grid-shortcode .blog-bottom-grid .blog-grid-divider {
    display: block !important;
    width: 100%;
    margin: 30px 0 0 0;
  }
  .blog-grid-shortcode .blog-bottom-grid .blog-grid-divider[data-count="2"], .blog-grid-shortcode .blog-bottom-grid .blog-grid-divider[data-count="3"], .blog-grid-shortcode .blog-bottom-grid .blog-grid-divider[data-count="4"], .blog-grid-shortcode .blog-bottom-grid .blog-grid-divider[data-count="6"], .blog-grid-shortcode .blog-bottom-grid .blog-grid-divider[data-count="8"], .blog-grid-shortcode .blog-bottom-grid .blog-grid-divider[data-count="9"], .blog-grid-shortcode .blog-bottom-grid .blog-grid-divider[data-count="10"], .blog-grid-shortcode .blog-bottom-grid .blog-grid-divider[data-count="12"], .blog-grid-shortcode .blog-bottom-grid .blog-grid-divider[data-count="14"], .blog-grid-shortcode .blog-bottom-grid .blog-grid-divider[data-count="15"], .blog-grid-shortcode .blog-bottom-grid .blog-grid-divider[data-count="16"], .blog-grid-shortcode .blog-bottom-grid .blog-grid-divider[data-count="18"], .blog-grid-shortcode .blog-bottom-grid .blog-grid-divider[data-count="20"], .blog-grid-shortcode .blog-bottom-grid .blog-grid-divider[data-count="21"] {
    display: none !important;
  }
}
.blog-grid-shortcode .blog-bottom-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .blog-grid-shortcode .blog-bottom-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .blog-grid-shortcode .blog-bottom-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.blog-grid-shortcode .blog-bottom-grid .blog-card-image {
  aspect-ratio: 3/2;
  border-radius: 16px;
}
.blog-grid-shortcode .blog-card-item {
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.blog-grid-shortcode .blog-card-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.blog-grid-shortcode .blog-card-image {
  overflow: hidden;
  background-color: #f5f5f5;
  display: block;
  position: relative;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.blog-grid-shortcode .blog-card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
  border-radius: 10px;
}
.blog-grid-shortcode .blog-card-item:hover .blog-card-image img,
.blog-grid-shortcode .blog-featured-normal:hover .blog-card-image img {
  transform: scale(1.05);
}
.blog-grid-shortcode .blog-card-content {
  padding: 24px 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.blog-grid-shortcode .blog-card-title {
  font-family: "Bodoni Moda", serif !important;
  font-size: 24px !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
  color: #121212 !important;
  margin: 0 !important;
  transition: color 0.3s ease !important;
}
.blog-grid-shortcode .blog-card-item:hover .blog-card-title,
.blog-grid-shortcode .blog-featured-normal:hover .blog-card-title {
  color: #4A9FD8;
}
.blog-grid-shortcode .blog-card-excerpt {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: normal;
  color: #121212;
  font-weight: 400;
  margin: 0;
}
.blog-grid-shortcode .blog-card-read-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #121212;
  margin-top: 32px;
  transition: all 0.3s ease;
}
.blog-grid-shortcode .blog-card-read-more img {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}
.blog-grid-shortcode .blog-card-item:hover .blog-card-read-more,
.blog-grid-shortcode .blog-featured-normal:hover .blog-card-read-more {
  color: #121212;
}
.blog-grid-shortcode .blog-card-item:hover .blog-card-read-more img,
.blog-grid-shortcode .blog-featured-normal:hover .blog-card-read-more img {
  transform: translateX(5px);
}
.blog-grid-shortcode .blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 60px;
}
.blog-grid-shortcode .blog-pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: auto;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #121212;
  background-color: transparent;
  border: none;
  text-decoration: none;
  transition: all 0.3s ease;
}
.blog-grid-shortcode .blog-pagination .page-numbers:hover {
  color: #121212;
}
.blog-grid-shortcode .blog-pagination .page-numbers.current {
  color: #DBDBDB;
  font-weight: 400;
  font-size: 16px;
}
.blog-grid-shortcode .blog-pagination .page-numbers.dots {
  pointer-events: none;
  color: #121212;
}
.blog-grid-shortcode .blog-pagination .page-numbers.prev, .blog-grid-shortcode .blog-pagination .page-numbers.next {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #121212;
  gap: 8px;
  display: inline-flex;
  align-items: center;
}
.blog-grid-shortcode .blog-pagination .page-numbers.prev img, .blog-grid-shortcode .blog-pagination .page-numbers.next img {
  width: 16px;
  height: 16px;
  display: inline-block;
}
.blog-grid-shortcode .blog-pagination .page-numbers.prev svg, .blog-grid-shortcode .blog-pagination .page-numbers.next svg {
  display: none;
}

/* ================================
   Related Posts Section
   ================================ */
.related-posts-section {
  padding: 100px 0 180px 0;
  background-color: #fff;
}
@media (max-width: 767px) {
  .related-posts-section {
    padding: 70px 0 0 0;
  }
}
@media (min-width: 767px) and (max-width: 1023px) {
  .related-posts-section {
    padding: 70px 0 70px 0;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .related-posts-section {
    padding: 70px 0 70px 0;
  }
}
@media (min-width: 1200px) and (max-width: 1365px) {
  .related-posts-section {
    padding: 70px 0 0 0;
  }
}

.related-posts-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .related-posts-header {
    margin-bottom: 30px;
  }
}

.related-posts-title {
  /* font-family: "Bodoni Moda", serif; */
  font-size: 44px;
  font-weight: 700;
  color: #121212;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 16px;
}
.related-posts-title img {
  width: 28px;
  height: auto;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .related-posts-title {
    font-size: 35px;
  }
  .related-posts-title img {
    width: 26px;
  }
}
@media (max-width: 767px) {
  .related-posts-title {
    font-size: 24px;
    gap: 12px;
  }
  .related-posts-title img {
    width: 18px;
  }
}

.related-posts-nav {
  display: flex;
  gap: 36px;
}
@media (max-width: 768px) {
  .related-posts-nav {
    display: none;
  }
}

.related-prev,
.related-next {
  background: transparent;
  box-shadow: none;
  border: 1px solid #D2CFC9;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.3s ease, transform 0.2s ease;
  padding: 16px 17px;
  border-radius: 50px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -1px;
}
.related-prev::before,
.related-next::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border-radius: 50px;
  border: 2px solid transparent;
  border-top-color: #121212;
  border-right-color: #121212;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.related-prev img,
.related-next img {
  width: 20px;
  height: 20px;
  position: relative;
  z-index: 1;
}
.related-prev:hover::before,
.related-next:hover::before {
  opacity: 1;
  animation: rotateBorder 1.2s linear infinite;
}
.related-prev:hover svg,
.related-next:hover svg {
  color: #fff;
}
.related-prev.swiper-button-disabled,
.related-next.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}
.related-prev.swiper-button-disabled:hover,
.related-next.swiper-button-disabled:hover {
  background: #fff;
  border-color: #E6E6E6;
}
.related-prev.swiper-button-disabled:hover::before,
.related-next.swiper-button-disabled:hover::before {
  opacity: 0;
  animation: none;
}
.related-prev.swiper-button-disabled:hover svg,
.related-next.swiper-button-disabled:hover svg {
  color: #121212;
}

.related-posts-slider {
  overflow: hidden;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .related-posts-slider {
    overflow: hidden;
  }
}
.related-posts-slider .swiper-slide {
  height: auto;
}

.related-post-card {
  height: 100%;
}

.related-post-link {
  display: block;
  text-decoration: none;
  color: inherit;
  height: 100%;
}

.related-post-image {
  aspect-ratio: 3/2;
  overflow: hidden;
  border-radius: 10px;
  background-color: #f5f5f5;
  margin-bottom: 20px;
}
.related-post-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}

.related-post-card:hover .related-post-image img {
  transform: scale(1.05);
}

.related-post-info {
  padding: 0;
}

.related-post-title {
  /* font-family: "Bodoni Moda", serif; */
  font-size: 24px;
  font-weight: 600;
  color: #121212;
  margin: 0 0 12px 0;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .related-post-title {
    font-size: 18px;
  }
}

.related-post-link-text {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #121212;
  transition: all 0.3s ease;
}
.related-post-link-text img {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}

.related-post-card:hover .related-post-link-text {
  color: #121212;
}
.related-post-card:hover .related-post-link-text img {
  transform: translateX(5px);
}

/* Mobile Controls */
.related-posts-mobile-controls {
  display: none;
}
@media (max-width: 768px) {
  .related-posts-mobile-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    gap: 20px;
    position: relative;
    z-index: 1;
    margin-bottom: 70px;
  }
}

.related-pagination {
  display: flex;
  gap: 10px;
  align-items: center;
  position: inherit;
}
.related-pagination .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  background: rgba(18, 18, 18, 0.2) !important;
  opacity: 1;
  border-radius: 50%;
  margin: 0 10px;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
}
.related-pagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 22px;
  height: 22px;
  border: 1px solid rgba(18, 18, 18, 0);
  border-radius: 50%;
}
.related-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #121212 !important;
  width: 7px;
  height: 7px;
}
.related-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 22px;
  height: 22px;
  border: 1px solid rgba(18, 18, 18, 0.6);
  border-radius: 50%;
}
@media (max-width: 768px) {
  .related-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 8px;
  }
  .related-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
  }
  .related-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    width: 24px;
    height: 24px;
  }
}

.related-posts-mobile-nav {
  display: flex;
  gap: 12px;
}

.related-prev-mobile,
.related-next-mobile {
  background: transparent;
  box-shadow: none;
  border: 1px solid #D2CFC9;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.3s ease, transform 0.2s ease;
  padding: 10px 11px;
  border-radius: 50px;
}
.related-prev-mobile img,
.related-next-mobile img {
  width: 17px;
  height: 17px;
  transition: transform 0.3s ease;
}
.related-prev-mobile:hover,
.related-next-mobile:hover {
  background: #f3f3f3;
  border-radius: 50%;
}
.related-prev-mobile.swiper-button-disabled,
.related-next-mobile.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.related-prev-mobile.swiper-button-disabled:hover,
.related-next-mobile.swiper-button-disabled:hover {
  background: transparent;
}

/* ================================
   Responsive Hakkımızda Sections
   ================================ */
/* 768px - 1023px: Tablet */
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .acfhakkimizda .hakkimizda-wrapper {
    padding: 0 0 42px 0;
  }
  .hakkimizda-v2-section .hakkimizda-v2-wrapper {
    gap: 60px;
    display: block;
  }
  .hakkimizda-v2-section .hakkimizda-v2-descriptions {
    margin-top: 70px;
  }
  .hakkimizda-v3-section {
    padding: 70px 0;
    margin: 70px 0;
    width: 100%;
    margin-left: 0;
    margin: 0;
  }
  h2.hakkimizda-v4-wrapper {
    gap: 40px;
    display: block;
  }
  h2.hakkimizda-v4-center {
    margin: 40px 0;
  }
}
.newsletter-email-input, input[type=email].wpcf7-email {
  width: 100%;
  padding: 20px 24px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #2e3a59;
  background-color: #fff;
  border: 1px solid #A0A0A0;
  border-radius: 12px;
  outline: none;
  transition: all 0.3s ease;
  display: block;
}

.newsletter-email-input::-moz-placeholder, input[type=email].wpcf7-email::-moz-placeholder {
  color: #121212;
  font-size: 16px;
}

.newsletter-email-input::placeholder, input[type=email].wpcf7-email::placeholder {
  color: #121212;
  font-size: 16px;
}

.newsletter-email-input:focus, input[type=email].wpcf7-email:focus {
  border-color: #2e3a59;
  box-shadow: 0 0 0 4px rgba(46, 58, 89, 0.08);
}

.wpcf7-acceptance {
  text-align: left;
  display: flex;
  justify-content: flex-start;
}

.wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 62px;
}
@media (max-width: 767px) {
  .wpcf7-acceptance .wpcf7-list-item {
    margin-bottom: 40px;
  }
}

.wpcf7-acceptance .wpcf7-list-item label {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: normal;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  justify-content: flex-start;
  margin-left: 0;
}

.wpcf7-acceptance .wpcf7-list-item label input[type=checkbox] {
  margin: 0px 0 0 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
  flex-shrink: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: 1px solid #121212;
  border-radius: 40px;
  background-color: transparent;
  position: relative;
}
.wpcf7-acceptance .wpcf7-list-item label input[type=checkbox]:checked {
  background-color: #121212;
}
.wpcf7-acceptance .wpcf7-list-item label input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -50%) rotate(45deg);
}

.wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label {
  flex: 1;
  text-align: left;
}
@media (max-width: 767px) {
  .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label {
    line-height: 18px;
  }
}

.newsletter-submit-btn, input[type=submit].wpcf7-submit {
  width: auto;
  padding: 19px 24px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  background-color: #121212;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.newsletter-submit-btn:disabled, input[type=submit].wpcf7-submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.newsletter-submit-btn:not(:disabled)::after, input[type=submit].wpcf7-submit:not(:disabled)::after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("/wp-content/themes/iqon/img/Vector-4.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 24px;
  transition: transform 0.3s ease;
  filter: brightness(0) invert(1); /* SVG'yi beyaz yap */
}

.newsletter-submit-btn:not(:disabled):hover, input[type=submit].wpcf7-submit:not(:disabled):hover {
  background-color: #000;
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.newsletter-submit-btn:not(:disabled):hover::after, input[type=submit].wpcf7-submit:not(:disabled):hover::after {
  transform: translateX(4px);
}

.newsletter-submit-btn:not(:disabled):active, input[type=submit].wpcf7-submit:not(:disabled):active {
  transform: translateY(0);
}

/* ================================
   Search Results Page
   ================================ */
.search-results-page {
  padding: 100px 0;
  background-color: #FFFFFF;
  min-height: 60vh;
}

.search-header {
  text-align: center;
  margin-bottom: 60px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ECEEEF;
}
.search-header .search-title {
  /* font-family: "Bodoni Moda", serif; */
  font-size: 44px;
  font-weight: 700;
  color: #121212;
  margin: 0 0 16px 0;
}
.search-header .search-title span {
  color: #2E3A59;
}
.search-header .search-count {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #121212;
  margin: 0;
}

.search-tabs {
  display: flex;
  gap: 12px;
  margin-bottom: 40px;
  border-bottom: 2px solid #ECEEEF;
  padding-bottom: 0;
}

.search-tab {
  padding: 16px 24px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #121212;
  background: transparent;
  border: none;
  border-bottom: 3px solid transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: -2px;
}
.search-tab:hover {
  color: #121212;
  background-color: rgba(46, 58, 89, 0.05);
}
.search-tab.active {
  color: #2E3A59;
  border-bottom-color: #2E3A59;
}

.tab-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  height: 24px;
  padding: 0 8px;
  font-size: 12px;
  font-weight: 700;
  color: #FFFFFF;
  background-color: #2E3A59;
  border-radius: 12px;
}
.search-tab:not(.active) .tab-count {
  background-color: #DBDBDB;
  color: #121212;
}

.search-section {
  margin-bottom: 60px;
}
.search-section:last-of-type {
  margin-bottom: 0;
}
.search-section[data-section] {
  display: block;
}
.search-section[data-section].hidden {
  display: none;
}

.search-results-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 60px;
}

.search-result-item {
  background: #FFFFFF;
  border: 1px solid #E6E6E6;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.search-result-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  border-color: #2E3A59;
}

.search-result-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/10;
}
.search-result-image a {
  display: block;
  height: 100%;
}
.search-result-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.search-result-item:hover .search-result-image img {
  transform: scale(1.05);
}

.search-result-content {
  padding: 24px;
}

.search-result-type {
  display: inline-block;
  padding: 6px 12px;
  background-color: #F5F5F5;
  border-radius: 6px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #2E3A59;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
}
.search-result-type.search-result-type-product {
  background-color: #E8F4F8;
  color: #2E3A59;
}
.search-result-type.search-result-type-blog {
  background-color: #FFF4E8;
  color: #D97706;
}

.search-result-title {
  margin: 0 0 12px 0;
}
.search-result-title a {
  /* font-family: "Bodoni Moda", serif; */
  font-size: 22px;
  font-weight: 600;
  color: #121212;
  text-decoration: none;
  transition: color 0.3s ease;
}
.search-result-title a:hover {
  color: #2E3A59;
}

.search-result-excerpt {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: normal;
  color: #121212;
  margin-bottom: 16px;
}

.search-result-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #2E3A59;
  text-decoration: none;
  transition: all 0.3s ease;
}
.search-result-link svg {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}
.search-result-link:hover {
  color: #121212;
}
.search-result-link:hover svg {
  transform: translateX(4px);
}

.search-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 60px;
}
.search-pagination .pagination-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}
.search-pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: auto;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #121212;
  background-color: transparent;
  border: none;
  text-decoration: none;
  transition: all 0.3s ease;
}
.search-pagination .page-numbers:hover {
  color: #121212;
}
.search-pagination .page-numbers.current {
  color: #DBDBDB;
  font-weight: 400;
  font-size: 16px;
}
.search-pagination .page-numbers.dots {
  pointer-events: none;
  color: #121212;
}
.search-pagination .page-numbers.prev, .search-pagination .page-numbers.next {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #121212;
  gap: 8px;
  display: inline-flex;
  align-items: center;
}
.search-pagination .page-numbers.prev .prev-arrow,
.search-pagination .page-numbers.prev .next-arrow, .search-pagination .page-numbers.next .prev-arrow,
.search-pagination .page-numbers.next .next-arrow {
  font-size: 16px;
}

.search-no-results {
  text-align: center;
  padding: 80px 0;
}

.no-results-icon {
  margin-bottom: 32px;
}
.no-results-icon svg {
  display: inline-block;
}

.no-results-title {
  /* font-family: "Bodoni Moda", serif; */
  font-size: 36px;
  font-weight: 700;
  color: #121212;
  margin: 0 0 16px 0;
}
.no-results-title span {
  color: #2E3A59;
}

.no-results-text {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #121212;
  margin: 0 0 40px 0;
}

.no-results-search {
  max-width: 600px;
  margin: 0 auto 60px;
}
.no-results-search .search-form {
  display: flex;
  gap: 12px;
}
.no-results-search .search-field {
  flex: 1;
  padding: 16px 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  border: 1px solid #E6E6E6;
  border-radius: 8px;
  outline: none;
  transition: border-color 0.3s ease;
}
.no-results-search .search-field:focus {
  border-color: #2E3A59;
}
.no-results-search .search-submit {
  padding: 16px 32px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #FFFFFF;
  background-color: #121212;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}
.no-results-search .search-submit:hover {
  background-color: #2E3A59;
  transform: translateY(-2px);
}

.no-results-categories h3 {
  /* font-family: "Bodoni Moda", serif; */
  font-size: 24px;
  font-weight: 600;
  color: #121212;
  margin: 0 0 24px 0;
}

.category-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.category-link {
  padding: 0 0 12px 0px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #DBDBDB;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .category-link {
    padding: 0 0 18px 0px;
  }
}

@media screen and (max-width: 1023px) {
  .search-results-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .search-results-page {
    padding: 60px 0;
  }
  .search-header {
    margin-bottom: 40px;
    padding-bottom: 30px;
  }
  .search-header .search-title {
    font-size: 32px;
  }
  .search-header .search-count {
    font-size: 14px;
  }
  .search-results-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
  .search-pagination {
    margin-top: 40px;
  }
  .search-pagination .page-numbers {
    min-width: 40px;
    height: 40px;
    font-size: 13px;
  }
  .no-results-search .search-form {
    flex-direction: column;
  }
  .no-results-search .search-submit {
    width: 100%;
    justify-content: center;
  }
  .no-results-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 1024px) {
  .newsletter-section .newsletter-content {
    width: auto;
  }
  .popular-products-section .popular-products-left .popular-card-image-small img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .popular-products-section .popular-products-wrapper.mobile-hide {
    display: none !important;
  }
  .popular-products-section .popular-products-mobile.desktop-hide {
    display: flex !important;
    flex-direction: column;
  }
  .popular-products-section .popular-products-mobile.desktop-hide .popular-header {
    margin-bottom: 0;
  }
  .popular-products-section .popular-products-mobile.desktop-hide .popular-card-image-large {
    width: 100%;
    margin-bottom: 12px;
  }
  .popular-products-section .popular-products-mobile.desktop-hide .popular-card-image-large img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    transition: opacity 0.4s ease;
  }
  .popular-products-section .popular-products-mobile.desktop-hide .popularSwiperMobile {
    width: 100%;
    overflow: hidden;
    margin-bottom: 0px;
  }
  .popular-products-section .popular-products-mobile.desktop-hide .popularSwiperMobile .swiper-wrapper {
    display: flex;
  }
  .popular-products-section .popular-products-mobile.desktop-hide .popularSwiperMobile .swiper-slide {
    width: 100%;
    flex-shrink: 0;
  }
  .popular-products-section .popular-products-mobile.desktop-hide .popularSwiperMobile .popular-card-image-small {
    width: 100%;
    margin-bottom: 28px;
  }
  .popular-products-section .popular-products-mobile.desktop-hide .popularSwiperMobile .popular-card-image-small img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .popular-products-section .popular-products-mobile.desktop-hide .popular-right-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0px;
    margin-bottom: 24px;
  }
  .popular-products-section .popular-products-mobile.desktop-hide .popular-right-controls .popular-pagination-mobile {
    display: flex;
    flex: 1;
  }
  .popular-products-section .popular-products-mobile.desktop-hide .popular-right-controls .popular-pagination-mobile .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    background: #E3E3E3;
    opacity: 1;
    margin: 0 10px;
    border-radius: 50%;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
  }
  .popular-products-section .popular-products-mobile.desktop-hide .popular-right-controls .popular-pagination-mobile .swiper-pagination-bullet:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 22px;
    height: 22px;
    border: 1px solid rgba(18, 18, 18, 0);
    border-radius: 50%;
  }
  .popular-products-section .popular-products-mobile.desktop-hide .popular-right-controls .popular-pagination-mobile .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #121212;
    width: 7px;
    height: 7px;
  }
  .popular-products-section .popular-products-mobile.desktop-hide .popular-right-controls .popular-pagination-mobile .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 22px;
    height: 22px;
    border: 1px solid #121212;
    border-radius: 50%;
  }
  .popular-products-section .popular-products-mobile.desktop-hide .popular-right-controls .popular-right-navigation {
    display: flex;
    gap: 22px;
  }
  .popular-products-section .popular-products-mobile.desktop-hide .popular-right-controls .popular-right-navigation button {
    background: transparent;
    box-shadow: none;
    border: 1px solid #D2CFC9;
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.3s ease, transform 0.2s ease;
    padding: 10px 11px;
    border-radius: 50px;
  }
  .popular-products-section .popular-products-mobile.desktop-hide .popular-right-controls .popular-right-navigation button:hover:not(.swiper-button-disabled) {
    background: #121212;
  }
  .popular-products-section .popular-products-mobile.desktop-hide .popular-right-controls .popular-right-navigation button:hover:not(.swiper-button-disabled) img {
    filter: brightness(0) invert(1);
  }
  .popular-products-section .popular-products-mobile.desktop-hide .popular-right-controls .popular-right-navigation button.swiper-button-disabled {
    opacity: 0.3;
    cursor: not-allowed;
    pointer-events: none;
  }
  .popular-products-section .popular-products-mobile.desktop-hide .popular-right-controls .popular-right-navigation button img {
    width: 17px;
    height: 17px;
    transition: filter 0.3s ease;
  }
  .popular-products-section .popular-products-mobile.desktop-hide .popular-card-content {
    width: 100%;
    margin-bottom: 40px;
  }
  .popular-products-section .popular-products-mobile.desktop-hide .popular-card-content .popular-card-title {
    /* font-family: "Bodoni Moda", serif; */
    font-size: 24px;
    font-weight: 700;
    color: #121212;
    margin: 0 0 12px 0;
  }
  .popular-products-section .popular-products-mobile.desktop-hide .popular-card-content .popular-card-description {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #121212;
    line-height: 20px;
    margin: 0;
  }
  .popular-products-section .popular-products-mobile.desktop-hide .popular-card-link {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    padding: 19px 24px;
    background-color: #121212;
    border: 1px solid #121212;
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease;
    width: -moz-max-content;
    width: max-content;
    border-radius: 12px;
  }
  .popular-products-section .popular-products-mobile.desktop-hide .popular-card-link:hover {
    background: #2E3A59;
    transform: translateY(-2px);
  }
  .hero-section {
    gap: 18px;
  }
  .lifestyle-section .lifestyle-header {
    align-items: start;
  }
}
@media (min-width: 1366px) and (max-width: 1499px) {
  .categories-section .category-card:nth-child(1) img, .categories-section .category-card.category-1 img {
    transform: translateX(-15%) scale(1);
  }
  .categories-section .category-card:nth-child(1):hover img, .categories-section .category-card.category-1:hover img {
    transform: translateX(-15%) scale(1.05);
  }
  .categories-section .category-card:nth-child(3) img, .categories-section .category-card.category-3 img {
    transform: translateX(0%) scale(1);
  }
  .categories-section .category-card:nth-child(3):hover img, .categories-section .category-card.category-3:hover img {
    transform: translateX(0%) scale(1.05);
  }
  .categories-section .category-card:nth-child(4) img, .categories-section .category-card.category-4 img {
    transform: translateX(-4%) scale(1);
  }
  .categories-section .category-card:nth-child(4):hover img, .categories-section .category-card.category-4:hover img {
    transform: translateX(-4%) scale(1.05);
  }
  .categories-section .category-card:nth-child(5) img {
    transform: translateX(19%) scale(1);
  }
  .categories-section .category-card:nth-child(5):hover img {
    transform: translateX(19%) scale(1.05);
  }
  .categories-section .category-card:nth-child(6) img {
    transform: translateX(19%) scale(1);
  }
  .categories-section .category-card:nth-child(6):hover img {
    transform: translateX(19%) scale(1.05);
  }
  .express-section .express-image-left::before {
    width: 90px;
    height: 90px;
  }
  .express-section .express-image-right::after {
    width: 55px;
    height: 55px;
  }
  .popular-products-section .popular-card-image-large::before, .popular-products-section .popular-card-image-large::after {
    width: 90px;
    height: 90px;
  }
  .blog-section .blogSwiper .swiper-slide:nth-child(3n+2) {
    width: calc(50% - 10px) !important;
  }
  .product-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
  }
  .popular-products-section .popular-products-mobile.desktop-hide {
    display: none !important;
  }
}
@media (min-width: 1200px) and (max-width: 1365px) {
  .categories-section .category-card:nth-child(1) img, .categories-section .category-card.category-1 img {
    transform: translateX(-13%) scale(1);
  }
  .categories-section .category-card:nth-child(1):hover img, .categories-section .category-card.category-1:hover img {
    transform: translateX(-13%) scale(1.05);
  }
  .categories-section .category-card:nth-child(3) img, .categories-section .category-card.category-3 img {
    transform: translateX(0%) scale(1);
  }
  .categories-section .category-card:nth-child(3):hover img, .categories-section .category-card.category-3:hover img {
    transform: translateX(0%) scale(1.05);
  }
  .categories-section .category-card:nth-child(4) img, .categories-section .category-card.category-4 img {
    transform: translateX(-5%) scale(1);
  }
  .categories-section .category-card:nth-child(4):hover img, .categories-section .category-card.category-4:hover img {
    transform: translateX(-5%) scale(1.05);
  }
  .categories-section .category-card:nth-child(5) img {
    transform: translateX(16%) scale(1);
    bottom: 0;
  }
  .categories-section .category-card:nth-child(5):hover img {
    transform: translateX(16%) scale(1.05);
  }
  .popular-products-section .popular-card-image-large::before, .popular-products-section .popular-card-image-large::after {
    width: 85px;
    height: 85px;
  }
  .popular-products-section .popular-products-wrapper {
    gap: 30px;
  }
  .newsletter-section .newsletter-content {
    max-width: 550px;
  }
  .blog-section .blogSwiper .swiper-slide:nth-child(3n+2) {
    width: calc(50% - 10px) !important;
  }
  .blog-section .blogSwiper .swiper-slide:nth-child(3n+2) .blog-card .blog-card-content {
    position: static !important;
    background: transparent !important;
    padding: 20px 0 !important;
  }
  .blog-section .blogSwiper .swiper-slide:nth-child(3n+2) .blog-card .blog-card-content .blog-card-title {
    color: #121212 !important;
  }
  .blog-section .blogSwiper .swiper-slide:nth-child(3n+2) .blog-card .blog-card-content .blog-card-excerpt {
    color: #121212 !important;
    display: none;
  }
  .blog-section .blogSwiper .swiper-slide:nth-child(3n+2) .blog-card .blog-card-content .blog-card-link {
    color: #121212 !important;
  }
  .blog-section .blogSwiper .swiper-slide:nth-child(3n+2) .blog-card .blog-card-content .blog-card-link img {
    filter: none !important;
  }
  .blog-section .blog-navigation.mobile-hide {
    display: none !important;
  }
  .blog-section .blog-mobile-controls.desktop-hide {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 0;
    margin-top: 0px;
  }
  .product-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
  .lifestyle-section .lifestyle-content {
    gap: 30px;
  }
  .popular-products-section .popular-products-mobile.desktop-hide {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .categories-section {
    padding: 70px 0;
  }
  .categories-section .category-card:nth-child(1) img, .categories-section .category-card.category-1 img {
    transform: translateX(-15%) scale(1);
  }
  .categories-section .category-card:nth-child(1):hover img, .categories-section .category-card.category-1:hover img {
    transform: translateX(-15%) scale(1.05);
  }
  .categories-section .category-card:nth-child(3) img, .categories-section .category-card.category-3 img {
    transform: translateX(2%) scale(1);
  }
  .categories-section .category-card:nth-child(3):hover img, .categories-section .category-card.category-3:hover img {
    transform: translateX(2%) scale(1.05);
  }
  .categories-section .category-card:nth-child(5) img {
    transform: translateX(12%) scale(1);
  }
  .categories-section .category-card:nth-child(5):hover img {
    transform: translateX(12%) scale(1.05);
  }
  .categories-section .categories-grid {
    gap: 16px;
    grid-template-rows: auto;
    height: 100%;
  }
  .express-section .express-images {
    gap: 30px;
  }
  .hakkimizda-v2-section .hakkimizda-v2-wrapper {
    grid-template-columns: 1fr;
    margin-bottom: 70px;
  }
  .popular-products-section .popular-card-image-large::before, .popular-products-section .popular-card-image-large::after {
    width: 80px;
    height: 80px;
  }
  .popular-products-section .popular-products-wrapper {
    gap: 24px;
  }
  .newsletter-section .newsletter-content {
    max-width: 100%;
    padding: 0px 5%;
    width: 100%;
  }
  .blog-section {
    padding: 0 0 70px 0;
  }
  .blog-section .blog-header {
    align-items: end;
    gap: 30px;
    margin-bottom: 40px;
  }
  .blog-section .blog-header .blog-description {
    font-size: 16px;
    max-width: 100%;
  }
  .blog-section .blog-header .blog-button {
    width: -moz-max-content;
    width: max-content;
    justify-content: center;
  }
  .blog-section .blogSwiper {
    margin-bottom: 0;
  }
  .blog-section .blogSwiper .swiper-slide {
    width: calc(50% - 8px) !important;
  }
  .blog-section .blogSwiper .swiper-slide:nth-child(3n+1), .blog-section .blogSwiper .swiper-slide:nth-child(3n+2) {
    width: calc(50% - 8px) !important;
  }
  .blog-section .blogSwiper .swiper-slide .blog-card .blog-card-content {
    position: static !important;
    background: transparent !important;
    padding: 30px 0 !important;
  }
  .blog-section .blogSwiper .swiper-slide .blog-card .blog-card-content .blog-card-title {
    color: #121212 !important;
  }
  .blog-section .blogSwiper .swiper-slide .blog-card .blog-card-content .blog-card-excerpt {
    display: none !important;
    color: #121212;
    margin-bottom: 20px;
  }
  .blog-section .blogSwiper .swiper-slide .blog-card .blog-card-content .blog-card-link {
    color: #121212 !important;
  }
  .blog-section .blogSwiper .swiper-slide .blog-card .blog-card-content .blog-card-link img {
    filter: none !important;
  }
  .blog-section .blog-card .blog-card-image {
    aspect-ratio: 3/2 !important;
    height: auto !important;
    min-height: auto !important;
    max-height: none !important;
    overflow: hidden;
  }
  .blog-section .blog-card .blog-card-image img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .blog-section .blog-card .blog-card-content {
    padding: 20px 0;
  }
  .blog-section .blog-card .blog-card-content .blog-card-title {
    font-size: 20px;
    margin-bottom: 18px;
  }
  .blog-section .blog-card .blog-card-content .blog-card-excerpt {
    font-size: 14px;
    margin-bottom: 20px;
    display: none !important;
  }
  .blog-section .blog-card .blog-card-content .blog-card-link {
    font-size: 16px;
    line-height: 20px;
  }
  .blog-section .blog-card .blog-card-content .blog-card-link img {
    width: 16px;
    height: 16px;
  }
  .blog-section .blog-navigation {
    display: none;
  }
  .blog-section .blog-mobile-controls {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 0;
    margin-top: 0px;
  }
  .product-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .lifestyle-section .lifestyle-content {
    gap: 24px;
  }
  .slider-section .heroSwiper {
    height: 500px;
  }
  .slider-section:before {
    left: 60px;
    width: 60px;
    height: 60px;
    top: -10px;
  }
  .slider-section:after {
    right: 60px;
    width: 60px;
    bottom: -10px;
    height: 60px;
  }
  .popular-products-section .popular-products-mobile.desktop-hide {
    display: none !important;
  }
}
@media (min-width: 767px) and (max-width: 1023px) {
  .categories-section {
    padding: 70px 0;
  }
  .categories-section .categories-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    height: auto;
    grid-template-rows: auto;
  }
  .categories-section .category-card:nth-child(1) img, .categories-section .category-card.category-1 img {
    width: 100%;
    transform: translateX(0%) scale(1);
  }
  .categories-section .category-card:nth-child(1):hover img, .categories-section .category-card.category-1:hover img {
    transform: translateX(0%) scale(1.05);
  }
  .categories-section .category-card:nth-child(3) img, .categories-section .category-card.category-3 img {
    transform: translateX(0%) scale(1);
  }
  .categories-section .category-card:nth-child(3):hover img, .categories-section .category-card.category-3:hover img {
    transform: translateX(0%) scale(1.05);
  }
  .categories-section .category-card:nth-child(4) img, .categories-section .category-card.category-4 img {
    transform: translateX(0%) scale(1);
  }
  .categories-section .category-card:nth-child(4):hover img, .categories-section .category-card.category-4:hover img {
    transform: translateX(0%) scale(1.05);
  }
  .categories-section .category-card:nth-child(5) img {
    transform: translateX(8%) scale(1);
  }
  .categories-section .category-card:nth-child(5):hover img {
    transform: translateX(8%) scale(1.05);
  }
  .categories-section .categories-title {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 12px;
  }
  .express-section .express-images {
    flex-direction: column;
    gap: 20px;
  }
  .express-section .express-title {
    font-size: 28px;
  }
  .popular-products-section .popular-products-wrapper.mobile-hide {
    display: none !important;
  }
  .popular-products-section .popular-products-mobile.desktop-hide {
    display: flex !important;
    flex-direction: column;
    gap: 30px;
  }
  .popular-products-section .popular-products-mobile.desktop-hide .popular-header {
    margin-bottom: 0;
  }
  .popular-products-section .popular-products-mobile.desktop-hide .popular-card-image-large {
    width: 100%;
    margin-bottom: 12px;
  }
  .popular-products-section .popular-products-mobile.desktop-hide .popular-card-image-large img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    transition: opacity 0.4s ease;
  }
  .popular-products-section .popular-products-mobile.desktop-hide .popularSwiperMobile {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .popular-products-section .popular-products-mobile.desktop-hide .popularSwiperMobile .swiper-wrapper {
    display: flex;
  }
  .popular-products-section .popular-products-mobile.desktop-hide .popularSwiperMobile .swiper-slide {
    width: 100%;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .popular-products-section .popular-products-mobile.desktop-hide .popularSwiperMobile .popular-card-image-small {
    width: 100%;
  }
  .popular-products-section .popular-products-mobile.desktop-hide .popularSwiperMobile .popular-card-image-small img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .popular-products-section .popular-products-mobile.desktop-hide .popularSwiperMobile .popular-card-content {
    width: 100%;
  }
  .popular-products-section .popular-products-mobile.desktop-hide .popularSwiperMobile .popular-card-content .popular-card-title {
    /* font-family: "Bodoni Moda", serif; */
    font-size: 28px;
    font-weight: 700;
    color: #121212;
    margin: 0 0 12px 0;
  }
  .popular-products-section .popular-products-mobile.desktop-hide .popularSwiperMobile .popular-card-content .popular-card-description {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #121212;
    line-height: 22px;
    margin: 0;
  }
  .popular-products-section .popular-products-mobile.desktop-hide .popular-mobile-navigation-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
  }
  .popular-products-section .popular-products-mobile.desktop-hide .popular-mobile-navigation-wrapper .popular-pagination-mobile {
    display: flex;
    gap: 10px;
    flex: 1;
  }
  .popular-products-section .popular-products-mobile.desktop-hide .popular-mobile-navigation-wrapper .popular-pagination-mobile .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #E3E3E3;
    opacity: 1;
    margin: 0 10px;
    border-radius: 50%;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
  }
  .popular-products-section .popular-products-mobile.desktop-hide .popular-mobile-navigation-wrapper .popular-pagination-mobile .swiper-pagination-bullet:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 22px;
    height: 22px;
    border: 1px solid rgba(18, 18, 18, 0);
    border-radius: 50%;
  }
  .popular-products-section .popular-products-mobile.desktop-hide .popular-mobile-navigation-wrapper .popular-pagination-mobile .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #121212;
    width: 10px;
    height: 10px;
  }
  .popular-products-section .popular-products-mobile.desktop-hide .popular-mobile-navigation-wrapper .popular-pagination-mobile .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 22px;
    height: 22px;
    border: 1px solid #121212;
    border-radius: 50%;
  }
  .popular-products-section .popular-products-mobile.desktop-hide .popular-mobile-navigation-wrapper .popular-right-navigation {
    display: flex;
    gap: 36px;
  }
  .popular-products-section .popular-products-mobile.desktop-hide .popular-mobile-navigation-wrapper .popular-right-navigation button {
    background: transparent;
    box-shadow: none;
    border: 1px solid #D2CFC9;
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.3s ease, transform 0.2s ease;
    padding: 16px 17px;
    border-radius: 50px;
  }
  .popular-products-section .popular-products-mobile.desktop-hide .popular-mobile-navigation-wrapper .popular-right-navigation button:hover:not(.swiper-button-disabled) {
    background: #121212;
  }
  .popular-products-section .popular-products-mobile.desktop-hide .popular-mobile-navigation-wrapper .popular-right-navigation button:hover:not(.swiper-button-disabled) img {
    filter: brightness(0) invert(1);
  }
  .popular-products-section .popular-products-mobile.desktop-hide .popular-mobile-navigation-wrapper .popular-right-navigation button.swiper-button-disabled {
    opacity: 0.3;
    cursor: not-allowed;
    pointer-events: none;
  }
  .popular-products-section .popular-products-mobile.desktop-hide .popular-mobile-navigation-wrapper .popular-right-navigation button img {
    width: 20px;
    height: 20px;
    transition: filter 0.3s ease;
  }
  .popular-products-section .popular-products-mobile.desktop-hide .popular-mobile-link-wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .popular-products-section .popular-products-mobile.desktop-hide .popular-mobile-link-wrapper .popular-card-link {
    padding: 12px 24px;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    background: #121212;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
  }
  .popular-products-section .popular-products-mobile.desktop-hide .popular-mobile-link-wrapper .popular-card-link:hover {
    background: #2E3A59;
    transform: translateY(-2px);
  }
  .blog-section {
    padding: 0 0 70px 0;
  }
  .blog-section .blog-header {
    align-items: end;
    gap: 30px;
    margin-bottom: 40px;
  }
  .blog-section .blog-header .blog-title {
    font-size: 30px;
    margin-bottom: 16px;
    line-height: 35px;
  }
  .blog-section .blog-header .blog-title img {
    width: 26px;
    margin-right: 12px;
  }
  .blog-section .blog-header .blog-description {
    font-size: 16px;
    max-width: 100%;
  }
  .blog-section .blog-header .blog-button {
    width: -moz-max-content;
    width: max-content;
    justify-content: center;
  }
  .blog-section .blogSwiper {
    margin-bottom: 0;
  }
  .blog-section .blogSwiper .swiper-slide {
    width: calc(50% - 8px) !important;
  }
  .blog-section .blogSwiper .swiper-slide:nth-child(3n+1), .blog-section .blogSwiper .swiper-slide:nth-child(3n+2) {
    width: calc(50% - 8px) !important;
  }
  .blog-section .blogSwiper .swiper-slide:nth-child(odd) .blog-card .blog-card-image {
    position: relative;
  }
  .blog-section .blogSwiper .swiper-slide:nth-child(even) .blog-card .blog-card-content {
    position: static !important;
    background: transparent !important;
    padding: 20px 0 !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
  }
  .blog-section .blogSwiper .swiper-slide:nth-child(even) .blog-card .blog-card-content .blog-card-title {
    color: #121212 !important;
    font-size: 20px !important;
  }
  .blog-section .blogSwiper .swiper-slide:nth-child(even) .blog-card .blog-card-content .blog-card-excerpt {
    display: none !important;
    color: #121212;
    margin-bottom: 20px;
  }
  .blog-section .blogSwiper .swiper-slide:nth-child(even) .blog-card .blog-card-content .blog-card-link {
    color: #121212 !important;
  }
  .blog-section .blogSwiper .swiper-slide:nth-child(even) .blog-card .blog-card-content .blog-card-link img {
    filter: none !important;
  }
  .blog-section .blog-card .blog-card-image {
    aspect-ratio: 1/1 !important;
    height: auto !important;
    min-height: auto !important;
    max-height: none !important;
    overflow: hidden;
  }
  .blog-section .blog-card .blog-card-image img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .blog-section .blog-card .blog-card-content {
    padding: 20px 0;
  }
  .blog-section .blog-card .blog-card-content .blog-card-title {
    font-size: 20px;
    margin-bottom: 18px;
  }
  .blog-section .blog-card .blog-card-content .blog-card-excerpt {
    font-size: 14px;
    margin-bottom: 20px;
    display: none !important;
  }
  .blog-section .blog-card .blog-card-content .blog-card-link {
    font-size: 14px;
  }
  .blog-section .blog-card .blog-card-content .blog-card-link img {
    width: 16px;
    height: 16px;
  }
  .blog-section .blog-navigation {
    display: none;
  }
  .blog-section .blog-mobile-controls {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 0;
    margin-top: 30px;
  }
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .lifestyle-section .lifestyle-content {
    flex-direction: column;
    gap: 30px;
  }
  .slider-section .mobile-pagination {
    display: flex !important;
    margin-top: 40px;
  }
  .slider-section .desktop-pagination {
    display: none !important;
  }
  .satis-noktalari-section .satis-nokta-title {
    font-size: 18px;
    margin-top: 6px;
  }
  .satis-noktalari-section .satis-noktalari-content {
    gap: 20px;
  }
  .satis-noktalari-section .satis-nokta-card:nth-child(1) .satis-nokta-image::after {
    content: "";
    position: absolute;
    right: -9px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    width: 60px;
    height: 60px;
    background-image: url(/wp-content/themes/iqon/img/shape-beyaz.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
    pointer-events: none;
  }
  .satis-noktalari-section .satis-nokta-card:nth-child(2) .satis-nokta-image::before {
    content: "";
    position: absolute;
    left: -9px;
    top: 50%;
    transform: translateY(-50%) rotate(270deg);
    width: 60px;
    height: 60px;
    background-image: url(/wp-content/themes/iqon/img/shape-beyaz.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
    pointer-events: none;
  }
  .popular-products-section .popular-products-wrapper.mobile-hide {
    display: none !important;
  }
  .popular-products-section .popular-products-mobile.desktop-hide {
    display: flex !important;
    flex-direction: column;
    gap: 0px;
  }
  .popular-products-section .popular-products-mobile.desktop-hide .popular-header {
    margin-bottom: 0;
  }
  .popular-products-section .popular-products-mobile.desktop-hide .popular-card-image-large {
    width: 100%;
  }
  .popular-products-section .popular-products-mobile.desktop-hide .popular-card-image-large img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    transition: opacity 0.4s ease;
  }
  .popular-products-section .popular-products-mobile.desktop-hide .popularSwiperMobile {
    width: 100%;
    overflow: hidden;
  }
  .popular-products-section .popular-products-mobile.desktop-hide .popularSwiperMobile .swiper-wrapper {
    display: flex;
  }
  .popular-products-section .popular-products-mobile.desktop-hide .popularSwiperMobile .swiper-slide {
    width: 100%;
    flex-shrink: 0;
  }
  .popular-products-section .popular-products-mobile.desktop-hide .popularSwiperMobile .popular-card-content-wrapper {
    display: flex;
    flex-direction: row;
    gap: 20px;
    width: 100%;
  }
  .popular-products-section .popular-products-mobile.desktop-hide .popularSwiperMobile .popular-card-image-small {
    width: 100%;
    flex-shrink: 0;
  }
  .popular-products-section .popular-products-mobile.desktop-hide .popularSwiperMobile .popular-card-image-small img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .popular-products-section .popular-products-mobile.desktop-hide .popularSwiperMobile .popular-card-content {
    flex: 1;
  }
  .popular-products-section .popular-products-mobile.desktop-hide .popularSwiperMobile .popular-card-content .popular-card-title {
    /* font-family: "Bodoni Moda", serif; */
    font-size: 28px;
    font-weight: 700;
    color: #121212;
    margin: 0 0 12px 0;
  }
  .popular-products-section .popular-products-mobile.desktop-hide .popularSwiperMobile .popular-card-content .popular-card-description {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #121212;
    line-height: 22px;
    margin: 0;
  }
  .popular-products-section .popular-products-mobile.desktop-hide .popular-right-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-top: 0;
  }
  .popular-products-section .popular-products-mobile.desktop-hide .popular-right-controls .popular-pagination-mobile {
    display: flex;
    gap: 10px;
    flex: 1;
  }
  .popular-products-section .popular-products-mobile.desktop-hide .popular-right-controls .popular-pagination-mobile .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #E3E3E3;
    opacity: 1;
    margin: 0 10px;
    border-radius: 50%;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
  }
  .popular-products-section .popular-products-mobile.desktop-hide .popular-right-controls .popular-pagination-mobile .swiper-pagination-bullet::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 22px;
    height: 22px;
    border: 1px solid rgba(18, 18, 18, 0);
    border-radius: 50%;
  }
  .popular-products-section .popular-products-mobile.desktop-hide .popular-right-controls .popular-pagination-mobile .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #121212;
    width: 10px;
    height: 10px;
  }
  .popular-products-section .popular-products-mobile.desktop-hide .popular-right-controls .popular-pagination-mobile .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 22px;
    height: 22px;
    border: 1px solid #121212;
    border-radius: 50%;
  }
  .popular-products-section .popular-products-mobile.desktop-hide .popular-right-controls .popular-right-navigation {
    display: flex;
    gap: 36px;
  }
  .popular-products-section .popular-products-mobile.desktop-hide .popular-right-controls .popular-right-navigation button {
    background: transparent;
    box-shadow: none;
    border: 1px solid #D2CFC9;
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.3s ease, transform 0.2s ease;
    padding: 16px 17px;
    border-radius: 50px;
  }
  .popular-products-section .popular-products-mobile.desktop-hide .popular-right-controls .popular-right-navigation button:hover:not(.swiper-button-disabled) {
    background: #121212;
  }
  .popular-products-section .popular-products-mobile.desktop-hide .popular-right-controls .popular-right-navigation button:hover:not(.swiper-button-disabled) img {
    filter: brightness(0) invert(1);
  }
  .popular-products-section .popular-products-mobile.desktop-hide .popular-right-controls .popular-right-navigation button.swiper-button-disabled {
    opacity: 0.3;
    cursor: not-allowed;
    pointer-events: none;
  }
  .popular-products-section .popular-products-mobile.desktop-hide .popular-right-controls .popular-right-navigation button img {
    width: 20px;
    height: 20px;
    transition: filter 0.3s ease;
  }
  .popular-products-section .popular-products-mobile.desktop-hide .popular-right-controls .popular-card-link {
    padding: 12px 24px;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    background: #121212;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
  }
  .popular-products-section .popular-products-mobile.desktop-hide .popular-right-controls .popular-card-link:hover {
    background: #2E3A59;
    transform: translateY(-2px);
  }
}
.product-title-mobile {
  display: block;
  padding: 42px 0 24px 0;
  margin: 0;
}

@media (min-width: 1200px) {

body.home .popular-card-image-large { height: inherit; }

body.home .popular-products-section .popular-products-right {
    height: -webkit-fill-available;
}

}

@media (min-width: 767px) {
  .product-title-mobile {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-title-mobile {
    padding: 42px 0 24px 0;
    font-size: 35px;
    margin-top: 14px;
  }
}

.product-title-desktop {
  display: none;
}
@media (min-width: 767px) {
  .product-title-desktop {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .product-container {
    padding: 0px 0 0 0 !important;
    display: block;
  }
}

.product-breadcrumb-mobile {
  display: block;
  padding: 40px 0px 18px 0px;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .product-breadcrumb-mobile {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-breadcrumb-mobile {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .product-breadcrumb-mobile {
    padding: 0;
  }
}
.product-breadcrumb-mobile .iqon-container {
  font-size: 14px;
  color: #121212;
  font-family: "Montserrat", sans-serif;
  padding: 0 0 10px 0;
  display: flex;
  align-items: center;
  align-content: center;
}
.product-breadcrumb-mobile img {
  width: 14px;
  height: 14px;
}
.product-breadcrumb-mobile a {
  color: #121212;
  text-decoration: none;
  transition: color 0.3s ease;
}
.product-breadcrumb-mobile a:hover {
  color: #121212;
}
.product-breadcrumb-mobile .separator {
  margin: 0 8px;
  font-size: 10px;
  display: inline-block;
  width: 11px;
  height: 11px;
  background-image: url("/wp-content/themes/iqon/img/separator.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -9999px;
}
.product-breadcrumb-mobile .current {
  color: #121212;
  font-weight: 400;
}

@media (min-width: 767px) {
  body.single-urunler .product-breadcrumb-mobile {
    display: none !important;
  }
}

@media (min-width: 1500px) and (max-width: 1600px) {
  .hero-section .hero-left .hero-title {
    /* font-family: "Bodoni Moda", serif; */
    font-size: 57px;
  }
  .newsletter-section .newsletter-content {
    position: relative;
    z-index: 10;
    margin: 0 auto;
    text-align: center;
    width: 480px;
  }
}
@keyframes rotateBorder {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}/*# sourceMappingURL=content.css.map */