.ap-products-block {
  margin: 24px 0;
}
.ap-products-title {
  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;
  margin: 0 0 16px;
}
.ap-products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
}
.ap-card {
  border: 1px solid #e7e7e7;
  border-radius: 16px;
  padding: 14px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,.04);
  height: 100%;
}
.ap-card-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.ap-card-link:hover {
  color: inherit;
  text-decoration: none;
}
.ap-card-image-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 170px;
  background: #fff;
  border-radius: 12px;
  margin-bottom: 12px;
}
.ap-card-image {
  max-width: 100%;
  max-height: 170px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.ap-card-name {
  font-size: 17px;
  line-height: 1.35;
  font-weight: 700;
  margin-bottom: 8px;
}
.ap-card-desc {
  font-size: 14px;
  line-height: 1.5;
  color: #555;
  margin-bottom: 12px;
}
.ap-card-bottom {
  margin-top: auto;
}
.ap-card-price {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
  color: #111;
  margin-bottom: 12px;
}
.ap-card-btn {
  display: inline-block;
  background: #111;
  color: #fff;
  padding: 9px 14px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.2;
}

/* New Warehouse-like shortcode: [article_products_grid ids="..."] */
.ap-products-block-grid .ap-products-warehouse-grid {
  margin-top: 0;
}
.ap-products-block-grid .ap-product-col {
  margin-bottom: 20px;
}
.ap-products-block-grid .ap-card-grid {
  padding: 12px;
  border-radius: 12px;
}
.ap-products-block-grid .ap-card-image-wrap {
  height: 150px;
  margin-bottom: 10px;
}
.ap-products-block-grid .ap-card-image {
  max-height: 150px;
}
.ap-products-block-grid .ap-card-name {
  font-size: 15px;
  line-height: 1.35;
  margin-bottom: 7px;
}
.ap-products-block-grid .ap-card-desc {
  font-size: 13px;
  line-height: 1.4;
  margin-bottom: 10px;
}
.ap-products-block-grid .ap-card-price {
  font-size: 16px;
  margin-bottom: 10px;
}
.ap-products-block-grid .ap-card-btn {
  padding: 8px 11px;
  border-radius: 8px;
  font-size: 13px;
}

@media (max-width: 575px) {
  .ap-products-grid {
    grid-template-columns: 1fr;
  }
  .ap-products-block-grid .ap-products-warehouse-grid {
    row-gap: 0;
  }
  .ap-products-block-grid .ap-products-warehouse-grid > .ap-product-col {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 18px !important;
    padding-bottom: 0;
  }
  .ap-products-block-grid .ap-products-warehouse-grid > .ap-product-col:last-child {
    margin-bottom: 0 !important;
  }
  .ap-products-block-grid .ap-card-grid {
    padding: 12px;
  }
  .ap-products-block-grid .ap-card-image-wrap {
    height: 155px;
  }
  .ap-products-block-grid .ap-card-image {
    max-height: 155px;
  }
  .ap-products-block-grid .ap-card-name {
    font-size: 15px;
    line-height: 1.35;
  }
  .ap-products-block-grid .ap-card-desc {
    display: block;
    font-size: 13px;
    line-height: 1.4;
  }
  .ap-products-block-grid .ap-card-price {
    font-size: 16px;
  }
  .ap-products-block-grid .ap-card-btn {
    display: block;
    text-align: center;
    padding: 9px 8px;
    font-size: 13px;
  }
}
