/* Powertech — ürün, kategori ve liste sayfaları görsel iyileştirme */

body#product #wrapper,
body#category #wrapper,
body#search #wrapper,
body#manufacturer #wrapper {
  background-color: #f4f7fc;
}

body#product .product-container,
body#category #content-wrapper,
body#search #content-wrapper {
  background: #fff;
  border: 1px solid rgba(var(--pt-brand-blue-rgb), 0.1);
  border-radius: 10px;
  box-shadow: 0 8px 28px rgba(var(--pt-brand-blue-rgb), 0.08);
  margin-bottom: 24px;
  padding: 20px;
}

body#product h1,
body#category h1.page-heading,
body#category .block-category h1 {
  color: var(--pt-brand-blue) !important;
  font-weight: 700;
}

body#product .product-prices .current-price,
body#category .product-price,
body#search .product-price {
  color: var(--pt-brand-blue) !important;
  font-weight: 700;
}

body#product .product-actions .add-to-cart,
body#product .product-add-to-cart .btn-primary {
  background: var(--pt-brand-blue) !important;
  border-color: var(--pt-brand-blue) !important;
  border-radius: 8px;
  box-shadow: 0 6px 16px rgba(var(--pt-brand-blue-rgb), 0.28);
  font-weight: 600;
}

body#product .product-actions .add-to-cart:hover,
body#product .product-add-to-cart .btn-primary:hover {
  background: var(--pt-brand-blue-dark) !important;
  border-color: var(--pt-brand-blue-dark) !important;
}

body#category .product-miniature,
body#search .product-miniature,
body#manufacturer .product-miniature {
  background: #fff;
  border: 1px solid rgba(var(--pt-brand-blue-rgb), 0.1);
  border-radius: 10px;
  box-shadow: 0 4px 14px rgba(var(--pt-brand-blue-rgb), 0.06);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

body#category .product-miniature:hover,
body#search .product-miniature:hover,
body#manufacturer .product-miniature:hover {
  box-shadow: 0 10px 24px rgba(var(--pt-brand-blue-rgb), 0.14);
  transform: translateY(-2px);
}

body#category .product-miniature .product-title a,
body#search .product-miniature .product-title a {
  color: var(--pt-brand-blue) !important;
}

body#category .products-selection,
body#search .products-selection {
  background: rgba(var(--pt-brand-blue-rgb), 0.05);
  border: 1px solid rgba(var(--pt-brand-blue-rgb), 0.12);
  border-radius: 8px;
  margin-bottom: 18px;
  padding: 12px 14px;
}

body#category #left-column .block,
body#search #left-column .block {
  border: 1px solid rgba(var(--pt-brand-blue-rgb), 0.12);
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(var(--pt-brand-blue-rgb), 0.06);
  overflow: hidden;
}

body#category #left-column .block .title_block,
body#search #left-column .block .title_block {
  background: var(--pt-brand-blue) !important;
  color: #fff !important;
}

@media (max-width: 767px) {
  body#product #wrapper,
  body#category #wrapper,
  body#search #wrapper {
    background: #fff;
  }

  body#product .product-container,
  body#category #content-wrapper,
  body#search #content-wrapper {
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 12px;
  }
}
