.banner {
  background-color: #6c6c6c;
}

.hero-slider-image {
  width: 100%;
  aspect-ratio: 5 / 7;
  object-fit: cover;
  min-height: 360px;
}

.hero-slide-title,
.hero-slide-subtitle,
.hero-slide-button {
  left: 300px;
  width: auto;
  height: auto;
}

.hero-slide-title {
  top: 200px;
  background: rgba(14, 101, 213, 0.72);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.75);
  padding: 10px;
  font-size: 72px;
}

.hero-slide-subtitle {
  top: 340px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.75);
  padding: 10px;
  color: rgba(0, 0, 0, 0.75);
  font-size: 66px;
}

.hero-slide-button {
  top: 470px;
}

.testimonials-3 .testimonial-message {
  font-size: 18px;
  color: #000;
  font-style: italic;
  line-height: 1.6;
}

.testimonials-3 .testimonial-meta {
  font-size: 11px;
  color: #808080;
}

.testimonials-3 .user img {
  border-radius: 50%;
}

.product-catalog-section {
  padding-top: 70px;
  padding-bottom: 70px;
}

#urunlerimiz .option-bar,
.product-catalog-section .option-bar {
  display: block;
  height: auto;
  min-height: 60px;
}

.product-toolbar {
  margin-bottom: 22px;
  background: #f5f5f5;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  padding: 14px 16px;
}

.product-toolbar h4 {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 14px;
}

.product-toolbar .heading-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 4px;
  background: #007300;
  color: #fff;
  font-size: 20px;
}

.product-toolbar-title {
  color: #007300;
  font-size: clamp(17px, 1.05vw, 22px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.1;
}

.product-toolbar-controls {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  align-items: center;
}

.product-toolbar-label {
  font-weight: 700;
  font-size: 13px;
  color: #4f5a69;
  margin-bottom: 8px;
}

.product-filter-control {
  border-radius: 10px;
  border: 1px solid #d2d6dc;
  min-height: 48px;
  box-shadow: none;
  min-width: 0;
  width: 100%;
  max-width: 360px;
  background: #fff;
  padding: 8px 12px;
  font-size: clamp(15px, 0.9vw, 17px);
  color: #4f5663;
}

.product-card .property-content {
  padding: 15px 17px 11px;
}

.product-grid-item {
  margin-bottom: 28px;
}

.product-card .property-img img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.product-price-tag {
  font-size: clamp(21px, 1.2vw, 30px);
  font-weight: 800;
  padding: 8px 16px;
  line-height: 1;
}

.product-subcategory-wrap {
  margin-bottom: 8px;
}

.product-subcategory {
  display: inline-flex;
  align-items: center;
  padding: 2px 10px;
  border-radius: 999px;
  background: #eef3ff;
  color: #23407b;
  font-size: 12px;
  font-weight: 700;
}

.product-title {
  min-height: 66px;
  margin-top: 2px;
  margin-bottom: 8px;
}

.product-title a {
  display: block;
  line-height: 1.2;
  font-size: inherit;
  font-weight: 800;
  color: inherit;
}

.product-summary {
  min-height: 40px;
  margin-top: 0;
  font-size: inherit;
  line-height: 1.35;
}

.product-summary a {
  color: inherit;
}

.product-card .property-footer {
  font-size: inherit;
  padding-top: 10px;
  margin-top: 6px;
}

.product-empty-message {
  text-align: center;
  font-size: 16px;
  color: #8f97a5;
  padding: 14px 0 4px;
}

@media (max-width: 991px) {
  #urunlerimiz .option-bar,
  .product-catalog-section .option-bar {
    display: block !important;
    height: auto !important;
    min-height: 0 !important;
    padding-bottom: 10px;
  }

  #urunlerimiz .option-bar .col-sm-5,
  #urunlerimiz .option-bar .col-sm-7,
  .product-toolbar .col-sm-5,
  .product-toolbar .col-sm-7 {
    width: 100%;
    float: none;
  }

  #urunlerimiz .option-bar .sorting-options {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    margin: 8px 0 0;
    text-align: left;
    padding-left: 8px;
    padding-right: 8px;
  }

  #urunlerimiz .option-bar h4 {
    line-height: 1.2;
    margin: 0 0 8px 0;
  }

  #urunlerimiz .option-bar .heading-icon {
    height: 52px;
    line-height: 52px;
  }

  #urunlerimiz .option-bar .search-fields {
    max-width: none;
    width: calc(100% - 16px);
    margin-left: auto;
    margin-right: auto;
    padding-left: 8px;
    padding-right: 8px;
  }

  .banner-rotator .hero-slide-title,
  .banner-rotator .hero-slide-subtitle,
  .banner-rotator .hero-slide-button {
    left: 20px !important;
    right: 20px;
    width: calc(100% - 40px);
    max-width: calc(100% - 40px);
    box-sizing: border-box;
  }

  .banner-rotator .hero-slide-title {
    top: 100px !important;
    font-size: clamp(26px, 7vw, 36px) !important;
    line-height: 1.2;
  }

  .banner-rotator .hero-slide-subtitle {
    top: 190px !important;
    font-size: clamp(18px, 5.2vw, 24px) !important;
    line-height: 1.3;
  }

  .banner-rotator .hero-slide-button {
    top: 280px !important;
    width: auto;
    max-width: none;
    right: auto;
    padding: 10px 16px;
  }

  .product-catalog-section {
    padding-top: 42px;
    padding-bottom: 48px;
  }

  .product-card .property-img img {
    height: 190px;
  }

  .product-toolbar h4 {
    margin: 0 0 12px;
    gap: 10px;
  }

  .product-toolbar .heading-icon {
    width: 52px;
    height: 52px;
    font-size: 20px;
  }

  .product-toolbar-title {
    font-size: 18px;
  }

  .product-toolbar-controls {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 10px;
  }

  .product-filter-control {
    min-width: 0;
    width: 100%;
    max-width: none;
    min-height: 44px;
    font-size: 15px;
  }

  .product-price-tag {
    font-size: 18px;
    padding: 6px 10px;
  }

  .product-card .property-content {
    padding: 14px 14px 10px;
  }

  .product-title {
    min-height: 48px;
  }

  .product-title a {
    font-size: inherit;
  }

  .product-summary {
    min-height: 40px;
    font-size: inherit;
  }

  .product-card .property-footer {
    font-size: inherit;
  }
}
