/* Ürün kartı yeni tasarımı - x-dc örneğine göre */

.product-item {
  background: #ffffff !important;
  font-family: 'Urbanist', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  padding: 20px 22px;
  border: none;
  box-shadow: none;
}

.product-item:after {
  content: none;
  box-shadow: none;
  display: none;
}

.product-item__image-wrapper {
  margin-bottom: 20px;
}

.product-item__info {
  font-family: 'Urbanist', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
}

.product-item__title {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 6px;
  display: block;
}

.product-item__sku {
  font-size: 12px;
  color: #a6a6ab;
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}

.product-item__vendor {
  display: none;
}

.product-item__price-list {
  margin: 0 0 2px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.product-item__price-list .price {
  display: inline-block;
  margin: 0;
}

.product-item__price-list .price--compare {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  line-height: 1.3;
  margin-bottom: 2px;
  text-decoration: none;
}

.product-item__price-list .price--compare::after {
  content: '';
  position: absolute;
  left: -5%;
  top: 50%;
  width: 110%;
  height: 2px;
  background: #ff0000;
  border-radius: 2px;
  transform: translateY(-50%) rotate(-12deg);
  transform-origin: center;
}

.product-item__price-list .price--highlight,
.product-item__price-list .price:not(.price--compare) {
  display: block;
  font-size: 34px;
  font-weight: 700;
  color: #000000;
  line-height: 1.1;
  margin-bottom: 10px;
  margin-right: 0;
}

.product-item__installment {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  color: #3d3d3d;
  font-weight: 500;
  margin-bottom: 14px;
}

.product-item__installment-badge {
  background: #5b2a86;
  color: #ffffff;
  font-weight: 700;
  font-size: 13px;
  padding: 4px 9px;
  border-radius: 6px;
}

.product-item__action-list:not(.product-item__action-list--list-view-only) {
  margin: 0;
  display: block;
}

.product-item__action-list .product-item__action-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #f2711c;
  color: #ffffff;
  border: none;
  padding: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  transition: transform 0.15s ease, opacity 0.15s ease;
}

.product-item__action-list .product-item__action-button:hover {
  transform: scale(1.05);
  opacity: 0.9;
}

.product-item__action-list .product-item__action-button svg {
  width: 20px;
  height: 20px;
  flex: none;
}

.product-item__action-list .product-item__action-button:disabled {
  background: #cccccc;
  transform: none;
  cursor: not-allowed;
  opacity: 0.7;
}

.product-item .buy-button {
  display: inline-block;
}

.product-item__action-button[data-action="open-modal"],
.product-item__action-button.product-item__action-button--list-view-only {
  display: none !important;
}

@media screen and (max-width: 640px) {
  .product-item__price-list .price--highlight,
  .product-item__price-list .price:not(.price--compare) {
    font-size: 28px;
  }
}

/* Anasayfa Blog Yazıları Bölümü */
.shopify-section__blog-posts .section__title {
  color: #222222;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
}

.shopify-section__blog-posts .section__action-link {
  color: #E03131;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transform: none;
}

.shopify-section__blog-posts .section__action-link svg {
  display: none;
}

.shopify-section__blog-posts .block-list--loose {
  gap: 24px;
}

.shopify-section__blog-posts .article-item__image-container {
  border-radius: 0;
  aspect-ratio: 4 / 3;
  margin-bottom: 20px;
  overflow: hidden;
}

.shopify-section__blog-posts .article-item__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shopify-section__blog-posts .article-item__title {
  margin-bottom: 12px;
}

.shopify-section__blog-posts .article-item__title a {
  color: #222222;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}

.shopify-section__blog-posts .article-item__meta {
  color: #777777;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 12px;
}

.shopify-section__blog-posts .article-item__meta .article-item__meta-item:not(:last-child):after {
  color: #777777;
  content: "•";
  width: auto;
  height: auto;
  background: none;
  border-radius: 0;
  margin: 0 8px;
  vertical-align: baseline;
}

.shopify-section__blog-posts .article-item__excerpt {
  color: #444444;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 0;
}
